sander-ui 0.1.7 → 0.1.8

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 (65) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index10.js +1 -1
  3. package/dist/index12.js +3 -3
  4. package/dist/index13.js +1 -1
  5. package/dist/index14.js +2 -2
  6. package/dist/index15.js +1 -1
  7. package/dist/index16.js +1 -1
  8. package/dist/index17.js +3 -3
  9. package/dist/index18.js +3 -3
  10. package/dist/index19.js +1 -1
  11. package/dist/index20.js +1 -1
  12. package/dist/index21.js +65 -65
  13. package/dist/index22.js +1 -1
  14. package/dist/index23.js +1 -1
  15. package/dist/index24.js +1 -1
  16. package/dist/index25.js +1 -1
  17. package/dist/index26.js +1 -1
  18. package/dist/index27.js +1 -1
  19. package/dist/index28.js +7 -7
  20. package/dist/index29.js +1 -1
  21. package/dist/index3.js +1 -1
  22. package/dist/index30.js +1 -1
  23. package/dist/index32.js +17 -27
  24. package/dist/index33.js +22 -25
  25. package/dist/index34.js +8 -17
  26. package/dist/index35.js +14 -8
  27. package/dist/index36.js +8 -4
  28. package/dist/index37.js +7 -17
  29. package/dist/index38.js +7 -23
  30. package/dist/index39.js +27 -8
  31. package/dist/index4.js +6 -6
  32. package/dist/index40.js +26 -14
  33. package/dist/index41.js +27 -8
  34. package/dist/index42.js +11 -7
  35. package/dist/index43.js +17 -7
  36. package/dist/index44.js +8 -26
  37. package/dist/index45.js +4 -17
  38. package/dist/index47.js +11 -13
  39. package/dist/index48.js +23 -20
  40. package/dist/index49.js +26 -11
  41. package/dist/index5.js +2 -2
  42. package/dist/index50.js +20 -25
  43. package/dist/index51.js +16 -12
  44. package/dist/index52.js +22 -16
  45. package/dist/index53.js +14 -26
  46. package/dist/index54.js +16 -22
  47. package/dist/index55.js +39 -10
  48. package/dist/index56.js +22 -42
  49. package/dist/index57.js +43 -4
  50. package/dist/index58.js +3 -3
  51. package/dist/index59.js +4 -15
  52. package/dist/index6.js +2 -2
  53. package/dist/index60.js +42 -4
  54. package/dist/index61.js +4 -13
  55. package/dist/index62.js +16 -20
  56. package/dist/index63.js +14 -41
  57. package/dist/index64.js +2 -2
  58. package/dist/index65.js +12 -14
  59. package/dist/index66.js +14 -39
  60. package/dist/index67.js +30 -14
  61. package/dist/index68.js +12 -30
  62. package/dist/index69.js +12 -16
  63. package/dist/index7.js +3 -3
  64. package/dist/index8.js +1 -1
  65. package/package.json +1 -1
