sander-ui 0.1.4 → 0.1.5

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 (75) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index10.js +1 -1
  3. package/dist/index12.js +44 -43
  4. package/dist/index13.js +1 -1
  5. package/dist/index14.js +1 -1
  6. package/dist/index15.js +1 -1
  7. package/dist/index16.js +44 -43
  8. package/dist/index17.js +3 -3
  9. package/dist/index18.js +1 -1
  10. package/dist/index19.js +1 -1
  11. package/dist/index20.js +1 -1
  12. package/dist/index21.js +1 -1
  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 +7 -7
  19. package/dist/index28.js +1 -1
  20. package/dist/index29.js +1 -1
  21. package/dist/index3.js +1 -1
  22. package/dist/index30.js +2 -2
  23. package/dist/index31.js +15 -15
  24. package/dist/index32.js +11 -8
  25. package/dist/index33.js +40 -4
  26. package/dist/index34.js +7 -27
  27. package/dist/index35.js +25 -25
  28. package/dist/index36.js +16 -18
  29. package/dist/index37.js +22 -22
  30. package/dist/index38.js +21 -8
  31. package/dist/index39.js +13 -14
  32. package/dist/index4.js +6 -6
  33. package/dist/index40.js +23 -8
  34. package/dist/index41.js +8 -7
  35. package/dist/index42.js +14 -7
  36. package/dist/index43.js +8 -26
  37. package/dist/index44.js +7 -13
  38. package/dist/index45.js +12 -39
  39. package/dist/index46.js +16 -22
  40. package/dist/index47.js +8 -27
  41. package/dist/index48.js +4 -13
  42. package/dist/index49.js +26 -20
  43. package/dist/index5.js +2 -2
  44. package/dist/index50.js +16 -14
  45. package/dist/index51.js +21 -4
  46. package/dist/index52.js +12 -16
  47. package/dist/index53.js +28 -23
  48. package/dist/index54.js +22 -14
  49. package/dist/index55.js +16 -12
  50. package/dist/index56.js +14 -41
  51. package/dist/index57.js +3 -3
  52. package/dist/index58.js +14 -16
  53. package/dist/index59.js +18 -16
  54. package/dist/index6.js +2 -2
  55. package/dist/index60.js +12 -22
  56. package/dist/index61.js +25 -20
  57. package/dist/index62.js +41 -16
  58. package/dist/index63.js +4 -13
  59. package/dist/index64.js +27 -31
  60. package/dist/index65.js +26 -35
  61. package/dist/index66.js +35 -2
  62. package/dist/index67.js +2 -4
  63. package/dist/index68.js +4 -21
  64. package/dist/index69.js +21 -2
  65. package/dist/index7.js +3 -3
  66. package/dist/index70.js +2 -2
  67. package/dist/index71.js +2 -6
  68. package/dist/index72.js +6 -34
  69. package/dist/index73.js +34 -12
  70. package/dist/index74.js +11 -6
  71. package/dist/index75.js +7 -5
  72. package/dist/index76.js +7 -0
  73. package/dist/index8.js +1 -1
  74. package/dist/index9.js +1 -1
  75. package/package.json +1 -1
package/dist/index53.js CHANGED
@@ -1,28 +1,33 @@
1
- const _ = "_badge_19d90_1", o = "_sm_19d90_10", d = "_md_19d90_15", s = "_dot_19d90_21", e = "_remove_19d90_30", n = "_filled_19d90_56", t = "_success_19d90_61", c = "_warning_19d90_66", r = "_error_19d90_71", l = "_info_19d90_76", i = "_outline_19d90_82", a = {
2
- badge: _,
3
- sm: o,
4
- md: d,
5
- dot: s,
6
- remove: e,
7
- filled: n,
8
- default: "_default_19d90_56",
9
- success: t,
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,
10
9
  warning: c,
11
- error: r,
12
- info: l,
13
- outline: i
10
+ info: e,
11
+ top: g,
12
+ bottom: a,
13
+ left: l,
14
+ right: d,
15
+ arrow: f
14
16
  };
