musae 0.5.7 → 0.5.9

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 (77) hide show
  1. package/dist/components/avatar/avatar.cjs +1 -1
  2. package/dist/components/avatar/avatar.mjs +1 -1
  3. package/dist/components/badge/badge.cjs +2 -2
  4. package/dist/components/badge/badge.mjs +2 -2
  5. package/dist/components/bench/bench.cjs +2 -2
  6. package/dist/components/bench/bench.mjs +2 -2
  7. package/dist/components/breadcrumb/item.cjs +1 -1
  8. package/dist/components/breadcrumb/item.mjs +1 -1
  9. package/dist/components/button/button.cjs +1 -1
  10. package/dist/components/button/button.mjs +1 -1
  11. package/dist/components/calendar/contribution.cjs +12 -13
  12. package/dist/components/calendar/contribution.mjs +12 -13
  13. package/dist/components/chat/item.cjs +2 -2
  14. package/dist/components/chat/item.mjs +2 -2
  15. package/dist/components/checkbox/styles.cjs +2 -2
  16. package/dist/components/checkbox/styles.mjs +2 -2
  17. package/dist/components/collapse/collapse.cjs +1 -1
  18. package/dist/components/collapse/collapse.mjs +1 -1
  19. package/dist/components/dialog/popup.cjs +5 -5
  20. package/dist/components/dialog/popup.mjs +5 -5
  21. package/dist/components/drawer/popup.cjs +2 -2
  22. package/dist/components/drawer/popup.mjs +2 -2
  23. package/dist/components/empty/empty.cjs +1 -1
  24. package/dist/components/empty/empty.mjs +1 -1
  25. package/dist/components/fab/fab.cjs +3 -3
  26. package/dist/components/fab/fab.mjs +3 -3
  27. package/dist/components/form/field/layout.cjs +1 -1
  28. package/dist/components/form/field/layout.mjs +1 -1
  29. package/dist/components/image/preview/operations.cjs +3 -3
  30. package/dist/components/image/preview/operations.mjs +3 -3
  31. package/dist/components/input/input.cjs +5 -5
  32. package/dist/components/input/input.mjs +5 -5
  33. package/dist/components/layout/header.cjs +2 -2
  34. package/dist/components/layout/header.mjs +2 -2
  35. package/dist/components/menu/item.cjs +7 -7
  36. package/dist/components/menu/item.mjs +7 -7
  37. package/dist/components/notification/notification.cjs +1 -1
  38. package/dist/components/notification/notification.mjs +1 -1
  39. package/dist/components/popper/dropdown.cjs +3 -3
  40. package/dist/components/popper/dropdown.mjs +3 -3
  41. package/dist/components/progress/circular.cjs +5 -5
  42. package/dist/components/progress/circular.mjs +5 -5
  43. package/dist/components/progress/linear.cjs +1 -1
  44. package/dist/components/progress/linear.mjs +1 -1
  45. package/dist/components/quote/styles.cjs +4 -4
  46. package/dist/components/quote/styles.d.ts +2 -2
  47. package/dist/components/quote/styles.mjs +4 -4
  48. package/dist/components/radio/radio.cjs +3 -3
  49. package/dist/components/radio/radio.mjs +3 -3
  50. package/dist/components/rich-text-editor/index.cjs +1 -1
  51. package/dist/components/rich-text-editor/index.mjs +1 -1
  52. package/dist/components/rich-text-editor/nodes/checkable-list-item.cjs +32 -28
  53. package/dist/components/rich-text-editor/nodes/checkable-list-item.d.ts +1 -1
  54. package/dist/components/rich-text-editor/nodes/checkable-list-item.mjs +33 -29
  55. package/dist/components/rich-text-editor/plugins/editable/index.cjs +3 -3
  56. package/dist/components/rich-text-editor/plugins/editable/index.mjs +3 -3
  57. package/dist/components/rich-text-editor/rich-text-editor.cjs +113 -25
  58. package/dist/components/rich-text-editor/rich-text-editor.mjs +113 -25
  59. package/dist/components/switch/switch.cjs +9 -9
  60. package/dist/components/switch/switch.mjs +9 -9
  61. package/dist/components/tabs/navigation.cjs +1 -1
  62. package/dist/components/tabs/navigation.mjs +1 -1
  63. package/dist/components/theme/tokens.stylex.cjs +1 -0
  64. package/dist/components/theme/tokens.stylex.d.ts +1 -0
  65. package/dist/components/theme/tokens.stylex.mjs +1 -0
  66. package/dist/components/timeline/item.cjs +3 -3
  67. package/dist/components/timeline/item.mjs +3 -3
  68. package/dist/components/tour/spotlight.cjs +1 -1
  69. package/dist/components/tour/spotlight.mjs +1 -1
  70. package/dist/components/tour/tour.cjs +1 -1
  71. package/dist/components/tour/tour.mjs +1 -1
  72. package/dist/components/transfer/list.cjs +1 -1
  73. package/dist/components/transfer/list.mjs +1 -1
  74. package/dist/components/upload/uploaded-item.cjs +1 -1
  75. package/dist/components/upload/uploaded-item.mjs +1 -1
  76. package/dist/styles.css +143 -126
  77. package/package.json +15 -15
