@snapcall/design-system 1.20.0-beta.2 → 1.20.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/Command/index.d.mts +1 -1
  2. package/dist/Command/index.d.ts +1 -1
  3. package/dist/CreatableSelect/index.d.mts +1 -1
  4. package/dist/CreatableSelect/index.d.ts +1 -1
  5. package/dist/{chunk-RXPKLOY4.mjs → chunk-AHDZKO2U.mjs} +25 -68
  6. package/dist/chunk-FCKIVF33.mjs +454 -0
  7. package/dist/{chunk-PDYIMMJH.mjs → chunk-MABOGCOL.mjs} +8 -47
  8. package/dist/{chunk-XWD63VYR.mjs → chunk-PGRZSZPW.mjs} +1 -1
  9. package/dist/{chunk-4TUMP4TB.mjs → chunk-ZUDNZTUE.mjs} +5 -5
  10. package/dist/components/Accordion/index.mjs +9 -40
  11. package/dist/components/AlertDialog/index.mjs +3 -1
  12. package/dist/components/Button/index.mjs +3 -1
  13. package/dist/components/Calendar/index.mjs +6 -7
  14. package/dist/components/Carousel/index.mjs +17 -140
  15. package/dist/components/Checkbox/index.mjs +3 -2
  16. package/dist/components/Command/index.mjs +5 -5
  17. package/dist/components/CreatableSelect/index.mjs +8 -8
  18. package/dist/components/Dialog/index.mjs +5 -4
  19. package/dist/components/DropdownMenu/index.mjs +5 -5
  20. package/dist/components/FilterButton/index.mjs +3 -1
  21. package/dist/components/Pagination/index.mjs +18 -84
  22. package/dist/components/Select/index.mjs +12 -42
  23. package/dist/components/Sheet/index.mjs +5 -4
  24. package/dist/components/Toaster/index.mjs +5 -4
  25. package/dist/components/ToggleGroup/index.mjs +2 -1
  26. package/dist/icons/index.d.mts +2452 -2
  27. package/dist/icons/index.d.ts +2452 -2
  28. package/dist/icons/index.js +3678 -2455
  29. package/dist/icons/index.mjs +2450 -1227
  30. package/dist/{index-Jp7jKI5I.d.ts → index-ra0AVXfz.d.mts} +7 -7
  31. package/dist/{index-Jp7jKI5I.d.mts → index-ra0AVXfz.d.ts} +7 -7
  32. package/dist/index.d.mts +2 -4
  33. package/dist/index.d.ts +2 -4
  34. package/dist/index.js +49 -11
  35. package/dist/index.mjs +46 -5
  36. package/package.json +22 -5
  37. package/dist/chunk-NOFOM2SJ.mjs +0 -41
  38. package/dist/chunk-PPFZHO26.mjs +0 -41
  39. package/dist/chunk-ZT2KTEGZ.mjs +0 -41
  40. package/dist/icons/search.js +0 -98
  41. package/dist/icons/search.mjs +0 -50
  42. package/dist/index-2pOvozv0.d.mts +0 -2456
  43. package/dist/index-2pOvozv0.d.ts +0 -2456
  44. package/dist/search.d.mts +0 -6
  45. package/dist/search.d.ts +0 -6
package/dist/search.d.mts DELETED
@@ -1,6 +0,0 @@
1
- import * as react from 'react';
2
- import { I as IconProps } from './types-W1q4AANX.mjs';
3
-
4
- declare const SearchMdIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
5
-
6
- export { SearchMdIcon };
package/dist/search.d.ts DELETED
@@ -1,6 +0,0 @@
1
- import * as react from 'react';
2
- import { I as IconProps } from './types-W1q4AANX.js';
3
-
4
- declare const SearchMdIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
5
-
6
- export { SearchMdIcon };