@hug/hospitality 1.0.0-alpha.35 → 1.0.0-alpha.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/fesm2022/tokens.mjs +12 -12
- package/package.json +1 -1
- package/tokens/tokens.css +4 -4
package/fesm2022/tokens.mjs
CHANGED
|
@@ -4515,28 +4515,28 @@ var spacing = {
|
|
|
4515
4515
|
var stateLayers = {
|
|
4516
4516
|
references: [
|
|
4517
4517
|
{
|
|
4518
|
-
id: "VariableID:62969:
|
|
4519
|
-
name: "hy-state-layer-
|
|
4518
|
+
id: "VariableID:62969:4639",
|
|
4519
|
+
name: "hy-state-layer-highest",
|
|
4520
4520
|
type: "FLOAT",
|
|
4521
|
-
value: "
|
|
4521
|
+
value: "38%"
|
|
4522
4522
|
},
|
|
4523
4523
|
{
|
|
4524
|
-
id: "VariableID:62969:
|
|
4525
|
-
name: "hy-state-layer-
|
|
4524
|
+
id: "VariableID:62969:4638",
|
|
4525
|
+
name: "hy-state-layer-high",
|
|
4526
4526
|
type: "FLOAT",
|
|
4527
|
-
value: "
|
|
4527
|
+
value: "16%"
|
|
4528
4528
|
},
|
|
4529
4529
|
{
|
|
4530
|
-
id: "VariableID:62969:
|
|
4531
|
-
name: "hy-state-layer-
|
|
4530
|
+
id: "VariableID:62969:4637",
|
|
4531
|
+
name: "hy-state-layer-low",
|
|
4532
4532
|
type: "FLOAT",
|
|
4533
|
-
value: "
|
|
4533
|
+
value: "10%"
|
|
4534
4534
|
},
|
|
4535
4535
|
{
|
|
4536
|
-
id: "VariableID:62969:
|
|
4537
|
-
name: "hy-state-layer-
|
|
4536
|
+
id: "VariableID:62969:4636",
|
|
4537
|
+
name: "hy-state-layer-lowest",
|
|
4538
4538
|
type: "FLOAT",
|
|
4539
|
-
value: "
|
|
4539
|
+
value: "8%"
|
|
4540
4540
|
}
|
|
4541
4541
|
]
|
|
4542
4542
|
};
|
package/package.json
CHANGED
package/tokens/tokens.css
CHANGED
|
@@ -727,8 +727,8 @@
|
|
|
727
727
|
* STATE LAYERS TOKENS
|
|
728
728
|
* =================================================================================
|
|
729
729
|
*/
|
|
730
|
-
--hy-state-layer-
|
|
731
|
-
--hy-state-layer-
|
|
732
|
-
--hy-state-layer-
|
|
733
|
-
--hy-state-layer-
|
|
730
|
+
--hy-state-layer-highest: 38%;
|
|
731
|
+
--hy-state-layer-high: 16%;
|
|
732
|
+
--hy-state-layer-low: 10%;
|
|
733
|
+
--hy-state-layer-lowest: 8%;
|
|
734
734
|
}
|