@classic-homes/theme-tokens 0.1.34 → 0.1.36
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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -154,6 +154,7 @@ declare const colors: {
|
|
|
154
154
|
readonly 400: "#739793";
|
|
155
155
|
readonly 500: "#507d78";
|
|
156
156
|
readonly 600: "#306966";
|
|
157
|
+
readonly 700: "#244e4b";
|
|
157
158
|
readonly 800: "#18332f";
|
|
158
159
|
readonly 900: "#0c1918";
|
|
159
160
|
readonly 950: "#060c0c";
|
|
@@ -637,6 +638,7 @@ declare const tokens: {
|
|
|
637
638
|
readonly 400: "#739793";
|
|
638
639
|
readonly 500: "#507d78";
|
|
639
640
|
readonly 600: "#306966";
|
|
641
|
+
readonly 700: "#244e4b";
|
|
640
642
|
readonly 800: "#18332f";
|
|
641
643
|
readonly 900: "#0c1918";
|
|
642
644
|
readonly 950: "#060c0c";
|
package/dist/index.d.ts
CHANGED
|
@@ -154,6 +154,7 @@ declare const colors: {
|
|
|
154
154
|
readonly 400: "#739793";
|
|
155
155
|
readonly 500: "#507d78";
|
|
156
156
|
readonly 600: "#306966";
|
|
157
|
+
readonly 700: "#244e4b";
|
|
157
158
|
readonly 800: "#18332f";
|
|
158
159
|
readonly 900: "#0c1918";
|
|
159
160
|
readonly 950: "#060c0c";
|
|
@@ -637,6 +638,7 @@ declare const tokens: {
|
|
|
637
638
|
readonly 400: "#739793";
|
|
638
639
|
readonly 500: "#507d78";
|
|
639
640
|
readonly 600: "#306966";
|
|
641
|
+
readonly 700: "#244e4b";
|
|
640
642
|
readonly 800: "#18332f";
|
|
641
643
|
readonly 900: "#0c1918";
|
|
642
644
|
readonly 950: "#060c0c";
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED