@react-spectrum/theme-dark 3.5.9-nightly.4494 → 3.5.9-nightly.4499
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/import.mjs +1 -1
- package/dist/main.css +3 -4
- package/dist/main.css.map +1 -1
- package/dist/module.css +2075 -0
- package/dist/module.css.map +1 -0
- package/dist/module.js +1 -1
- package/package.json +4 -4
package/dist/import.mjs
CHANGED
package/dist/main.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
._1qEKta_spectrum--dark {
|
|
2
2
|
--spectrum-global-color-status: Verified;
|
|
3
|
-
--spectrum-global-color-version: 5.
|
|
3
|
+
--spectrum-global-color-version: 5.1;
|
|
4
4
|
--spectrum-gray-50: #1d1d1d;
|
|
5
5
|
--spectrum-gray-75: #262626;
|
|
6
6
|
--spectrum-gray-100: #323232;
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
|
|
344
344
|
.gP7gvq_spectrum--darkest {
|
|
345
345
|
--spectrum-global-color-status: Verified;
|
|
346
|
-
--spectrum-global-color-version: 5.
|
|
346
|
+
--spectrum-global-color-version: 5.1;
|
|
347
347
|
--spectrum-gray-50: #000;
|
|
348
348
|
--spectrum-gray-75: #0e0e0e;
|
|
349
349
|
--spectrum-gray-100: #1d1d1d;
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
--spectrum-global-animation-ease-out: cubic-bezier(0, 0, .4, 1);
|
|
703
703
|
--spectrum-global-animation-linear: cubic-bezier(0, 0, 1, 1);
|
|
704
704
|
--spectrum-global-color-status: Verified;
|
|
705
|
-
--spectrum-global-color-version: 5.
|
|
705
|
+
--spectrum-global-color-version: 5.1;
|
|
706
706
|
--spectrum-global-color-static-black: #000;
|
|
707
707
|
--spectrum-global-color-static-white: #fff;
|
|
708
708
|
--spectrum-global-color-static-blue: #0057bf;
|
|
@@ -2072,5 +2072,4 @@
|
|
|
2072
2072
|
--spectrum-tooltip-positive-padding-bottom: 5px;
|
|
2073
2073
|
--spectrum-tooltip-positive-content-max-width: 101px;
|
|
2074
2074
|
}
|
|
2075
|
-
|
|
2076
2075
|
/*# sourceMappingURL=main.css.map */
|