@moises.ai/design-system 3.11.12 → 3.11.13
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.
- package/dist/colors/custom-styles.css +1 -1
- package/dist/index.js +381 -381
- package/package.json +1 -1
- package/src/colors/custom-styles.css +1 -1
- package/src/components/Button/Button.module.css +8 -8
- package/src/components/Callout/Callout.module.css +4 -4
- package/src/components/Checkbox/Checkbox.module.css +7 -7
- package/src/components/DataTable/dnd/DataTableRowSortable.jsx +1 -1
- package/src/components/HorizontalVolume/HorizontalVolume.module.css +1 -1
- package/src/components/MultiSelect/MultiSelect.jsx +1 -1
- package/src/components/Rating/Rating.module.css +1 -1
- package/src/components/Select/Select.jsx +1 -1
- package/src/components/SetlistList/SetlistList.module.css +2 -2
- package/src/components/Shell/Shell.module.css +1 -1
- package/src/components/Slider/Slider.module.css +3 -3
- package/src/lib/menu/Menu.module.css +3 -3
package/package.json
CHANGED
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
|
|
82
82
|
.solid.cyan {
|
|
83
83
|
background-color: var(--aqua-9);
|
|
84
|
-
color: var(--
|
|
84
|
+
color: var(--aqua-1);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.solid.cyan:hover:not(.disabled):not(.loading) {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.solid.cyan.highContrast {
|
|
92
|
-
background-color: var(--aqua-
|
|
92
|
+
background-color: var(--aqua-12);
|
|
93
93
|
color: var(--neutral-1);
|
|
94
94
|
}
|
|
95
95
|
|
|
@@ -205,32 +205,32 @@
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.ghost.cyan {
|
|
208
|
-
color: var(--aqua-
|
|
208
|
+
color: var(--aqua-alpha-11);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.ghost.cyan:hover:not(.disabled):not(.loading) {
|
|
212
|
-
background-color: var(--aqua-
|
|
212
|
+
background-color: var(--aqua-alpha-2) !important;
|
|
213
213
|
border-radius: max(var(--radius-2), var(--radius-full)) ;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
.ghost.cyan:active:not(.disabled):not(.loading) {
|
|
217
|
-
background-color: var(--aqua-
|
|
217
|
+
background-color: var(--aqua-alpha-3) !important;
|
|
218
218
|
border-radius: max(var(--radius-2), var(--radius-full));
|
|
219
219
|
opacity: 0.92;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
.ghost.cyan.highContrast {
|
|
223
|
-
color: var(--aqua-
|
|
223
|
+
color: var(--aqua-12);
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
.ghost.cyan.highContrast:hover:not(.disabled):not(.loading) {
|
|
227
|
-
background-color: var(--aqua-
|
|
227
|
+
background-color: var(--aqua-alpha-2) !important;
|
|
228
228
|
border-radius: max(var(--radius-2), var(--radius-full));
|
|
229
229
|
opacity: 0.88;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
.ghost.cyan.highContrast:active:not(.disabled):not(.loading) {
|
|
233
|
-
background-color: var(--aqua-
|
|
233
|
+
background-color: var(--aqua-alpha-3) !important;
|
|
234
234
|
border-radius: max(var(--radius-2), var(--radius-full));
|
|
235
235
|
opacity: 0.82;
|
|
236
236
|
}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.accent {
|
|
6
|
-
background-color: var(--aqua-
|
|
7
|
-
color: var(--aqua-
|
|
6
|
+
background-color: var(--aqua-alpha-3);
|
|
7
|
+
color: var(--aqua-alpha-11);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.accent-highContrast {
|
|
11
|
-
background-color: var(--aqua-
|
|
12
|
-
color: var(--aqua-
|
|
11
|
+
background-color: var(--aqua-alpha-3);
|
|
12
|
+
color: var(--aqua-alpha-12);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.neutral {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.DividerHorizontalIcon {
|
|
109
|
-
color: var(--aqua-
|
|
109
|
+
color: var(--aqua-alpha-11);
|
|
110
110
|
display: none;
|
|
111
111
|
}
|
|
112
112
|
|
|
@@ -120,22 +120,22 @@
|
|
|
120
120
|
|
|
121
121
|
.Checkbox[aria-checked="mixed"] {
|
|
122
122
|
border-radius: 3px;
|
|
123
|
-
border: 1px solid var(--aqua-
|
|
124
|
-
background: var(--aqua-
|
|
123
|
+
border: 1px solid var(--aqua-alpha-7);
|
|
124
|
+
background: var(--aqua-alpha-2);
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.Checkbox[aria-checked="mixed"]:hover {
|
|
128
128
|
border-radius: 3px;
|
|
129
|
-
border: 1px solid var(--aqua-
|
|
129
|
+
border: 1px solid var(--aqua-alpha-8);
|
|
130
130
|
opacity: 0.88;
|
|
131
|
-
background: var(--aqua-
|
|
131
|
+
background: var(--aqua-alpha-3);
|
|
132
132
|
cursor: pointer;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.Checkbox[aria-checked="mixed"]:active {
|
|
136
136
|
border-radius: 3px;
|
|
137
|
-
border: 1px solid var(--aqua-
|
|
137
|
+
border: 1px solid var(--aqua-alpha-8);
|
|
138
138
|
opacity: 0.82;
|
|
139
|
-
background: var(--aqua-
|
|
139
|
+
background: var(--aqua-alpha-3);
|
|
140
140
|
cursor: pointer;
|
|
141
141
|
}
|
|
@@ -50,7 +50,7 @@ export const DataTableRowSortable = React.memo(function DataTableRowSortable({
|
|
|
50
50
|
...(transition ? { transition } : {}),
|
|
51
51
|
}
|
|
52
52
|
const rowStyle = isSelected
|
|
53
|
-
? { ...sortableStyle, '--row-bg': 'var(--aqua-
|
|
53
|
+
? { ...sortableStyle, '--row-bg': 'var(--aqua-alpha-2)' }
|
|
54
54
|
: sortableStyle
|
|
55
55
|
|
|
56
56
|
const handleRowClick = (e) => {
|
|
@@ -452,8 +452,8 @@ sectionTitle {
|
|
|
452
452
|
opacity: 0;
|
|
453
453
|
}
|
|
454
454
|
.newSetlistItemButton {
|
|
455
|
-
color: var(--aqua-
|
|
455
|
+
color: var(--aqua-alpha-11) !important;
|
|
456
456
|
}
|
|
457
457
|
.plusIcon {
|
|
458
|
-
color: var(--aqua-
|
|
458
|
+
color: var(--aqua-alpha-11);
|
|
459
459
|
}
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
height: 100%;
|
|
59
59
|
width: var(--radix-slider-range);
|
|
60
60
|
border-radius: 9999px;
|
|
61
|
-
/* background-color: var(--aqua-
|
|
61
|
+
/* background-color: var(--aqua-alpha-8); */
|
|
62
62
|
&:hover {
|
|
63
63
|
cursor: pointer;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
.sliderRangeAccent {
|
|
67
|
-
background-color: var(--aqua-
|
|
67
|
+
background-color: var(--aqua-alpha-8);
|
|
68
68
|
}
|
|
69
69
|
.sliderRangeNeutral {
|
|
70
70
|
background-color: var(--neutral-11);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.sliderRangeHighContrastAccent {
|
|
74
|
-
background-color: var(--aqua-
|
|
74
|
+
background-color: var(--aqua-12);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.sliderRangeHighContrastNeutral {
|
|
@@ -408,18 +408,18 @@
|
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.cyan {
|
|
411
|
-
color: var(--aqua-
|
|
411
|
+
color: var(--aqua-alpha-11);
|
|
412
412
|
|
|
413
413
|
& .label,
|
|
414
414
|
& .leftIcon,
|
|
415
415
|
& .rightIcon,
|
|
416
416
|
& .checkboxIndicatorSlot {
|
|
417
|
-
color: var(--aqua-
|
|
417
|
+
color: var(--aqua-alpha-11);
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
& .leftIcon > svg,
|
|
421
421
|
& .rightIcon > svg,
|
|
422
422
|
& .menuCheckboxIndicator > svg {
|
|
423
|
-
color: var(--aqua-
|
|
423
|
+
color: var(--aqua-alpha-11);
|
|
424
424
|
}
|
|
425
425
|
}
|