@snack-uikit/card 0.15.4-preview-1bd2190e.0 → 0.15.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.15.4 (2024-11-14)
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **FF-5678:** up deps classnames/uncontrollable ([8f0d645](https://github.com/cloud-ru-tech/snack-uikit/commit/8f0d645fc7eb8eaf95660cd0ae7d4b550821059b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 0.15.3 (2024-11-12)
7
18
 
8
19
  ### Only dependencies have been changed
@@ -105,7 +105,6 @@
105
105
  outline-style:var(--border-state-focus-s-border-style, solid);
106
106
  outline-color:var(--border-state-focus-s-border-color, );
107
107
  cursor:not-allowed;
108
- opacity:var(--opacity-a048, 0.48);
109
108
  background-color:var(--sys-neutral-background, #eeeff3);
110
109
  outline-color:var(--sys-neutral-decor-default, #dde0ea);
111
110
  outline-width:var(--border-width-card-container, 1px);
@@ -105,7 +105,6 @@
105
105
  outline-style:var(--border-state-focus-s-border-style, solid);
106
106
  outline-color:var(--border-state-focus-s-border-color, );
107
107
  cursor:not-allowed;
108
- opacity:var(--opacity-a048, 0.48);
109
108
  background-color:var(--sys-neutral-background, #eeeff3);
110
109
  outline-color:var(--sys-neutral-decor-default, #dde0ea);
111
110
  outline-width:var(--border-width-card-container, 1px);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Card",
7
- "version": "0.15.4-preview-1bd2190e.0",
7
+ "version": "0.15.4",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -36,17 +36,17 @@
36
36
  "license": "Apache-2.0",
37
37
  "scripts": {},
38
38
  "dependencies": {
39
- "@snack-uikit/button": "0.19.2",
40
- "@snack-uikit/icon-predefined": "0.7.0",
39
+ "@snack-uikit/button": "0.19.3",
40
+ "@snack-uikit/icon-predefined": "0.7.1",
41
41
  "@snack-uikit/icons": "0.24.0",
42
- "@snack-uikit/list": "0.21.4",
43
- "@snack-uikit/promo-tag": "0.6.0",
44
- "@snack-uikit/tag": "0.11.1",
45
- "@snack-uikit/truncate-string": "0.6.0",
46
- "@snack-uikit/typography": "0.8.0",
42
+ "@snack-uikit/list": "0.21.5",
43
+ "@snack-uikit/promo-tag": "0.6.1",
44
+ "@snack-uikit/tag": "0.11.2",
45
+ "@snack-uikit/truncate-string": "0.6.1",
46
+ "@snack-uikit/typography": "0.8.1",
47
47
  "@snack-uikit/utils": "3.5.0",
48
- "classnames": "2.3.2",
49
- "merge-refs": "1.2.2"
48
+ "classnames": "2.5.1",
49
+ "merge-refs": "1.3.0"
50
50
  },
51
- "gitHead": "9ba12a400b500296598a57048295ebd19c6bf22e"
51
+ "gitHead": "b9670e68c6af5fdd5dfceeae29ef3af8c89e5e6b"
52
52
  }
@@ -134,8 +134,6 @@ $sizes: 's', 'm', 'l';
134
134
  @include styles-tokens-card.outline-var(styles-tokens-element.$container-focused-s);
135
135
 
136
136
  cursor: not-allowed;
137
-
138
- opacity: styles-tokens-element.$opacity-a048;
139
137
  background-color: styles-tokens-card.$sys-neutral-background;
140
138
  outline-color: styles-tokens-card.$sys-neutral-decor-default;
141
139
  outline-width: styles-tokens-card.$border-width-card-container;
@@ -171,12 +169,7 @@ $sizes: 's', 'm', 'l';
171
169
  }
172
170
 
173
171
  &:hover {
174
- box-shadow: styles-tokens-card.simple-var(
175
- styles-tokens-card.$theme-variables,
176
- 'box-shadow',
177
- 'elevation',
178
- 'level2'
179
- );
172
+ box-shadow: styles-tokens-card.simple-var(styles-tokens-card.$theme-variables, 'box-shadow', 'elevation', 'level2');
180
173
  }
181
174
  }
182
175