@@ -103,7 +103,7 @@ var styles = {
103
103
  $$css: true
104
104
  },
105
105
  squared: {
106
- borderRadius: "musaex-1xx8fp0",
106
+ borderRadius: "musaex-10lp2fo",
107
107
  borderStartStartRadius: null,
108
108
  borderStartEndRadius: null,
109
109
  borderEndStartRadius: null,
@@ -101,7 +101,7 @@ var styles = {
101
101
  $$css: true
102
102
  },
103
103
  squared: {
104
- borderRadius: "musaex-1xx8fp0",
104
+ borderRadius: "musaex-10lp2fo",
105
105
  borderStartStartRadius: null,
106
106
  borderStartEndRadius: null,
107
107
  borderEndStartRadius: null,
@@ -46,8 +46,8 @@ var styles = {
46
46
  },
47
47
  dot: {
48
48
  minWidth: null,
49
- width: "musaex-1fdp3o3",
50
- height: "musaex-151xgyu",
49
+ width: "musaex-165vr4g",
50
+ height: "musaex-rywi9w",
51
51
  $$css: true
52
52
  },
53
53
  invisible: {
@@ -44,8 +44,8 @@ var styles = {
44
44
  },
45
45
  dot: {
46
46
  minWidth: null,
47
- width: "musaex-1fdp3o3",
48
- height: "musaex-151xgyu",
47
+ width: "musaex-165vr4g",
48
+ height: "musaex-rywi9w",
49
49
  $$css: true
50
50
  },
51
51
  invisible: {
@@ -38,8 +38,8 @@ var styles = {
38
38
  paddingRight: null,
39
39
  paddingBottom: "musaex-1us5tpc",
40
40
  position: "musaex-7wzq59",
41
- height: "musaex-173saix",
42
- top: "musaex-46s6ar",
41
+ height: "musaex-1sn4ngq",
42
+ top: "musaex-1pvtwdj",
43
43
  overflowY: "musaex-10wlt62 musaex-r8ctv5",
44
44
  $$css: true
45
45
  }, {
@@ -36,8 +36,8 @@ var styles = {
36
36
  paddingRight: null,
37
37
  paddingBottom: "musaex-1us5tpc",
38
38
  position: "musaex-7wzq59",
39
- height: "musaex-173saix",
40
- top: "musaex-46s6ar",
39
+ height: "musaex-1sn4ngq",
40
+ top: "musaex-1pvtwdj",
41
41
  overflowY: "musaex-10wlt62 musaex-r8ctv5",
42
42
  $$css: true
43
43
  }, {
@@ -23,7 +23,7 @@ var styles = {
23
23
  paddingLeft: null,
24
24
  paddingEnd: null,
25
25
  paddingRight: null,
26
- borderRadius: "musaex-1xx8fp0",
26
+ borderRadius: "musaex-10lp2fo",
27
27
  borderStartStartRadius: null,
28
28
  borderStartEndRadius: null,
29
29
  borderEndStartRadius: null,
@@ -21,7 +21,7 @@ var styles = {
21
21
  paddingLeft: null,
22
22
  paddingEnd: null,
23
23
  paddingRight: null,
24
- borderRadius: "musaex-1xx8fp0",
24
+ borderRadius: "musaex-10lp2fo",
25
25
  borderStartStartRadius: null,
26
26
  borderStartEndRadius: null,
27
27
  borderEndStartRadius: null,
@@ -66,7 +66,7 @@ var styles = {
66
66
  paddingBlock: "musaex-pbl5hd",
67
67
  paddingTop: null,
68
68
  paddingBottom: null,
69
- paddingInline: "musaex-kdcicf",
69
+ paddingInline: "musaex-uzvhnf",
70
70
  paddingStart: null,
71
71
  paddingLeft: null,
72
72
  paddingEnd: null,
@@ -64,7 +64,7 @@ var styles = {
64
64
  paddingBlock: "musaex-pbl5hd",
65
65
  paddingTop: null,
66
66
  paddingBottom: null,
67
- paddingInline: "musaex-kdcicf",
67
+ paddingInline: "musaex-uzvhnf",
68
68
  paddingStart: null,
69
69
  paddingLeft: null,
70
70
  paddingEnd: null,
@@ -18,11 +18,10 @@ var styles = {
18
18
  calendar: {
19
19
  variables: function variables(props) {
20
20
  return [{
21
- "--cell-size": "musaex-1g3tzyy",
22
- "--cell-color": props.color == null ? null : "musaex-l5e6pc",
21
+ "--primary": props.color == null ? null : "musaex-1lijz77",
23
22
  $$css: true
24
23
  }, {
25
- "----cell-color": props.color != null ? props.color : undefined
24
+ "----primary": props.color != null ? props.color : undefined
26
25
  }];
27
26
  },
28
27
  "default": {
@@ -40,9 +39,9 @@ var styles = {
40
39
  },
41
40
  cell: {
42
41
  "default": {
43
- minWidth: "musaex-1q6qbx2",
44
- minHeight: "musaex-189dakb",
45
- padding: "musaex-1717udv",
42
+ minWidth: "musaex-d9398k",
43
+ minHeight: "musaex-586omu",
44
+ padding: "musaex-1n775ky",
46
45
  paddingInline: null,
47
46
  paddingStart: null,
48
47
  paddingLeft: null,
@@ -51,7 +50,7 @@ var styles = {
51
50
  paddingBlock: null,
52
51
  paddingTop: null,
53
52
  paddingBottom: null,
54
- borderRadius: "musaex-10lp2fo",
53
+ borderRadius: "musaex-m9kfsm",
55
54
  borderStartStartRadius: null,
56
55
  borderStartEndRadius: null,
57
56
  borderEndStartRadius: null,
@@ -61,7 +60,7 @@ var styles = {
61
60
  borderBottomLeftRadius: null,
62
61
  borderBottomRightRadius: null,
63
62
  cursor: "musaex-1ypdohk",
64
- backgroundColor: "musaex-1204rnj",
63
+ backgroundColor: "musaex-8qxh4v",
65
64
  $$css: true
66
65
  }
67
66
  },
@@ -79,7 +78,7 @@ var styles = {
79
78
  $$css: true
80
79
  },
81
80
  "default": {
82
- height: "musaex-sahybl",
81
+ height: "musaex-151xgyu",
83
82
  overflow: "musaex-1rea2x4",
84
83
  overflowX: null,
85
84
  overflowY: null,
@@ -120,7 +119,7 @@ var styles = {
120
119
  paddingBlock: "musaex-1nsg7hs",
121
120
  paddingTop: null,
122
121
  paddingBottom: null,
123
- paddingInline: "musaex-uzvhnf",
122
+ paddingInline: "musaex-1pyhihf",
124
123
  paddingStart: null,
125
124
  paddingLeft: null,
126
125
  paddingEnd: null,
@@ -140,9 +139,9 @@ var styles = {
140
139
  $$css: true
141
140
  },
142
141
  level: {
143
- width: "musaex-1mg4jku",
144
- height: "musaex-sahybl",
145
- borderRadius: "musaex-10lp2fo",
142
+ width: "musaex-1fdp3o3",
143
+ height: "musaex-151xgyu",
144
+ borderRadius: "musaex-m9kfsm",
146
145
  borderStartStartRadius: null,
147
146
  borderStartEndRadius: null,
148
147
  borderEndStartRadius: null,
@@ -16,11 +16,10 @@ var styles = {
16
16
  calendar: {
17
17
  variables: function variables(props) {
18
18
  return [{
19
- "--cell-size": "musaex-1g3tzyy",
20
- "--cell-color": props.color == null ? null : "musaex-l5e6pc",
19
+ "--primary": props.color == null ? null : "musaex-1lijz77",
21
20
  $$css: true
22
21
  }, {
23
- "----cell-color": props.color != null ? props.color : undefined
22
+ "----primary": props.color != null ? props.color : undefined
24
23
  }];
25
24
  },
26
25
  "default": {
@@ -38,9 +37,9 @@ var styles = {
38
37
  },
39
38
  cell: {
40
39
  "default": {
41
- minWidth: "musaex-1q6qbx2",
42
- minHeight: "musaex-189dakb",
43
- padding: "musaex-1717udv",
40
+ minWidth: "musaex-d9398k",
41
+ minHeight: "musaex-586omu",
42
+ padding: "musaex-1n775ky",
44
43
  paddingInline: null,
45
44
  paddingStart: null,
46
45
  paddingLeft: null,
@@ -49,7 +48,7 @@ var styles = {
49
48
  paddingBlock: null,
50
49
  paddingTop: null,
51
50
  paddingBottom: null,
52
- borderRadius: "musaex-10lp2fo",
51
+ borderRadius: "musaex-m9kfsm",
53
52
  borderStartStartRadius: null,
54
53
  borderStartEndRadius: null,
55
54
  borderEndStartRadius: null,
@@ -59,7 +58,7 @@ var styles = {
59
58
  borderBottomLeftRadius: null,
60
59
  borderBottomRightRadius: null,
61
60
  cursor: "musaex-1ypdohk",
62
- backgroundColor: "musaex-1204rnj",
61
+ backgroundColor: "musaex-8qxh4v",
63
62
  $$css: true
64
63
  }
65
64
  },
@@ -77,7 +76,7 @@ var styles = {
77
76
  $$css: true
78
77
  },
79
78
  "default": {
80
- height: "musaex-sahybl",
79
+ height: "musaex-151xgyu",
81
80
  overflow: "musaex-1rea2x4",
82
81
  overflowX: null,
83
82
  overflowY: null,
@@ -118,7 +117,7 @@ var styles = {
118
117
  paddingBlock: "musaex-1nsg7hs",
119
118
  paddingTop: null,
120
119
  paddingBottom: null,
121
- paddingInline: "musaex-uzvhnf",
120
+ paddingInline: "musaex-1pyhihf",
122
121
  paddingStart: null,
123
122
  paddingLeft: null,
124
123
  paddingEnd: null,
@@ -138,9 +137,9 @@ var styles = {
138
137
  $$css: true
139
138
  },
140
139
  level: {
141
- width: "musaex-1mg4jku",
142
- height: "musaex-sahybl",
143
- borderRadius: "musaex-10lp2fo",
140
+ width: "musaex-1fdp3o3",
141
+ height: "musaex-151xgyu",
142
+ borderRadius: "musaex-m9kfsm",
144
143
  borderStartStartRadius: null,
145
144
  borderStartEndRadius: null,
146
145
  borderEndStartRadius: null,
@@ -23,7 +23,7 @@ var styles = {
23
23
  paddingBottom: null,
24
24
  backgroundColor: props.backgroundColor == null ? null : "musaex-r5ldyu",
25
25
  color: props.color == null ? null : "musaex-fx01vb",
26
- borderRadius: "musaex-qesrb1",
26
+ borderRadius: "musaex-1xx8fp0",
27
27
  borderStartStartRadius: null,
28
28
  borderStartEndRadius: null,
29
29
  borderEndStartRadius: null,
@@ -51,7 +51,7 @@ var styles = {
51
51
  paddingBottom: null,
52
52
  backgroundColor: props.backgroundColor == null ? null : "musaex-r5ldyu",
53
53
  color: props.color == null ? null : "musaex-fx01vb",
54
- borderRadius: "musaex-qesrb1",
54
+ borderRadius: "musaex-1xx8fp0",
55
55
  borderStartStartRadius: null,
56
56
  borderStartEndRadius: null,
57
57
  borderEndStartRadius: null,
@@ -21,7 +21,7 @@ var styles = {
21
21
  paddingBottom: null,
22
22
  backgroundColor: props.backgroundColor == null ? null : "musaex-r5ldyu",
23
23
  color: props.color == null ? null : "musaex-fx01vb",
24
- borderRadius: "musaex-qesrb1",
24
+ borderRadius: "musaex-1xx8fp0",
25
25
  borderStartStartRadius: null,
26
26
  borderStartEndRadius: null,
27
27
  borderEndStartRadius: null,
@@ -49,7 +49,7 @@ var styles = {
49
49
  paddingBottom: null,
50
50
  backgroundColor: props.backgroundColor == null ? null : "musaex-r5ldyu",
51
51
  color: props.color == null ? null : "musaex-fx01vb",
52
- borderRadius: "musaex-qesrb1",
52
+ borderRadius: "musaex-1xx8fp0",
53
53
  borderStartStartRadius: null,
54
54
  borderStartEndRadius: null,
55
55
  borderEndStartRadius: null,
@@ -96,8 +96,8 @@ var styles = {
96
96
  ":not([aria-checked=\"false\"])::after_transform": "musaex-1rgvlbr",
97
97
  ":not([aria-checked=\"false\"])::after_borderTopWidth": "musaex-109rwpv",
98
98
  ":not([aria-checked=\"false\"])::after_borderRightWidth": "musaex-2nnzvz",
99
- ":not([aria-checked=\"false\"])::after_borderBottomWidth": "musaex-1enfk7n",
100
- ":not([aria-checked=\"false\"])::after_borderLeftWidth": "musaex-1vh4ny7",
99
+ ":not([aria-checked=\"false\"])::after_borderBottomWidth": "musaex-1oywv1j",
100
+ ":not([aria-checked=\"false\"])::after_borderLeftWidth": "musaex-7judou",
101
101
  ":not([aria-checked=\"false\"])::after_borderInlineStartWidth": null,
102
102
  ":not([aria-checked=\"false\"])::after_borderInlineEndWidth": null,
103
103
  ":not([aria-checked=\"false\"])::after_borderStyle": "musaex-1ytb5o1",
@@ -94,8 +94,8 @@ var styles = {
94
94
  ":not([aria-checked=\"false\"])::after_transform": "musaex-1rgvlbr",
95
95
  ":not([aria-checked=\"false\"])::after_borderTopWidth": "musaex-109rwpv",
96
96
  ":not([aria-checked=\"false\"])::after_borderRightWidth": "musaex-2nnzvz",
97
- ":not([aria-checked=\"false\"])::after_borderBottomWidth": "musaex-1enfk7n",
98
- ":not([aria-checked=\"false\"])::after_borderLeftWidth": "musaex-1vh4ny7",
97
+ ":not([aria-checked=\"false\"])::after_borderBottomWidth": "musaex-1oywv1j",
98
+ ":not([aria-checked=\"false\"])::after_borderLeftWidth": "musaex-7judou",
99
99
  ":not([aria-checked=\"false\"])::after_borderInlineStartWidth": null,
100
100
  ":not([aria-checked=\"false\"])::after_borderInlineEndWidth": null,
101
101
  ":not([aria-checked=\"false\"])::after_borderStyle": "musaex-1ytb5o1",
@@ -41,7 +41,7 @@ var styles = {
41
41
  borderBlockColor: null,
42
42
  borderTopColor: null,
43
43
  borderBottomColor: null,
44
- borderRadius: "musaex-qesrb1",
44
+ borderRadius: "musaex-1xx8fp0",
45
45
  borderStartStartRadius: null,
46
46
  borderStartEndRadius: null,
47
47
  borderEndStartRadius: null,
@@ -39,7 +39,7 @@ var styles = {
39
39
  borderBlockColor: null,
40
40
  borderTopColor: null,
41
41
  borderBottomColor: null,
42
- borderRadius: "musaex-qesrb1",
42
+ borderRadius: "musaex-1xx8fp0",
43
43
  borderStartStartRadius: null,
44
44
  borderStartEndRadius: null,
45
45
  borderEndStartRadius: null,
@@ -20,7 +20,7 @@ var context = require('./context.cjs');
20
20
  var _excluded = ["onClose", "open", "closable", "onClosed", "className"];
21
21
  var styles = {
22
22
  header: {
23
- paddingInline: "musaex-kdcicf",
23
+ paddingInline: "musaex-uzvhnf",
24
24
  paddingStart: null,
25
25
  paddingLeft: null,
26
26
  paddingEnd: null,
@@ -54,8 +54,8 @@ var styles = {
54
54
  rowGap: null,
55
55
  columnGap: null,
56
56
  minWidth: "musaex-15cq3s0",
57
- maxHeight: "musaex-1p6s97h",
58
- margin: "musaex-1on48cj",
57
+ maxHeight: "musaex-1vy8hb8",
58
+ margin: "musaex-whtjeo",
59
59
  marginInline: null,
60
60
  marginInlineStart: null,
61
61
  marginLeft: null,
@@ -84,7 +84,7 @@ var styles = {
84
84
  }];
85
85
  },
86
86
  body: {
87
- paddingInline: "musaex-kdcicf",
87
+ paddingInline: "musaex-uzvhnf",
88
88
  paddingStart: null,
89
89
  paddingLeft: null,
90
90
  paddingEnd: null,
@@ -182,7 +182,7 @@ var Popup = function Popup(_ref) {
182
182
  header: stylex.default.props(styles.header, theme.typography.headline.small),
183
183
  body: stylex.default.props(theme.typography.body.medium, styles.body),
184
184
  footer: {
185
- className: "musaex-kdcicf musaex-132sp9d musaex-78zum5 musaex-dt5ytf musaex-uk3077"
185
+ className: "musaex-uzvhnf musaex-mdh2o7 musaex-78zum5 musaex-dt5ytf musaex-uk3077"
186
186
  }
187
187
  };
188
188
  return /*#__PURE__*/React.createElement("div", {
@@ -18,7 +18,7 @@ import { CLASS_NAMES } from './context.mjs';
18
18
  var _excluded = ["onClose", "open", "closable", "onClosed", "className"];
19
19
  var styles = {
20
20
  header: {
21
- paddingInline: "musaex-kdcicf",
21
+ paddingInline: "musaex-uzvhnf",
22
22
  paddingStart: null,
23
23
  paddingLeft: null,
24
24
  paddingEnd: null,
@@ -52,8 +52,8 @@ var styles = {
52
52
  rowGap: null,
53
53
  columnGap: null,
54
54
  minWidth: "musaex-15cq3s0",
55
- maxHeight: "musaex-1p6s97h",
56
- margin: "musaex-1on48cj",
55
+ maxHeight: "musaex-1vy8hb8",
56
+ margin: "musaex-whtjeo",
57
57
  marginInline: null,
58
58
  marginInlineStart: null,
59
59
  marginLeft: null,
@@ -82,7 +82,7 @@ var styles = {
82
82
  }];
83
83
  },
84
84
  body: {
85
- paddingInline: "musaex-kdcicf",
85
+ paddingInline: "musaex-uzvhnf",
86
86
  paddingStart: null,
87
87
  paddingLeft: null,
88
88
  paddingEnd: null,
@@ -180,7 +180,7 @@ var Popup = function Popup(_ref) {
180
180
  header: _stylex.props(styles.header, typography.headline.small),
181
181
  body: _stylex.props(typography.body.medium, styles.body),
182
182
  footer: {
183
- className: "musaex-kdcicf musaex-132sp9d musaex-78zum5 musaex-dt5ytf musaex-uk3077"
183
+ className: "musaex-uzvhnf musaex-mdh2o7 musaex-78zum5 musaex-dt5ytf musaex-uk3077"
184
184
  }
185
185
  };
186
186
  return /*#__PURE__*/React.createElement("div", {
@@ -162,7 +162,7 @@ var styles = {
162
162
  flexGrow: null,
163
163
  flexShrink: null,
164
164
  flexBasis: null,
165
- padding: "musaex-1hfn1uj",
165
+ padding: "musaex-17jzkqw",
166
166
  paddingInline: null,
167
167
  paddingStart: null,
168
168
  paddingLeft: null,
@@ -270,7 +270,7 @@ var Popup = function Popup(_ref) {
270
270
  outlineColor: theme$1.colors["outline-variant"]
271
271
  })),
272
272
  body: {
273
- className: "musaex-98rzlu musaex-1hfn1uj"
273
+ className: "musaex-98rzlu musaex-17jzkqw"
274
274
  },
275
275
  actions: {
276
276
  className: "musaex-vc5jky"
@@ -160,7 +160,7 @@ var styles = {
160
160
  flexGrow: null,
161
161
  flexShrink: null,
162
162
  flexBasis: null,
163
- padding: "musaex-1hfn1uj",
163
+ padding: "musaex-17jzkqw",
164
164
  paddingInline: null,
165
165
  paddingStart: null,
166
166
  paddingLeft: null,
@@ -268,7 +268,7 @@ var Popup = function Popup(_ref) {
268
268
  outlineColor: theme.colors["outline-variant"]
269
269
  })),
270
270
  body: {
271
- className: "musaex-98rzlu musaex-1hfn1uj"
271
+ className: "musaex-98rzlu musaex-17jzkqw"
272
272
  },
273
273
  actions: {
274
274
  className: "musaex-vc5jky"
@@ -29,7 +29,7 @@ var Empty = function Empty(_ref) {
29
29
  locale = _useLocale2[0];
30
30
  var styled = {
31
31
  empty: {
32
- className: "musaex-78zum5 musaex-dt5ytf musaex-6s0dn4 musaex-1ypv7nj musaex-4i86tz"
32
+ className: "musaex-78zum5 musaex-dt5ytf musaex-6s0dn4 musaex-hotpn4 musaex-4i86tz"
33
33
  },
34
34
  label: stylex.default.props(theme.typography.body.small, styles.label)
35
35
  };
@@ -27,7 +27,7 @@ var Empty = function Empty(_ref) {
27
27
  locale = _useLocale2[0];
28
28
  var styled = {
29
29
  empty: {
30
- className: "musaex-78zum5 musaex-dt5ytf musaex-6s0dn4 musaex-1ypv7nj musaex-4i86tz"
30
+ className: "musaex-78zum5 musaex-dt5ytf musaex-6s0dn4 musaex-hotpn4 musaex-4i86tz"
31
31
  },
32
32
  label: _stylex.props(typography.body.small, styles.label)
33
33
  };
@@ -46,7 +46,7 @@ var styles = {
46
46
  cursor: "musaex-1ypdohk",
47
47
  pointerEvents: "musaex-67bb7w",
48
48
  transform: "translateX(".concat(props.movementX, "px) translateY(").concat(props.movementY, "px)") == null ? null : "musaex-1uosm7l",
49
- insetInlineEnd: (props.isDragged ? void 0 : tokens_stylex.spacing.xlarge) == null ? null : "musaex-nfry5u",
49
+ insetInlineEnd: (props.isDragged ? void 0 : tokens_stylex.spacing.xxlarge) == null ? null : "musaex-nfry5u",
50
50
  bottom: "musaex-1gcjl6z",
51
51
  insetInlineStart: (props.isDragged ? props.insetInlineStart : void 0) == null ? null : "musaex-j23xk1",
52
52
  left: null,
@@ -58,10 +58,10 @@ var styles = {
58
58
  "--transform": "translateX(".concat(props.movementX, "px) translateY(").concat(props.movementY, "px)") != null ? "translateX(".concat(props.movementX, "px) translateY(").concat(props.movementY, "px)") : undefined,
59
59
  "--insetInlineEnd": function (val) {
60
60
  return typeof val === "number" ? val + "px" : val != null ? val : undefined;
61
- }(props.isDragged ? void 0 : tokens_stylex.spacing.xlarge),
61
+ }(props.isDragged ? void 0 : tokens_stylex.spacing.xxlarge),
62
62
  "--insetBlockEnd": function (val) {
63
63
  return typeof val === "number" ? val + "px" : val != null ? val : undefined;
64
- }(props.isDragged ? void 0 : tokens_stylex.spacing.xlarge),
64
+ }(props.isDragged ? void 0 : tokens_stylex.spacing.xxlarge),
65
65
  "--insetInlineStart": function (val) {
66
66
  return typeof val === "number" ? val + "px" : val != null ? val : undefined;
67
67
  }(props.isDragged ? props.insetInlineStart : void 0),
@@ -44,7 +44,7 @@ var styles = {
44
44
  cursor: "musaex-1ypdohk",
45
45
  pointerEvents: "musaex-67bb7w",
46
46
  transform: "translateX(".concat(props.movementX, "px) translateY(").concat(props.movementY, "px)") == null ? null : "musaex-1uosm7l",
47
- insetInlineEnd: (props.isDragged ? void 0 : spacing.xlarge) == null ? null : "musaex-nfry5u",
47
+ insetInlineEnd: (props.isDragged ? void 0 : spacing.xxlarge) == null ? null : "musaex-nfry5u",
48
48
  bottom: "musaex-1gcjl6z",
49
49
  insetInlineStart: (props.isDragged ? props.insetInlineStart : void 0) == null ? null : "musaex-j23xk1",
50
50
  left: null,
@@ -56,10 +56,10 @@ var styles = {
56
56
  "--transform": "translateX(".concat(props.movementX, "px) translateY(").concat(props.movementY, "px)") != null ? "translateX(".concat(props.movementX, "px) translateY(").concat(props.movementY, "px)") : undefined,
57
57
  "--insetInlineEnd": function (val) {
58
58
  return typeof val === "number" ? val + "px" : val != null ? val : undefined;
59
- }(props.isDragged ? void 0 : spacing.xlarge),
59
+ }(props.isDragged ? void 0 : spacing.xxlarge),
60
60
  "--insetBlockEnd": function (val) {
61
61
  return typeof val === "number" ? val + "px" : val != null ? val : undefined;
62
- }(props.isDragged ? void 0 : spacing.xlarge),
62
+ }(props.isDragged ? void 0 : spacing.xxlarge),
63
63
  "--insetInlineStart": function (val) {
64
64
  return typeof val === "number" ? val + "px" : val != null ? val : undefined;
65
65
  }(props.isDragged ? props.insetInlineStart : void 0),
@@ -16,7 +16,7 @@ var Row = index.Grid.Row,
16
16
  Col = index.Grid.Col;
17
17
  var styles = {
18
18
  space: {
19
- marginBottom: "musaex-15ixktw",
19
+ marginBottom: "musaex-4f6ch3",
20
20
  $$css: true
21
21
  },
22
22
  required: function required(props) {
@@ -14,7 +14,7 @@ var Row = Grid.Row,
14
14
  Col = Grid.Col;
15
15
  var styles = {
16
16
  space: {
17
- marginBottom: "musaex-15ixktw",
17
+ marginBottom: "musaex-4f6ch3",
18
18
  $$css: true
19
19
  },
20
20
  required: function required(props) {
@@ -20,7 +20,7 @@ var styles = {
20
20
  right: "musaex-3m8u43",
21
21
  insetInlineStart: null,
22
22
  insetInlineEnd: null,
23
- bottom: "musaex-gpzkcl",
23
+ bottom: "musaex-1azhs7y",
24
24
  display: "musaex-78zum5",
25
25
  flexDirection: "musaex-dt5ytf",
26
26
  alignItems: "musaex-6s0dn4",
@@ -48,7 +48,7 @@ var styles = {
48
48
  borderTopRightRadius: null,
49
49
  borderBottomLeftRadius: null,
50
50
  borderBottomRightRadius: null,
51
- paddingInline: "musaex-kdcicf",
51
+ paddingInline: "musaex-uzvhnf",
52
52
  paddingStart: null,
53
53
  paddingLeft: null,
54
54
  paddingEnd: null,
@@ -77,7 +77,7 @@ var Operations = function Operations(_ref) {
77
77
  className: "musaex-ixxii4 musaex-1dx3pxl"
78
78
  },
79
79
  closer: {
80
- className: "musaex-1u5ji9x musaex-77hvwx musaex-ob9i47"
80
+ className: "musaex-uccefa musaex-5kxjhx musaex-ob9i47"
81
81
  },
82
82
  navigations: {
83
83
  className: "musaex-ixxii4 musaex-u96u03 musaex-3m8u43 musaex-wa60dl musaex-81lxrv musaex-78zum5 musaex-1q0g3np musaex-1qughib musaex-6s0dn4"
@@ -18,7 +18,7 @@ var styles = {
18
18
  right: "musaex-3m8u43",
19
19
  insetInlineStart: null,
20
20
  insetInlineEnd: null,
21
- bottom: "musaex-gpzkcl",
21
+ bottom: "musaex-1azhs7y",
22
22
  display: "musaex-78zum5",
23
23
  flexDirection: "musaex-dt5ytf",
24
24
  alignItems: "musaex-6s0dn4",
@@ -46,7 +46,7 @@ var styles = {
46
46
  borderTopRightRadius: null,
47
47
  borderBottomLeftRadius: null,
48
48
  borderBottomRightRadius: null,
49
- paddingInline: "musaex-kdcicf",
49
+ paddingInline: "musaex-uzvhnf",
50
50
  paddingStart: null,
51
51
  paddingLeft: null,
52
52
  paddingEnd: null,
@@ -75,7 +75,7 @@ var Operations = function Operations(_ref) {
75
75
  className: "musaex-ixxii4 musaex-1dx3pxl"
76
76
  },
77
77
  closer: {
78
- className: "musaex-1u5ji9x musaex-77hvwx musaex-ob9i47"
78
+ className: "musaex-uccefa musaex-5kxjhx musaex-ob9i47"
79
79
  },
80
80
  navigations: {
81
81
  className: "musaex-ixxii4 musaex-u96u03 musaex-3m8u43 musaex-wa60dl musaex-81lxrv musaex-78zum5 musaex-1q0g3np musaex-1qughib musaex-6s0dn4"
@@ -23,7 +23,7 @@ var styles = {
23
23
  display: "musaex-3nfvp2",
24
24
  alignItems: "musaex-6s0dn4",
25
25
  cursor: "musaex-1ed109x",
26
- borderRadius: "musaex-1xx8fp0",
26
+ borderRadius: "musaex-10lp2fo",
27
27
  borderStartStartRadius: null,
28
28
  borderStartEndRadius: null,
29
29
  borderEndStartRadius: null,
@@ -63,20 +63,20 @@ var styles = {
63
63
  transitionProperty: "musaex-kdsq27",
64
64
  transitionDuration: "musaex-13dflua",
65
65
  willChange: "musaex-1o9dqaq",
66
- ":focus-within_boxShadow": "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxsmall, " ").concat(props.focusedOutlineColor) == null ? null : "musaex-tr8a7s",
66
+ ":focus-within_boxShadow": "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxxsmall, " ").concat(props.focusedOutlineColor) == null ? null : "musaex-tr8a7s",
67
67
  $$css: true
68
68
  }, {
69
69
  "--boxShadow": "0px 0px 0px ".concat(tokens_stylex.sizes.smallest, " ").concat(props.outlineColor) != null ? "0px 0px 0px ".concat(tokens_stylex.sizes.smallest, " ").concat(props.outlineColor) : undefined,
70
- "--1g3583m": "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxsmall, " ").concat(props.focusedOutlineColor) != null ? "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxsmall, " ").concat(props.focusedOutlineColor) : undefined
70
+ "--1g3583m": "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxxsmall, " ").concat(props.focusedOutlineColor) != null ? "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxxsmall, " ").concat(props.focusedOutlineColor) : undefined
71
71
  }];
72
72
  },
73
73
  invalid: function invalid(props) {
74
74
  return [{
75
- boxShadow: "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxsmall, " ").concat(props.outlineColor) == null ? null : "musaex-10ya7sz",
75
+ boxShadow: "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxxsmall, " ").concat(props.outlineColor) == null ? null : "musaex-10ya7sz",
76
76
  ":focus-within_boxShadow": null,
77
77
  $$css: true
78
78
  }, {
79
- "--boxShadow": "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxsmall, " ").concat(props.outlineColor) != null ? "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxsmall, " ").concat(props.outlineColor) : undefined
79
+ "--boxShadow": "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxxsmall, " ").concat(props.outlineColor) != null ? "0px 0px 0px ".concat(tokens_stylex.sizes.xxxxxxxsmall, " ").concat(props.outlineColor) : undefined
80
80
  }];
81
81
  },
82
82
  input: {