@hug/hospitality 1.0.0-alpha.29 → 1.0.0-alpha.30
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/fesm2022/tokens.mjs +2 -2
- package/package.json +1 -1
- package/tokens/tokens.css +1 -1
package/fesm2022/tokens.mjs
CHANGED
|
@@ -2437,7 +2437,7 @@ var colors = {
|
|
|
2437
2437
|
},
|
|
2438
2438
|
{
|
|
2439
2439
|
id: "VariableID:64187:4016",
|
|
2440
|
-
name: "hy-color-pal-
|
|
2440
|
+
name: "hy-color-pal-brown-30",
|
|
2441
2441
|
type: "COLOR",
|
|
2442
2442
|
value: "#744804ff"
|
|
2443
2443
|
},
|
|
@@ -2679,7 +2679,7 @@ var colors = {
|
|
|
2679
2679
|
},
|
|
2680
2680
|
{
|
|
2681
2681
|
id: "VariableID:64187:4016",
|
|
2682
|
-
name: "hy-color-pal-
|
|
2682
|
+
name: "hy-color-pal-brown-30",
|
|
2683
2683
|
type: "COLOR",
|
|
2684
2684
|
value: "#bc8c44ff"
|
|
2685
2685
|
},
|
package/package.json
CHANGED
package/tokens/tokens.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
--hy-color-pal-pink-70: light-dark(#ec77afff, #841349ff);
|
|
182
182
|
--hy-color-pal-pink-90: light-dark(#f9d0e4ff, #2b0618ff);
|
|
183
183
|
--hy-color-pal-brown-10: light-dark(#432902ff, #e9d9c1ff);
|
|
184
|
-
--hy-color-pal-
|
|
184
|
+
--hy-color-pal-brown-30: light-dark(#744804ff, #bc8c44ff);
|
|
185
185
|
--hy-color-pal-brown-50: light-dark(#a66605ff, #a66605ff);
|
|
186
186
|
--hy-color-pal-brown-70: light-dark(#bc8c44ff, #744804ff);
|
|
187
187
|
--hy-color-pal-brown-90: light-dark(#e9d9c1ff, #432902ff);
|