@itcase/ui 1.8.80 → 1.8.81

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.
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable order/order */
2
+
1
3
  .text {
2
4
  &-weight {
3
5
  @each $val in 100, 200, 300, 400, 500, 600, 700, 800, 900, 950 {
@@ -9,7 +11,9 @@
9
11
  font-weight: 100;
10
12
  }
11
13
  &_extra-light,
12
- &_ultra-light {
14
+ &_extralight,
15
+ &_ultra-light,
16
+ &_ultralight {
13
17
  font-weight: 200;
14
18
  }
15
19
  &_light {
@@ -21,6 +25,7 @@
21
25
  &_medium {
22
26
  font-weight: 500;
23
27
  }
28
+ &_semibold,
24
29
  &_semi-bold,
25
30
  &_demi-bold {
26
31
  font-weight: 600;
@@ -28,7 +33,9 @@
28
33
  &_bold {
29
34
  font-weight: 700;
30
35
  }
36
+ &_extrabold,
31
37
  &_extra-bold,
38
+ &_ultrabold,
32
39
  &_ultra-bold {
33
40
  font-weight: 800;
34
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.80",
3
+ "version": "1.8.81",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -107,7 +107,6 @@
107
107
  "@itcase/tokens-am": "^1.1.19",
108
108
  "@itcase/tokens-baikal": "^1.1.17",
109
109
  "@itcase/tokens-palette": "^1.1.11",
110
- "@storybook/addon-vitest": "^9.0.18",
111
110
  "clsx": "^2.1.1",
112
111
  "date-fns": "^4.1.0",
113
112
  "eslint-import-resolver-alias": "^1.1.2",
@@ -180,8 +179,8 @@
180
179
  "rollup-plugin-peer-deps-external": "^2.2.4",
181
180
  "rollup-preserve-directives": "^1.1.3",
182
181
  "semantic-release": "^24.2.7",
183
- "storybook": "^9.0.18",
182
+ "storybook": "^9.1.0",
184
183
  "stylelint": "^16.23.0",
185
- "typescript": "^5.8.3"
184
+ "typescript": "^5.9.2"
186
185
  }
187
186
  }