@medway-ui/core 1.9.2 → 1.9.4
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/css/tokens.css +0 -4
- package/dist/assets/js/tokens.ts +0 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -301,8 +301,6 @@
|
|
|
301
301
|
/* === Base colors === */
|
|
302
302
|
--color-background: var(--color-white);
|
|
303
303
|
--color-foreground: var(--color-gray-700);
|
|
304
|
-
--color-border: var(--color-gray-100);
|
|
305
|
-
--color-input: var(--color-gray-100);
|
|
306
304
|
--color-ring: var(--color-gray-150);
|
|
307
305
|
|
|
308
306
|
/* === Base content colors === */
|
|
@@ -586,8 +584,6 @@
|
|
|
586
584
|
/* === Dark base colors === */
|
|
587
585
|
--color-background: var(--color-gray-850);
|
|
588
586
|
--color-foreground: var(--color-white);
|
|
589
|
-
--color-border: var(--color-gray-600);
|
|
590
|
-
--color-input: var(--color-gray-600);
|
|
591
587
|
--color-ring: var(--color-gray-500);
|
|
592
588
|
|
|
593
589
|
/* === Dark state colors === */
|
package/dist/assets/js/tokens.ts
CHANGED
|
@@ -7,8 +7,6 @@ export const colors = {
|
|
|
7
7
|
background: "var(--color-background)",
|
|
8
8
|
foreground: "var(--color-foreground)",
|
|
9
9
|
ring: "var(--color-ring)",
|
|
10
|
-
input: "var(--color-input)",
|
|
11
|
-
border: "var(--color-border)",
|
|
12
10
|
content: {
|
|
13
11
|
title: "var(--color-content-title)",
|
|
14
12
|
paragraph: "var(--color-content-paragraph)",
|