package/dist/index56.js CHANGED
@@ -1,45 +1,25 @@
1
- const o = "_wrapper_15zc2_1", e = "_label_15zc2_7", c = "_trigger_15zc2_16", t = "_triggerError_15zc2_49", _ = "_triggerText_15zc2_58", r = "_placeholder_15zc2_65", n = "_chevron_15zc2_69", p = "_chevronOpen_15zc2_75", i = "_hiddenSelect_15zc2_81", l = "_listbox_15zc2_91", s = "_flipped_15zc2_121", g = "_groupLabel_15zc2_127", a = "_group_15zc2_127", z = "_option_15zc2_144", d = "_optionActive_15zc2_157", b = "_optionSelected_15zc2_161", h = "_optionDisabled_15zc2_166", v = "_optionLabel_15zc2_171", u = "_checkIcon_15zc2_178", x = "_error_15zc2_185", L = {
2
- wrapper: o,
3
- label: e,
4
- trigger: c,
5
- triggerError: t,
6
- triggerText: _,
7
- placeholder: r,
8
- chevron: n,
9
- chevronOpen: p,
10
- hiddenSelect: i,
11
- listbox: l,
12
- flipped: s,
13
- groupLabel: g,
14
- group: a,
15
- option: z,
16
- optionActive: d,
17
- optionSelected: b,
18
- optionDisabled: h,
19
- optionLabel: v,
20
- checkIcon: u,
21
- error: x
1
+ const _ = "_wrapper_14k2c_1", e = "_header_14k2c_7", c = "_label_14k2c_13", a = "_value_14k2c_19", t = "_track_14k2c_24", r = "_sm_14k2c_31", n = "_md_14k2c_35", s = "_lg_14k2c_39", l = "_bar_14k2c_43", k = "_indeterminate_14k2c_59", o = {
2
+ wrapper: _,
3
+ header: e,
4
+ label: c,
5
+ value: a,
6
+ track: t,
7
+ sm: r,
8
+ md: n,
9
+ lg: s,
10
+ bar: l,
11
+ indeterminate: k
22
12
  };
23
13
  export {
24
- u as checkIcon,
25
- n as chevron,
26
- p as chevronOpen,
27
- L as default,
28
- x as error,
29
- s as flipped,
30
- a as group,
31
- g as groupLabel,
32
- i as hiddenSelect,
33
- e as label,
34
- l as listbox,
35
- z as option,
36
- d as optionActive,
37
- h as optionDisabled,
38
- v as optionLabel,
39
- b as optionSelected,
40
- r as placeholder,
41
- c as trigger,
42
- t as triggerError,
43
- _ as triggerText,
44
- o as wrapper
14
+ l as bar,
15
+ o as default,
16
+ e as header,
17
+ k as indeterminate,
18
+ c as label,
19
+ s as lg,
20
+ n as md,
21
+ r as sm,
22
+ t as track,
23
+ a as value,
24
+ _ as wrapper
45
25
  };
package/dist/index57.js CHANGED
@@ -1,6 +1,45 @@
1
- import o from "./index73.js";
2
- const e = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]], c = o("chevron-down", e);
1
+ const o = "_wrapper_1q6y2_1", e = "_label_1q6y2_7", t = "_trigger_1q6y2_16", _ = "_triggerError_1q6y2_49", r = "_triggerText_1q6y2_58", n = "_placeholder_1q6y2_65", c = "_chevron_1q6y2_69", p = "_chevronOpen_1q6y2_75", i = "_hiddenSelect_1q6y2_81", l = "_listbox_1q6y2_91", s = "_flipped_1q6y2_121", g = "_groupLabel_1q6y2_127", y = "_group_1q6y2_127", a = "_option_1q6y2_144", q = "_optionActive_1q6y2_157", d = "_optionSelected_1q6y2_161", b = "_optionDisabled_1q6y2_166", h = "_optionLabel_1q6y2_171", v = "_checkIcon_1q6y2_178", u = "_error_1q6y2_185", x = {
2
+ wrapper: o,
3
+ label: e,
4
+ trigger: t,
5
+ triggerError: _,
6
+ triggerText: r,
7
+ placeholder: n,
8
+ chevron: c,
9
+ chevronOpen: p,
10
+ hiddenSelect: i,
11
+ listbox: l,
12
+ flipped: s,
13
+ groupLabel: g,
14
+ group: y,
15
+ option: a,
16
+ optionActive: q,
17
+ optionSelected: d,
18
+ optionDisabled: b,
19
+ optionLabel: h,
20
+ checkIcon: v,
21
+ error: u
22
+ };
3
23
  export {
4
- e as __iconNode,
5
- c as default
24
+ v as checkIcon,
25
+ c as chevron,
26
+ p as chevronOpen,
27
+ x as default,
28
+ u as error,
29
+ s as flipped,
30
+ y as group,
31
+ g as groupLabel,
32
+ i as hiddenSelect,
33
+ e as label,
34
+ l as listbox,
35
+ a as option,
36
+ q as optionActive,
37
+ b as optionDisabled,
38
+ h as optionLabel,
39
+ d as optionSelected,
40
+ n as placeholder,
41
+ t as trigger,
42
+ _ as triggerError,
43
+ r as triggerText,
44
+ o as wrapper
6
45
  };
package/dist/index58.js CHANGED
@@ -1,6 +1,6 @@
1
- import c from "./index73.js";
2
- const e = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]], t = c("check", e);
1
+ import o from "./index73.js";
2
+ const e = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]], c = o("chevron-down", e);
3
3
  export {
4
4
  e as __iconNode,
5
- t as default
5
+ c as default
6
6
  };
package/dist/index59.js CHANGED
@@ -1,17 +1,6 @@
1
- const i = "_pagination_ydf1l_1", _ = "_page_ydf1l_7", a = "_arrow_ydf1l_8", o = "_active_ydf1l_38", n = "_ellipsis_ydf1l_47", s = "_icon_ydf1l_57", t = {
2
- pagination: i,
3
- page: _,
4
- arrow: a,
5
- active: o,
6
- ellipsis: n,
7
- icon: s
8
- };
1
+ import c from "./index73.js";
2
+ const e = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]], t = c("check", e);
9
3
  export {
10
- o as active,
11
- a as arrow,
12
- t as default,
13
- n as ellipsis,
14
- s as icon,
15
- _ as page,
16
- i as pagination
4
+ e as __iconNode,
5
+ t as default
17
6
  };
package/dist/index6.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
2
  import d from "./index31.js";
3
- import s from "./index44.js";
4
- import p from "./index43.js";
3
+ import s from "./index49.js";
4
+ import p from "./index38.js";
5
5
  const N = ({
6
6
  children: m,
7
7
  variant: o = "default",
package/dist/index60.js CHANGED
@@ -1,6 +1,44 @@
1
- import e from "./index73.js";
2
- const o = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], c = e("chevron-left", o);
1
+ const _ = "_container_uf2pk_1", t = "_toast_uf2pk_66", s = "_dismissing_uf2pk_82", i = "_icon_uf2pk_102", o = "_iconSpin_uf2pk_106", n = "_spin_uf2pk_1", e = "_message_uf2pk_110", p = "_dismiss_uf2pk_82", f = "_success_uf2pk_146", u = "_error_uf2pk_152", l = "_warning_uf2pk_158", c = "_info_uf2pk_164", d = "_loading_uf2pk_170", k = {
2
+ container: _,
3
+ "bottom-right": "_bottom-right_uf2pk_12",
4
+ "bottom-left": "_bottom-left_uf2pk_13",
5
+ "top-right": "_top-right_uf2pk_17",
6
+ "top-left": "_top-left_uf2pk_18",
7
+ toast: t,
8
+ "slide-in-bottom": "_slide-in-bottom_uf2pk_1",
9
+ dismissing: s,
10
+ "slide-out-bottom": "_slide-out-bottom_uf2pk_1",
11
+ "slide-in-top": "_slide-in-top_uf2pk_1",
12
+ "slide-out-top": "_slide-out-top_uf2pk_1",
13
+ icon: i,
14
+ iconSpin: o,
15
+ spin: n,
16
+ message: e,
17
+ dismiss: p,
18
+ default: "_default_uf2pk_140",
19
+ success: f,
20
+ error: u,
21
+ warning: l,
22
+ info: c,
23
+ loading: d,
24
+ "slide-in-right": "_slide-in-right_uf2pk_1",
25
+ "slide-out-right": "_slide-out-right_uf2pk_1",
26
+ "slide-in-left": "_slide-in-left_uf2pk_1",
27
+ "slide-out-left": "_slide-out-left_uf2pk_1"
28
+ };
3
29
  export {
4
- o as __iconNode,
5
- c as default
30
+ _ as container,
31
+ k as default,
32
+ p as dismiss,
33
+ s as dismissing,
34
+ u as error,
35
+ i as icon,
36
+ o as iconSpin,
37
+ c as info,
38
+ d as loading,
39
+ e as message,
40
+ n as spin,
41
+ f as success,
42
+ t as toast,
43
+ l as warning
6
44
  };
package/dist/index61.js CHANGED
@@ -1,15 +1,6 @@
1
- const r = "_wrapper_1rkkq_1", t = "_label_1rkkq_6", _ = "_input_1rkkq_13", o = "_inputError_1rkkq_33", p = "_error_1rkkq_42", e = {
2
- wrapper: r,
3
- label: t,
4
- input: _,
5
- inputError: o,
6
- error: p
7
- };
1
+ import e from "./index73.js";
2
+ const o = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], a = e("loader-circle", o);
8
3
  export {
9
- e as default,
10
- p as error,
11
- _ as input,
12
- o as inputError,
13
- t as label,
14
- r as wrapper
4
+ o as __iconNode,
5
+ a as default
15
6
  };
