@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.
@@ -4515,28 +4515,28 @@ var spacing = {
4515
4515
  var stateLayers = {
4516
4516
  references: [
4517
4517
  {
4518
- id: "VariableID:62969:4636",
4519
- name: "hy-state-layer-small",
4518
+ id: "VariableID:62969:4639",
4519
+ name: "hy-state-layer-highest",
4520
4520
  type: "FLOAT",
4521
- value: "8%"
4521
+ value: "38%"
4522
4522
  },
4523
4523
  {
4524
- id: "VariableID:62969:4637",
4525
- name: "hy-state-layer-medium",
4524
+ id: "VariableID:62969:4638",
4525
+ name: "hy-state-layer-high",
4526
4526
  type: "FLOAT",
4527
- value: "10%"
4527
+ value: "16%"
4528
4528
  },
4529
4529
  {
4530
- id: "VariableID:62969:4638",
4531
- name: "hy-state-layer-large",
4530
+ id: "VariableID:62969:4637",
4531
+ name: "hy-state-layer-low",
4532
4532
  type: "FLOAT",
4533
- value: "16%"
4533
+ value: "10%"
4534
4534
  },
4535
4535
  {
4536
- id: "VariableID:62969:4639",
4537
- name: "hy-state-layer-x-large",
4536
+ id: "VariableID:62969:4636",
4537
+ name: "hy-state-layer-lowest",
4538
4538
  type: "FLOAT",
4539
- value: "38%"
4539
+ value: "8%"
4540
4540
  }
4541
4541
  ]
4542
4542
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hug/hospitality",
3
- "version": "1.0.0-alpha.35",
3
+ "version": "1.0.0-alpha.37",
4
4
  "description": "Hospitality Design System",
5
5
  "homepage": "https://github.com/dsi-hug/hospitality",
6
6
  "license": "GPL-3.0-only",
package/tokens/tokens.css CHANGED
@@ -727,8 +727,8 @@
727
727
  * STATE LAYERS TOKENS
728
728
  * =================================================================================
729
729
  */
730
- --hy-state-layer-small: 8%;
731
- --hy-state-layer-medium: 10%;
732
- --hy-state-layer-large: 16%;
733
- --hy-state-layer-x-large: 38%;
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
  }