15
17
  export {
16
- _ as badge,
17
- a as default,
18
- s as dot,
19
- r as error,
20
- n as filled,
21
- l as info,
22
- d as md,
23
- i as outline,
24
- e as remove,
25
- o as sm,
26
- t as success,
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,
27
32
  c as warning
28
33
  };
package/dist/index54.js CHANGED
@@ -1,17 +1,25 @@
1
- const t = "_tabList_194xi_1", i = "_tab_194xi_1", a = "_tabActive_194xi_37", _ = "_tabDisabled_194xi_41", c = "_indicator_194xi_50", n = "_indicatorAnimated_194xi_58", s = {
2
- tabList: t,
3
- tab: i,
4
- tabActive: a,
5
- tabDisabled: _,
6
- indicator: c,
7
- indicatorAnimated: n
1
+ const o = "_fieldset_ap4x3_1", _ = "_legend_ap4x3_7", r = "_options_ap4x3_14", e = "_option_ap4x3_14", s = "_radio_ap4x3_27", t = "_radioError_ap4x3_61", a = "_labels_ap4x3_65", n = "_label_ap4x3_65", i = "_description_ap4x3_76", l = "_error_ap4x3_82", p = {
2
+ fieldset: o,
3
+ legend: _,
4
+ options: r,
5
+ option: e,
6
+ radio: s,
7
+ radioError: t,
8
+ labels: a,
9
+ label: n,
10
+ description: i,
11
+ error: l
8
12
  };
9
13
  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
14
+ p as default,
15
+ i as description,
16
+ l as error,
17
+ o as fieldset,
18
+ n as label,
19
+ a as labels,
20
+ _ as legend,
21
+ e as option,
22
+ r as options,
23
+ s as radio,
24
+ t as radioError
17
25
  };
package/dist/index55.js CHANGED
@@ -1,15 +1,19 @@
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
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
7
9
  };
8
10
  export {
9
- c as circular,
10
- _ as default,
11
- s as rectangular,
12
- e as shimmer,
13
- t as skeleton,
14
- r as text
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
15
19
  };
package/dist/index56.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/index57.js CHANGED
@@ -1,6 +1,6 @@
1
- import e from "./index68.js";
2
- const o = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], a = e("loader-circle", o);
1
+ import e from "./index69.js";
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/index58.js CHANGED
@@ -1,19 +1,17 @@
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 = "_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
9
8
  };
10
9
  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
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
19
17
  };
package/dist/index59.js CHANGED
@@ -1,19 +1,21 @@
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
1
+ const i = "_wrapper_1s9du_1", t = "_trigger_1s9du_5", _ = "_menu_1s9du_37", s = "_closing_1s9du_52", e = "_alignRight_1s9du_56", n = "_alignLeft_1s9du_60", g = "_item_1s9du_64", r = "_divider_1s9du_85", d = {
2
+ wrapper: i,
3
+ trigger: t,
4
+ menu: _,
5
+ closing: s,
6
+ alignRight: e,
7
+ alignLeft: n,
8
+ item: g,
9
+ divider: r
9
10
  };
