@flux-ui/components 3.0.0-next.10 → 3.0.0-next.12
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/component/FluxPagination.vue.d.ts.map +1 -1
- package/dist/component/FluxPaginationBar.vue.d.ts.map +1 -1
- package/dist/component/FluxTabBar.vue.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1887 -1877
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/src/component/FluxGallery.vue +2 -2
- package/src/component/FluxPagination.vue +0 -3
- package/src/component/FluxPaginationBar.vue +0 -3
- package/src/component/FluxTabBar.vue +21 -16
- package/src/css/base.scss +5 -3
- package/src/css/component/Action.module.scss +10 -11
- package/src/css/component/Avatar.module.scss +14 -14
- package/src/css/component/Badge.module.scss +14 -14
- package/src/css/component/Button.module.scss +27 -40
- package/src/css/component/Calendar.module.scss +7 -7
- package/src/css/component/Chip.module.scss +9 -19
- package/src/css/component/Color.module.scss +4 -4
- package/src/css/component/Comment.module.scss +15 -14
- package/src/css/component/DatePicker.module.scss +12 -23
- package/src/css/component/Divider.module.scss +2 -2
- package/src/css/component/DropZone.module.scss +28 -26
- package/src/css/component/Expandable.module.scss +4 -4
- package/src/css/component/Filter.module.scss +3 -3
- package/src/css/component/Form.module.scss +33 -33
- package/src/css/component/Gallery.module.scss +13 -3
- package/src/css/component/Icon.module.scss +11 -11
- package/src/css/component/Info.module.scss +1 -1
- package/src/css/component/Menu.module.scss +20 -32
- package/src/css/component/Notice.module.scss +43 -43
- package/src/css/component/Overlay.module.scss +3 -3
- package/src/css/component/Pagination.module.scss +11 -6
- package/src/css/component/Pane.module.scss +7 -7
- package/src/css/component/Placeholder.module.scss +4 -4
- package/src/css/component/Progress.module.scss +4 -4
- package/src/css/component/Remove.module.scss +4 -4
- package/src/css/component/SegmentedControl.module.scss +6 -6
- package/src/css/component/Snackbar.module.scss +19 -14
- package/src/css/component/Spinner.module.scss +2 -2
- package/src/css/component/Statistic.module.scss +19 -17
- package/src/css/component/Stepper.module.scss +9 -9
- package/src/css/component/Tab.module.scss +8 -7
- package/src/css/component/Table.module.scss +10 -22
- package/src/css/component/Timeline.module.scss +14 -18
- package/src/css/component/Toolbar.module.scss +6 -2
- package/src/css/component/Tooltip.module.scss +2 -2
- package/src/css/component/Transition.module.scss +1 -1
- package/src/css/component/Visual.module.scss +3 -3
- package/src/css/component/base/Pane.module.scss +3 -7
- package/src/css/component/primitive/CoordinatePicker.module.scss +2 -2
- package/src/css/component/primitive/Slider.module.scss +9 -14
- package/src/css/mixin/focus-ring.scss +2 -2
- package/src/css/typography.scss +3 -3
- package/src/css/variables.scss +173 -186
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
&::after {
|
|
32
32
|
background: var(--color);
|
|
33
|
-
box-shadow: inset 0 0 0 1px
|
|
33
|
+
box-shadow: inset 0 0 0 1px oklch(from var(--gray-11) l c h / .05);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
&::after {
|
|
54
54
|
background: linear-gradient(to top, black, transparent);
|
|
55
|
-
box-shadow: inset 0 0 0 1px
|
|
55
|
+
box-shadow: inset 0 0 0 1px oklch(from var(--gray-11) l c h / .05);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
.colorSelectCustom {
|
|
157
157
|
composes: colorSelectItem;
|
|
158
158
|
|
|
159
|
-
background:
|
|
160
|
-
border: 1px solid
|
|
159
|
+
background: var(--gray-1);
|
|
160
|
+
border: 1px solid var(--gray-2);
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.colorSelectCustomPicker {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
.commentContent {
|
|
42
42
|
min-width: 0;
|
|
43
43
|
padding: 12px 18px;
|
|
44
|
-
background: linear-gradient(to bottom,
|
|
45
|
-
border: 1px solid
|
|
44
|
+
background: linear-gradient(to bottom, var(--gray-0), var(--gray-1));
|
|
45
|
+
border: 1px solid var(--gray-2);
|
|
46
46
|
border-radius: calc(var(--radius) * 2);
|
|
47
47
|
box-shadow: var(--shadow-xs);
|
|
48
48
|
}
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.comment.isReceived .commentContent {
|
|
55
|
-
background: linear-gradient(to bottom,
|
|
55
|
+
background: linear-gradient(to bottom, var(--gray-1), var(--gray-2));
|
|
56
|
+
border-color: var(--gray-3);
|
|
56
57
|
border-bottom-left-radius: var(--radius);
|
|
57
58
|
}
|
|
58
59
|
|
|
@@ -87,37 +88,37 @@
|
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
[dark] .commentContent {
|
|
90
|
-
background: linear-gradient(to bottom,
|
|
91
|
+
background: linear-gradient(to bottom, var(--gray-1), var(--gray-0));
|
|
91
92
|
}
|
|
92
93
|
|
|
93
94
|
[dark] .comment.isReceived .commentContent {
|
|
94
|
-
background: linear-gradient(to bottom,
|
|
95
|
+
background: linear-gradient(to bottom, var(--gray-2), var(--gray-1));
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
@keyframes commentTyping {
|
|
98
99
|
0%,
|
|
99
100
|
80%,
|
|
100
101
|
100% {
|
|
101
|
-
background:
|
|
102
|
-
box-shadow: -9px 0
|
|
102
|
+
background: var(--gray-3);
|
|
103
|
+
box-shadow: -9px 0 var(--gray-3), 9px 0 var(--gray-3);
|
|
103
104
|
translate: 0 0;
|
|
104
105
|
}
|
|
105
106
|
|
|
106
107
|
20% {
|
|
107
|
-
background:
|
|
108
|
-
box-shadow: -9px -
|
|
108
|
+
background: var(--gray-3);
|
|
109
|
+
box-shadow: -9px -4px var(--gray-5), 9px 0 var(--gray-3);
|
|
109
110
|
translate: 0 0;
|
|
110
111
|
}
|
|
111
112
|
|
|
112
113
|
40% {
|
|
113
|
-
background:
|
|
114
|
-
box-shadow: -9px
|
|
115
|
-
translate: 0 -
|
|
114
|
+
background: var(--gray-5);
|
|
115
|
+
box-shadow: -9px 4px var(--gray-3), 9px 4px var(--gray-3);
|
|
116
|
+
translate: 0 -4px;
|
|
116
117
|
}
|
|
117
118
|
|
|
118
119
|
60% {
|
|
119
|
-
background:
|
|
120
|
-
box-shadow: -9px 0
|
|
120
|
+
background: var(--gray-3);
|
|
121
|
+
box-shadow: -9px 0 var(--gray-3), 9px -4px var(--gray-5);
|
|
121
122
|
translate: 0 0;
|
|
122
123
|
}
|
|
123
124
|
}
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
display: flex;
|
|
23
23
|
top: 0;
|
|
24
24
|
align-items: center;
|
|
25
|
-
background:
|
|
26
|
-
border-bottom: 1px solid
|
|
25
|
+
background: var(--gray-1);
|
|
26
|
+
border-bottom: 1px solid var(--gray-2);
|
|
27
27
|
z-index: 1;
|
|
28
28
|
}
|
|
29
29
|
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
@include mixin.hover {
|
|
57
|
-
color:
|
|
57
|
+
color: var(--primary-7);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
transition-property: background, border-radius, color, opacity;
|
|
76
76
|
|
|
77
77
|
@include mixin.hover {
|
|
78
|
-
background:
|
|
78
|
+
background: var(--gray-2);
|
|
79
79
|
color: var(--foreground-prominent);
|
|
80
80
|
}
|
|
81
81
|
|
|
@@ -89,35 +89,24 @@
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
&.isSelected {
|
|
92
|
-
background:
|
|
93
|
-
color:
|
|
92
|
+
background: var(--primary-7);
|
|
93
|
+
color: var(--primary-1);
|
|
94
94
|
font-weight: 700;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
&.isRangeEntry {
|
|
98
|
-
background:
|
|
98
|
+
background: var(--primary-3);
|
|
99
99
|
border-radius: 0;
|
|
100
|
-
color:
|
|
100
|
+
color: var(--primary-11);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
&.isRangeEnd,
|
|
104
104
|
&.isRangeStart {
|
|
105
|
-
background:
|
|
106
|
-
color:
|
|
105
|
+
background: var(--primary-7);
|
|
106
|
+
color: var(--primary-1);
|
|
107
107
|
font-weight: 700;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
[dark] &.isRangeEntry {
|
|
111
|
-
background: rgb(var(--primary-7) / .75);
|
|
112
|
-
color: rgb(0 0 0 / .975);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
[dark] &.isRangeStart,
|
|
116
|
-
[dark] &.isRangeEnd {
|
|
117
|
-
background: rgb(var(--primary-7));
|
|
118
|
-
color: rgb(0 0 0 / .975);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
110
|
&.isRangeEntry:nth-child(7n + 8),
|
|
122
111
|
&.isRangeStart {
|
|
123
112
|
border-top-left-radius: var(--radius);
|
|
@@ -131,14 +120,14 @@
|
|
|
131
120
|
}
|
|
132
121
|
|
|
133
122
|
&.isSelectionEntry {
|
|
134
|
-
background:
|
|
123
|
+
background: var(--gray-2);
|
|
135
124
|
border-radius: 0;
|
|
136
125
|
color: var(--foreground-prominent);
|
|
137
126
|
}
|
|
138
127
|
|
|
139
128
|
&.isSelectionEnd,
|
|
140
129
|
&.isSelectionStart {
|
|
141
|
-
background:
|
|
130
|
+
background: var(--gray-3);
|
|
142
131
|
font-weight: 700;
|
|
143
132
|
}
|
|
144
133
|
|
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
.dropZone {
|
|
2
|
+
--dz-fill: transparent;
|
|
3
|
+
--dz-stroke: transparent;
|
|
4
|
+
--dz-inset: -1px;
|
|
5
|
+
--dz-radius: var(--radius);
|
|
6
|
+
--dz-height: calc(100% + 2px);
|
|
7
|
+
--dz-width: calc(100% + 2px);
|
|
8
|
+
|
|
9
|
+
position: relative;
|
|
10
|
+
|
|
11
|
+
&:has(.dropZoneContent > .avatar) {
|
|
12
|
+
--dz-inset: -3px;
|
|
13
|
+
--dz-radius: 999px;
|
|
14
|
+
--dz-height: calc(100% + 6px);
|
|
15
|
+
--dz-width: calc(100% + 6px);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&:has(.dropZoneContent > .placeholder) {
|
|
19
|
+
--dz-fill: var(--gray-1);
|
|
20
|
+
--dz-stroke: var(--gray-3);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
1
24
|
.dropZone {
|
|
2
25
|
display: grid;
|
|
3
26
|
align-items: center;
|
|
@@ -36,44 +59,23 @@
|
|
|
36
59
|
}
|
|
37
60
|
|
|
38
61
|
.dropZoneContent {
|
|
39
|
-
|
|
40
|
-
--dz-stroke: transparent;
|
|
41
|
-
--dz-inset: -1px;
|
|
42
|
-
--dz-radius: var(--radius);
|
|
43
|
-
--dz-height: calc(100% + 2px);
|
|
44
|
-
--dz-width: calc(100% + 2px);
|
|
45
|
-
|
|
46
|
-
position: relative;
|
|
47
|
-
|
|
48
|
-
&:has(.avatar) {
|
|
49
|
-
--dz-inset: -3px;
|
|
50
|
-
--dz-radius: 999px;
|
|
51
|
-
--dz-height: calc(100% + 6px);
|
|
52
|
-
--dz-width: calc(100% + 6px);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&:has(.placeholder) {
|
|
56
|
-
--dz-fill: rgb(var(--gray-1));
|
|
57
|
-
--dz-stroke: rgb(var(--gray-3));
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
:local(.avatar) {
|
|
62
|
+
> :local(.avatar) {
|
|
61
63
|
display: block;
|
|
62
64
|
}
|
|
63
65
|
|
|
64
|
-
:local(.placeholder) {
|
|
66
|
+
> :local(.placeholder) {
|
|
65
67
|
background: transparent;
|
|
66
68
|
border: 0;
|
|
67
69
|
}
|
|
68
70
|
}
|
|
69
71
|
|
|
70
72
|
.isDragging .dropZoneContent {
|
|
71
|
-
--dz-stroke:
|
|
73
|
+
--dz-stroke: var(--primary-7);
|
|
72
74
|
}
|
|
73
75
|
|
|
74
76
|
.isDraggingOver .dropZoneContent {
|
|
75
77
|
&:has(.placeholder) {
|
|
76
|
-
--dz-fill:
|
|
78
|
+
--dz-fill: var(--primary-2);
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
.dropZoneBorder rect {
|
|
@@ -87,7 +89,7 @@
|
|
|
87
89
|
inset: var(--dz-inset);
|
|
88
90
|
align-items: center;
|
|
89
91
|
justify-content: center;
|
|
90
|
-
background:
|
|
92
|
+
background: oklch(from var(--gray-1) l c h / .84);
|
|
91
93
|
backdrop-filter: blur(3px) saturate(180%);
|
|
92
94
|
border-radius: var(--dz-radius);
|
|
93
95
|
z-index: 100;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
@include mixin.focus-ring();
|
|
29
29
|
|
|
30
30
|
@include mixin.hover {
|
|
31
|
-
background:
|
|
31
|
+
background: var(--gray-1);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
:is(span) {
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
flex-flow: column;
|
|
88
88
|
|
|
89
89
|
.expandable + .expandable {
|
|
90
|
-
border-top: 1px solid
|
|
90
|
+
border-top: 1px solid var(--gray-2);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
&:not(:first-child) {
|
|
94
|
-
border-top: 1px solid
|
|
94
|
+
border-top: 1px solid var(--gray-2);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
&:not(:last-child) {
|
|
98
|
-
border-bottom: 1px solid
|
|
98
|
+
border-bottom: 1px solid var(--gray-2);
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
margin: -9px -9px 3px;
|
|
46
46
|
padding: 9px;
|
|
47
47
|
top: -9px;
|
|
48
|
-
background:
|
|
49
|
-
border-bottom: 1px solid
|
|
48
|
+
background: var(--gray-0);
|
|
49
|
+
border-bottom: 1px solid var(--gray-2);
|
|
50
50
|
z-index: 2;
|
|
51
51
|
|
|
52
52
|
&:first-child {
|
|
@@ -73,6 +73,6 @@
|
|
|
73
73
|
top: 52px;
|
|
74
74
|
margin: -9px -9px 0;
|
|
75
75
|
padding: 9px;
|
|
76
|
-
background: linear-gradient(to bottom,
|
|
76
|
+
background: linear-gradient(to bottom, var(--gray-0) 75%, transparent);
|
|
77
77
|
z-index: 1;
|
|
78
78
|
}
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
.formFieldAdditionError {
|
|
127
127
|
composes: formFieldAddition;
|
|
128
128
|
|
|
129
|
-
color:
|
|
129
|
+
color: var(--danger-7);
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.formFieldAdditionHint {
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
width: 100%;
|
|
147
147
|
padding: 0 12px;
|
|
148
148
|
align-self: start;
|
|
149
|
-
background:
|
|
149
|
+
background: var(--gray-0);
|
|
150
150
|
background-clip: padding-box;
|
|
151
|
-
border: 1px solid
|
|
151
|
+
border: 1px solid var(--gray-2);
|
|
152
152
|
border-radius: var(--radius);
|
|
153
153
|
box-shadow: var(--shadow-px);
|
|
154
154
|
color: var(--foreground);
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
&.isSecondary {
|
|
163
|
-
background:
|
|
163
|
+
background: var(--gray-1);
|
|
164
164
|
border-color: transparent;
|
|
165
165
|
box-shadow: none;
|
|
166
166
|
}
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
.formInputDisabled {
|
|
170
170
|
composes: formInput;
|
|
171
171
|
|
|
172
|
-
background:
|
|
172
|
+
background: var(--gray-2);
|
|
173
173
|
cursor: not-allowed;
|
|
174
174
|
|
|
175
175
|
input {
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
@include mixin.focus-ring(-1px, true);
|
|
184
184
|
|
|
185
185
|
@include mixin.hover {
|
|
186
|
-
border-color:
|
|
186
|
+
border-color: var(--gray-3);
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
|
|
@@ -271,20 +271,20 @@
|
|
|
271
271
|
align-items: center;
|
|
272
272
|
flex-grow: 0;
|
|
273
273
|
justify-content: center;
|
|
274
|
-
background:
|
|
274
|
+
background: var(--gray-1);
|
|
275
275
|
color: var(--foreground-secondary);
|
|
276
276
|
pointer-events: none;
|
|
277
277
|
|
|
278
278
|
&:has(+ .formInput .formInputNative) {
|
|
279
|
-
border-right: 1px solid
|
|
279
|
+
border-right: 1px solid var(--gray-2);
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
+ .formInputAddition {
|
|
283
|
-
border-left: 1px solid
|
|
283
|
+
border-left: 1px solid var(--gray-2);
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
@at-root .formInput:has(.formInputNative) + & {
|
|
287
|
-
border-left: 1px solid
|
|
287
|
+
border-left: 1px solid var(--gray-2);
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
|
|
302
302
|
+ :is(.button, .buttonGroup) {
|
|
303
303
|
margin: 0;
|
|
304
|
-
border-left: 1px solid
|
|
304
|
+
border-left: 1px solid var(--gray-2);
|
|
305
305
|
}
|
|
306
306
|
}
|
|
307
307
|
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
|
|
311
311
|
+ .button {
|
|
312
312
|
margin: 0;
|
|
313
|
-
border-left: 1px solid
|
|
313
|
+
border-left: 1px solid var(--gray-2);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
|
|
@@ -332,11 +332,11 @@
|
|
|
332
332
|
|
|
333
333
|
.secondaryButton {
|
|
334
334
|
background: transparent;
|
|
335
|
-
border-color:
|
|
335
|
+
border-color: var(--gray-2);
|
|
336
336
|
box-shadow: none;
|
|
337
337
|
|
|
338
338
|
@include mixin.hover {
|
|
339
|
-
background:
|
|
339
|
+
background: var(--gray-3);
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
@include mixin.focus-ring(-1px, true);
|
|
399
399
|
|
|
400
400
|
@include mixin.hover {
|
|
401
|
-
border-color:
|
|
401
|
+
border-color: var(--gray-4);
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
top: 0;
|
|
431
431
|
height: 48px;
|
|
432
432
|
margin-bottom: 9px;
|
|
433
|
-
background:
|
|
433
|
+
background: var(--gray-0);
|
|
434
434
|
border-top: 0;
|
|
435
435
|
border-left: 0;
|
|
436
436
|
border-right: 0;
|
|
@@ -507,8 +507,8 @@
|
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
.isDisabled .formSelectSelected {
|
|
510
|
-
background:
|
|
511
|
-
border: 1px solid
|
|
510
|
+
background: var(--gray-2);
|
|
511
|
+
border: 1px solid var(--gray-3);
|
|
512
512
|
color: var(--foreground-secondary);
|
|
513
513
|
opacity: 1;
|
|
514
514
|
}
|
|
@@ -556,10 +556,10 @@
|
|
|
556
556
|
padding: 0;
|
|
557
557
|
align-items: center;
|
|
558
558
|
justify-content: center;
|
|
559
|
-
background:
|
|
559
|
+
background: var(--gray-2);
|
|
560
560
|
border: 0;
|
|
561
561
|
border-radius: calc(var(--radius) / 2);
|
|
562
|
-
color:
|
|
562
|
+
color: var(--primary-0);
|
|
563
563
|
cursor: pointer;
|
|
564
564
|
pointer-events: none;
|
|
565
565
|
transition: 210ms var(--swift-out);
|
|
@@ -590,12 +590,12 @@
|
|
|
590
590
|
|
|
591
591
|
@include mixin.hover {
|
|
592
592
|
+ .checkboxElement {
|
|
593
|
-
background:
|
|
593
|
+
background: var(--gray-3);
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
596
|
|
|
597
597
|
&:is(:checked, :indeterminate) + .checkboxElement {
|
|
598
|
-
background:
|
|
598
|
+
background: var(--primary-7);
|
|
599
599
|
|
|
600
600
|
.icon {
|
|
601
601
|
opacity: 1;
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
min-width: max-content;
|
|
612
612
|
align-self: center;
|
|
613
613
|
justify-self: center;
|
|
614
|
-
border: 1px solid
|
|
614
|
+
border: 1px solid var(--gray-2);
|
|
615
615
|
border-radius: var(--radius);
|
|
616
616
|
box-shadow: var(--shadow-px);
|
|
617
617
|
overflow: hidden;
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
@include mixin.focus-ring-transition(2px, true);
|
|
620
620
|
|
|
621
621
|
@include mixin.hover {
|
|
622
|
-
border-color:
|
|
622
|
+
border-color: var(--gray-3);
|
|
623
623
|
}
|
|
624
624
|
}
|
|
625
625
|
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
text-align: center;
|
|
655
655
|
|
|
656
656
|
&:hover {
|
|
657
|
-
border-color:
|
|
657
|
+
border-color: var(--gray-3);
|
|
658
658
|
}
|
|
659
659
|
|
|
660
660
|
&,
|
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
padding: 0;
|
|
691
691
|
width: 2.7ch;
|
|
692
692
|
background-clip: padding-box;
|
|
693
|
-
border: 1px solid
|
|
693
|
+
border: 1px solid var(--gray-3);
|
|
694
694
|
border-radius: var(--radius);
|
|
695
695
|
box-shadow: var(--shadow-px);
|
|
696
696
|
font: inherit;
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
composes: pinInput;
|
|
706
706
|
|
|
707
707
|
.pinInputField {
|
|
708
|
-
background-color:
|
|
708
|
+
background-color: var(--gray-0);
|
|
709
709
|
color: var(--foreground-prominent);
|
|
710
710
|
|
|
711
711
|
@include mixin.focus-ring(-1px, true);
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
composes: pinInput;
|
|
717
717
|
|
|
718
718
|
.pinInputField {
|
|
719
|
-
background-color:
|
|
719
|
+
background-color: var(--gray-2);
|
|
720
720
|
color: var(--foreground-secondary);
|
|
721
721
|
cursor: not-allowed;
|
|
722
722
|
}
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
width: 54px;
|
|
729
729
|
height: 30px;
|
|
730
730
|
flex: 0 0 auto;
|
|
731
|
-
background:
|
|
731
|
+
background: var(--gray-2);
|
|
732
732
|
border-radius: 99px;
|
|
733
733
|
contain: paint;
|
|
734
734
|
|
|
@@ -738,10 +738,10 @@
|
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
&:not(.isSwitch) {
|
|
741
|
-
background:
|
|
741
|
+
background: var(--primary-7);
|
|
742
742
|
|
|
743
743
|
.toggleIcon {
|
|
744
|
-
color:
|
|
744
|
+
color: var(--primary-0);
|
|
745
745
|
}
|
|
746
746
|
|
|
747
747
|
.toggleInput::after {
|
|
@@ -809,9 +809,9 @@
|
|
|
809
809
|
height: 24px;
|
|
810
810
|
width: 24px;
|
|
811
811
|
content: '';
|
|
812
|
-
background:
|
|
812
|
+
background: var(--gray-0);
|
|
813
813
|
background-clip: padding-box;
|
|
814
|
-
border: 1px solid
|
|
814
|
+
border: 1px solid var(--gray-3);
|
|
815
815
|
border-radius: 99px;
|
|
816
816
|
box-shadow: var(--shadow-sm);
|
|
817
817
|
}
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
@use '$flux/css/mixin';
|
|
2
2
|
|
|
3
3
|
.gallery {
|
|
4
|
+
--dz-fill: transparent;
|
|
5
|
+
--dz-stroke: transparent;
|
|
6
|
+
--dz-inset: -3px;
|
|
7
|
+
--dz-radius: calc(var(--radius) + 3px);
|
|
8
|
+
--dz-height: calc(100% + 6px);
|
|
9
|
+
--dz-width: calc(100% + 6px);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.galleryGrid {
|
|
4
13
|
display: grid;
|
|
5
14
|
gap: 9px;
|
|
6
15
|
grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
|
|
@@ -9,12 +18,13 @@
|
|
|
9
18
|
.galleryAdd {
|
|
10
19
|
composes: placeholder from './Placeholder.module.scss';
|
|
11
20
|
|
|
21
|
+
position: relative;
|
|
12
22
|
aspect-ratio: 1 / 1;
|
|
13
|
-
color:
|
|
23
|
+
color: var(--gray-7);
|
|
14
24
|
|
|
15
25
|
@include mixin.hover {
|
|
16
|
-
background:
|
|
17
|
-
border-color:
|
|
26
|
+
background: var(--gray-2);
|
|
27
|
+
border-color: var(--gray-3);
|
|
18
28
|
}
|
|
19
29
|
}
|
|
20
30
|
|
|
@@ -60,41 +60,41 @@
|
|
|
60
60
|
.iconBoxedGray {
|
|
61
61
|
composes: iconBoxedColored;
|
|
62
62
|
|
|
63
|
-
background:
|
|
63
|
+
background: var(--gray-2);
|
|
64
64
|
color: var(--foreground);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.iconBoxedPrimary {
|
|
68
68
|
composes: iconBoxedColored;
|
|
69
69
|
|
|
70
|
-
background:
|
|
71
|
-
color:
|
|
70
|
+
background: var(--primary-2);
|
|
71
|
+
color: var(--primary-10);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.iconBoxedDanger {
|
|
75
75
|
composes: iconBoxedColored;
|
|
76
76
|
|
|
77
|
-
background:
|
|
78
|
-
color:
|
|
77
|
+
background: var(--danger-2);
|
|
78
|
+
color: var(--danger-10);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.iconBoxedInfo {
|
|
82
82
|
composes: iconBoxedColored;
|
|
83
83
|
|
|
84
|
-
background:
|
|
85
|
-
color:
|
|
84
|
+
background: var(--info-2);
|
|
85
|
+
color: var(--info-10);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.iconBoxedSuccess {
|
|
89
89
|
composes: iconBoxedColored;
|
|
90
90
|
|
|
91
|
-
background:
|
|
92
|
-
color:
|
|
91
|
+
background: var(--success-2);
|
|
92
|
+
color: var(--success-10);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.iconBoxedWarning {
|
|
96
96
|
composes: iconBoxedColored;
|
|
97
97
|
|
|
98
|
-
background:
|
|
99
|
-
color:
|
|
98
|
+
background: var(--warning-2);
|
|
99
|
+
color: var(--warning-10);
|
|
100
100
|
}
|