@atscript/ui-styles 0.1.63 → 0.1.65
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/css/all.css +180 -21
- package/dist/css/form.css +88 -3
- package/dist/css/table.css +89 -5
- package/dist/css/wf.css +172 -12
- package/dist/index.cjs +130 -7
- package/dist/index.d.cts +28 -1
- package/dist/index.d.mts +28 -1
- package/dist/index.mjs +122 -8
- package/dist/{kebab-CAodBEsa.mjs → kebab-BXlUt7sB.mjs} +147 -0
- package/dist/{kebab-_amgjqa2.cjs → kebab-D3pYnQML.cjs} +147 -0
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +4 -4
package/dist/css/all.css
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
.i-as-warning{--un-icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 256 256'%3E%3Cpath fill='currentColor' d='M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88a88.1 88.1 0 0 1-88 88m-8-80V80a8 8 0 0 1 16 0v56a8 8 0 0 1-16 0m20 36a12 12 0 1 1-12-12a12 12 0 0 1 12 12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
32
32
|
/* layer: preflights */
|
|
33
33
|
@keyframes as-shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
|
|
34
|
+
@keyframes progress-fill { from { width: 0%; } to { width: 100%; } }
|
|
34
35
|
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}
|
|
35
36
|
body { font-size: 1em; --font-bold: 600; --font-size: 1em; --font-corrected: 1em; --font-bc: -0.1973em; --font-tc: -0.2373em; font-weight: 400; line-height: 1.4346101129141227em; letter-spacing: -0.011em; }
|
|
36
37
|
figcaption { font-size: 0.7861596349150974em; --font-bold: 600; --font-size: 0.7861596349150974em; --font-corrected: 0.7861596349150974em; --font-bc: -0.1203em; --font-tc: -0.1517em; font-weight: 400; line-height: 1.2720062892926278em; letter-spacing: -0.007em; }
|
|
@@ -151,6 +152,8 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
151
152
|
.as-filter-btn-apply[data-loading]>span,
|
|
152
153
|
.as-filter-btn[data-loading]>div:not(.loading-indicator-wrapper),
|
|
153
154
|
.as-filter-btn[data-loading]>span,
|
|
155
|
+
.as-multi-select-footer-action[data-loading]>div:not(.loading-indicator-wrapper),
|
|
156
|
+
.as-multi-select-footer-action[data-loading]>span,
|
|
154
157
|
.as-orderable-list-toolbar-btn[data-loading]>div:not(.loading-indicator-wrapper),
|
|
155
158
|
.as-orderable-list-toolbar-btn[data-loading]>span,
|
|
156
159
|
.as-preset-dialog-close[data-loading]>div:not(.loading-indicator-wrapper),
|
|
@@ -170,13 +173,20 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
170
173
|
.as-table-actions-btn[data-loading]>div:not(.loading-indicator-wrapper),
|
|
171
174
|
.as-table-actions-btn[data-loading]>span,
|
|
172
175
|
.as-table-actions-more[data-loading]>div:not(.loading-indicator-wrapper),
|
|
173
|
-
.as-table-actions-more[data-loading]>span
|
|
176
|
+
.as-table-actions-more[data-loading]>span,
|
|
177
|
+
.as-wf-finish-option[data-loading]>div:not(.loading-indicator-wrapper),
|
|
178
|
+
.as-wf-finish-option[data-loading]>span,
|
|
179
|
+
.as-wf-finish-primary[data-loading]>div:not(.loading-indicator-wrapper),
|
|
180
|
+
.as-wf-finish-primary[data-loading]>span,
|
|
181
|
+
.as-wf-finish-skip[data-loading]>div:not(.loading-indicator-wrapper),
|
|
182
|
+
.as-wf-finish-skip[data-loading]>span{pointer-events:none;opacity:0;}
|
|
174
183
|
.as-action-form-ids-measure{pointer-events:none;visibility:hidden;position:absolute;top:0;left:0;display:flex;align-items:center;gap:0.382em;white-space:nowrap;}
|
|
175
184
|
.as-filter-field[aria-disabled="true"]{pointer-events:none;cursor:wait;}
|
|
176
185
|
.as-filter-value-help-search-icon,
|
|
177
186
|
.as-orderable-list-search-icon{pointer-events:none;position:absolute;left:0.618em;top:50%;display:inline-flex;--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));font-size:1em;--font-bold:600;--font-size:1em;--font-corrected:1em;--font-bc:-0.1973em;--font-tc:-0.2373em;font-weight:400;line-height:1.4346101129141227em;letter-spacing:-0.011em;--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
178
187
|
.as-form-overlay,
|
|
179
188
|
.as-table-query-overlay{pointer-events:none;position:absolute;left:0;top:0;right:0;bottom:0;z-index:5;display:flex;cursor:wait;align-items:center;justify-content:center;border-radius:6px;background-color:rgb(255 255 255 / 0.5);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
189
|
+
.as-multi-select-caret{pointer-events:none;flex-shrink:0;font-size:1.1em;--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
180
190
|
.as-orderable-list-drop-indicator{pointer-events:none;position:absolute;left:0;right:0;top:-1px;z-index:1;height:2px;--un-bg-opacity:1;background-color:rgb(var(--current-hl) / var(--un-bg-opacity));}
|
|
181
191
|
.as-orderable-list-grip-disabled{pointer-events:none;cursor:default;opacity:0.4;}
|
|
182
192
|
.as-orderable-list-item-actions{pointer-events:none;display:inline-flex;flex-shrink:0;align-items:center;gap:0.15em;border-width:1px;border-radius:6px;padding:0.15em;opacity:0;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:120ms;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-1);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
@@ -196,6 +206,7 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
196
206
|
.as-confirm-dialog-confirm>.loading-indicator-wrapper,
|
|
197
207
|
.as-filter-btn-apply>.loading-indicator-wrapper,
|
|
198
208
|
.as-filter-btn>.loading-indicator-wrapper,
|
|
209
|
+
.as-multi-select-footer-action>.loading-indicator-wrapper,
|
|
199
210
|
.as-orderable-list-toolbar-btn>.loading-indicator-wrapper,
|
|
200
211
|
.as-preset-dialog-close>.loading-indicator-wrapper,
|
|
201
212
|
.as-preset-dialog-footer-close>.loading-indicator-wrapper,
|
|
@@ -205,7 +216,10 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
205
216
|
.as-preset-picker-trigger>.loading-indicator-wrapper,
|
|
206
217
|
.as-submit-btn>.loading-indicator-wrapper,
|
|
207
218
|
.as-table-actions-btn>.loading-indicator-wrapper,
|
|
208
|
-
.as-table-actions-more>.loading-indicator-wrapper
|
|
219
|
+
.as-table-actions-more>.loading-indicator-wrapper,
|
|
220
|
+
.as-wf-finish-option>.loading-indicator-wrapper,
|
|
221
|
+
.as-wf-finish-primary>.loading-indicator-wrapper,
|
|
222
|
+
.as-wf-finish-skip>.loading-indicator-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;cursor:wait;align-items:center;justify-content:center;}
|
|
209
223
|
.as-action-field>button,
|
|
210
224
|
.as-submit-btn{position:relative;height:var(--v-fingertip);display:flex;-webkit-user-select:none;user-select:none;align-items:center;align-self:flex-end;justify-content:center;gap:0.382em;border-radius:4px;padding-left:1em;padding-right:1em;font-weight:700;letter-spacing:0.025em;--current-bg:var(--scope-color-500);--current-text:255 255 255;--current-icon:255 255 255;--un-icon-opacity:1;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
211
225
|
.as-action-form-cancel,
|
|
@@ -235,6 +249,8 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
235
249
|
.as-filter-value-help-search-wrap,
|
|
236
250
|
.as-orderable-list-search-wrap{position:relative;min-width:0;display:flex;flex:1 1 0%;align-items:stretch;}
|
|
237
251
|
.as-form{position:relative;display:flex;flex-direction:column;gap:1em;}
|
|
252
|
+
.as-multi-select-anchor{position:relative;box-sizing:border-box;height:32px;width:100%;height:auto !important;min-height:32px;display:flex;flex-wrap:wrap;cursor:text;align-items:center;gap:0.382em;border-radius:4px;padding-left:0.618em;padding-right:0.618em;padding-top:0.382em;padding-bottom:0.382em;outline:2px solid transparent;outline-offset:2px;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-1);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--current-outline:var(--current-hl);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;background-color:rgb(var(--i8-bg-color, var(--current-bg)) / var(--i8-bg-opacity, 1));border-color:rgb(var(--i8-border-color, var(--current-border)) / var(--i8-border-opacity, 0.2));border-width:var(--i8-border-width, 1px);}
|
|
253
|
+
.as-multi-select-footer-action{position:relative;height:var(--v-fingertip);display:flex;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;gap:0.382em;border-radius:4px;padding-left:1em;padding-right:1em;padding-left:0.618em;padding-right:0.618em;padding-top:0.236em;padding-bottom:0.236em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;font-weight:700;letter-spacing:0.025em;--current-bg:var(--scope-color-500);--current-text:0 0 0;--current-icon:0 0 0;--un-bg-opacity:0;background-color:rgb(var(--current-bg) / 0);--un-text-opacity:0.8;color:rgb(var(--current-text) / 0.8);--un-icon-opacity:0.5;}
|
|
238
254
|
.as-orderable-list-item{position:relative;cursor:pointer;border-bottom-width:1px;outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:120ms;}
|
|
239
255
|
.as-orderable-list-toolbar-btn{position:relative;height:var(--v-fingertip);height:28px;display:flex;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;gap:0.382em;white-space:nowrap;border-width:1px;border-radius:4px;padding-left:1em;padding-right:1em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;font-weight:700;font-weight:600;line-height:1;letter-spacing:0.025em;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-1);--current-icon:var(--scope-dark-1);--current-border:var(--scope-color-100);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;--scope-color:117 135 162;--scope-color-50:245 245 245;--scope-color-100:220 222 224;--scope-color-200:195 200 206;--scope-color-300:169 178 189;--scope-color-400:144 157 175;--scope-color-500:117 135 162;--scope-color-600:98 113 135;--scope-color-700:82 91 104;--scope-color-800:67 71 76;--scope-color-900:51 51 51;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:248 248 249;--scope-dark-1:31 31 32;--scope-light-2:241 241 242;--scope-dark-2:36 36 38;--scope-light-3:235 235 236;--scope-dark-3:40 41 42;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:117 135 162;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:248 248 249;--current-border-hover:235 235 236;}
|
|
240
256
|
.as-preset-dialog-aspect-chip,
|
|
@@ -251,8 +267,14 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
251
267
|
.as-table-outer-wrap{position:relative;min-height:0;display:flex;flex:1 1 0%;flex-direction:column;}
|
|
252
268
|
.as-table-sticky thead{position:sticky;top:0;z-index:1;}
|
|
253
269
|
.as-th-drop-indicator-after,
|
|
254
|
-
.as-th-drop-indicator-before
|
|
270
|
+
.as-th-drop-indicator-before,
|
|
271
|
+
.as-wf-finish-skip-label{position:relative;}
|
|
255
272
|
.as-th-resize-handle{position:absolute;right:0;top:0;bottom:0;z-index:1;width:0.382em;cursor:col-resize;-webkit-user-select:none;user-select:none;--un-bg-opacity:0;background-color:rgb(var(--current-hl) / 0);}
|
|
273
|
+
.as-wf-finish-option{position:relative;height:var(--v-fingertip);height:32px;display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;gap:0.382em;border-radius:4px;padding-left:1em;padding-right:1em;font-weight:700;letter-spacing:0.025em;--current-bg:var(--scope-color-500);--current-text:0 0 0;--current-icon:0 0 0;--un-bg-opacity:0;background-color:rgb(var(--current-bg) / 0);--un-text-opacity:0.8;color:rgb(var(--current-text) / 0.8);--un-icon-opacity:0.5;}
|
|
274
|
+
.as-wf-finish-primary{position:relative;height:var(--v-fingertip);height:32px;display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;gap:0.382em;border-radius:4px;padding-left:1em;padding-right:1em;font-weight:700;letter-spacing:0.025em;--current-bg:var(--scope-color-500);--current-text:255 255 255;--current-icon:255 255 255;--un-icon-opacity:1;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
275
|
+
.as-wf-finish-skip{position:relative;height:var(--v-fingertip);height:32px;display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;gap:0.382em;overflow:hidden;border-radius:4px;padding-left:1em;padding-right:1em;font-weight:700;letter-spacing:0.025em;--current-bg:var(--scope-color-500);--current-text:255 255 255;--current-icon:255 255 255;--un-icon-opacity:1;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
276
|
+
.as-wf-finish-skip-fill{position:absolute;top:0;bottom:0;left:0;width:0;animation:progress-fill var(--progress-duration,4s) linear forwards;background-color:rgb(0 0 0 / 0.2);}
|
|
277
|
+
.as-wf-form-loading{position:relative;min-height:100px;}
|
|
256
278
|
.as-window-scrollbar{position:relative;width:10px;flex-shrink:0;-webkit-user-select:none;user-select:none;}
|
|
257
279
|
.as-window-scrollbar-thumb{position:absolute;left:0;right:0;border-width:2px;border-color:transparent;border-radius:5px;--un-bg-opacity:0.2;background-color:rgba(0, 0, 0, var(--un-bg-opacity));-webkit-background-clip:padding-box;background-clip:padding-box;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:100ms;}
|
|
258
280
|
.as-window-scrollbar-track{position:relative;height:100%;width:100%;cursor:pointer;border-radius:5px;--un-bg-opacity:0.05;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}
|
|
@@ -265,6 +287,7 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
265
287
|
.as-column-menu-content,
|
|
266
288
|
.as-table-actions-menu{z-index:100;min-width:14em;overflow:hidden;white-space:nowrap;border-width:1px;border-radius:6px;padding-top:0.382em;padding-bottom:0.382em;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-1);--current-icon:var(--scope-dark-1);--current-border:var(--scope-color-100);--current-border:143 157 175;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;--un-border-opacity:0.2;border-color:rgb(var(--current-border) / 0.2);--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
267
289
|
.as-filter-field-dropdown{z-index:100;min-width:20em;max-width:36em;width:max(var(--reka-popper-anchor-width,320px),320px);display:flex;flex-direction:column;overflow:hidden;border-width:1px;border-radius:6px;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);outline:2px solid transparent;outline-offset:2px;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-1);--current-icon:var(--scope-dark-1);--current-border:var(--scope-color-100);--current-border:143 157 175;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;--un-border-opacity:0.2;border-color:rgb(var(--current-border) / 0.2);--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
290
|
+
.as-multi-select-content{z-index:100;z-index:50;width:var(--reka-combobox-trigger-width);display:flex;flex-direction:column;overflow:hidden;border-width:1px;border-radius:6px;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-1);--current-icon:var(--scope-dark-1);--current-border:var(--scope-color-100);--current-border:143 157 175;--current-bg:var(--scope-light-1);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-2);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;--un-border-opacity:0.2;border-color:rgb(var(--current-border) / 0.2);--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
268
291
|
.as-preset-picker-menu{z-index:100;min-width:16em;max-width:28em;overflow:hidden;white-space:nowrap;border-width:1px;border-radius:6px;padding-top:0.382em;padding-bottom:0.382em;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-1);--current-icon:var(--scope-dark-1);--current-border:var(--scope-color-100);--current-border:143 157 175;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;--un-border-opacity:0.2;border-color:rgb(var(--current-border) / 0.2);--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
269
292
|
.as-preset-picker-popover{z-index:100;z-index:201;min-width:20em;overflow:hidden;border-width:1px;border-radius:6px;padding-left:1.618em;padding-right:1.618em;padding-top:1em;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-1);--current-icon:var(--scope-dark-1);--current-border:var(--scope-color-100);--current-border:143 157 175;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;--un-border-opacity:0.2;border-color:rgb(var(--current-border) / 0.2);--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
270
293
|
.as-ref-content{z-index:100;z-index:50;width:var(--reka-combobox-trigger-width);overflow:hidden;border-width:1px;border-radius:6px;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-1);--current-icon:var(--scope-dark-1);--current-border:var(--scope-color-100);--current-border:143 157 175;--current-bg:var(--scope-light-1);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-2);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;--un-border-opacity:0.2;border-color:rgb(var(--current-border) / 0.2);--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
@@ -335,6 +358,7 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
335
358
|
.as-ref-input{box-sizing:border-box;height:32px;width:100%;border-radius:4px;padding-left:0.618em;padding-right:0.618em;outline:2px solid transparent;outline-offset:2px;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-1);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--current-outline:var(--current-hl);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;background-color:rgb(var(--i8-bg-color, var(--current-bg)) / var(--i8-bg-opacity, 1));border-color:rgb(var(--i8-border-color, var(--current-border)) / var(--i8-border-opacity, 0.2));border-width:var(--i8-border-width, 1px);}
|
|
336
359
|
.as-ref-loading{box-sizing:border-box;height:32px;width:100%;display:flex;align-items:center;justify-content:center;border-width:1px;border-radius:4px;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-1);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
337
360
|
.as-dropdown-item{display:block;width:100%;cursor:pointer;border-width:0px;background-color:transparent;padding-left:1em;padding-right:1em;padding-top:0.382em;padding-bottom:0.382em;text-align:left;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
361
|
+
.as-multi-select-root,
|
|
338
362
|
.as-ref-root{display:block;width:100%;}
|
|
339
363
|
.as-table-checkbox-dash{display:block;width:0.6em;height:0.125em;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));}
|
|
340
364
|
.as-config-tab-icon{display:inline-block;width:1em;height:1em;flex-shrink:0;font-size:1.25em;}
|
|
@@ -359,6 +383,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
359
383
|
.as-confirm-dialog-confirm.btn-square,
|
|
360
384
|
.as-filter-btn-apply.btn-square,
|
|
361
385
|
.as-filter-btn.btn-square,
|
|
386
|
+
.as-multi-select-footer-action.btn-square,
|
|
362
387
|
.as-orderable-list-toolbar-btn.btn-square,
|
|
363
388
|
.as-preset-dialog-close.btn-square,
|
|
364
389
|
.as-preset-dialog-footer-close.btn-square,
|
|
@@ -368,7 +393,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
368
393
|
.as-preset-picker-trigger.btn-square,
|
|
369
394
|
.as-submit-btn.btn-square,
|
|
370
395
|
.as-table-actions-btn.btn-square,
|
|
371
|
-
.as-table-actions-more.btn-square
|
|
396
|
+
.as-table-actions-more.btn-square,
|
|
397
|
+
.as-wf-finish-option.btn-square,
|
|
398
|
+
.as-wf-finish-primary.btn-square,
|
|
399
|
+
.as-wf-finish-skip.btn-square{width:var(--v-fingertip);height:var(--v-fingertip);padding-left:0;padding-right:0;}
|
|
372
400
|
.as-orderable-list-checkbox{width:1.25em;height:1.25em;display:flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;border-width:1px;border-radius:0.2em;font-size:1em;--font-bold:600;--font-size:1em;--font-corrected:1em;--font-bc:-0.1973em;--font-tc:-0.2373em;font-weight:400;line-height:1.4346101129141227em;letter-spacing:-0.011em;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:120ms;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-1);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;--un-border-opacity:1;border-color:rgb(var(--scope-light-3, #ebebec) / var(--un-border-opacity));}
|
|
373
401
|
.as-preset-dialog-row-default,
|
|
374
402
|
.as-preset-dialog-row-delete,
|
|
@@ -430,6 +458,12 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
430
458
|
.as-form-error-message,
|
|
431
459
|
.as-preset-picker-action-label{min-width:0;flex:1 1 0%;}
|
|
432
460
|
.as-input-shell input,.as-input-shell textarea{width:auto !important;height:100% !important;min-width:0;flex:1 1 0%;border-width:0px !important;background-color:transparent !important;padding-left:0 !important;padding-right:0 !important;--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;outline-width:0px !important;--un-ring-width:0px !important;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color) !important;--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color) !important;--current-bg:var(--scope-light-0) !important;--current-text:var(--scope-dark-0) !important;--current-icon:var(--scope-dark-0) !important;--current-text-muted:var(--scope-dark-2) !important;--current-icon-muted:var(--scope-dark-2) !important;--current-bg-hover:var(--scope-light-1) !important;--current-border-hover:var(--scope-light-3) !important;--current-text-hover:var(--scope-dark-0) !important;--current-border:120 136 158 !important;--un-bg-opacity:1 !important;background-color:rgb(var(--current-bg) / var(--un-bg-opacity)) !important;--un-text-opacity:1 !important;color:rgb(var(--current-text) / var(--un-text-opacity)) !important;}
|
|
461
|
+
.as-multi-select-chip{height:1.5em;display:inline-flex;align-items:center;gap:0.382em;border-width:1px;border-radius:4px;padding-left:0.618em;padding-right:0.382em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-1);--current-icon:var(--scope-dark-1);--current-border:var(--scope-color-100);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;}
|
|
462
|
+
.as-multi-select-chip-remove{width:1.25em;height:1.25em;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border-width:0px;border-radius:9999px;background-color:transparent;padding:0;line-height:1;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
463
|
+
.as-multi-select-clear{width:1.4em;height:1.4em;display:inline-flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;border-width:0px;border-radius:9999px;background-color:transparent;padding:0;line-height:1;--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
464
|
+
.as-multi-select-input{width:auto !important;height:auto !important;min-width:4em;flex:1 1 0%;border-width:0px !important;background-color:transparent !important;padding-left:0 !important;padding-right:0 !important;--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;outline-width:0px !important;--un-ring-width:0px !important;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color) !important;--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color) !important;--current-bg:var(--scope-light-0) !important;--current-text:var(--scope-dark-0) !important;--current-icon:var(--scope-dark-0) !important;--current-text-muted:var(--scope-dark-2) !important;--current-icon-muted:var(--scope-dark-2) !important;--current-bg-hover:var(--scope-light-1) !important;--current-border-hover:var(--scope-light-3) !important;--current-text-hover:var(--scope-dark-0) !important;--current-border:120 136 158 !important;--un-bg-opacity:1 !important;background-color:rgb(var(--current-bg) / var(--un-bg-opacity)) !important;--un-text-opacity:1 !important;color:rgb(var(--current-text) / var(--un-text-opacity)) !important;--un-text-opacity:1;color:rgb(var(--scope-dark-0, #1b1b1b) / var(--un-text-opacity));}
|
|
465
|
+
.as-multi-select-viewport,
|
|
466
|
+
.as-ref-viewport{max-height:15em;overflow-y:auto;padding-top:0.382em;padding-bottom:0.382em;}
|
|
433
467
|
.as-no-data{height:32px;width:100%;display:flex;cursor:pointer;align-items:center;justify-content:center;gap:0.618em;border-width:1px;border-radius:4px;border-style:dashed;background-color:transparent;padding-left:1em;padding-right:1em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:140ms;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
434
468
|
.as-no-data-text{min-width:8em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;letter-spacing:0.025em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}
|
|
435
469
|
.as-no-data-textarea{min-height:5rem;width:100%;display:flex;cursor:pointer;align-items:center;justify-content:center;gap:0.618em;border-width:1px;border-radius:4px;border-style:dashed;background-color:transparent;padding-top:0.618em;padding-bottom:0.618em;padding-left:1em;padding-right:1em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:140ms;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
@@ -447,7 +481,6 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
447
481
|
.as-preset-picker-popover-aspect-icon{width:1em;height:1em;flex-shrink:0;font-size:1.1em;--un-text-opacity:0.4;color:rgb(var(--current-text) / 0.4);}
|
|
448
482
|
.as-preset-picker-popover-input{height:32px;border-radius:4px;padding-left:0.618em;padding-right:0.618em;outline:2px solid transparent;outline-offset:2px;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-1);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--current-outline:var(--current-hl);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));background-color:rgb(var(--i8-bg-color, var(--current-bg)) / var(--i8-bg-opacity, 1));border-color:rgb(var(--i8-border-color, var(--current-border)) / var(--i8-border-opacity, 0.2));border-width:var(--i8-border-width, 1px);}
|
|
449
483
|
.as-ref-item-id{min-width:2em;flex-shrink:0;text-align:right;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
450
|
-
.as-ref-viewport{max-height:15em;overflow-y:auto;padding-top:0.382em;padding-bottom:0.382em;}
|
|
451
484
|
.as-row-actions-btn{min-width:28px;height:28px;display:inline-flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;white-space:nowrap;border-radius:4px;padding-left:0.618em;padding-right:0.618em;font-weight:600;line-height:1;--current-bg:var(--scope-color-500);--current-text:0 0 0;--current-icon:0 0 0;--un-bg-opacity:0;background-color:rgb(var(--current-bg) / 0);--un-text-opacity:0.8;color:rgb(var(--current-text) / 0.8);--un-icon-opacity:0.5;--scope-color:117 135 162;--scope-color-50:245 245 245;--scope-color-100:220 222 224;--scope-color-200:195 200 206;--scope-color-300:169 178 189;--scope-color-400:144 157 175;--scope-color-500:117 135 162;--scope-color-600:98 113 135;--scope-color-700:82 91 104;--scope-color-800:67 71 76;--scope-color-900:51 51 51;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:248 248 249;--scope-dark-1:31 31 32;--scope-light-2:241 241 242;--scope-dark-2:36 36 38;--scope-light-3:235 235 236;--scope-dark-3:40 41 42;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:117 135 162;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:248 248 249;--current-border-hover:235 235 236;}
|
|
452
485
|
.as-sorter-segment-btn{height:20px;display:inline-flex;cursor:pointer;align-items:center;gap:0.382em;border-width:0px;border-radius:4px;background-color:transparent;padding-left:0.618em;padding-right:0.618em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;font-weight:500;line-height:1;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:120ms;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
453
486
|
.as-table{width:fit-content;border-collapse:collapse;table-layout:fixed;--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
@@ -480,6 +513,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
480
513
|
.as-filter-value-help-filters{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;gap:0.382em;border-bottom-width:1px;padding-left:1em;padding-right:1em;padding-top:0.618em;padding-bottom:0.618em;--current-bg:var(--scope-light-1);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-2);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
481
514
|
.as-filter-value-help-toolbar,
|
|
482
515
|
.as-orderable-list-toolbar{display:flex;flex-shrink:0;align-items:center;gap:0.618em;border-bottom-width:1px;padding-left:1em;padding-right:1em;padding-top:0.618em;padding-bottom:0.618em;--current-bg:var(--scope-light-1);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-2);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
516
|
+
.as-multi-select-empty,
|
|
517
|
+
.as-ref-status{display:flex;align-items:center;justify-content:center;padding-left:1em;padding-right:1em;padding-top:1em;padding-bottom:1em;--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
518
|
+
.as-multi-select-footer{display:flex;align-items:center;justify-content:flex-end;gap:0.382em;border-top-width:1px;padding-left:0.618em;padding-right:0.618em;padding-top:0.382em;padding-bottom:0.382em;}
|
|
519
|
+
.as-multi-select-item{display:flex;cursor:pointer;align-items:center;gap:0.618em;padding-left:1em;padding-right:1em;padding-top:0.618em;padding-bottom:0.618em;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
483
520
|
.as-object-empty{display:flex;flex-direction:column;align-items:flex-start;gap:0.618em;border-width:1px;border-radius:6px;border-style:dashed;padding:1em;--current-bg:var(--scope-light-0);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-1);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
484
521
|
.as-orderable-list-items{display:flex;flex:1 1 0%;flex-direction:column;overflow-y:auto;}
|
|
485
522
|
.as-orderable-list-toolbar-actions{display:flex;flex-shrink:0;gap:0.382em;}
|
|
@@ -497,9 +534,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
497
534
|
.as-preset-picker-section{display:flex;flex-direction:column;}
|
|
498
535
|
.as-radio-group label{display:flex;cursor:pointer;align-items:center;gap:0.618em;font-weight:400;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
499
536
|
.as-ref-item{display:flex;cursor:pointer;align-items:baseline;gap:1em;padding-left:1em;padding-right:1em;padding-top:0.618em;padding-bottom:0.618em;}
|
|
500
|
-
.as-ref-status{display:flex;align-items:center;justify-content:center;padding-left:1em;padding-right:1em;padding-top:1em;padding-bottom:1em;--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
501
537
|
.as-table-empty{display:flex;align-items:center;justify-content:center;white-space:normal;padding:2.618em;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
502
538
|
.as-table-error{display:flex;align-items:center;justify-content:center;white-space:normal;padding:2.618em;--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));--scope-color:225 72 72;--scope-color-50:251 243 243;--scope-color-100:242 214 212;--scope-color-200:236 184 180;--scope-color-300:232 152 149;--scope-color-400:229 116 115;--scope-color-500:225 72 72;--scope-color-600:202 39 39;--scope-color-700:161 37 37;--scope-color-800:122 35 35;--scope-color-900:85 30 30;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:249 248 248;--scope-dark-1:36 30 30;--scope-light-2:244 240 240;--scope-dark-2:44 33 33;--scope-light-3:237 234 234;--scope-dark-3:47 39 39;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:225 72 72;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:249 248 248;--current-border-hover:237 234 234;}
|
|
539
|
+
.as-wf-finish{display:flex;flex-direction:column;align-items:stretch;gap:1em;font-size:1em;--font-bold:600;--font-size:1em;--font-corrected:1em;--font-bc:-0.1973em;--font-tc:-0.2373em;font-weight:400;line-height:1.4346101129141227em;letter-spacing:-0.011em;}
|
|
540
|
+
.as-wf-finish-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.618em;}
|
|
503
541
|
.as-cell-chip{display:inline-flex;flex-shrink:0;align-items:center;white-space:nowrap;border-radius:2px;padding-left:0.618em;padding-right:0.618em;padding-top:0.15em;padding-bottom:0.15em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
504
542
|
.as-cell-json-trigger{display:inline-flex;cursor:pointer;align-items:center;gap:0.382em;border-width:0px;background-color:transparent;padding:0;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;outline:2px solid transparent;outline-offset:2px;--un-text-opacity:0.7;color:rgb(var(--current-text) / 0.7);}
|
|
505
543
|
.as-column-menu-item-icon,
|
|
@@ -524,6 +562,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
524
562
|
.as-field-input-row>input,
|
|
525
563
|
.as-field-input-row>select,
|
|
526
564
|
.as-field-input-row>textarea,
|
|
565
|
+
.as-multi-select-item-label,
|
|
527
566
|
.as-ref-anchor>input{flex:1 1 0%;}
|
|
528
567
|
.as-orderable-list-item-label{flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
|
529
568
|
.as-ref-item-label{flex:1 1 0%;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
@@ -560,6 +599,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
560
599
|
.as-filter-value-help-search[data-disabled],
|
|
561
600
|
.as-input-shell[aria-disabled=true],
|
|
562
601
|
.as-input-shell[data-disabled],
|
|
602
|
+
.as-multi-select-anchor[aria-disabled=true],
|
|
603
|
+
.as-multi-select-anchor[data-disabled],
|
|
604
|
+
.as-multi-select-footer-action[aria-disabled=true],
|
|
605
|
+
.as-multi-select-footer-action[data-disabled],
|
|
563
606
|
.as-number[aria-disabled=true],
|
|
564
607
|
.as-number[data-disabled],
|
|
565
608
|
.as-optional-clear[aria-disabled=true],
|
|
@@ -598,6 +641,9 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
598
641
|
.as-filter-input:disabled{cursor:not-allowed;opacity:0.4;}
|
|
599
642
|
.as-filter-value-help-search:disabled{cursor:not-allowed;opacity:0.4;}
|
|
600
643
|
.as-input-shell:disabled{cursor:not-allowed;opacity:0.4;}
|
|
644
|
+
.as-multi-select-anchor:disabled{cursor:not-allowed;opacity:0.4;}
|
|
645
|
+
.as-multi-select-chip-remove:disabled{cursor:not-allowed;opacity:0.4;}
|
|
646
|
+
.as-multi-select-footer-action:disabled{cursor:not-allowed;opacity:0.8;opacity:0.4;}
|
|
601
647
|
.as-number:disabled{cursor:not-allowed;opacity:0.4;}
|
|
602
648
|
.as-number-input:disabled{cursor:not-allowed !important;--un-text-opacity:0.4 !important;color:rgb(var(--current-text) / 0.4) !important;}
|
|
603
649
|
.as-optional-clear:disabled{cursor:not-allowed;opacity:0.4;}
|
|
@@ -617,6 +663,9 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
617
663
|
.as-table-actions-btn:disabled{cursor:not-allowed;opacity:0.8;}
|
|
618
664
|
.as-table-actions-more:disabled{cursor:not-allowed;opacity:0.8;}
|
|
619
665
|
.as-variant-trigger:disabled{cursor:not-allowed;opacity:0.4;}
|
|
666
|
+
.as-wf-finish-option:disabled{cursor:not-allowed;opacity:0.8;}
|
|
667
|
+
.as-wf-finish-primary:disabled{cursor:not-allowed;opacity:0.8;}
|
|
668
|
+
.as-wf-finish-skip:disabled{cursor:not-allowed;opacity:0.8;}
|
|
620
669
|
.as-th-reorderable{cursor:grab;}
|
|
621
670
|
.as-th-dragging{cursor:grabbing;opacity:0.5;}
|
|
622
671
|
.as-orderable-list-grip:active{cursor:grabbing;}
|
|
@@ -636,6 +685,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
636
685
|
.as-preset-dialog-row-fav[data-on],
|
|
637
686
|
.as-preset-dialog-row-public-toggle[data-on]{border-width:1px;--un-text-opacity:1;color:rgb(76 129 236 / var(--un-text-opacity));--current-bg:var(--scope-light-2);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-3);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--current-border:var(--current-hl);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));color:rgb(var(--current-text) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
638
687
|
.as-row-actions-btn-labelled.as-row-actions-btn{border-width:1px !important;border-radius:4px !important;padding-left:1em !important;padding-right:1em !important;--current-bg:var(--scope-light-0) !important;--current-text:var(--scope-dark-1) !important;--current-icon:var(--scope-dark-1) !important;--current-border:var(--scope-color-100) !important;--un-bg-opacity:1 !important;background-color:rgb(var(--current-bg) / var(--un-bg-opacity)) !important;--un-text-opacity:1 !important;color:rgb(var(--current-text) / var(--un-text-opacity)) !important;--un-border-opacity:1 !important;border-color:rgb(var(--current-border) / var(--un-border-opacity)) !important;--un-icon-opacity:1 !important;}
|
|
688
|
+
.as-wf-finish-message{border-width:1px;border-radius:4px;padding-left:1em;padding-right:1em;padding-top:0.618em;padding-bottom:0.618em;font-size:1em;--font-bold:600;--font-size:1em;--font-corrected:1em;--font-bc:-0.1973em;--font-tc:-0.2373em;font-weight:400;line-height:1.4346101129141227em;letter-spacing:-0.011em;--current-bg:var(--scope-color-100);--current-text:var(--scope-color-800);--current-icon:var(--scope-color-800);--current-border:var(--scope-color-200);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--un-icon-opacity:1;}
|
|
639
689
|
.as-collapsible-section{border-top-width:1px;padding-top:1em;}
|
|
640
690
|
.as-collapsible-section:not(:has(+ .as-collapsible-section)){border-bottom-width:1px;padding-bottom:1em;}
|
|
641
691
|
.as-collapsible-section:first-child{border-top-width:0px;}
|
|
@@ -647,6 +697,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
647
697
|
.as-confirm-dialog-confirm.btn-round,
|
|
648
698
|
.as-filter-btn-apply.btn-round,
|
|
649
699
|
.as-filter-btn.btn-round,
|
|
700
|
+
.as-multi-select-footer-action.btn-round,
|
|
650
701
|
.as-orderable-list-toolbar-btn.btn-round,
|
|
651
702
|
.as-preset-dialog-close.btn-round,
|
|
652
703
|
.as-preset-dialog-footer-close.btn-round,
|
|
@@ -656,7 +707,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
656
707
|
.as-preset-picker-trigger.btn-round,
|
|
657
708
|
.as-submit-btn.btn-round,
|
|
658
709
|
.as-table-actions-btn.btn-round,
|
|
659
|
-
.as-table-actions-more.btn-round
|
|
710
|
+
.as-table-actions-more.btn-round,
|
|
711
|
+
.as-wf-finish-option.btn-round,
|
|
712
|
+
.as-wf-finish-primary.btn-round,
|
|
713
|
+
.as-wf-finish-skip.btn-round{border-radius:var(--v-fingertip-half);padding-left:var(--v-fingertip-half);padding-right:var(--v-fingertip-half);}
|
|
660
714
|
.as-preset-picker-trigger[data-state=open]{border-radius:4px;--current-bg:var(--scope-color-500);--current-text:var(--scope-color-500);--current-icon:var(--scope-color-500);--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-icon-opacity:0.8;--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
661
715
|
.as-vh-empty-code{border-radius:2px;padding-left:0.382em;padding-right:0.382em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);}
|
|
662
716
|
.dark .as-form-overlay,
|
|
@@ -675,6 +729,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
675
729
|
.as-confirm-dialog-confirm.btn-round.btn-square,
|
|
676
730
|
.as-filter-btn-apply.btn-round.btn-square,
|
|
677
731
|
.as-filter-btn.btn-round.btn-square,
|
|
732
|
+
.as-multi-select-footer-action.btn-round.btn-square,
|
|
678
733
|
.as-orderable-list-toolbar-btn.btn-round.btn-square,
|
|
679
734
|
.as-preset-dialog-close.btn-round.btn-square,
|
|
680
735
|
.as-preset-dialog-footer-close.btn-round.btn-square,
|
|
@@ -684,7 +739,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
684
739
|
.as-preset-picker-trigger.btn-round.btn-square,
|
|
685
740
|
.as-submit-btn.btn-round.btn-square,
|
|
686
741
|
.as-table-actions-btn.btn-round.btn-square,
|
|
687
|
-
.as-table-actions-more.btn-round.btn-square
|
|
742
|
+
.as-table-actions-more.btn-round.btn-square,
|
|
743
|
+
.as-wf-finish-option.btn-round.btn-square,
|
|
744
|
+
.as-wf-finish-primary.btn-round.btn-square,
|
|
745
|
+
.as-wf-finish-skip.btn-round.btn-square{padding-left:0;padding-right:0;}
|
|
688
746
|
.as-column-menu-label{padding-left:1em;padding-right:1em;padding-top:0.618em;padding-bottom:0.382em;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;font-weight:600;letter-spacing:0.14em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:uppercase;--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
689
747
|
.as-decimal:has(:is(.as-prefix,.as-prefix-icon)) .as-decimal-integer,
|
|
690
748
|
.as-input-shell:has(:is(.as-prefix,.as-prefix-icon)) input,.as-input-shell:has(:is(.as-prefix,.as-prefix-icon)) textarea,
|
|
@@ -693,6 +751,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
693
751
|
.as-decimal:has(:is(.as-suffix,.as-suffix-icon)):not(:has(.as-decimal-decimal)) .as-decimal-integer,
|
|
694
752
|
.as-input-shell:has(:is(.as-suffix,.as-suffix-icon)) input,.as-input-shell:has(:is(.as-suffix,.as-suffix-icon)) textarea,
|
|
695
753
|
.as-number:has(:is(.as-suffix,.as-suffix-icon)) .as-number-input{padding-right:0.382em !important;}
|
|
754
|
+
.as-wf-finish-countdown{text-align:center;font-size:0.8866564356700387em;--font-bold:600;--font-size:0.8866564356700387em;--font-corrected:0.8866564356700387em;--font-bc:-0.1183em;--font-tc:-0.1537em;font-weight:400;line-height:1.2720062892926278em;letter-spacing:-0.009em;--un-text-opacity:1;color:rgb(var(--current-text-muted) / var(--un-text-opacity));}
|
|
696
755
|
.as-cell-decimal,
|
|
697
756
|
.as-cell-number{text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction);}
|
|
698
757
|
.as-default-field input[type=number]{text-align:right;}
|
|
@@ -726,9 +785,11 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
726
785
|
.as-filter-dialog-chips-count,
|
|
727
786
|
.as-filter-dialog-title-value{font-weight:600;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
728
787
|
.as-filter-dialog-title-label{font-weight:500;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
729
|
-
.as-filter-field:focus-within .as-filter-field-label
|
|
788
|
+
.as-filter-field:focus-within .as-filter-field-label,
|
|
789
|
+
.as-multi-select-item[data-state=checked]{font-weight:600;--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
730
790
|
.as-preset-picker-action.as-preset-picker-action-primary{font-weight:700;--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
731
791
|
.as-row-actions-btn[data-default]{font-weight:500;--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
792
|
+
.as-multi-select-chip-label{line-height:1;}
|
|
732
793
|
.as-preset-dialog-row-owner-self{font-style:italic;}
|
|
733
794
|
.as-filter-field-dropdown-footer :not(.as-kbd) button:hover{text-decoration-line:underline;}
|
|
734
795
|
.as-preset-dialog-row[data-deleted] .as-preset-dialog-row-label-text{text-decoration-line:line-through;}
|
|
@@ -746,6 +807,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
746
807
|
.as-confirm-dialog-cancel.dark,
|
|
747
808
|
.as-filter-btn.dark,
|
|
748
809
|
.as-filter-field-dropdown.dark,
|
|
810
|
+
.as-multi-select-chip.dark,
|
|
749
811
|
.as-object-empty-add.dark,
|
|
750
812
|
.as-orderable-list-toolbar-btn.dark,
|
|
751
813
|
.as-preset-dialog-footer-close.dark,
|
|
@@ -762,6 +824,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
762
824
|
.dark .as-confirm-dialog-cancel,
|
|
763
825
|
.dark .as-filter-btn,
|
|
764
826
|
.dark .as-filter-field-dropdown,
|
|
827
|
+
.dark .as-multi-select-chip,
|
|
765
828
|
.dark .as-object-empty-add,
|
|
766
829
|
.dark .as-orderable-list-toolbar-btn,
|
|
767
830
|
.dark .as-preset-dialog-footer-close,
|
|
@@ -775,13 +838,17 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
775
838
|
.as-collapsible-error-badge.dark,
|
|
776
839
|
.dark .as-collapsible-error-badge{--un-shadow-color:rgb(0 0 0 / 0.3);--current-bg:var(--scope-color-400);--current-text:var(--scope-color-50);--current-icon:var(--scope-color-50);--current-border:var(--scope-color-100);}
|
|
777
840
|
.as-dropdown-menu.dark,
|
|
841
|
+
.as-multi-select-content.dark,
|
|
778
842
|
.as-ref-content.dark,
|
|
779
843
|
.dark .as-dropdown-menu,
|
|
844
|
+
.dark .as-multi-select-content,
|
|
780
845
|
.dark .as-ref-content{--un-shadow-color:rgb(0 0 0 / 0.3);--current-bg:var(--scope-dark-0);--current-text:var(--scope-light-1);--current-icon:var(--scope-light-1);--current-border:var(--scope-color-800);--current-bg:var(--scope-dark-1);--current-text:var(--scope-light-0);--current-icon:var(--scope-light-0);--current-text-muted:var(--scope-light-2);--current-icon-muted:var(--scope-light-2);--current-bg-hover:var(--scope-dark-2);--current-border-hover:var(--scope-dark-3);--current-text-hover:var(--scope-light-0);}
|
|
781
846
|
.as-form-error.dark,
|
|
782
847
|
.dark .as-form-error{--un-shadow-color:rgb(0 0 0 / 0.3);--current-bg:var(--scope-color-900);--current-text:var(--scope-color-200);--current-icon:var(--scope-color-200);--current-border:var(--scope-color-500);}
|
|
783
848
|
.as-row-actions-btn-labelled.dark.as-row-actions-btn,
|
|
784
849
|
.dark .as-row-actions-btn-labelled.as-row-actions-btn{--un-shadow-color:rgb(0 0 0 / 0.3) !important;--current-bg:var(--scope-dark-0) !important;--current-text:var(--scope-light-1) !important;--current-icon:var(--scope-light-1) !important;--current-border:var(--scope-color-800) !important;}
|
|
850
|
+
.as-wf-finish-message.dark,
|
|
851
|
+
.dark .as-wf-finish-message{--un-shadow-color:rgb(0 0 0 / 0.3);--current-bg:var(--scope-color-800);--current-text:var(--scope-color-200);--current-icon:var(--scope-color-200);--current-border:var(--scope-color-500);}
|
|
785
852
|
.as-wf-form-error.dark,
|
|
786
853
|
.dark .as-wf-form-error{--un-shadow-color:rgb(0 0 0 / 0.3);--current-bg:var(--scope-color-300);--current-text:var(--scope-color-900);--current-icon:var(--scope-color-900);--current-border:var(--scope-color-700);}
|
|
787
854
|
.as-default-field :is(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
@@ -791,6 +858,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
791
858
|
.as-filter-field:focus-within{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
792
859
|
.as-input-shell:focus-within{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
793
860
|
.as-input-shell:focus-within.error{outline-style:solid;--current-border:var(--current-hl);--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--scope-color:225 72 72;--scope-color-50:251 243 243;--scope-color-100:242 214 212;--scope-color-200:236 184 180;--scope-color-300:232 152 149;--scope-color-400:229 116 115;--scope-color-500:225 72 72;--scope-color-600:202 39 39;--scope-color-700:161 37 37;--scope-color-800:122 35 35;--scope-color-900:85 30 30;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:249 248 248;--scope-dark-1:36 30 30;--scope-light-2:244 240 240;--scope-dark-2:44 33 33;--scope-light-3:237 234 234;--scope-dark-3:47 39 39;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:225 72 72;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:249 248 248;--current-border-hover:237 234 234;outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
861
|
+
.as-multi-select-anchor:focus-within{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
794
862
|
.as-number:focus-within{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
795
863
|
.as-number:focus-within.error{outline-style:solid;--current-border:var(--current-hl);--un-border-opacity:1;border-color:rgb(var(--current-border) / var(--un-border-opacity));--scope-color:225 72 72;--scope-color-50:251 243 243;--scope-color-100:242 214 212;--scope-color-200:236 184 180;--scope-color-300:232 152 149;--scope-color-400:229 116 115;--scope-color-500:225 72 72;--scope-color-600:202 39 39;--scope-color-700:161 37 37;--scope-color-800:122 35 35;--scope-color-900:85 30 30;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:249 248 248;--scope-dark-1:36 30 30;--scope-light-2:244 240 240;--scope-dark-2:44 33 33;--scope-light-3:237 234 234;--scope-dark-3:47 39 39;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:225 72 72;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:249 248 248;--current-border-hover:237 234 234;outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
796
864
|
.as-decimal:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
@@ -799,6 +867,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
799
867
|
.as-filter-input:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
800
868
|
.as-filter-value-help-search:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
801
869
|
.as-input-shell:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
870
|
+
.as-multi-select-anchor:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
802
871
|
.as-number:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
803
872
|
.as-orderable-list-search:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
804
873
|
.as-preset-dialog-row-rename:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
@@ -806,6 +875,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
806
875
|
.as-preset-picker-popover-input:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
807
876
|
.as-ref-input:focus{outline-style:solid;--current-border:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
808
877
|
.as-cell-json-trigger:focus-visible{outline-style:solid;--current-outline:var(--current-hl);outline-color:rgb(var(--i8-outline-color, var(--current-outline)) / var(--i8-outline-opacity, 0.5));outline-width:var(--i8-outline-width, 2px);}
|
|
878
|
+
.as-multi-select-item[data-highlighted]{outline:2px solid transparent;outline-offset:2px;--current-bg:var(--scope-light-3);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-4);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
809
879
|
.as-table tbody tr{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:100ms;}
|
|
810
880
|
.as-action-field:not(disabled)[data-active]>button,
|
|
811
881
|
.as-action-form-submit:not(disabled)[data-active],
|
|
@@ -814,7 +884,9 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
814
884
|
.as-preset-dialog-footer-save:not(disabled)[data-active],
|
|
815
885
|
.as-preset-picker-popover-save:not(disabled)[data-active],
|
|
816
886
|
.as-submit-btn:not(disabled)[data-active],
|
|
817
|
-
.as-table-actions-btn:not(disabled)[data-active]
|
|
887
|
+
.as-table-actions-btn:not(disabled)[data-active],
|
|
888
|
+
.as-wf-finish-primary:not(disabled)[data-active],
|
|
889
|
+
.as-wf-finish-skip:not(disabled)[data-active]{--current-bg:var(--scope-color-700);}
|
|
818
890
|
.as-action-field:not(disabled)[data-highlighted]>button,
|
|
819
891
|
.as-action-form-submit:not(disabled)[data-highlighted],
|
|
820
892
|
.as-confirm-dialog-confirm:not(disabled)[data-highlighted],
|
|
@@ -822,7 +894,9 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
822
894
|
.as-preset-dialog-footer-save:not(disabled)[data-highlighted],
|
|
823
895
|
.as-preset-picker-popover-save:not(disabled)[data-highlighted],
|
|
824
896
|
.as-submit-btn:not(disabled)[data-highlighted],
|
|
825
|
-
.as-table-actions-btn:not(disabled)[data-highlighted]
|
|
897
|
+
.as-table-actions-btn:not(disabled)[data-highlighted],
|
|
898
|
+
.as-wf-finish-primary:not(disabled)[data-highlighted],
|
|
899
|
+
.as-wf-finish-skip:not(disabled)[data-highlighted]{--current-bg:var(--scope-color-600);}
|
|
826
900
|
.dark .as-action-field:not(disabled)[data-active]>button,
|
|
827
901
|
.dark .as-action-form-submit:not(disabled)[data-active],
|
|
828
902
|
.dark .as-confirm-dialog-confirm:not(disabled)[data-active],
|
|
@@ -830,7 +904,9 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
830
904
|
.dark .as-preset-dialog-footer-save:not(disabled)[data-active],
|
|
831
905
|
.dark .as-preset-picker-popover-save:not(disabled)[data-active],
|
|
832
906
|
.dark .as-submit-btn:not(disabled)[data-active],
|
|
833
|
-
.dark .as-table-actions-btn:not(disabled)[data-active]
|
|
907
|
+
.dark .as-table-actions-btn:not(disabled)[data-active],
|
|
908
|
+
.dark .as-wf-finish-primary:not(disabled)[data-active],
|
|
909
|
+
.dark .as-wf-finish-skip:not(disabled)[data-active]{--current-bg:var(--scope-color-300);}
|
|
834
910
|
.dark .as-action-field:not(disabled)[data-highlighted]>button,
|
|
835
911
|
.dark .as-action-form-submit:not(disabled)[data-highlighted],
|
|
836
912
|
.dark .as-confirm-dialog-confirm:not(disabled)[data-highlighted],
|
|
@@ -838,10 +914,13 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
838
914
|
.dark .as-preset-dialog-footer-save:not(disabled)[data-highlighted],
|
|
839
915
|
.dark .as-preset-picker-popover-save:not(disabled)[data-highlighted],
|
|
840
916
|
.dark .as-submit-btn:not(disabled)[data-highlighted],
|
|
841
|
-
.dark .as-table-actions-btn:not(disabled)[data-highlighted]
|
|
917
|
+
.dark .as-table-actions-btn:not(disabled)[data-highlighted],
|
|
918
|
+
.dark .as-wf-finish-primary:not(disabled)[data-highlighted],
|
|
919
|
+
.dark .as-wf-finish-skip:not(disabled)[data-highlighted]{--current-bg:var(--scope-color-400);}
|
|
842
920
|
.as-action-form-cancel:not(disabled)[data-active],
|
|
843
921
|
.as-confirm-dialog-cancel:not(disabled)[data-active],
|
|
844
922
|
.as-filter-btn:not(disabled)[data-active],
|
|
923
|
+
.as-multi-select-chip:not(disabled)[data-active],
|
|
845
924
|
.as-object-empty-add:not(disabled)[data-active],
|
|
846
925
|
.as-orderable-list-toolbar-btn:not(disabled)[data-active],
|
|
847
926
|
.as-preset-dialog-footer-close:not(disabled)[data-active],
|
|
@@ -851,6 +930,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
851
930
|
.as-action-form-cancel:not(disabled)[data-highlighted],
|
|
852
931
|
.as-confirm-dialog-cancel:not(disabled)[data-highlighted],
|
|
853
932
|
.as-filter-btn:not(disabled)[data-highlighted],
|
|
933
|
+
.as-multi-select-chip:not(disabled)[data-highlighted],
|
|
854
934
|
.as-object-empty-add:not(disabled)[data-highlighted],
|
|
855
935
|
.as-orderable-list-toolbar-btn:not(disabled)[data-highlighted],
|
|
856
936
|
.as-preset-dialog-footer-close:not(disabled)[data-highlighted],
|
|
@@ -869,6 +949,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
869
949
|
.as-filter-btn[aria-selected=true],
|
|
870
950
|
.as-filter-btn[data-on=true],
|
|
871
951
|
.as-filter-btn[data-selected=true],
|
|
952
|
+
.as-multi-select-chip[aria-pressed=true],
|
|
953
|
+
.as-multi-select-chip[aria-selected=true],
|
|
954
|
+
.as-multi-select-chip[data-on=true],
|
|
955
|
+
.as-multi-select-chip[data-selected=true],
|
|
872
956
|
.as-object-empty-add[aria-pressed=true],
|
|
873
957
|
.as-object-empty-add[aria-selected=true],
|
|
874
958
|
.as-object-empty-add[data-on=true],
|
|
@@ -896,6 +980,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
896
980
|
.dark .as-action-form-cancel:not(disabled)[data-active],
|
|
897
981
|
.dark .as-confirm-dialog-cancel:not(disabled)[data-active],
|
|
898
982
|
.dark .as-filter-btn:not(disabled)[data-active],
|
|
983
|
+
.dark .as-multi-select-chip:not(disabled)[data-active],
|
|
899
984
|
.dark .as-object-empty-add:not(disabled)[data-active],
|
|
900
985
|
.dark .as-orderable-list-toolbar-btn:not(disabled)[data-active],
|
|
901
986
|
.dark .as-preset-dialog-footer-close:not(disabled)[data-active],
|
|
@@ -905,6 +990,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
905
990
|
.dark .as-action-form-cancel:not(disabled)[data-highlighted],
|
|
906
991
|
.dark .as-confirm-dialog-cancel:not(disabled)[data-highlighted],
|
|
907
992
|
.dark .as-filter-btn:not(disabled)[data-highlighted],
|
|
993
|
+
.dark .as-multi-select-chip:not(disabled)[data-highlighted],
|
|
908
994
|
.dark .as-object-empty-add:not(disabled)[data-highlighted],
|
|
909
995
|
.dark .as-orderable-list-toolbar-btn:not(disabled)[data-highlighted],
|
|
910
996
|
.dark .as-preset-dialog-footer-close:not(disabled)[data-highlighted],
|
|
@@ -923,6 +1009,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
923
1009
|
.dark .as-filter-btn[aria-selected=true],
|
|
924
1010
|
.dark .as-filter-btn[data-on=true],
|
|
925
1011
|
.dark .as-filter-btn[data-selected=true],
|
|
1012
|
+
.dark .as-multi-select-chip[aria-pressed=true],
|
|
1013
|
+
.dark .as-multi-select-chip[aria-selected=true],
|
|
1014
|
+
.dark .as-multi-select-chip[data-on=true],
|
|
1015
|
+
.dark .as-multi-select-chip[data-selected=true],
|
|
926
1016
|
.dark .as-object-empty-add[aria-pressed=true],
|
|
927
1017
|
.dark .as-object-empty-add[aria-selected=true],
|
|
928
1018
|
.dark .as-object-empty-add[data-on=true],
|
|
@@ -961,6 +1051,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
961
1051
|
.as-filter-value-help-filters-toggle.dark,
|
|
962
1052
|
.as-filter-value-help-search.dark,
|
|
963
1053
|
.as-input-shell.dark,
|
|
1054
|
+
.as-multi-select-anchor.dark,
|
|
964
1055
|
.as-number.dark,
|
|
965
1056
|
.as-object-empty.dark,
|
|
966
1057
|
.as-optional-clear.dark,
|
|
@@ -990,6 +1081,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
990
1081
|
.dark .as-filter-value-help-filters-toggle,
|
|
991
1082
|
.dark .as-filter-value-help-search,
|
|
992
1083
|
.dark .as-input-shell,
|
|
1084
|
+
.dark .as-multi-select-anchor,
|
|
993
1085
|
.dark .as-number,
|
|
994
1086
|
.dark .as-object-empty,
|
|
995
1087
|
.dark .as-optional-clear,
|
|
@@ -1070,12 +1162,14 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1070
1162
|
.dark .as-table thead,
|
|
1071
1163
|
.dark .as-table-row-active{--current-bg:var(--scope-dark-1);--current-text:var(--scope-light-0);--current-icon:var(--scope-light-0);--current-text-muted:var(--scope-light-2);--current-icon-muted:var(--scope-light-2);--current-bg-hover:var(--scope-dark-2);--current-border-hover:var(--scope-dark-3);--current-text-hover:var(--scope-light-0);}
|
|
1072
1164
|
.as-column-menu-item.dark[data-highlighted],
|
|
1165
|
+
.as-multi-select-item.dark[data-highlighted],
|
|
1073
1166
|
.as-preset-picker-action.dark[data-highlighted],
|
|
1074
1167
|
.as-preset-picker-item.dark[data-highlighted],
|
|
1075
1168
|
.as-ref-item.dark[data-highlighted],
|
|
1076
1169
|
.as-row-actions-menu-item.dark[data-highlighted],
|
|
1077
1170
|
.as-table-actions-menu-item.dark[data-highlighted],
|
|
1078
1171
|
.dark .as-column-menu-item[data-highlighted],
|
|
1172
|
+
.dark .as-multi-select-item[data-highlighted],
|
|
1079
1173
|
.dark .as-preset-picker-action[data-highlighted],
|
|
1080
1174
|
.dark .as-preset-picker-item[data-highlighted],
|
|
1081
1175
|
.dark .as-ref-item[data-highlighted],
|
|
@@ -1098,6 +1192,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1098
1192
|
.as-filter-input[data-error=true],
|
|
1099
1193
|
.as-filter-value-help-search[data-error=true],
|
|
1100
1194
|
.as-input-shell[data-error=true],
|
|
1195
|
+
.as-multi-select-anchor[data-error=true],
|
|
1101
1196
|
.as-number[data-error=true],
|
|
1102
1197
|
.as-orderable-list-search[data-error=true],
|
|
1103
1198
|
.as-preset-dialog-row-rename[data-error=true],
|
|
@@ -1107,14 +1202,20 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1107
1202
|
.as-decimal-decimal.dark,
|
|
1108
1203
|
.as-decimal-integer.dark,
|
|
1109
1204
|
.as-input-shell.dark input,.as-input-shell.dark textarea,
|
|
1205
|
+
.as-multi-select-input.dark,
|
|
1110
1206
|
.as-number-input.dark,
|
|
1111
1207
|
.dark .as-input-shell input,.as-input-shell textarea{--current-bg:var(--scope-dark-0) !important;--current-text:var(--scope-light-0) !important;--current-icon:var(--scope-light-0) !important;--current-text-muted:var(--scope-light-2) !important;--current-icon-muted:var(--scope-light-2) !important;--current-bg-hover:var(--scope-dark-1) !important;--current-border-hover:var(--scope-dark-3) !important;--current-text-hover:var(--scope-light-0) !important;}
|
|
1112
1208
|
.dark .as-decimal-decimal,
|
|
1113
1209
|
.dark .as-decimal-integer,
|
|
1210
|
+
.dark .as-multi-select-input,
|
|
1114
1211
|
.dark .as-number-input{--current-bg:var(--scope-dark-0) !important;--current-text:var(--scope-light-0) !important;--current-icon:var(--scope-light-0) !important;--current-text-muted:var(--scope-light-2) !important;--current-icon-muted:var(--scope-light-2) !important;--current-bg-hover:var(--scope-dark-1) !important;--current-border-hover:var(--scope-dark-3) !important;--current-text-hover:var(--scope-light-0) !important;--un-text-opacity:1;color:rgb(var(--scope-light-0, #ffffff) / var(--un-text-opacity));}
|
|
1115
1212
|
.as-default-field :is(input:not([type=checkbox]):not([type=radio]),textarea):read-only,
|
|
1116
1213
|
.as-sorter-segment-btn-active{--current-bg:var(--scope-light-2);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-3);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
1117
1214
|
.dark .as-form-error-dismiss,
|
|
1215
|
+
.dark .as-multi-select-footer-action[aria-pressed=true],
|
|
1216
|
+
.dark .as-multi-select-footer-action[aria-selected=true],
|
|
1217
|
+
.dark .as-multi-select-footer-action[data-on=true],
|
|
1218
|
+
.dark .as-multi-select-footer-action[data-selected=true],
|
|
1118
1219
|
.dark .as-preset-dialog-close[aria-pressed=true],
|
|
1119
1220
|
.dark .as-preset-dialog-close[aria-selected=true],
|
|
1120
1221
|
.dark .as-preset-dialog-close[data-on=true],
|
|
@@ -1143,9 +1244,15 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1143
1244
|
.dark .as-row-actions-btn[aria-pressed=true],
|
|
1144
1245
|
.dark .as-row-actions-btn[aria-selected=true],
|
|
1145
1246
|
.dark .as-row-actions-btn[data-on=true],
|
|
1146
|
-
.dark .as-row-actions-btn[data-selected=true]
|
|
1147
|
-
.dark .as-
|
|
1148
|
-
.dark .as-
|
|
1247
|
+
.dark .as-row-actions-btn[data-selected=true],
|
|
1248
|
+
.dark .as-wf-finish-option[aria-pressed=true],
|
|
1249
|
+
.dark .as-wf-finish-option[aria-selected=true],
|
|
1250
|
+
.dark .as-wf-finish-option[data-on=true],
|
|
1251
|
+
.dark .as-wf-finish-option[data-selected=true]{--current-text:var(--scope-color-400);--current-icon:var(--scope-color-400);}
|
|
1252
|
+
.as-multi-select-footer-action[aria-pressed=true],
|
|
1253
|
+
.as-multi-select-footer-action[aria-selected=true],
|
|
1254
|
+
.as-multi-select-footer-action[data-on=true],
|
|
1255
|
+
.as-multi-select-footer-action[data-selected=true],
|
|
1149
1256
|
.as-preset-dialog-close[aria-pressed=true],
|
|
1150
1257
|
.as-preset-dialog-close[aria-selected=true],
|
|
1151
1258
|
.as-preset-dialog-close[data-on=true],
|
|
@@ -1173,14 +1280,22 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1173
1280
|
.as-row-actions-btn[aria-pressed=true],
|
|
1174
1281
|
.as-row-actions-btn[aria-selected=true],
|
|
1175
1282
|
.as-row-actions-btn[data-on=true],
|
|
1176
|
-
.as-row-actions-btn[data-selected=true]
|
|
1283
|
+
.as-row-actions-btn[data-selected=true],
|
|
1284
|
+
.as-wf-finish-option[aria-pressed=true],
|
|
1285
|
+
.as-wf-finish-option[aria-selected=true],
|
|
1286
|
+
.as-wf-finish-option[data-on=true],
|
|
1287
|
+
.as-wf-finish-option[data-selected=true]{--current-text:var(--scope-color-500);--current-icon:var(--scope-color-500);--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));--un-icon-opacity:1;}
|
|
1288
|
+
.dark .as-multi-select-footer-action,
|
|
1177
1289
|
.dark .as-preset-dialog-close,
|
|
1178
1290
|
.dark .as-preset-dialog-row-default,
|
|
1179
1291
|
.dark .as-preset-dialog-row-delete,
|
|
1180
1292
|
.dark .as-preset-dialog-row-fav,
|
|
1181
1293
|
.dark .as-preset-dialog-row-public-toggle,
|
|
1182
1294
|
.dark .as-preset-picker-trigger,
|
|
1183
|
-
.dark .as-row-actions-btn
|
|
1295
|
+
.dark .as-row-actions-btn,
|
|
1296
|
+
.dark .as-wf-finish-option{--current-text:255 255 255;--current-icon:255 255 255;}
|
|
1297
|
+
.dark .as-orderable-list-checkbox,
|
|
1298
|
+
.dark .as-table-checkbox{--current-bg:var(--scope-dark-0);--current-text:var(--scope-light-0);--current-icon:var(--scope-light-0);--current-text-muted:var(--scope-light-2);--current-icon-muted:var(--scope-light-2);--current-bg-hover:var(--scope-dark-1);--current-border-hover:var(--scope-dark-3);--current-text-hover:var(--scope-light-0);--un-border-opacity:1;border-color:rgb(var(--scope-dark-3, #28292a) / var(--un-border-opacity));}
|
|
1184
1299
|
.as-row-actions-btn-labelled:not(disabled)[data-active].as-row-actions-btn{--current-bg:var(--scope-light-2) !important;--un-bg-opacity:1 !important;background-color:rgb(var(--current-bg) / var(--un-bg-opacity)) !important;}
|
|
1185
1300
|
.as-row-actions-btn-labelled:not(disabled)[data-highlighted].as-row-actions-btn{--current-bg:var(--scope-light-1) !important;--un-bg-opacity:1 !important;background-color:rgb(var(--current-bg) / var(--un-bg-opacity)) !important;}
|
|
1186
1301
|
.as-row-actions-btn-labelled[aria-pressed=true].as-row-actions-btn,
|
|
@@ -1234,6 +1349,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1234
1349
|
.as-filter-value-help-filters-toggle:hover{--current-bg:var(--scope-light-2);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-3);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
1235
1350
|
.as-filter-value-help-filters-toggle.dark:hover{--current-bg:var(--scope-dark-2);--current-text:var(--scope-light-0);--current-icon:var(--scope-light-0);--current-text-muted:var(--scope-light-2);--current-icon-muted:var(--scope-light-2);--current-bg-hover:var(--scope-dark-3);--current-border-hover:var(--scope-dark-3);--current-text-hover:var(--scope-light-0);}
|
|
1236
1351
|
.dark .as-filter-value-help-filters-toggle:hover{--current-bg:var(--scope-dark-2);--current-text:var(--scope-light-0);--current-icon:var(--scope-light-0);--current-text-muted:var(--scope-light-2);--current-icon-muted:var(--scope-light-2);--current-bg-hover:var(--scope-dark-3);--current-border-hover:var(--scope-dark-3);--current-text-hover:var(--scope-light-0);}
|
|
1352
|
+
.as-multi-select-chip:not(disabled):hover{--current-bg:var(--scope-light-1);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1353
|
+
.dark .as-multi-select-chip:not(disabled):hover{--current-bg:var(--scope-dark-1);}
|
|
1237
1354
|
.as-object-empty-add:not(disabled):hover{--current-bg:var(--scope-light-1);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1238
1355
|
.dark .as-object-empty-add:not(disabled):hover{--current-bg:var(--scope-dark-1);}
|
|
1239
1356
|
.as-orderable-list-item:hover{--current-bg:var(--scope-light-1);--current-text:var(--scope-dark-0);--current-icon:var(--scope-dark-0);--current-text-muted:var(--scope-dark-2);--current-icon-muted:var(--scope-dark-2);--current-bg-hover:var(--scope-light-2);--current-border-hover:var(--scope-light-3);--current-text-hover:var(--scope-dark-0);--current-border:120 136 158;--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
@@ -1289,6 +1406,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1289
1406
|
.dark .as-table-actions-more:not(disabled):hover{--current-bg:var(--scope-dark-1);}
|
|
1290
1407
|
.as-vh-empty-clear:not(disabled):hover{--current-bg:var(--scope-light-1);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1291
1408
|
.dark .as-vh-empty-clear:not(disabled):hover{--current-bg:var(--scope-dark-1);}
|
|
1409
|
+
.as-wf-finish-primary:not(disabled):hover{--current-bg:var(--scope-color-600);}
|
|
1410
|
+
.dark .as-wf-finish-primary:not(disabled):hover{--current-bg:var(--scope-color-400);}
|
|
1411
|
+
.as-wf-finish-skip:not(disabled):hover{--current-bg:var(--scope-color-600);}
|
|
1412
|
+
.dark .as-wf-finish-skip:not(disabled):hover{--current-bg:var(--scope-color-400);}
|
|
1292
1413
|
.as-action-field:not(disabled):focus-visible>button{--current-bg:var(--scope-color-600);}
|
|
1293
1414
|
.dark .as-action-field:not(disabled):focus-visible>button{--current-bg:var(--scope-color-400);}
|
|
1294
1415
|
.as-action-form-cancel:not(disabled):focus-visible{--current-bg:var(--scope-light-1);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
@@ -1303,6 +1424,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1303
1424
|
.dark .as-filter-btn:not(disabled):focus-visible{--current-bg:var(--scope-dark-1);}
|
|
1304
1425
|
.as-filter-btn-apply:not(disabled):focus-visible{--current-bg:var(--scope-color-600);}
|
|
1305
1426
|
.dark .as-filter-btn-apply:not(disabled):focus-visible{--current-bg:var(--scope-color-400);}
|
|
1427
|
+
.as-multi-select-chip:not(disabled):focus-visible{--current-bg:var(--scope-light-1);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1428
|
+
.dark .as-multi-select-chip:not(disabled):focus-visible{--current-bg:var(--scope-dark-1);}
|
|
1306
1429
|
.as-object-empty-add:not(disabled):focus-visible{--current-bg:var(--scope-light-1);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1307
1430
|
.dark .as-object-empty-add:not(disabled):focus-visible{--current-bg:var(--scope-dark-1);}
|
|
1308
1431
|
.as-orderable-list-toolbar-btn:not(disabled):focus-visible{--current-bg:var(--scope-light-1);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
@@ -1325,6 +1448,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1325
1448
|
.dark .as-table-actions-more:not(disabled):focus-visible{--current-bg:var(--scope-dark-1);}
|
|
1326
1449
|
.as-vh-empty-clear:not(disabled):focus-visible{--current-bg:var(--scope-light-1);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1327
1450
|
.dark .as-vh-empty-clear:not(disabled):focus-visible{--current-bg:var(--scope-dark-1);}
|
|
1451
|
+
.as-wf-finish-primary:not(disabled):focus-visible{--current-bg:var(--scope-color-600);}
|
|
1452
|
+
.dark .as-wf-finish-primary:not(disabled):focus-visible{--current-bg:var(--scope-color-400);}
|
|
1453
|
+
.as-wf-finish-skip:not(disabled):focus-visible{--current-bg:var(--scope-color-600);}
|
|
1454
|
+
.dark .as-wf-finish-skip:not(disabled):focus-visible{--current-bg:var(--scope-color-400);}
|
|
1328
1455
|
.as-action-field:not(disabled):active>button{--current-bg:var(--scope-color-700);}
|
|
1329
1456
|
.dark .as-action-field:not(disabled):active>button{--current-bg:var(--scope-color-300);}
|
|
1330
1457
|
.as-action-form-cancel:not(disabled):active{--current-bg:var(--scope-light-2);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
@@ -1339,6 +1466,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1339
1466
|
.dark .as-filter-btn:not(disabled):active{--current-bg:var(--scope-dark-2);}
|
|
1340
1467
|
.as-filter-btn-apply:not(disabled):active{--current-bg:var(--scope-color-700);}
|
|
1341
1468
|
.dark .as-filter-btn-apply:not(disabled):active{--current-bg:var(--scope-color-300);}
|
|
1469
|
+
.as-multi-select-chip:not(disabled):active{--current-bg:var(--scope-light-2);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1470
|
+
.dark .as-multi-select-chip:not(disabled):active{--current-bg:var(--scope-dark-2);}
|
|
1342
1471
|
.as-object-empty-add:not(disabled):active{--current-bg:var(--scope-light-2);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1343
1472
|
.dark .as-object-empty-add:not(disabled):active{--current-bg:var(--scope-dark-2);}
|
|
1344
1473
|
.as-orderable-list-toolbar-btn:not(disabled):active{--current-bg:var(--scope-light-2);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
@@ -1361,6 +1490,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1361
1490
|
.dark .as-table-actions-more:not(disabled):active{--current-bg:var(--scope-dark-2);}
|
|
1362
1491
|
.as-vh-empty-clear:not(disabled):active{--current-bg:var(--scope-light-2);--un-bg-opacity:1;background-color:rgb(var(--current-bg) / var(--un-bg-opacity));}
|
|
1363
1492
|
.dark .as-vh-empty-clear:not(disabled):active{--current-bg:var(--scope-dark-2);}
|
|
1493
|
+
.as-wf-finish-primary:not(disabled):active{--current-bg:var(--scope-color-700);}
|
|
1494
|
+
.dark .as-wf-finish-primary:not(disabled):active{--current-bg:var(--scope-color-300);}
|
|
1495
|
+
.as-wf-finish-skip:not(disabled):active{--current-bg:var(--scope-color-700);}
|
|
1496
|
+
.dark .as-wf-finish-skip:not(disabled):active{--current-bg:var(--scope-color-300);}
|
|
1364
1497
|
.as-cell-json-trigger-count{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1365
1498
|
.as-column-menu-item-active .as-column-menu-item-icon,
|
|
1366
1499
|
.as-column-menu-item-danger .as-column-menu-item-icon,
|
|
@@ -1388,6 +1521,11 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1388
1521
|
.as-preset-picker-trigger:not(disabled)[data-selected=true][data-state=open]{--un-bg-opacity:0.2;background-color:rgb(var(--current-bg) / 0.2);}
|
|
1389
1522
|
.as-form-error-dismiss:not(disabled)[data-active],
|
|
1390
1523
|
.as-preset-picker-trigger:not(disabled)[data-active][data-state=open]{--un-bg-opacity:0.3;background-color:rgb(var(--current-bg) / 0.3);}
|
|
1524
|
+
.as-multi-select-footer-action:not(disabled)[aria-pressed=true],
|
|
1525
|
+
.as-multi-select-footer-action:not(disabled)[aria-selected=true],
|
|
1526
|
+
.as-multi-select-footer-action:not(disabled)[data-highlighted],
|
|
1527
|
+
.as-multi-select-footer-action:not(disabled)[data-on=true],
|
|
1528
|
+
.as-multi-select-footer-action:not(disabled)[data-selected=true],
|
|
1391
1529
|
.as-preset-dialog-close:not(disabled)[aria-pressed=true],
|
|
1392
1530
|
.as-preset-dialog-close:not(disabled)[aria-selected=true],
|
|
1393
1531
|
.as-preset-dialog-close:not(disabled)[data-highlighted],
|
|
@@ -1422,14 +1560,21 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1422
1560
|
.as-row-actions-btn:not(disabled)[aria-selected=true],
|
|
1423
1561
|
.as-row-actions-btn:not(disabled)[data-highlighted],
|
|
1424
1562
|
.as-row-actions-btn:not(disabled)[data-on=true],
|
|
1425
|
-
.as-row-actions-btn:not(disabled)[data-selected=true]
|
|
1563
|
+
.as-row-actions-btn:not(disabled)[data-selected=true],
|
|
1564
|
+
.as-wf-finish-option:not(disabled)[aria-pressed=true],
|
|
1565
|
+
.as-wf-finish-option:not(disabled)[aria-selected=true],
|
|
1566
|
+
.as-wf-finish-option:not(disabled)[data-highlighted],
|
|
1567
|
+
.as-wf-finish-option:not(disabled)[data-on=true],
|
|
1568
|
+
.as-wf-finish-option:not(disabled)[data-selected=true]{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1569
|
+
.as-multi-select-footer-action:not(disabled)[data-active],
|
|
1426
1570
|
.as-preset-dialog-close:not(disabled)[data-active],
|
|
1427
1571
|
.as-preset-dialog-row-default:not(disabled)[data-active],
|
|
1428
1572
|
.as-preset-dialog-row-delete:not(disabled)[data-active],
|
|
1429
1573
|
.as-preset-dialog-row-fav:not(disabled)[data-active],
|
|
1430
1574
|
.as-preset-dialog-row-public-toggle:not(disabled)[data-active],
|
|
1431
1575
|
.as-preset-picker-trigger:not(disabled)[data-active],
|
|
1432
|
-
.as-row-actions-btn:not(disabled)[data-active]
|
|
1576
|
+
.as-row-actions-btn:not(disabled)[data-active],
|
|
1577
|
+
.as-wf-finish-option:not(disabled)[data-active]{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1433
1578
|
.as-row-actions-intent-negative.as-row-actions-menu-item:hover .as-row-actions-menu-item-icon,
|
|
1434
1579
|
.as-row-actions-intent-negative.as-row-actions-menu-item:is([data-highlighted='']) .as-row-actions-menu-item-icon,
|
|
1435
1580
|
.as-row-actions-intent-positive.as-row-actions-menu-item:hover .as-row-actions-menu-item-icon,
|
|
@@ -1471,6 +1616,10 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1471
1616
|
.as-filter-value-help-search:hover{--un-border-opacity:1;border-color:rgb(var(--current-border-hover) / var(--un-border-opacity));}
|
|
1472
1617
|
.as-form-error-dismiss:not(disabled):hover{--un-bg-opacity:0.2;background-color:rgb(var(--current-bg) / 0.2);}
|
|
1473
1618
|
.as-input-shell:hover{--un-border-opacity:1;border-color:rgb(var(--current-border-hover) / var(--un-border-opacity));--un-border-opacity:0.3;border-color:rgb(var(--current-border) / 0.3);}
|
|
1619
|
+
.as-multi-select-anchor:hover{--un-border-opacity:1;border-color:rgb(var(--current-border-hover) / var(--un-border-opacity));}
|
|
1620
|
+
.as-multi-select-chip-remove:not(:disabled):hover{--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--scope-color:225 72 72;--scope-color-50:251 243 243;--scope-color-100:242 214 212;--scope-color-200:236 184 180;--scope-color-300:232 152 149;--scope-color-400:229 116 115;--scope-color-500:225 72 72;--scope-color-600:202 39 39;--scope-color-700:161 37 37;--scope-color-800:122 35 35;--scope-color-900:85 30 30;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:249 248 248;--scope-dark-1:36 30 30;--scope-light-2:244 240 240;--scope-dark-2:44 33 33;--scope-light-3:237 234 234;--scope-dark-3:47 39 39;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:225 72 72;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:249 248 248;--current-border-hover:237 234 234;}
|
|
1621
|
+
.as-multi-select-clear:hover{--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--scope-color:225 72 72;--scope-color-50:251 243 243;--scope-color-100:242 214 212;--scope-color-200:236 184 180;--scope-color-300:232 152 149;--scope-color-400:229 116 115;--scope-color-500:225 72 72;--scope-color-600:202 39 39;--scope-color-700:161 37 37;--scope-color-800:122 35 35;--scope-color-900:85 30 30;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:249 248 248;--scope-dark-1:36 30 30;--scope-light-2:244 240 240;--scope-dark-2:44 33 33;--scope-light-3:237 234 234;--scope-dark-3:47 39 39;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:225 72 72;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:249 248 248;--current-border-hover:237 234 234;}
|
|
1622
|
+
.as-multi-select-footer-action:not(disabled):hover{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1474
1623
|
.as-no-data:hover{--un-border-opacity:1;border-color:rgb(var(--current-hl) / var(--un-border-opacity));--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);}
|
|
1475
1624
|
.as-no-data-textarea:hover{--un-border-opacity:1;border-color:rgb(var(--current-hl) / var(--un-border-opacity));--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);}
|
|
1476
1625
|
.as-number:hover{--un-border-opacity:1;border-color:rgb(var(--current-border-hover) / var(--un-border-opacity));--un-border-opacity:0.3;border-color:rgb(var(--current-border) / 0.3);}
|
|
@@ -1500,7 +1649,9 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1500
1649
|
.as-th-btn:hover{--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
1501
1650
|
.as-th-resize-handle:hover{--un-bg-opacity:0.4;background-color:rgb(var(--current-hl) / 0.4);}
|
|
1502
1651
|
.as-variant-trigger:not(:disabled):hover{--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
1652
|
+
.as-wf-finish-option:not(disabled):hover{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1503
1653
|
.as-form-error-dismiss:not(disabled):focus-visible{--un-bg-opacity:0.2;background-color:rgb(var(--current-bg) / 0.2);}
|
|
1654
|
+
.as-multi-select-footer-action:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1504
1655
|
.as-preset-dialog-close:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1505
1656
|
.as-preset-dialog-row-default:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1506
1657
|
.as-preset-dialog-row-delete:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
@@ -1509,7 +1660,9 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1509
1660
|
.as-preset-picker-trigger:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1510
1661
|
.as-preset-picker-trigger:not(disabled):focus-visible[data-state=open]{--un-bg-opacity:0.2;background-color:rgb(var(--current-bg) / 0.2);}
|
|
1511
1662
|
.as-row-actions-btn:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1663
|
+
.as-wf-finish-option:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1512
1664
|
.as-form-error-dismiss:not(disabled):active{--un-bg-opacity:0.3;background-color:rgb(var(--current-bg) / 0.3);}
|
|
1665
|
+
.as-multi-select-footer-action:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1513
1666
|
.as-preset-dialog-close:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1514
1667
|
.as-preset-dialog-row-default:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1515
1668
|
.as-preset-dialog-row-delete:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
@@ -1519,6 +1672,7 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1519
1672
|
.as-preset-picker-trigger:not(disabled):active[data-state=open]{--un-bg-opacity:0.3;background-color:rgb(var(--current-bg) / 0.3);}
|
|
1520
1673
|
.as-row-actions-btn:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1521
1674
|
.as-th-resize-handle:active{--un-bg-opacity:1;background-color:rgb(var(--current-hl) / var(--un-bg-opacity));}
|
|
1675
|
+
.as-wf-finish-option:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1522
1676
|
.as-decimal::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1523
1677
|
.as-default-field :is(input:not([type=checkbox]):not([type=radio]),select,textarea)::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1524
1678
|
.as-filter-condition-select::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
@@ -1526,6 +1680,7 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1526
1680
|
.as-filter-input::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1527
1681
|
.as-filter-value-help-search::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1528
1682
|
.as-input-shell::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1683
|
+
.as-multi-select-anchor::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1529
1684
|
.as-number::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1530
1685
|
.as-orderable-list-search::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1531
1686
|
.as-preset-dialog-row-rename::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
@@ -1541,13 +1696,17 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1541
1696
|
.as-confirm-dialog-confirm-neutral.as-confirm-dialog-confirm{--scope-color:117 135 162 !important;--scope-color-50:245 245 245 !important;--scope-color-100:220 222 224 !important;--scope-color-200:195 200 206 !important;--scope-color-300:169 178 189 !important;--scope-color-400:144 157 175 !important;--scope-color-500:117 135 162 !important;--scope-color-600:98 113 135 !important;--scope-color-700:82 91 104 !important;--scope-color-800:67 71 76 !important;--scope-color-900:51 51 51 !important;--scope-light-0:255 255 255 !important;--scope-dark-0:27 27 27 !important;--scope-light-1:248 248 249 !important;--scope-dark-1:31 31 32 !important;--scope-light-2:241 241 242 !important;--scope-dark-2:36 36 38 !important;--scope-light-3:235 235 236 !important;--scope-dark-3:40 41 42 !important;--scope-light-4:228 228 228 !important;--scope-dark-4:46 46 46 !important;--current-hl:117 135 162 !important;--current-text-muted:120 136 158 !important;--current-icon-muted:120 136 158 !important;--current-text-hover:27 27 27 !important;--current-bg-hover:248 248 249 !important;--current-border-hover:235 235 236 !important;}
|
|
1542
1697
|
.as-confirm-dialog-confirm-primary,
|
|
1543
1698
|
.as-row-actions-intent-primary,
|
|
1544
|
-
.as-table-actions-intent-primary
|
|
1699
|
+
.as-table-actions-intent-primary,
|
|
1700
|
+
.as-wf-finish-message[data-level="info"]{--scope-color:37 99 235;--scope-color-50:241 246 252;--scope-color-100:208 223 246;--scope-color-200:175 200 242;--scope-color-300:144 178 239;--scope-color-400:110 154 237;--scope-color-500:76 129 236;--scope-color-600:37 99 235;--scope-color-700:24 77 199;--scope-color-800:25 62 150;--scope-color-900:23 46 103;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:247 248 249;--scope-dark-1:29 31 35;--scope-light-2:240 242 244;--scope-dark-2:32 36 45;--scope-light-3:234 235 238;--scope-dark-3:38 41 47;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 129 236;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:247 248 249;--current-border-hover:234 235 238;}
|
|
1545
1701
|
.as-confirm-dialog-confirm-secondary,
|
|
1546
1702
|
.as-row-actions-intent-secondary,
|
|
1547
1703
|
.as-table-actions-intent-secondary{--scope-color:149 136 11;--scope-color-50:248 247 226;--scope-color-100:233 226 139;--scope-color-200:217 204 34;--scope-color-300:195 181 24;--scope-color-400:172 158 17;--scope-color-500:149 136 11;--scope-color-600:128 112 13;--scope-color-700:107 89 15;--scope-color-800:85 69 16;--scope-color-900:63 49 15;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:248 248 246;--scope-dark-1:32 32 26;--scope-light-2:243 242 238;--scope-dark-2:37 36 27;--scope-light-3:235 235 231;--scope-dark-3:42 41 34;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:149 136 11;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:248 248 246;--current-border-hover:235 235 231;}
|
|
1548
1704
|
.as-confirm-dialog-confirm-warn.as-confirm-dialog-confirm,
|
|
1549
1705
|
.as-row-actions-intent-warning.as-row-actions-btn,
|
|
1550
1706
|
.as-table-actions-intent-warning.as-table-actions-btn{--scope-color:191 113 14 !important;--scope-color-50:250 245 233 !important;--scope-color-100:241 220 179 !important;--scope-color-200:235 192 119 !important;--scope-color-300:231 161 54 !important;--scope-color-400:216 134 20 !important;--scope-color-500:191 113 14 !important;--scope-color-600:161 94 16 !important;--scope-color-700:131 76 17 !important;--scope-color-800:101 59 18 !important;--scope-color-900:73 43 17 !important;--scope-light-0:255 255 255 !important;--scope-dark-0:27 27 27 !important;--scope-light-1:249 248 247 !important;--scope-dark-1:34 31 28 !important;--scope-light-2:244 241 239 !important;--scope-dark-2:40 35 28 !important;--scope-light-3:237 235 232 !important;--scope-dark-3:44 40 35 !important;--scope-light-4:228 228 228 !important;--scope-dark-4:46 46 46 !important;--current-hl:191 113 14 !important;--current-text-muted:120 136 158 !important;--current-icon-muted:120 136 158 !important;--current-text-hover:27 27 27 !important;--current-bg-hover:249 248 247 !important;--current-border-hover:237 235 232 !important;}
|
|
1707
|
+
.as-wf-finish-message[data-level="error"]{--scope-color:225 72 72;--scope-color-50:251 243 243;--scope-color-100:242 214 212;--scope-color-200:236 184 180;--scope-color-300:232 152 149;--scope-color-400:229 116 115;--scope-color-500:225 72 72;--scope-color-600:202 39 39;--scope-color-700:161 37 37;--scope-color-800:122 35 35;--scope-color-900:85 30 30;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:249 248 248;--scope-dark-1:36 30 30;--scope-light-2:244 240 240;--scope-dark-2:44 33 33;--scope-light-3:237 234 234;--scope-dark-3:47 39 39;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:225 72 72;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:249 248 248;--current-border-hover:237 234 234;}
|
|
1708
|
+
.as-wf-finish-message[data-level="success"]{--scope-color:76 156 59;--scope-color-50:243 246 241;--scope-color-100:214 227 207;--scope-color-200:180 210 166;--scope-color-300:141 194 121;--scope-color-400:97 178 73;--scope-color-500:76 156 59;--scope-color-600:67 129 54;--scope-color-700:59 104 50;--scope-color-800:49 79 44;--scope-color-900:40 56 37;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:248 249 248;--scope-dark-1:29 32 29;--scope-light-2:240 242 240;--scope-dark-2:33 38 32;--scope-light-3:234 236 234;--scope-dark-3:39 42 38;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:76 156 59;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:248 249 248;--current-border-hover:234 236 234;}
|
|
1709
|
+
.as-wf-finish-message[data-level="warn"]{--scope-color:191 113 14;--scope-color-50:250 245 233;--scope-color-100:241 220 179;--scope-color-200:235 192 119;--scope-color-300:231 161 54;--scope-color-400:216 134 20;--scope-color-500:191 113 14;--scope-color-600:161 94 16;--scope-color-700:131 76 17;--scope-color-800:101 59 18;--scope-color-900:73 43 17;--scope-light-0:255 255 255;--scope-dark-0:27 27 27;--scope-light-1:249 248 247;--scope-dark-1:34 31 28;--scope-light-2:244 241 239;--scope-dark-2:40 35 28;--scope-light-3:237 235 232;--scope-dark-3:44 40 35;--scope-light-4:228 228 228;--scope-dark-4:46 46 46;--current-hl:191 113 14;--current-text-muted:120 136 158;--current-icon-muted:120 136 158;--current-text-hover:27 27 27;--current-bg-hover:249 248 247;--current-border-hover:237 235 232;}
|
|
1551
1710
|
@media (min-width: 640px){
|
|
1552
1711
|
.as-action-form-content{inset:auto;top:50%;left:50%;height:auto !important;width:min(560px,92vw);max-height:90vh;--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-translate-y:-50%;border-width:1px;border-radius:8px;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
|
|
1553
1712
|
.as-config-dialog-content{inset:auto;top:50%;left:50%;width:640px;max-width:92vw;height:clamp(500px,70vh,600px);--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-translate-y:-50%;border-width:1px;border-radius:8px;--un-shadow:0 0 10px rgba(0,0,0,0.1),0 4px 20px rgba(0,0,0,0.15);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
|