10
11
  export {
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
12
+ n as alignLeft,
13
+ e as alignRight,
14
+ s as closing,
15
+ d as default,
16
+ r as divider,
17
+ g as item,
18
+ _ as menu,
19
+ t as trigger,
20
+ i as wrapper
19
21
  };
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 "./index30.js";
3
- import s from "./index53.js";
4
- import p from "./index42.js";
3
+ import s from "./index35.js";
4
+ import p from "./index34.js";
5
5
  const N = ({
6
6
  children: m,
7
7
  variant: o = "default",
package/dist/index60.js CHANGED
@@ -1,25 +1,15 @@
1
- const o = "_fieldset_ap4x3_1", _ = "_legend_ap4x3_7", r = "_options_ap4x3_14", e = "_option_ap4x3_14", s = "_radio_ap4x3_27", t = "_radioError_ap4x3_61", a = "_labels_ap4x3_65", n = "_label_ap4x3_65", i = "_description_ap4x3_76", l = "_error_ap4x3_82", p = {
2
- fieldset: o,
3
- legend: _,
4
- options: r,
5
- option: e,
6
- radio: s,
7
- radioError: t,
8
- labels: a,
9
- label: n,
10
- description: i,
11
- error: l
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: _
12
7
  };
13
8
  export {
14
- p as default,
15
- i as description,
16
- l as error,
17
- o as fieldset,
18
- n as label,
19
- a as labels,
20
- _ as legend,
21
- e as option,
22
- r as options,
23
- s as radio,
24
- t as radioError
9
+ o as default,
10
+ _ as error,
11
+ a as label,
12
+ e as textarea,
13
+ t as textareaError,
14
+ r as wrapper
25
15
  };
package/dist/index61.js CHANGED
@@ -1,23 +1,28 @@
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 o = "_dialog_1yxjo_33", _ = "_closing_1yxjo_55", t = "_content_1yxjo_77", e = "_header_1yxjo_84", s = "_title_1yxjo_91", l = "_closeButton_1yxjo_97", n = "_body_1yxjo_118", a = "_footer_1yxjo_126", d = {
2
+ dialog: o,
3
+ "modal-scale-in": "_modal-scale-in_1yxjo_1",
4
+ "modal-fade-in": "_modal-fade-in_1yxjo_1",
5
+ "modal-scale-out": "_modal-scale-out_1yxjo_1",
6
+ "modal-fade-out": "_modal-fade-out_1yxjo_1",
7
+ closing: _,
8
+ "size-sm": "_size-sm_1yxjo_65",
9
+ "size-md": "_size-md_1yxjo_69",
10
+ "size-lg": "_size-lg_1yxjo_73",
11
+ content: t,
12
+ header: e,
13
+ title: s,
14
+ closeButton: l,
15
+ body: n,
16
+ footer: a
11
17
  };
12
18
  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
19
+ n as body,
20
+ l as closeButton,
21
+ _ as closing,
22
+ t as content,
23
+ d as default,
24
+ o as dialog,
25
+ a as footer,
26
+ e as header,
27
+ s as title
23
28
  };
package/dist/index62.js CHANGED
@@ -1,19 +1,44 @@
1
- const r = "_wrapper_tjwht_1", t = "_row_tjwht_6", o = "_checkbox_tjwht_12", c = "_checkboxError_tjwht_54", e = "_label_tjwht_58", _ = "_description_tjwht_65", s = "_error_tjwht_72", h = {
2
- wrapper: r,
3
- row: t,
4
- checkbox: o,
5
- checkboxError: c,
6
- label: e,
7
- description: _,
8
- error: s
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"
9
28
  };
10
29
  export {
11
- o as checkbox,
12
- c as checkboxError,
13
- h as default,
14
- _ as description,
15
- s as error,
16
- e as label,
17
- t as row,
18
- r as wrapper
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
19
44
  };
package/dist/index63.js CHANGED
@@ -1,15 +1,6 @@
1
- const r = "_wrapper_z5w4u_1", e = "_label_z5w4u_6", s = "_select_z5w4u_13", t = "_selectError_z5w4u_37", _ = "_error_z5w4u_46", l = {
2
- wrapper: r,
3
- label: e,
4
- select: s,
5
- selectError: t,
6
- error: _
7
- };
1
+ import e from "./index69.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
- l as default,
10
- _ as error,
11
- e as label,
12
- s as select,
13
- t as selectError,
14
- r as wrapper
4
+ o as __iconNode,
5
+ a as default
15
6
  };
package/dist/index64.js CHANGED
@@ -1,33 +1,29 @@
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
16
- };
1
+ const l = /* @__PURE__ */ new Set([
2
+ "van",
3
+ "von",
4
+ "de",
5
+ "del",
6
+ "den",
7
+ "der",
8
+ "di",
9
+ "du",
10
+ "el",
11
+ "la",
12
+ "le",
13
+ "los",
14
+ "het",
15
+ "ten",
16
+ "ter",
17
+ "op"
18
+ ]);
19
+ function a(e, r = "?") {
20
+ if (!e?.trim()) return r;
21
+ const n = e.trim().split(/\s+/), t = n.filter((o) => !l.has(o.toLowerCase()));
22
+ if (t.length === 0) return n[0][0].toUpperCase();
23
+ if (t.length === 1) return t[0][0].toUpperCase();
24
+ const s = t[0][0], i = t[t.length - 1][0];
25
+ return (s + i).toUpperCase();
26
+ }
17
27
  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
