@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
@@ -1,98 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __defProps = Object.defineProperties;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
10
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
11
- var __spreadValues = (a, b) => {
12
- for (var prop in b || (b = {}))
13
- if (__hasOwnProp.call(b, prop))
14
- __defNormalProp(a, prop, b[prop]);
15
- if (__getOwnPropSymbols)
16
- for (var prop of __getOwnPropSymbols(b)) {
17
- if (__propIsEnum.call(b, prop))
18
- __defNormalProp(a, prop, b[prop]);
19
- }
20
- return a;
21
- };
22
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
23
- var __objRest = (source, exclude) => {
24
- var target = {};
25
- for (var prop in source)
26
- if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
27
- target[prop] = source[prop];
28
- if (source != null && __getOwnPropSymbols)
29
- for (var prop of __getOwnPropSymbols(source)) {
30
- if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
31
- target[prop] = source[prop];
32
- }
33
- return target;
34
- };
35
- var __export = (target, all) => {
36
- for (var name in all)
37
- __defProp(target, name, { get: all[name], enumerable: true });
38
- };
39
- var __copyProps = (to, from, except, desc) => {
40
- if (from && typeof from === "object" || typeof from === "function") {
41
- for (let key of __getOwnPropNames(from))
42
- if (!__hasOwnProp.call(to, key) && key !== except)
43
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
44
- }
45
- return to;
46
- };
47
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
48
-
49
- // src/icons/search.tsx
50
- var search_exports = {};
51
- __export(search_exports, {
52
- SearchMdIcon: () => SearchMdIcon
53
- });
54
- module.exports = __toCommonJS(search_exports);
55
- var import_react = require("react");
56
- var import_jsx_runtime = require("react/jsx-runtime");
57
- var SearchMdIcon = (0, import_react.forwardRef)(
58
- function SearchMdIcon2(_a, ref) {
59
- var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
60
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
61
- "svg",
62
- __spreadProps(__spreadValues({
63
- ref,
64
- width: size,
65
- height: size,
66
- viewBox: "0 0 24 24",
67
- fill: "none",
68
- xmlns: "http://www.w3.org/2000/svg",
69
- className
70
- }, other), {
71
- children: [
72
- duotone && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
73
- "path",
74
- {
75
- opacity: "0.12",
76
- d: "M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z",
77
- fill: "currentColor"
78
- }
79
- ),
80
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
81
- "path",
82
- {
83
- d: "M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z",
84
- stroke: "currentColor",
85
- strokeWidth: "2",
86
- strokeLinecap: "round",
87
- strokeLinejoin: "round"
88
- }
89
- )
90
- ]
91
- })
92
- );
93
- }
94
- );
95
- // Annotate the CommonJS export names for ESM import in node:
96
- 0 && (module.exports = {
97
- SearchMdIcon
98
- });
@@ -1,50 +0,0 @@
1
- import {
2
- __objRest,
3
- __spreadProps,
4
- __spreadValues
5
- } from "../chunk-FUJQIYOF.mjs";
6
-
7
- // src/icons/search.tsx
8
- import { forwardRef } from "react";
9
- import { jsx, jsxs } from "react/jsx-runtime";
10
- var SearchMdIcon = forwardRef(
11
- function SearchMdIcon2(_a, ref) {
12
- var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
13
- return /* @__PURE__ */ jsxs(
14
- "svg",
15
- __spreadProps(__spreadValues({
16
- ref,
17
- width: size,
18
- height: size,
19
- viewBox: "0 0 24 24",
20
- fill: "none",
21
- xmlns: "http://www.w3.org/2000/svg",
22
- className
23
- }, other), {
24
- children: [
25
- duotone && /* @__PURE__ */ jsx(
26
- "path",
27
- {
28
- opacity: "0.12",
29
- d: "M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z",
30
- fill: "currentColor"
31
- }
32
- ),
33
- /* @__PURE__ */ jsx(
34
- "path",
35
- {
36
- d: "M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z",
37
- stroke: "currentColor",
38
- strokeWidth: "2",
39
- strokeLinecap: "round",
40
- strokeLinejoin: "round"
41
- }
42
- )
43
- ]
44
- })
45
- );
46
- }
47
- );
48
- export {
49
- SearchMdIcon
50
- };