Skip to content

Commit

Permalink
fix(tokens): remove extra fixed size tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea authored and jcfranco committed Nov 15, 2024
1 parent 9af6d1d commit d6ea2c2
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions packages/calcite-design-tokens/src/semantic/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,6 @@
"semantic": {
"space": {
"fixed": {
"px": {
"value": "{core.size.default.1}",
"type": "space",
"description": "deprecated",
"attributes": {
"calcite-schema": {
"system": "calcite",
"tier": "semantic",
"domain": "",
"component": "",
"pattern": "fixed",
"element": "",
"category": "space",
"group": "",
"kind": "",
"appearance": "",
"property": "",
"variant": "",
"state": "",
"scale": "px",
"context": "",
"mode": ""
}
}
},
"base": {
"value": "{core.size.default.2}",
"type": "space",
"description": "deprecated",
"attributes": {
"calcite-schema": {
"system": "calcite",
"tier": "semantic",
"domain": "",
"component": "",
"pattern": "fixed",
"element": "",
"category": "space",
"group": "",
"kind": "",
"appearance": "",
"property": "",
"variant": "",
"state": "",
"scale": "base",
"context": "",
"mode": ""
}
}
},
"xxs": {
"value": "{core.size.default.4}",
"type": "space",
Expand Down

0 comments on commit d6ea2c2

Please sign in to comment.