@eightshift/ui-components 7.0.0 → 7.1.0
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/assets/style-admin.css +55 -55
- package/dist/assets/style-editor.css +55 -55
- package/dist/assets/style.css +55 -55
- package/dist/assets/wp-overrides/allow-full-width-blocks.css +1 -1
- package/dist/assets/wp-overrides/fix-label-text-case.css +1 -1
- package/dist/assets/wp-overrides/increase-sidebar-width.css +1 -1
- package/dist/assets/wp-overrides/make-block-messages-nicer.css +1 -1
- package/dist/assets/wp-overrides/replace-fonts.css +1 -1
- package/dist/assets/wp-overrides/restyle-tooltips.css +3 -3
- package/dist/assets/wp-overrides/round-corners.css +1 -1
- package/dist/assets/wp-overrides/unify-button-sizes.css +1 -1
- package/dist/components/color-pickers/gradient-editor.js +2 -2
- package/dist/components/index.js +2 -2
- package/dist/components/option-select/option-select.js +1 -1
- package/dist/components/select/async-multi-select.js +8 -11
- package/dist/components/select/async-select.js +7 -9
- package/dist/components/select/multi-select.js +5 -7
- package/dist/components/select/shared.js +1 -1
- package/dist/components/select/single-select.js +5 -7
- package/dist/components/slider/column-config-slider.js +1 -1
- package/dist/components/slider/slider.js +1 -1
- package/dist/{general-D-7dwhuF.js → general-BKOvs-AO.js} +1 -2
- package/dist/{gradient-editor-DbH8NU2p.js → gradient-editor-BAd_Gzx4.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/{proxy-BG7-_Ou3.js → proxy-DjkEpeDL.js} +43 -21
- package/dist/{shared-DFDimxvX.js → shared-D_OXizRt.js} +2 -2
- package/dist/utilities/general.js +1 -1
- package/dist/utilities/index.js +1 -1
- package/dist/workers/image-analysis.worker.js +1 -1
- package/package.json +11 -11
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -6369,7 +6369,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
6369
6369
|
|
|
6370
6370
|
:is(body, body #wpwrap) .es\:tabular-nums {
|
|
6371
6371
|
--es-uic-tw-numeric-spacing: tabular-nums;
|
|
6372
|
-
font-variant-numeric: var(--es-uic-tw-ordinal,
|
|
6372
|
+
font-variant-numeric: var(--es-uic-tw-ordinal, ) var(--es-uic-tw-slashed-zero, ) var(--es-uic-tw-numeric-figure, ) var(--es-uic-tw-numeric-spacing, ) var(--es-uic-tw-numeric-fraction, );
|
|
6373
6373
|
}
|
|
6374
6374
|
|
|
6375
6375
|
:is(body, body #wpwrap) .es\:opacity-0 {
|
|
@@ -6443,12 +6443,12 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
6443
6443
|
}
|
|
6444
6444
|
|
|
6445
6445
|
:is(body, body #wpwrap) .es\:ring, :is(body, body #wpwrap) .es\:ring-1 {
|
|
6446
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
6446
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
6447
6447
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
6448
6448
|
}
|
|
6449
6449
|
|
|
6450
6450
|
:is(body, body #wpwrap) .es\:ring-3 {
|
|
6451
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
6451
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(3px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
6452
6452
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
6453
6453
|
}
|
|
6454
6454
|
|
|
@@ -7423,108 +7423,108 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
7423
7423
|
:is(body, body #wpwrap) .es\:drop-shadow-sm {
|
|
7424
7424
|
--es-uic-tw-drop-shadow-size: drop-shadow(0 1px 2px var(--es-uic-tw-drop-shadow-color, #00000026));
|
|
7425
7425
|
--es-uic-tw-drop-shadow: drop-shadow(var(--es-drop-shadow-sm));
|
|
7426
|
-
filter: var(--es-uic-tw-blur,
|
|
7426
|
+
filter: var(--es-uic-tw-blur, ) var(--es-uic-tw-brightness, ) var(--es-uic-tw-contrast, ) var(--es-uic-tw-grayscale, ) var(--es-uic-tw-hue-rotate, ) var(--es-uic-tw-invert, ) var(--es-uic-tw-saturate, ) var(--es-uic-tw-sepia, ) var(--es-uic-tw-drop-shadow, );
|
|
7427
7427
|
}
|
|
7428
7428
|
|
|
7429
7429
|
:is(body, body #wpwrap) .es\:grayscale {
|
|
7430
7430
|
--es-uic-tw-grayscale: grayscale(100%);
|
|
7431
|
-
filter: var(--es-uic-tw-blur,
|
|
7431
|
+
filter: var(--es-uic-tw-blur, ) var(--es-uic-tw-brightness, ) var(--es-uic-tw-contrast, ) var(--es-uic-tw-grayscale, ) var(--es-uic-tw-hue-rotate, ) var(--es-uic-tw-invert, ) var(--es-uic-tw-saturate, ) var(--es-uic-tw-sepia, ) var(--es-uic-tw-drop-shadow, );
|
|
7432
7432
|
}
|
|
7433
7433
|
|
|
7434
7434
|
:is(body, body #wpwrap) .es\:backdrop-blur {
|
|
7435
7435
|
--es-uic-tw-backdrop-blur: blur(8px);
|
|
7436
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7437
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7436
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7437
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7438
7438
|
}
|
|
7439
7439
|
|
|
7440
7440
|
:is(body, body #wpwrap) .es\:backdrop-blur-lg {
|
|
7441
7441
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-lg));
|
|
7442
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7443
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7442
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7443
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7444
7444
|
}
|
|
7445
7445
|
|
|
7446
7446
|
:is(body, body #wpwrap) .es\:backdrop-blur-md {
|
|
7447
7447
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-md));
|
|
7448
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7449
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7448
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7449
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7450
7450
|
}
|
|
7451
7451
|
|
|
7452
7452
|
:is(body, body #wpwrap) .es\:backdrop-blur-sm {
|
|
7453
7453
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-sm));
|
|
7454
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7455
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7454
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7455
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7456
7456
|
}
|
|
7457
7457
|
|
|
7458
7458
|
:is(body, body #wpwrap) .es\:backdrop-blur-xl {
|
|
7459
7459
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-xl));
|
|
7460
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7461
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7460
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7461
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7462
7462
|
}
|
|
7463
7463
|
|
|
7464
7464
|
:is(body, body #wpwrap) .es\:backdrop-blur-xs {
|
|
7465
7465
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-xs));
|
|
7466
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7467
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7466
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7467
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7468
7468
|
}
|
|
7469
7469
|
|
|
7470
7470
|
:is(body, body #wpwrap) .es\:backdrop-brightness-75 {
|
|
7471
7471
|
--es-uic-tw-backdrop-brightness: brightness(75%);
|
|
7472
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7473
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7472
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7473
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7474
7474
|
}
|
|
7475
7475
|
|
|
7476
7476
|
:is(body, body #wpwrap) .es\:backdrop-brightness-105 {
|
|
7477
7477
|
--es-uic-tw-backdrop-brightness: brightness(105%);
|
|
7478
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7479
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7478
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7479
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7480
7480
|
}
|
|
7481
7481
|
|
|
7482
7482
|
:is(body, body #wpwrap) .es\:backdrop-brightness-110 {
|
|
7483
7483
|
--es-uic-tw-backdrop-brightness: brightness(110%);
|
|
7484
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7485
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7484
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7485
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7486
7486
|
}
|
|
7487
7487
|
|
|
7488
7488
|
:is(body, body #wpwrap) .es\:backdrop-brightness-120 {
|
|
7489
7489
|
--es-uic-tw-backdrop-brightness: brightness(120%);
|
|
7490
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7491
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7490
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7491
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7492
7492
|
}
|
|
7493
7493
|
|
|
7494
7494
|
:is(body, body #wpwrap) .es\:backdrop-contrast-30 {
|
|
7495
7495
|
--es-uic-tw-backdrop-contrast: contrast(30%);
|
|
7496
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7497
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7496
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7497
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7498
7498
|
}
|
|
7499
7499
|
|
|
7500
7500
|
:is(body, body #wpwrap) .es\:backdrop-contrast-95 {
|
|
7501
7501
|
--es-uic-tw-backdrop-contrast: contrast(95%);
|
|
7502
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7503
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7502
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7503
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7504
7504
|
}
|
|
7505
7505
|
|
|
7506
7506
|
:is(body, body #wpwrap) .es\:backdrop-saturate-25 {
|
|
7507
7507
|
--es-uic-tw-backdrop-saturate: saturate(25%);
|
|
7508
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7509
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7508
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7509
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7510
7510
|
}
|
|
7511
7511
|
|
|
7512
7512
|
:is(body, body #wpwrap) .es\:backdrop-saturate-115 {
|
|
7513
7513
|
--es-uic-tw-backdrop-saturate: saturate(115%);
|
|
7514
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7515
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7514
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7515
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7516
7516
|
}
|
|
7517
7517
|
|
|
7518
7518
|
:is(body, body #wpwrap) .es\:backdrop-saturate-120 {
|
|
7519
7519
|
--es-uic-tw-backdrop-saturate: saturate(120%);
|
|
7520
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7521
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7520
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7521
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7522
7522
|
}
|
|
7523
7523
|
|
|
7524
7524
|
:is(body, body #wpwrap) .es\:backdrop-saturate-125 {
|
|
7525
7525
|
--es-uic-tw-backdrop-saturate: saturate(125%);
|
|
7526
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7527
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
7526
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7527
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
7528
7528
|
}
|
|
7529
7529
|
|
|
7530
7530
|
:is(body, body #wpwrap) .es\:transition {
|
|
@@ -8119,13 +8119,13 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
8119
8119
|
}
|
|
8120
8120
|
|
|
8121
8121
|
:is(body, body #wpwrap) .es\:group-hover\:ring:is(:where(.es\:group):where([data-rac])[data-hovered] *) {
|
|
8122
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8122
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8123
8123
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8124
8124
|
}
|
|
8125
8125
|
|
|
8126
8126
|
@media (hover: hover) {
|
|
8127
8127
|
:is(body, body #wpwrap) .es\:group-hover\:ring:is(:where(.es\:group):where(:not([data-rac])):hover *) {
|
|
8128
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8128
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8129
8129
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8130
8130
|
}
|
|
8131
8131
|
}
|
|
@@ -8155,7 +8155,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
8155
8155
|
}
|
|
8156
8156
|
|
|
8157
8157
|
:is(body, body #wpwrap) .es\:group-focus-visible\:ring-2:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
8158
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8158
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8159
8159
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8160
8160
|
}
|
|
8161
8161
|
|
|
@@ -8221,13 +8221,13 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
8221
8221
|
}
|
|
8222
8222
|
|
|
8223
8223
|
:is(body, body #wpwrap) .es\:group-hover\:group-selected\:ring:is(:where(.es\:group):where([data-rac])[data-hovered] *):is(:where(.es\:group)[data-selected] *) {
|
|
8224
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8224
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8225
8225
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8226
8226
|
}
|
|
8227
8227
|
|
|
8228
8228
|
@media (hover: hover) {
|
|
8229
8229
|
:is(body, body #wpwrap) .es\:group-hover\:group-selected\:ring:is(:where(.es\:group):where(:not([data-rac])):hover *):is(:where(.es\:group)[data-selected] *) {
|
|
8230
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8230
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8231
8231
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8232
8232
|
}
|
|
8233
8233
|
}
|
|
@@ -9699,13 +9699,13 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
9699
9699
|
}
|
|
9700
9700
|
|
|
9701
9701
|
:is(body, body #wpwrap) .es\:hover\:ring-\[0\.25px\]:where([data-rac])[data-hovered] {
|
|
9702
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
9702
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(.25px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
9703
9703
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
9704
9704
|
}
|
|
9705
9705
|
|
|
9706
9706
|
@media (hover: hover) {
|
|
9707
9707
|
:is(body, body #wpwrap) .es\:hover\:ring-\[0\.25px\]:where(:not([data-rac])):hover {
|
|
9708
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
9708
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(.25px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
9709
9709
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
9710
9710
|
}
|
|
9711
9711
|
}
|
|
@@ -9943,7 +9943,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
9943
9943
|
}
|
|
9944
9944
|
|
|
9945
9945
|
:is(body, body #wpwrap) .es\:focus\:ring-2:where([data-rac])[data-focused], :is(body, body #wpwrap) .es\:focus\:ring-2:where(:not([data-rac])):focus {
|
|
9946
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
9946
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
9947
9947
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
9948
9948
|
}
|
|
9949
9949
|
|
|
@@ -10152,12 +10152,12 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
10152
10152
|
}
|
|
10153
10153
|
|
|
10154
10154
|
:is(body, body #wpwrap) .es\:focus-visible\:ring-2:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
10155
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10155
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10156
10156
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10157
10157
|
}
|
|
10158
10158
|
|
|
10159
10159
|
:is(body, body #wpwrap) .es\:focus-visible\:ring-\[0\.5px\]:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
10160
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10160
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(.5px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10161
10161
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10162
10162
|
}
|
|
10163
10163
|
|
|
@@ -10387,7 +10387,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
10387
10387
|
}
|
|
10388
10388
|
|
|
10389
10389
|
:is(body, body #wpwrap) .es\:has-focus-visible\:ring-2:has(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) {
|
|
10390
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10390
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10391
10391
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10392
10392
|
}
|
|
10393
10393
|
|
|
@@ -11131,7 +11131,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
11131
11131
|
}
|
|
11132
11132
|
|
|
11133
11133
|
:is(body, body #wpwrap) .es\:dragging\:ring-\[1px\][data-dragging] {
|
|
11134
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
11134
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
11135
11135
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
11136
11136
|
}
|
|
11137
11137
|
|
|
@@ -11294,7 +11294,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
11294
11294
|
:is(body, body #wpwrap) .es\:icon\:drop-shadow-xs > svg {
|
|
11295
11295
|
--es-uic-tw-drop-shadow-size: drop-shadow(0 1px 1px var(--es-uic-tw-drop-shadow-color, #0000000d));
|
|
11296
11296
|
--es-uic-tw-drop-shadow: drop-shadow(var(--es-drop-shadow-xs));
|
|
11297
|
-
filter: var(--es-uic-tw-blur,
|
|
11297
|
+
filter: var(--es-uic-tw-blur, ) var(--es-uic-tw-brightness, ) var(--es-uic-tw-contrast, ) var(--es-uic-tw-grayscale, ) var(--es-uic-tw-hue-rotate, ) var(--es-uic-tw-invert, ) var(--es-uic-tw-saturate, ) var(--es-uic-tw-sepia, ) var(--es-uic-tw-drop-shadow, );
|
|
11298
11298
|
}
|
|
11299
11299
|
|
|
11300
11300
|
:is(body, body #wpwrap) .es\:icon\:drop-shadow-accent-950\/30 > svg {
|
|
@@ -11381,7 +11381,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
11381
11381
|
:is(body, body #wpwrap) .es\:any-icon\:drop-shadow-xs svg {
|
|
11382
11382
|
--es-uic-tw-drop-shadow-size: drop-shadow(0 1px 1px var(--es-uic-tw-drop-shadow-color, #0000000d));
|
|
11383
11383
|
--es-uic-tw-drop-shadow: drop-shadow(var(--es-drop-shadow-xs));
|
|
11384
|
-
filter: var(--es-uic-tw-blur,
|
|
11384
|
+
filter: var(--es-uic-tw-blur, ) var(--es-uic-tw-brightness, ) var(--es-uic-tw-contrast, ) var(--es-uic-tw-grayscale, ) var(--es-uic-tw-hue-rotate, ) var(--es-uic-tw-invert, ) var(--es-uic-tw-saturate, ) var(--es-uic-tw-sepia, ) var(--es-uic-tw-drop-shadow, );
|
|
11385
11385
|
}
|
|
11386
11386
|
|
|
11387
11387
|
:is(body, body #wpwrap) .es\:any-icon\:drop-shadow-accent-800\/25 svg {
|
|
@@ -11493,7 +11493,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
11493
11493
|
}
|
|
11494
11494
|
|
|
11495
11495
|
:is(body, body #wpwrap) .es\:focus-visible-within\:ring-2:has(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
11496
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
11496
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
11497
11497
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
11498
11498
|
}
|
|
11499
11499
|
|
|
@@ -11524,7 +11524,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
11524
11524
|
}
|
|
11525
11525
|
|
|
11526
11526
|
:is(body, body #wpwrap) .es\:\[\&\:has\(\>_\[data-focus-visible\=\"true\"\]\)\]\:ring-2:has( > [data-focus-visible="true"]) {
|
|
11527
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
11527
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
11528
11528
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
11529
11529
|
}
|
|
11530
11530
|
|
|
@@ -12032,7 +12032,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
12032
12032
|
|
|
12033
12033
|
@keyframes motion-rotate-loop-mirror {
|
|
12034
12034
|
0%, 100% {
|
|
12035
|
-
rotate:
|
|
12035
|
+
rotate: 0deg;
|
|
12036
12036
|
}
|
|
12037
12037
|
|
|
12038
12038
|
50% {
|