@itcase/ui 1.9.2 → 1.9.4

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.
@@ -43847,13 +43847,13 @@ textarea.fill {
43847
43847
  }
43848
43848
  .text-font {
43849
43849
  &_primary {
43850
- font-family: primary;
43850
+ font-family: var(--font-primary);
43851
43851
  }
43852
43852
  &_secondary {
43853
- font-family: secondary;
43853
+ font-family: var(--font-secondary);
43854
43854
  }
43855
43855
  &_tertiary {
43856
- font-family: tertiary;
43856
+ font-family: var(--font-tertiary);
43857
43857
  }
43858
43858
  }
43859
43859
  .text-gradient {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -104,8 +104,8 @@
104
104
  "@itcase/common": "^1.2.33",
105
105
  "@itcase/icons": "^1.2.23",
106
106
  "@itcase/storybook-config": "^1.2.24",
107
- "@itcase/tokens-am": "^1.1.30",
108
- "@itcase/tokens-baikal": "^1.1.30",
107
+ "@itcase/tokens-am": "^1.1.31",
108
+ "@itcase/tokens-baikal": "^1.1.31",
109
109
  "@itcase/tokens-palette": "^1.1.29",
110
110
  "clsx": "^2.1.1",
111
111
  "date-fns": "^4.1.0",