·
12 commits
to main
since this release
Minor Changes
-
b1f160b: - New UI components & toggles
-
Introduced a new
MultiToggle
component (replaces or supplements the oldIconToggle
). -
Extended the
Button
component to support newgray
/grayGradient
kinds and updatedforwardRef
usage for better integration. -
CJS + ESM updates
- Updated
package.json
with separateindex.cjs
/index.js
exports and refined"exports"
to define sub‐paths for ES/cjs usage. - Added a
.attw.json
and a"package-types"
script (similar tocore
) for checking type correctness.
- Updated
-
Additional icons & styling
- Added a wide set of “central” icons (e.g.
CentralArrowLeft
,CentralLoader
,CentralTrashCan
, etc.). - Enhanced existing icons like
Satoshi
andBitcoinB
with an optionalsquare
parameter. - Modified styling for
ButtonRow
,DataManagerTable
, andCardForm
to polish layout and filter UI.
- Added a wide set of “central” icons (e.g.
-
Link
refactor- Converted internal
LinkBase
to useforwardRef
, allowing direct refs and improved usage. - Added a
blue
prop for quick color overrides, plus other small accessibility improvements.
- Converted internal
-
Other tweaks
- The
PhoneInput
component now supportsonBlur
anderror
props. Table
now accepts aminHeight
prop.DataManagerTable
got a mobile-friendly filter UI (e.g., new modals for filter application and clearing).
- The
-
Patch Changes
- Updated dependencies [b1f160b]
- @lightsparkdev/[email protected]