@classic-homes/theme-tokens 0.1.35 → 0.1.37

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 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
@@ -221,6 +221,7 @@ var colors = {
221
221
  500: "#507d78",
222
222
  600: "#306966",
223
223
  // Collection 5 from brand
224
+ 700: "#244e4b",
224
225
  800: "#18332f",
225
226
  900: "#0c1918",
226
227
  950: "#060c0c",
package/dist/index.mjs CHANGED
@@ -182,6 +182,7 @@ var colors = {
182
182
  500: "#507d78",
183
183
  600: "#306966",
184
184
  // Collection 5 from brand
185
+ 700: "#244e4b",
185
186
  800: "#18332f",
186
187
  900: "#0c1918",
187
188
  950: "#060c0c",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@classic-homes/theme-tokens",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "description": "Design tokens for the Classic theme system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",