@itcase/ui 1.8.120 → 1.8.121

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.
@@ -25,9 +25,9 @@ require('lodash/maxBy');
25
25
  var switchAppearanceDefault = {
26
26
  defaultPrimary: {
27
27
  fill: 'surfaceTertiary',
28
- fillActive: 'successPrimary',
29
- fillToggle: 'surfaceItemInverse',
30
- fillToggleActive: 'surfaceItemInverse',
28
+ fillActive: 'successTertiary',
29
+ fillToggle: 'surfaceItemSecondary',
30
+ fillToggleActive: 'accentItemSecondary',
31
31
  titleTextColor: 'surfaceTextPrimary',
32
32
  descTextColor: 'surfaceTextPrimary',
33
33
  },
@@ -17,7 +17,7 @@ var styleAttributes = [
17
17
  /**
18
18
  * Shadow
19
19
  */
20
- 'elevation', 'shadowColor', 'shadowOffset', 'shadowOpacity', 'shadowRadius',
20
+ 'shadowColor', 'shadowOffset', 'shadowOpacity', 'shadowRadius',
21
21
  /**
22
22
  * Transform
23
23
  */
@@ -23,9 +23,9 @@ import 'lodash/maxBy';
23
23
  var switchAppearanceDefault = {
24
24
  defaultPrimary: {
25
25
  fill: 'surfaceTertiary',
26
- fillActive: 'successPrimary',
27
- fillToggle: 'surfaceItemInverse',
28
- fillToggleActive: 'surfaceItemInverse',
26
+ fillActive: 'successTertiary',
27
+ fillToggle: 'surfaceItemSecondary',
28
+ fillToggleActive: 'accentItemSecondary',
29
29
  titleTextColor: 'surfaceTextPrimary',
30
30
  descTextColor: 'surfaceTextPrimary',
31
31
  },
@@ -188,7 +188,7 @@
188
188
  }
189
189
 
190
190
  .group {
191
- &_wrap {
191
+ &&_wrap {
192
192
  @each $val in nowrap, wrap, wrap-reverse {
193
193
  &_$(val) {
194
194
  flex-wrap: $(val);
@@ -13,7 +13,7 @@ var styleAttributes = [
13
13
  /**
14
14
  * Shadow
15
15
  */
16
- 'elevation', 'shadowColor', 'shadowOffset', 'shadowOpacity', 'shadowRadius',
16
+ 'shadowColor', 'shadowOffset', 'shadowOpacity', 'shadowRadius',
17
17
  /**
18
18
  * Transform
19
19
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.120",
3
+ "version": "1.8.121",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -103,7 +103,7 @@
103
103
  "@emotion/is-prop-valid": "^1.3.1",
104
104
  "@itcase/common": "^1.2.29",
105
105
  "@itcase/icons": "^1.2.19",
106
- "@itcase/storybook-config": "^1.2.1",
106
+ "@itcase/storybook-config": "^1.2.5",
107
107
  "@itcase/tokens-am": "^1.1.19",
108
108
  "@itcase/tokens-baikal": "^1.1.17",
109
109
  "@itcase/tokens-palette": "^1.1.11",
@@ -139,9 +139,9 @@
139
139
  "@babel/preset-react": "^7.27.1",
140
140
  "@commitlint/cli": "^19.8.1",
141
141
  "@commitlint/config-conventional": "^19.8.1",
142
- "@itcase/config": "^1.0.56",
143
- "@itcase/lint": "^1.1.47",
144
- "@itcase/types": "^1.0.43",
142
+ "@itcase/config": "^1.0.57",
143
+ "@itcase/lint": "^1.1.48",
144
+ "@itcase/types": "^1.0.45",
145
145
  "@rollup/plugin-alias": "^5.1.1",
146
146
  "@rollup/plugin-babel": "^6.0.4",
147
147
  "@rollup/plugin-commonjs": "^28.0.6",
@@ -168,16 +168,16 @@
168
168
  "conventional-changelog-conventionalcommits": "^9.1.0",
169
169
  "eslint": "9.34.0",
170
170
  "husky": "^9.1.7",
171
- "lint-staged": "^16.1.5",
171
+ "lint-staged": "^16.1.6",
172
172
  "prettier": "^3.6.2",
173
173
  "react-docgen-typescript": "^2.4.0",
174
- "rollup": "^4.49.0",
174
+ "rollup": "^4.50.0",
175
175
  "rollup-plugin-copy": "^3.5.0",
176
176
  "rollup-plugin-dts": "^6.2.3",
177
177
  "rollup-plugin-peer-deps-external": "^2.2.4",
178
178
  "rollup-preserve-directives": "^1.1.3",
179
179
  "semantic-release": "^24.2.7",
180
- "storybook": "^9.1.3",
180
+ "storybook": "^9.1.4",
181
181
  "stylelint": "^16.23.1",
182
182
  "typescript": "^5.9.2"
183
183
  }