@ds-mo/tokens 2.7.1 → 2.9.0

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/tokens.json CHANGED
@@ -3111,6 +3111,10 @@
3111
3111
  "$type": "dimension",
3112
3112
  "$value": "calc(var(--dimension-size-base) / 2)"
3113
3113
  },
3114
+ "--dimension-size-075": {
3115
+ "$type": "dimension",
3116
+ "$value": "calc(var(--dimension-size-base) * 3 / 4)"
3117
+ },
3114
3118
  "--dimension-iconography-xs": {
3115
3119
  "$type": "dimension",
3116
3120
  "$value": "calc(var(--dimension-size-base) * 3 / 2)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/tokens",
3
- "version": "2.7.1",
3
+ "version": "2.9.0",
4
4
  "description": "TokoMo design tokens — colors, dimensions, typography, and effects as CSS custom properties, JSON, and TypeScript constants",
5
5
  "keywords": [
6
6
  "design-tokens",
@@ -39,6 +39,7 @@
39
39
  "./themes/light": "./dist/themes/light.css",
40
40
  "./themes/dark": "./dist/themes/dark.css",
41
41
  "./json": "./dist/tokens.json",
42
+ "./json/index": "./dist/tokens-index.json",
42
43
  "./json/colors": "./dist/json/colors.json",
43
44
  "./json/dimensions": "./dist/json/dimensions.json",
44
45
  "./json/typography": "./dist/json/typography.json",