package/dist/index62.js CHANGED
@@ -1,23 +1,19 @@
1
- const e = "_wrapper_8eiej_1", t = "_wrapperDisabled_8eiej_8", _ = "_track_8eiej_13", c = "_trackChecked_8eiej_37", a = "_thumb_8eiej_41", r = "_thumbChecked_8eiej_52", s = "_labels_8eiej_56", i = "_label_8eiej_56", l = "_description_8eiej_66", p = {
2
- wrapper: e,
3
- wrapperDisabled: t,
4
- track: _,
5
- trackChecked: c,
6
- thumb: a,
7
- thumbChecked: r,
8
- labels: s,
9
- label: i,
10
- description: l
1
+ const n = "_spinner_9eqlb_10", s = "_spin_9eqlb_10", e = "_spinnerTrack_9eqlb_14", _ = "_spinnerHead_9eqlb_18", p = "_sm_9eqlb_23", r = "_md_9eqlb_28", i = "_lg_9eqlb_33", l = {
2
+ spinner: n,
3
+ spin: s,
4
+ spinnerTrack: e,
5
+ spinnerHead: _,
6
+ sm: p,
7
+ md: r,
8
+ lg: i
11
9
  };
12
10
  export {
13
- p as default,
14
- l as description,
15
- i as label,
16
- s as labels,
17
- a as thumb,
18
- r as thumbChecked,
19
- _ as track,
20
- c as trackChecked,
21
- e as wrapper,
22
- t as wrapperDisabled
11
+ l as default,
12
+ i as lg,
13
+ r as md,
14
+ p as sm,
15
+ s as spin,
16
+ n as spinner,
17
+ _ as spinnerHead,
18
+ e as spinnerTrack
23
19
  };
package/dist/index63.js CHANGED
@@ -1,44 +1,17 @@
1
- const i = "_container_1wipo_1", o = "_toast_1wipo_66", _ = "_dismissing_1wipo_82", t = "_icon_1wipo_102", s = "_iconSpin_1wipo_106", n = "_spin_1wipo_1", e = "_message_1wipo_110", p = "_dismiss_1wipo_82", l = "_success_1wipo_146", c = "_error_1wipo_152", w = "_warning_1wipo_158", d = "_info_1wipo_164", r = "_loading_1wipo_170", g = {
2
- container: i,
3
- "bottom-right": "_bottom-right_1wipo_12",
4
- "bottom-left": "_bottom-left_1wipo_13",
5
- "top-right": "_top-right_1wipo_17",
6
- "top-left": "_top-left_1wipo_18",
7
- toast: o,
8
- "slide-in-bottom": "_slide-in-bottom_1wipo_1",
9
- dismissing: _,
10
- "slide-out-bottom": "_slide-out-bottom_1wipo_1",
11
- "slide-in-top": "_slide-in-top_1wipo_1",
12
- "slide-out-top": "_slide-out-top_1wipo_1",
13
- icon: t,
14
- iconSpin: s,
15
- spin: n,
16
- message: e,
17
- dismiss: p,
18
- default: "_default_1wipo_140",
19
- success: l,
20
- error: c,
21
- warning: w,
22
- info: d,
23
- loading: r,
24
- "slide-in-right": "_slide-in-right_1wipo_1",
25
- "slide-out-right": "_slide-out-right_1wipo_1",
26
- "slide-in-left": "_slide-in-left_1wipo_1",
27
- "slide-out-left": "_slide-out-left_1wipo_1"
1
+ const i = "_pagination_ydf1l_1", _ = "_page_ydf1l_7", a = "_arrow_ydf1l_8", o = "_active_ydf1l_38", n = "_ellipsis_ydf1l_47", s = "_icon_ydf1l_57", t = {
2
+ pagination: i,
3
+ page: _,
4
+ arrow: a,
5
+ active: o,
6
+ ellipsis: n,
7
+ icon: s
28
8
  };
29
9
  export {
30
- i as container,
31
- g as default,
32
- p as dismiss,
33
- _ as dismissing,
34
- c as error,
35
- t as icon,
36
- s as iconSpin,
37
- d as info,
38
- r as loading,
39
- e as message,
40
- n as spin,
41
- l as success,
42
- o as toast,
43
- w as warning
10
+ o as active,
11
+ a as arrow,
12
+ t as default,
13
+ n as ellipsis,
14
+ s as icon,
15
+ _ as page,
16
+ i as pagination
44
17
  };
package/dist/index64.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import e from "./index73.js";
2
- const o = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], a = e("loader-circle", o);
2
+ const o = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], c = e("chevron-left", o);
3
3
  export {
4
4
  o as __iconNode,
5
- a as default
5
+ c as default
6
6
  };
