@snack-uikit/chips 0.10.2 → 0.10.3

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,15 @@
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.10.3 (2023-12-25)
7
+
8
+ ### Only dependencies have been changed
9
+ * [@snack-uikit/droplist@0.12.3](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/droplist/CHANGELOG.md)
10
+
11
+
12
+
13
+
14
+
6
15
  ## 0.10.2 (2023-12-18)
7
16
 
8
17
  ### Only dependencies have been changed
@@ -195,7 +195,7 @@
195
195
  }
196
196
 
197
197
  .triggerClassName{
198
- --offset:calc(var(--border-state-focus-s-border-width, 2px) + var(--space-drop-list-drop-offset, 4px));
198
+ --offset:var(--space-drop-list-drop-offset, 4px);
199
199
  }
200
200
 
201
201
  .label, .value{
@@ -398,5 +398,5 @@
398
398
  }
399
399
 
400
400
  .triggerClassName{
401
- --offset:calc(var(--border-state-focus-s-border-width, 2px) + var(--space-drop-list-drop-offset, 4px));
401
+ --offset:var(--space-drop-list-drop-offset, 4px);
402
402
  }
@@ -195,5 +195,5 @@
195
195
  }
196
196
 
197
197
  .triggerClassName{
198
- --offset:calc(var(--border-state-focus-s-border-width, 2px) + var(--space-drop-list-drop-offset, 4px));
198
+ --offset:var(--space-drop-list-drop-offset, 4px);
199
199
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Chips",
7
- "version": "0.10.2",
7
+ "version": "0.10.3",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -34,12 +34,12 @@
34
34
  "dependencies": {
35
35
  "@snack-uikit/button": "0.15.0",
36
36
  "@snack-uikit/calendar": "0.6.2",
37
- "@snack-uikit/droplist": "0.12.2",
37
+ "@snack-uikit/droplist": "0.12.3",
38
38
  "@snack-uikit/icons": "0.19.2",
39
39
  "@snack-uikit/loaders": "0.5.0",
40
40
  "@snack-uikit/utils": "3.2.0",
41
41
  "classnames": "2.3.2",
42
42
  "uncontrollable": "8.0.2"
43
43
  },
44
- "gitHead": "50ef9bb113ec40897ffb3eeae62539ce82ade899"
44
+ "gitHead": "420ccb07e016ae79a8b783e88c24f2045fadc026"
45
45
  }
@@ -86,5 +86,5 @@ $valueTypography: (
86
86
  }
87
87
 
88
88
  .triggerClassName {
89
- --offset: #{calc($border-state-focus-s-border-width + $space-drop-list-drop-offset)};
89
+ --offset: #{$space-drop-list-drop-offset};
90
90
  }
@@ -86,5 +86,5 @@ $valueTypography: (
86
86
  }
87
87
 
88
88
  .triggerClassName {
89
- --offset: #{calc($border-state-focus-s-border-width + $space-drop-list-drop-offset)};
89
+ --offset: #{$space-drop-list-drop-offset};
90
90
  }