@atscript/ui-styles 0.1.63 → 0.1.64
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/table.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),
|
|
@@ -177,6 +180,7 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
177
180
|
.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
181
|
.as-form-overlay,
|
|
179
182
|
.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));}
|
|
183
|
+
.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
184
|
.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
185
|
.as-orderable-list-grip-disabled{pointer-events:none;cursor:default;opacity:0.4;}
|
|
182
186
|
.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 +200,7 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
196
200
|
.as-confirm-dialog-confirm>.loading-indicator-wrapper,
|
|
197
201
|
.as-filter-btn-apply>.loading-indicator-wrapper,
|
|
198
202
|
.as-filter-btn>.loading-indicator-wrapper,
|
|
203
|
+
.as-multi-select-footer-action>.loading-indicator-wrapper,
|
|
199
204
|
.as-orderable-list-toolbar-btn>.loading-indicator-wrapper,
|
|
200
205
|
.as-preset-dialog-close>.loading-indicator-wrapper,
|
|
201
206
|
.as-preset-dialog-footer-close>.loading-indicator-wrapper,
|
|
@@ -235,6 +240,8 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
235
240
|
.as-filter-value-help-search-wrap,
|
|
236
241
|
.as-orderable-list-search-wrap{position:relative;min-width:0;display:flex;flex:1 1 0%;align-items:stretch;}
|
|
237
242
|
.as-form{position:relative;display:flex;flex-direction:column;gap:1em;}
|
|
243
|
+
.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);}
|
|
244
|
+
.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
245
|
.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
246
|
.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
247
|
.as-preset-dialog-aspect-chip,
|
|
@@ -265,6 +272,7 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
265
272
|
.as-column-menu-content,
|
|
266
273
|
.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
274
|
.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;}
|
|
275
|
+
.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
276
|
.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
277
|
.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
278
|
.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;}
|
|
@@ -334,6 +342,7 @@ __vunor_palette_options {background-image: url("data:image/gif;base64,eyJjb2xvcn
|
|
|
334
342
|
.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);}
|
|
335
343
|
.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));}
|
|
336
344
|
.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));}
|
|
345
|
+
.as-multi-select-root,
|
|
337
346
|
.as-ref-root{display:block;width:100%;}
|
|
338
347
|
.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));}
|
|
339
348
|
.as-config-tab-icon{display:inline-block;width:1em;height:1em;flex-shrink:0;font-size:1.25em;}
|
|
@@ -358,6 +367,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
358
367
|
.as-confirm-dialog-confirm.btn-square,
|
|
359
368
|
.as-filter-btn-apply.btn-square,
|
|
360
369
|
.as-filter-btn.btn-square,
|
|
370
|
+
.as-multi-select-footer-action.btn-square,
|
|
361
371
|
.as-orderable-list-toolbar-btn.btn-square,
|
|
362
372
|
.as-preset-dialog-close.btn-square,
|
|
363
373
|
.as-preset-dialog-footer-close.btn-square,
|
|
@@ -429,6 +439,12 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
429
439
|
.as-form-error-message,
|
|
430
440
|
.as-preset-picker-action-label{min-width:0;flex:1 1 0%;}
|
|
431
441
|
.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;}
|
|
442
|
+
.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;}
|
|
443
|
+
.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);}
|
|
444
|
+
.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);}
|
|
445
|
+
.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));}
|
|
446
|
+
.as-multi-select-viewport,
|
|
447
|
+
.as-ref-viewport{max-height:15em;overflow-y:auto;padding-top:0.382em;padding-bottom:0.382em;}
|
|
432
448
|
.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);}
|
|
433
449
|
.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;}
|
|
434
450
|
.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);}
|
|
@@ -446,7 +462,6 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
446
462
|
.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);}
|
|
447
463
|
.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);}
|
|
448
464
|
.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);}
|
|
449
|
-
.as-ref-viewport{max-height:15em;overflow-y:auto;padding-top:0.382em;padding-bottom:0.382em;}
|
|
450
465
|
.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;}
|
|
451
466
|
.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);}
|
|
452
467
|
.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;}
|
|
@@ -479,6 +494,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
479
494
|
.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));}
|
|
480
495
|
.as-filter-value-help-toolbar,
|
|
481
496
|
.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));}
|
|
497
|
+
.as-multi-select-empty,
|
|
498
|
+
.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);}
|
|
499
|
+
.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;}
|
|
500
|
+
.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));}
|
|
482
501
|
.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));}
|
|
483
502
|
.as-orderable-list-items{display:flex;flex:1 1 0%;flex-direction:column;overflow-y:auto;}
|
|
484
503
|
.as-orderable-list-toolbar-actions{display:flex;flex-shrink:0;gap:0.382em;}
|
|
@@ -496,7 +515,6 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
496
515
|
.as-preset-picker-section{display:flex;flex-direction:column;}
|
|
497
516
|
.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));}
|
|
498
517
|
.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;}
|
|
499
|
-
.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);}
|
|
500
518
|
.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);}
|
|
501
519
|
.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;}
|
|
502
520
|
.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));}
|
|
@@ -523,6 +541,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
523
541
|
.as-field-input-row>input,
|
|
524
542
|
.as-field-input-row>select,
|
|
525
543
|
.as-field-input-row>textarea,
|
|
544
|
+
.as-multi-select-item-label,
|
|
526
545
|
.as-ref-anchor>input{flex:1 1 0%;}
|
|
527
546
|
.as-orderable-list-item-label{flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
|
528
547
|
.as-ref-item-label{flex:1 1 0%;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
@@ -559,6 +578,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
559
578
|
.as-filter-value-help-search[data-disabled],
|
|
560
579
|
.as-input-shell[aria-disabled=true],
|
|
561
580
|
.as-input-shell[data-disabled],
|
|
581
|
+
.as-multi-select-anchor[aria-disabled=true],
|
|
582
|
+
.as-multi-select-anchor[data-disabled],
|
|
583
|
+
.as-multi-select-footer-action[aria-disabled=true],
|
|
584
|
+
.as-multi-select-footer-action[data-disabled],
|
|
562
585
|
.as-number[aria-disabled=true],
|
|
563
586
|
.as-number[data-disabled],
|
|
564
587
|
.as-optional-clear[aria-disabled=true],
|
|
@@ -597,6 +620,9 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
597
620
|
.as-filter-input:disabled{cursor:not-allowed;opacity:0.4;}
|
|
598
621
|
.as-filter-value-help-search:disabled{cursor:not-allowed;opacity:0.4;}
|
|
599
622
|
.as-input-shell:disabled{cursor:not-allowed;opacity:0.4;}
|
|
623
|
+
.as-multi-select-anchor:disabled{cursor:not-allowed;opacity:0.4;}
|
|
624
|
+
.as-multi-select-chip-remove:disabled{cursor:not-allowed;opacity:0.4;}
|
|
625
|
+
.as-multi-select-footer-action:disabled{cursor:not-allowed;opacity:0.8;opacity:0.4;}
|
|
600
626
|
.as-number:disabled{cursor:not-allowed;opacity:0.4;}
|
|
601
627
|
.as-number-input:disabled{cursor:not-allowed !important;--un-text-opacity:0.4 !important;color:rgb(var(--current-text) / 0.4) !important;}
|
|
602
628
|
.as-optional-clear:disabled{cursor:not-allowed;opacity:0.4;}
|
|
@@ -646,6 +672,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
646
672
|
.as-confirm-dialog-confirm.btn-round,
|
|
647
673
|
.as-filter-btn-apply.btn-round,
|
|
648
674
|
.as-filter-btn.btn-round,
|
|
675
|
+
.as-multi-select-footer-action.btn-round,
|
|
649
676
|
.as-orderable-list-toolbar-btn.btn-round,
|
|
650
677
|
.as-preset-dialog-close.btn-round,
|
|
651
678
|
.as-preset-dialog-footer-close.btn-round,
|
|
@@ -674,6 +701,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
674
701
|
.as-confirm-dialog-confirm.btn-round.btn-square,
|
|
675
702
|
.as-filter-btn-apply.btn-round.btn-square,
|
|
676
703
|
.as-filter-btn.btn-round.btn-square,
|
|
704
|
+
.as-multi-select-footer-action.btn-round.btn-square,
|
|
677
705
|
.as-orderable-list-toolbar-btn.btn-round.btn-square,
|
|
678
706
|
.as-preset-dialog-close.btn-round.btn-square,
|
|
679
707
|
.as-preset-dialog-footer-close.btn-round.btn-square,
|
|
@@ -725,9 +753,11 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
725
753
|
.as-filter-dialog-chips-count,
|
|
726
754
|
.as-filter-dialog-title-value{font-weight:600;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
|
727
755
|
.as-filter-dialog-title-label{font-weight:500;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
728
|
-
.as-filter-field:focus-within .as-filter-field-label
|
|
756
|
+
.as-filter-field:focus-within .as-filter-field-label,
|
|
757
|
+
.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));}
|
|
729
758
|
.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;}
|
|
730
759
|
.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;}
|
|
760
|
+
.as-multi-select-chip-label{line-height:1;}
|
|
731
761
|
.as-preset-dialog-row-owner-self{font-style:italic;}
|
|
732
762
|
.as-filter-field-dropdown-footer :not(.as-kbd) button:hover{text-decoration-line:underline;}
|
|
733
763
|
.as-preset-dialog-row[data-deleted] .as-preset-dialog-row-label-text{text-decoration-line:line-through;}
|
|
@@ -745,6 +775,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
745
775
|
.as-confirm-dialog-cancel.dark,
|
|
746
776
|
.as-filter-btn.dark,
|
|
747
777
|
.as-filter-field-dropdown.dark,
|
|
778
|
+
.as-multi-select-chip.dark,
|
|
748
779
|
.as-object-empty-add.dark,
|
|
749
780
|
.as-orderable-list-toolbar-btn.dark,
|
|
750
781
|
.as-preset-dialog-footer-close.dark,
|
|
@@ -761,6 +792,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
761
792
|
.dark .as-confirm-dialog-cancel,
|
|
762
793
|
.dark .as-filter-btn,
|
|
763
794
|
.dark .as-filter-field-dropdown,
|
|
795
|
+
.dark .as-multi-select-chip,
|
|
764
796
|
.dark .as-object-empty-add,
|
|
765
797
|
.dark .as-orderable-list-toolbar-btn,
|
|
766
798
|
.dark .as-preset-dialog-footer-close,
|
|
@@ -774,8 +806,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
774
806
|
.as-collapsible-error-badge.dark,
|
|
775
807
|
.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);}
|
|
776
808
|
.as-dropdown-menu.dark,
|
|
809
|
+
.as-multi-select-content.dark,
|
|
777
810
|
.as-ref-content.dark,
|
|
778
811
|
.dark .as-dropdown-menu,
|
|
812
|
+
.dark .as-multi-select-content,
|
|
779
813
|
.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);}
|
|
780
814
|
.as-form-error.dark,
|
|
781
815
|
.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);}
|
|
@@ -788,6 +822,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
788
822
|
.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);}
|
|
789
823
|
.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);}
|
|
790
824
|
.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);}
|
|
825
|
+
.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);}
|
|
791
826
|
.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);}
|
|
792
827
|
.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);}
|
|
793
828
|
.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);}
|
|
@@ -796,6 +831,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
796
831
|
.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);}
|
|
797
832
|
.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);}
|
|
798
833
|
.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);}
|
|
834
|
+
.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);}
|
|
799
835
|
.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);}
|
|
800
836
|
.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);}
|
|
801
837
|
.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);}
|
|
@@ -803,6 +839,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
803
839
|
.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);}
|
|
804
840
|
.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);}
|
|
805
841
|
.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);}
|
|
842
|
+
.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));}
|
|
806
843
|
.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;}
|
|
807
844
|
.as-action-field:not(disabled)[data-active]>button,
|
|
808
845
|
.as-action-form-submit:not(disabled)[data-active],
|
|
@@ -839,6 +876,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
839
876
|
.as-action-form-cancel:not(disabled)[data-active],
|
|
840
877
|
.as-confirm-dialog-cancel:not(disabled)[data-active],
|
|
841
878
|
.as-filter-btn:not(disabled)[data-active],
|
|
879
|
+
.as-multi-select-chip:not(disabled)[data-active],
|
|
842
880
|
.as-object-empty-add:not(disabled)[data-active],
|
|
843
881
|
.as-orderable-list-toolbar-btn:not(disabled)[data-active],
|
|
844
882
|
.as-preset-dialog-footer-close:not(disabled)[data-active],
|
|
@@ -848,6 +886,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
848
886
|
.as-action-form-cancel:not(disabled)[data-highlighted],
|
|
849
887
|
.as-confirm-dialog-cancel:not(disabled)[data-highlighted],
|
|
850
888
|
.as-filter-btn:not(disabled)[data-highlighted],
|
|
889
|
+
.as-multi-select-chip:not(disabled)[data-highlighted],
|
|
851
890
|
.as-object-empty-add:not(disabled)[data-highlighted],
|
|
852
891
|
.as-orderable-list-toolbar-btn:not(disabled)[data-highlighted],
|
|
853
892
|
.as-preset-dialog-footer-close:not(disabled)[data-highlighted],
|
|
@@ -866,6 +905,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
866
905
|
.as-filter-btn[aria-selected=true],
|
|
867
906
|
.as-filter-btn[data-on=true],
|
|
868
907
|
.as-filter-btn[data-selected=true],
|
|
908
|
+
.as-multi-select-chip[aria-pressed=true],
|
|
909
|
+
.as-multi-select-chip[aria-selected=true],
|
|
910
|
+
.as-multi-select-chip[data-on=true],
|
|
911
|
+
.as-multi-select-chip[data-selected=true],
|
|
869
912
|
.as-object-empty-add[aria-pressed=true],
|
|
870
913
|
.as-object-empty-add[aria-selected=true],
|
|
871
914
|
.as-object-empty-add[data-on=true],
|
|
@@ -893,6 +936,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
893
936
|
.dark .as-action-form-cancel:not(disabled)[data-active],
|
|
894
937
|
.dark .as-confirm-dialog-cancel:not(disabled)[data-active],
|
|
895
938
|
.dark .as-filter-btn:not(disabled)[data-active],
|
|
939
|
+
.dark .as-multi-select-chip:not(disabled)[data-active],
|
|
896
940
|
.dark .as-object-empty-add:not(disabled)[data-active],
|
|
897
941
|
.dark .as-orderable-list-toolbar-btn:not(disabled)[data-active],
|
|
898
942
|
.dark .as-preset-dialog-footer-close:not(disabled)[data-active],
|
|
@@ -902,6 +946,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
902
946
|
.dark .as-action-form-cancel:not(disabled)[data-highlighted],
|
|
903
947
|
.dark .as-confirm-dialog-cancel:not(disabled)[data-highlighted],
|
|
904
948
|
.dark .as-filter-btn:not(disabled)[data-highlighted],
|
|
949
|
+
.dark .as-multi-select-chip:not(disabled)[data-highlighted],
|
|
905
950
|
.dark .as-object-empty-add:not(disabled)[data-highlighted],
|
|
906
951
|
.dark .as-orderable-list-toolbar-btn:not(disabled)[data-highlighted],
|
|
907
952
|
.dark .as-preset-dialog-footer-close:not(disabled)[data-highlighted],
|
|
@@ -920,6 +965,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
920
965
|
.dark .as-filter-btn[aria-selected=true],
|
|
921
966
|
.dark .as-filter-btn[data-on=true],
|
|
922
967
|
.dark .as-filter-btn[data-selected=true],
|
|
968
|
+
.dark .as-multi-select-chip[aria-pressed=true],
|
|
969
|
+
.dark .as-multi-select-chip[aria-selected=true],
|
|
970
|
+
.dark .as-multi-select-chip[data-on=true],
|
|
971
|
+
.dark .as-multi-select-chip[data-selected=true],
|
|
923
972
|
.dark .as-object-empty-add[aria-pressed=true],
|
|
924
973
|
.dark .as-object-empty-add[aria-selected=true],
|
|
925
974
|
.dark .as-object-empty-add[data-on=true],
|
|
@@ -958,6 +1007,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
958
1007
|
.as-filter-value-help-filters-toggle.dark,
|
|
959
1008
|
.as-filter-value-help-search.dark,
|
|
960
1009
|
.as-input-shell.dark,
|
|
1010
|
+
.as-multi-select-anchor.dark,
|
|
961
1011
|
.as-number.dark,
|
|
962
1012
|
.as-object-empty.dark,
|
|
963
1013
|
.as-optional-clear.dark,
|
|
@@ -987,6 +1037,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
987
1037
|
.dark .as-filter-value-help-filters-toggle,
|
|
988
1038
|
.dark .as-filter-value-help-search,
|
|
989
1039
|
.dark .as-input-shell,
|
|
1040
|
+
.dark .as-multi-select-anchor,
|
|
990
1041
|
.dark .as-number,
|
|
991
1042
|
.dark .as-object-empty,
|
|
992
1043
|
.dark .as-optional-clear,
|
|
@@ -1067,12 +1118,14 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1067
1118
|
.dark .as-table thead,
|
|
1068
1119
|
.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);}
|
|
1069
1120
|
.as-column-menu-item.dark[data-highlighted],
|
|
1121
|
+
.as-multi-select-item.dark[data-highlighted],
|
|
1070
1122
|
.as-preset-picker-action.dark[data-highlighted],
|
|
1071
1123
|
.as-preset-picker-item.dark[data-highlighted],
|
|
1072
1124
|
.as-ref-item.dark[data-highlighted],
|
|
1073
1125
|
.as-row-actions-menu-item.dark[data-highlighted],
|
|
1074
1126
|
.as-table-actions-menu-item.dark[data-highlighted],
|
|
1075
1127
|
.dark .as-column-menu-item[data-highlighted],
|
|
1128
|
+
.dark .as-multi-select-item[data-highlighted],
|
|
1076
1129
|
.dark .as-preset-picker-action[data-highlighted],
|
|
1077
1130
|
.dark .as-preset-picker-item[data-highlighted],
|
|
1078
1131
|
.dark .as-ref-item[data-highlighted],
|
|
@@ -1095,6 +1148,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1095
1148
|
.as-filter-input[data-error=true],
|
|
1096
1149
|
.as-filter-value-help-search[data-error=true],
|
|
1097
1150
|
.as-input-shell[data-error=true],
|
|
1151
|
+
.as-multi-select-anchor[data-error=true],
|
|
1098
1152
|
.as-number[data-error=true],
|
|
1099
1153
|
.as-orderable-list-search[data-error=true],
|
|
1100
1154
|
.as-preset-dialog-row-rename[data-error=true],
|
|
@@ -1104,14 +1158,20 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1104
1158
|
.as-decimal-decimal.dark,
|
|
1105
1159
|
.as-decimal-integer.dark,
|
|
1106
1160
|
.as-input-shell.dark input,.as-input-shell.dark textarea,
|
|
1161
|
+
.as-multi-select-input.dark,
|
|
1107
1162
|
.as-number-input.dark,
|
|
1108
1163
|
.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;}
|
|
1109
1164
|
.dark .as-decimal-decimal,
|
|
1110
1165
|
.dark .as-decimal-integer,
|
|
1166
|
+
.dark .as-multi-select-input,
|
|
1111
1167
|
.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));}
|
|
1112
1168
|
.as-default-field :is(input:not([type=checkbox]):not([type=radio]),textarea):read-only,
|
|
1113
1169
|
.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));}
|
|
1114
1170
|
.dark .as-form-error-dismiss,
|
|
1171
|
+
.dark .as-multi-select-footer-action[aria-pressed=true],
|
|
1172
|
+
.dark .as-multi-select-footer-action[aria-selected=true],
|
|
1173
|
+
.dark .as-multi-select-footer-action[data-on=true],
|
|
1174
|
+
.dark .as-multi-select-footer-action[data-selected=true],
|
|
1115
1175
|
.dark .as-preset-dialog-close[aria-pressed=true],
|
|
1116
1176
|
.dark .as-preset-dialog-close[aria-selected=true],
|
|
1117
1177
|
.dark .as-preset-dialog-close[data-on=true],
|
|
@@ -1141,8 +1201,10 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1141
1201
|
.dark .as-row-actions-btn[aria-selected=true],
|
|
1142
1202
|
.dark .as-row-actions-btn[data-on=true],
|
|
1143
1203
|
.dark .as-row-actions-btn[data-selected=true]{--current-text:var(--scope-color-400);--current-icon:var(--scope-color-400);}
|
|
1144
|
-
.
|
|
1145
|
-
.
|
|
1204
|
+
.as-multi-select-footer-action[aria-pressed=true],
|
|
1205
|
+
.as-multi-select-footer-action[aria-selected=true],
|
|
1206
|
+
.as-multi-select-footer-action[data-on=true],
|
|
1207
|
+
.as-multi-select-footer-action[data-selected=true],
|
|
1146
1208
|
.as-preset-dialog-close[aria-pressed=true],
|
|
1147
1209
|
.as-preset-dialog-close[aria-selected=true],
|
|
1148
1210
|
.as-preset-dialog-close[data-on=true],
|
|
@@ -1171,6 +1233,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1171
1233
|
.as-row-actions-btn[aria-selected=true],
|
|
1172
1234
|
.as-row-actions-btn[data-on=true],
|
|
1173
1235
|
.as-row-actions-btn[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;}
|
|
1236
|
+
.dark .as-multi-select-footer-action,
|
|
1174
1237
|
.dark .as-preset-dialog-close,
|
|
1175
1238
|
.dark .as-preset-dialog-row-default,
|
|
1176
1239
|
.dark .as-preset-dialog-row-delete,
|
|
@@ -1178,6 +1241,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1178
1241
|
.dark .as-preset-dialog-row-public-toggle,
|
|
1179
1242
|
.dark .as-preset-picker-trigger,
|
|
1180
1243
|
.dark .as-row-actions-btn{--current-text:255 255 255;--current-icon:255 255 255;}
|
|
1244
|
+
.dark .as-orderable-list-checkbox,
|
|
1245
|
+
.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));}
|
|
1181
1246
|
.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;}
|
|
1182
1247
|
.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;}
|
|
1183
1248
|
.as-row-actions-btn-labelled[aria-pressed=true].as-row-actions-btn,
|
|
@@ -1231,6 +1296,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1231
1296
|
.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));}
|
|
1232
1297
|
.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);}
|
|
1233
1298
|
.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);}
|
|
1299
|
+
.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));}
|
|
1300
|
+
.dark .as-multi-select-chip:not(disabled):hover{--current-bg:var(--scope-dark-1);}
|
|
1234
1301
|
.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));}
|
|
1235
1302
|
.dark .as-object-empty-add:not(disabled):hover{--current-bg:var(--scope-dark-1);}
|
|
1236
1303
|
.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));}
|
|
@@ -1300,6 +1367,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1300
1367
|
.dark .as-filter-btn:not(disabled):focus-visible{--current-bg:var(--scope-dark-1);}
|
|
1301
1368
|
.as-filter-btn-apply:not(disabled):focus-visible{--current-bg:var(--scope-color-600);}
|
|
1302
1369
|
.dark .as-filter-btn-apply:not(disabled):focus-visible{--current-bg:var(--scope-color-400);}
|
|
1370
|
+
.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));}
|
|
1371
|
+
.dark .as-multi-select-chip:not(disabled):focus-visible{--current-bg:var(--scope-dark-1);}
|
|
1303
1372
|
.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));}
|
|
1304
1373
|
.dark .as-object-empty-add:not(disabled):focus-visible{--current-bg:var(--scope-dark-1);}
|
|
1305
1374
|
.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));}
|
|
@@ -1336,6 +1405,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1336
1405
|
.dark .as-filter-btn:not(disabled):active{--current-bg:var(--scope-dark-2);}
|
|
1337
1406
|
.as-filter-btn-apply:not(disabled):active{--current-bg:var(--scope-color-700);}
|
|
1338
1407
|
.dark .as-filter-btn-apply:not(disabled):active{--current-bg:var(--scope-color-300);}
|
|
1408
|
+
.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));}
|
|
1409
|
+
.dark .as-multi-select-chip:not(disabled):active{--current-bg:var(--scope-dark-2);}
|
|
1339
1410
|
.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));}
|
|
1340
1411
|
.dark .as-object-empty-add:not(disabled):active{--current-bg:var(--scope-dark-2);}
|
|
1341
1412
|
.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));}
|
|
@@ -1385,6 +1456,11 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1385
1456
|
.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);}
|
|
1386
1457
|
.as-form-error-dismiss:not(disabled)[data-active],
|
|
1387
1458
|
.as-preset-picker-trigger:not(disabled)[data-active][data-state=open]{--un-bg-opacity:0.3;background-color:rgb(var(--current-bg) / 0.3);}
|
|
1459
|
+
.as-multi-select-footer-action:not(disabled)[aria-pressed=true],
|
|
1460
|
+
.as-multi-select-footer-action:not(disabled)[aria-selected=true],
|
|
1461
|
+
.as-multi-select-footer-action:not(disabled)[data-highlighted],
|
|
1462
|
+
.as-multi-select-footer-action:not(disabled)[data-on=true],
|
|
1463
|
+
.as-multi-select-footer-action:not(disabled)[data-selected=true],
|
|
1388
1464
|
.as-preset-dialog-close:not(disabled)[aria-pressed=true],
|
|
1389
1465
|
.as-preset-dialog-close:not(disabled)[aria-selected=true],
|
|
1390
1466
|
.as-preset-dialog-close:not(disabled)[data-highlighted],
|
|
@@ -1420,6 +1496,7 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
1420
1496
|
.as-row-actions-btn:not(disabled)[data-highlighted],
|
|
1421
1497
|
.as-row-actions-btn:not(disabled)[data-on=true],
|
|
1422
1498
|
.as-row-actions-btn:not(disabled)[data-selected=true]{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1499
|
+
.as-multi-select-footer-action:not(disabled)[data-active],
|
|
1423
1500
|
.as-preset-dialog-close:not(disabled)[data-active],
|
|
1424
1501
|
.as-preset-dialog-row-default:not(disabled)[data-active],
|
|
1425
1502
|
.as-preset-dialog-row-delete:not(disabled)[data-active],
|
|
@@ -1468,6 +1545,10 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1468
1545
|
.as-filter-value-help-search:hover{--un-border-opacity:1;border-color:rgb(var(--current-border-hover) / var(--un-border-opacity));}
|
|
1469
1546
|
.as-form-error-dismiss:not(disabled):hover{--un-bg-opacity:0.2;background-color:rgb(var(--current-bg) / 0.2);}
|
|
1470
1547
|
.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);}
|
|
1548
|
+
.as-multi-select-anchor:hover{--un-border-opacity:1;border-color:rgb(var(--current-border-hover) / var(--un-border-opacity));}
|
|
1549
|
+
.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;}
|
|
1550
|
+
.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;}
|
|
1551
|
+
.as-multi-select-footer-action:not(disabled):hover{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1471
1552
|
.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);}
|
|
1472
1553
|
.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);}
|
|
1473
1554
|
.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);}
|
|
@@ -1498,6 +1579,7 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1498
1579
|
.as-th-resize-handle:hover{--un-bg-opacity:0.4;background-color:rgb(var(--current-hl) / 0.4);}
|
|
1499
1580
|
.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;}
|
|
1500
1581
|
.as-form-error-dismiss:not(disabled):focus-visible{--un-bg-opacity:0.2;background-color:rgb(var(--current-bg) / 0.2);}
|
|
1582
|
+
.as-multi-select-footer-action:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1501
1583
|
.as-preset-dialog-close:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1502
1584
|
.as-preset-dialog-row-default:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1503
1585
|
.as-preset-dialog-row-delete:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
@@ -1507,6 +1589,7 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1507
1589
|
.as-preset-picker-trigger:not(disabled):focus-visible[data-state=open]{--un-bg-opacity:0.2;background-color:rgb(var(--current-bg) / 0.2);}
|
|
1508
1590
|
.as-row-actions-btn:not(disabled):focus-visible{--un-bg-opacity:0.1;background-color:rgb(var(--current-bg) / 0.1);}
|
|
1509
1591
|
.as-form-error-dismiss:not(disabled):active{--un-bg-opacity:0.3;background-color:rgb(var(--current-bg) / 0.3);}
|
|
1592
|
+
.as-multi-select-footer-action:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1510
1593
|
.as-preset-dialog-close:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1511
1594
|
.as-preset-dialog-row-default:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
1512
1595
|
.as-preset-dialog-row-delete:not(disabled):active{--un-bg-opacity:0.15;background-color:rgb(var(--current-bg) / 0.15);}
|
|
@@ -1523,6 +1606,7 @@ tr[data-state=checked] .as-table-checkbox{--un-bg-opacity:1;background-color:rgb
|
|
|
1523
1606
|
.as-filter-input::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1524
1607
|
.as-filter-value-help-search::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1525
1608
|
.as-input-shell::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1609
|
+
.as-multi-select-anchor::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1526
1610
|
.as-number::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1527
1611
|
.as-orderable-list-search::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|
|
1528
1612
|
.as-preset-dialog-row-rename::placeholder{--un-text-opacity:0.5;color:rgb(var(--current-text) / 0.5);}
|