package/dist/index65.js CHANGED
@@ -1,17 +1,15 @@
1
- const t = "_tabList_ttmil_1", i = "_tab_ttmil_1", a = "_tabActive_ttmil_40", _ = "_tabDisabled_ttmil_44", c = "_indicator_ttmil_53", n = "_indicatorAnimated_ttmil_61", s = {
2
- tabList: t,
3
- tab: i,
4
- tabActive: a,
5
- tabDisabled: _,
6
- indicator: c,
7
- indicatorAnimated: n
1
+ const r = "_wrapper_1aqpy_1", a = "_label_1aqpy_6", e = "_textarea_1aqpy_13", t = "_textareaError_1aqpy_36", _ = "_error_1aqpy_45", o = {
2
+ wrapper: r,
3
+ label: a,
4
+ textarea: e,
5
+ textareaError: t,
6
+ error: _
8
7
  };
9
8
  export {
10
- s as default,
11
- c as indicator,
12
- n as indicatorAnimated,
13
- i as tab,
14
- a as tabActive,
15
- _ as tabDisabled,
16
- t as tabList
9
+ o as default,
10
+ _ as error,
11
+ a as label,
12
+ e as textarea,
13
+ t as textareaError,
14
+ r as wrapper
17
15
  };
package/dist/index66.js CHANGED
@@ -1,42 +1,17 @@
1
- const t = "_dialog_1wscl_51", _ = "_closing_1wscl_70", s = "_right_1wscl_76", o = "_left_1wscl_77", l = "_top_1wscl_98", e = "_bottom_1wscl_99", i = "_content_1wscl_145", c = "_header_1wscl_151", n = "_title_1wscl_159", d = "_closeButton_1wscl_165", w = "_body_1wscl_186", f = "_footer_1wscl_194", g = {
2
- dialog: t,
3
- "fade-in": "_fade-in_1wscl_1",
4
- "fade-out": "_fade-out_1wscl_1",
5
- closing: _,
6
- right: s,
7
- left: o,
8
- "slide-in-right": "_slide-in-right_1wscl_1",
9
- "slide-out-right": "_slide-out-right_1wscl_1",
10
- "slide-in-left": "_slide-in-left_1wscl_1",
11
- "slide-out-left": "_slide-out-left_1wscl_1",
12
- top: l,
13
- bottom: e,
14
- "slide-in-top": "_slide-in-top_1wscl_1",
15
- "slide-out-top": "_slide-out-top_1wscl_1",
16
- "slide-in-bottom": "_slide-in-bottom_1wscl_1",
17
- "slide-out-bottom": "_slide-out-bottom_1wscl_1",
18
- "size-sm": "_size-sm_1wscl_120",
19
- "size-md": "_size-md_1wscl_122",
20
- "size-lg": "_size-lg_1wscl_124",
21
- content: i,
22
- header: c,
23
- title: n,
24
- closeButton: d,
25
- body: w,
26
- footer: f
1
+ const t = "_tabList_ttmil_1", i = "_tab_ttmil_1", a = "_tabActive_ttmil_40", _ = "_tabDisabled_ttmil_44", c = "_indicator_ttmil_53", n = "_indicatorAnimated_ttmil_61", s = {
2
+ tabList: t,
3
+ tab: i,
4
+ tabActive: a,
5
+ tabDisabled: _,
6
+ indicator: c,
7
+ indicatorAnimated: n
27
8
  };
28
9
  export {
29
- w as body,
30
- e as bottom,
31
- d as closeButton,
32
- _ as closing,
33
- i as content,
34
- g as default,
35
- t as dialog,
36
- f as footer,
37
- c as header,
38
- o as left,
39
- s as right,
40
- n as title,
41
- l as top
10
+ s as default,
11
+ c as indicator,
12
+ n as indicatorAnimated,
13
+ i as tab,
14
+ a as tabActive,
15
+ _ as tabDisabled,
16
+ t as tabList
42
17
  };
package/dist/index67.js CHANGED
@@ -1,17 +1,33 @@
1
- const t = "_wrapper_tksqq_1", s = "_trigger_tksqq_6", e = "_menu_tksqq_38", _ = "_closing_tksqq_55", r = "_item_tksqq_59", i = "_divider_tksqq_80", n = {
2
- wrapper: t,
3
- trigger: s,
4
- menu: e,
5
- closing: _,
6
- item: r,
7
- divider: i
1
+ const t = "_trigger_1fbi2_1", _ = "_tooltip_1fbi2_6", o = "_dismissed_1fbi2_30", i = "_dark_1fbi2_36", s = "_light_1fbi2_42", r = "_success_1fbi2_51", n = "_error_1fbi2_59", c = "_warning_1fbi2_67", f = "_info_1fbi2_75", e = "_top_1fbi2_84", b = "_bottom_1fbi2_90", g = "_left_1fbi2_96", a = "_right_1fbi2_102", l = "_arrow_1fbi2_109", d = {
2
+ trigger: t,
3
+ tooltip: _,
4
+ dismissed: o,
5
+ dark: i,
6
+ light: s,
7
+ success: r,
8
+ error: n,
9
+ warning: c,
10
+ info: f,
11
+ top: e,
12
+ bottom: b,
13
+ left: g,
14
+ right: a,
15
+ arrow: l
8
16
  };
9
17
  export {
10
- _ as closing,
11
- n as default,
12
- i as divider,
13
- r as item,
14
- e as menu,
15
- s as trigger,
16
- t as wrapper
18
+ l as arrow,
19
+ b as bottom,
20
+ i as dark,
21
+ d as default,
22
+ o as dismissed,
23
+ n as error,
24
+ f as info,
25
+ g as left,
26
+ s as light,
27
+ a as right,
28
+ r as success,
29
+ _ as tooltip,
30
+ e as top,
31
+ t as trigger,
32
+ c as warning
17
33
  };
package/dist/index68.js CHANGED
@@ -1,33 +1,15 @@
1
- const s = "_trigger_9r84s_1", r = "_tooltip_9r84s_6", t = "_dismissed_9r84s_30", _ = "_dark_9r84s_36", o = "_light_9r84s_42", i = "_success_9r84s_51", n = "_error_9r84s_59", c = "_warning_9r84s_67", e = "_info_9r84s_75", g = "_top_9r84s_84", a = "_bottom_9r84s_90", l = "_left_9r84s_96", d = "_right_9r84s_102", f = "_arrow_9r84s_109", p = {
2
- trigger: s,
3
- tooltip: r,
4
- dismissed: t,
5
- dark: _,
6
- light: o,
7
- success: i,
8
- error: n,
9
- warning: c,
10
- info: e,
11
- top: g,
12
- bottom: a,
13
- left: l,
14
- right: d,
15
- arrow: f
1
+ const r = "_wrapper_1rkkq_1", t = "_label_1rkkq_6", _ = "_input_1rkkq_13", o = "_inputError_1rkkq_33", p = "_error_1rkkq_42", e = {
2
+ wrapper: r,
3
+ label: t,
4
+ input: _,
5
+ inputError: o,
6
+ error: p
16
7
  };
17
8
  export {
18
- f as arrow,
19
- a as bottom,
20
- _ as dark,
21
- p as default,
22
- t as dismissed,
23
- n as error,
24
- e as info,
25
- l as left,
26
- o as light,
27
- d as right,
28
- i as success,
29
- r as tooltip,
30
- g as top,
31
- s as trigger,
32
- c as warning
9
+ e as default,
10
+ p as error,
11
+ _ as input,
12
+ o as inputError,
13
+ t as label,
14
+ r as wrapper
33
15
  };
package/dist/index69.js CHANGED
@@ -1,19 +1,15 @@
1
- const w = "_wrapper_wwjw1_1", e = "_table_wwjw1_7", _ = "_header_wwjw1_13", o = "_body_wwjw1_18", a = "_row_wwjw1_22", t = "_head_wwjw1_13", r = "_cell_wwjw1_40", c = {
2
- wrapper: w,
3
- table: e,
4
- header: _,
5
- body: o,
6
- row: a,
7
- head: t,
8
- cell: r
1
+ const t = "_skeleton_17jqz_10", e = "_shimmer_17jqz_1", r = "_text_17jqz_21", c = "_circular_17jqz_27", s = "_rectangular_17jqz_33", _ = {
2
+ skeleton: t,
3
+ shimmer: e,
4
+ text: r,
5
+ circular: c,
6
+ rectangular: s
9
7
  };
10
8
  export {
11
- o as body,
12
- r as cell,
13
- c as default,
14
- t as head,
15
- _ as header,
16
- a as row,
17
- e as table,
18
- w as wrapper
9
+ c as circular,
10
+ _ as default,
11
+ s as rectangular,
12
+ e as shimmer,
13
+ t as skeleton,
14
+ r as text
19
15
  };
package/dist/index7.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { jsx as e, jsxs as d, Fragment as N } from "react/jsx-runtime";
2
2
  import g from "./index31.js";
3
3
  import { useState as S } from "react";
4
- import l from "./index34.js";
5
- import v from "./index35.js";
6
- import x from "./index36.js";
4
+ import l from "./index43.js";
5
+ import v from "./index44.js";
6
+ import x from "./index45.js";
7
7
  const C = () => /* @__PURE__ */ e(x, { className: l.separator }), w = ({
8
8
  items: a,
9
9
  separator: t,
package/dist/index8.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsxs as c, jsx as n } from "react/jsx-runtime";
2
2
  import s from "./index31.js";
3
- import t from "./index53.js";
3
+ import t from "./index41.js";
4
4
  import { Spinner as b } from "./index23.js";
5
5
  const y = ({
6
6
  variant: o = "primary",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sander-ui",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "description": "A modern React component library built with TypeScript and CSS Modules",
6
6
  "main": "./dist/index.js",