28
+ a as getInitials
33
29
  };
package/dist/index65.js CHANGED
@@ -1,37 +1,28 @@
1
- import { __module as s } from "./index66.js";
2
- var u;
3
- function c() {
4
- return u ? s.exports : (u = 1, (function(i) {
5
- (function() {
6
- var f = {}.hasOwnProperty;
7
- function n() {
8
- for (var r = "", t = 0; t < arguments.length; t++) {
9
- var e = arguments[t];
10
- e && (r = o(r, a(e)));
11
- }
12
- return r;
13
- }
14
- function a(r) {
15
- if (typeof r == "string" || typeof r == "number")
16
- return r;
17
- if (typeof r != "object")
18
- return "";
19
- if (Array.isArray(r))
20
- return n.apply(null, r);
21
- if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
22
- return r.toString();
23
- var t = "";
24
- for (var e in r)
25
- f.call(r, e) && r[e] && (t = o(t, e));
26
- return t;
27
- }
28
- function o(r, t) {
29
- return t ? r ? r + " " + t : r + t : r;
30
- }
31
- i.exports ? (n.default = n, i.exports = n) : window.classNames = n;
32
- })();
33
- })(s), s.exports);
34
- }
1
+ const _ = "_wrapper_1p6ce_1", s = "_sm_1p6ce_8", t = "_md_1p6ce_14", a = "_lg_1p6ce_20", c = "_xl_1p6ce_26", e = "_image_1p6ce_38", p = "_fallback_1p6ce_45", l = "_status_1p6ce_59", o = "_group_1p6ce_88", u = {
2
+ wrapper: _,
3
+ sm: s,
4
+ md: t,
5
+ lg: a,
6
+ xl: c,
7
+ "2xl": "_2xl_1p6ce_32",
8
+ image: e,
9
+ fallback: p,
10
+ status: l,
11
+ "status-online": "_status-online_1p6ce_71",
12
+ "status-offline": "_status-offline_1p6ce_75",
13
+ "status-busy": "_status-busy_1p6ce_79",
14
+ "status-away": "_status-away_1p6ce_83",
15
+ group: o
16
+ };
35
17
  export {
36
- c as __require
18
+ u as default,
19
+ p as fallback,
20
+ o as group,
21
+ e as image,
22
+ a as lg,
23
+ t as md,
24
+ s as sm,
25
+ l as status,
26
+ _ as wrapper,
27
+ c as xl
37
28
  };
package/dist/index66.js CHANGED
@@ -1,4 +1,37 @@
1
- var s = { exports: {} };
1
+ import { __module as s } from "./index67.js";
2
+ var u;
3
+ function c() {
4
+ return u ? s.exports : (u = 1, (function(i) {
5
+ (function() {
6
+ var f = {}.hasOwnProperty;
7
+ function n() {
8
+ for (var r = "", t = 0; t < arguments.length; t++) {
9
+ var e = arguments[t];
10
+ e && (r = o(r, a(e)));
11
+ }
12
+ return r;
13
+ }
14
+ function a(r) {
15
+ if (typeof r == "string" || typeof r == "number")
16
+ return r;
17
+ if (typeof r != "object")
18
+ return "";
19
+ if (Array.isArray(r))
20
+ return n.apply(null, r);
21
+ if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
22
+ return r.toString();
23
+ var t = "";
24
+ for (var e in r)
25
+ f.call(r, e) && r[e] && (t = o(t, e));
26
+ return t;
27
+ }
28
+ function o(r, t) {
29
+ return t ? r ? r + " " + t : r + t : r;
30
+ }
31
+ i.exports ? (n.default = n, i.exports = n) : window.classNames = n;
32
+ })();
33
+ })(s), s.exports);
34
+ }
2
35
  export {
3
- s as __module
36
+ c as __require
4
37
  };
package/dist/index67.js CHANGED
@@ -1,6 +1,4 @@
1
- function e(t) {
2
- return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
3
- }
1
+ var s = { exports: {} };
4
2
  export {
5
- e as getDefaultExportFromCjs
3
+ s as __module
6
4
  };