@snack-uikit/toolbar 0.13.22 → 0.13.23
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 +9 -0
- package/dist/cjs/components/Toolbar/styles.module.css +3 -3
- package/dist/cjs/helperComponents/BulkActions/styles.module.css +1 -1
- package/dist/cjs/helperComponents/Separator/styles.module.css +2 -2
- package/dist/esm/components/Toolbar/styles.module.css +3 -3
- package/dist/esm/helperComponents/BulkActions/styles.module.css +1 -1
- package/dist/esm/helperComponents/Separator/styles.module.css +2 -2
- package/package.json +3 -3
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.13.23 (2025-08-26)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@snack-uikit/tag@0.15.8](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/tag/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## 0.13.22 (2025-08-01)
|
|
7
16
|
|
|
8
17
|
### Only dependencies have been changed
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.container{
|
|
12
|
-
border-radius:var(--radius-toolbar-container,
|
|
12
|
+
border-radius:var(--radius-toolbar-container, 4px);
|
|
13
13
|
position:relative;
|
|
14
14
|
display:flex;
|
|
15
15
|
justify-content:space-between;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
background-color:var(--sys-neutral-background1-level, #fdfdfd);
|
|
18
18
|
}
|
|
19
19
|
.container[data-outline]::before{
|
|
20
|
-
border-radius:var(--radius-toolbar-container,
|
|
20
|
+
border-radius:var(--radius-toolbar-container, 4px);
|
|
21
21
|
border-width:var(--border-width-toolbar-outline, 1px);
|
|
22
22
|
pointer-events:none;
|
|
23
23
|
content:"";
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
height:var(--size-toolbar-checkbox, 40px);
|
|
36
36
|
padding-left:var(--space-toolbar-search-horizontal-padding, 8px);
|
|
37
37
|
padding-right:var(--space-toolbar-search-horizontal-padding, 8px);
|
|
38
|
-
border-radius:var(--radius-toolbar-search,
|
|
38
|
+
border-radius:var(--radius-toolbar-search, 4px);
|
|
39
39
|
min-width:var(--size-toolbar-search-min-width, 80px);
|
|
40
40
|
}
|
|
41
41
|
.search:focus-within{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.separatorWrapper{
|
|
2
|
-
padding-top:var(--space-toolbar-separator-padding,
|
|
3
|
-
padding-bottom:var(--space-toolbar-separator-padding,
|
|
2
|
+
padding-top:var(--space-toolbar-separator-padding, 0px);
|
|
3
|
+
padding-bottom:var(--space-toolbar-separator-padding, 0px);
|
|
4
4
|
flex-shrink:0;
|
|
5
5
|
}
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.container{
|
|
12
|
-
border-radius:var(--radius-toolbar-container,
|
|
12
|
+
border-radius:var(--radius-toolbar-container, 4px);
|
|
13
13
|
position:relative;
|
|
14
14
|
display:flex;
|
|
15
15
|
justify-content:space-between;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
background-color:var(--sys-neutral-background1-level, #fdfdfd);
|
|
18
18
|
}
|
|
19
19
|
.container[data-outline]::before{
|
|
20
|
-
border-radius:var(--radius-toolbar-container,
|
|
20
|
+
border-radius:var(--radius-toolbar-container, 4px);
|
|
21
21
|
border-width:var(--border-width-toolbar-outline, 1px);
|
|
22
22
|
pointer-events:none;
|
|
23
23
|
content:"";
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
height:var(--size-toolbar-checkbox, 40px);
|
|
36
36
|
padding-left:var(--space-toolbar-search-horizontal-padding, 8px);
|
|
37
37
|
padding-right:var(--space-toolbar-search-horizontal-padding, 8px);
|
|
38
|
-
border-radius:var(--radius-toolbar-search,
|
|
38
|
+
border-radius:var(--radius-toolbar-search, 4px);
|
|
39
39
|
min-width:var(--size-toolbar-search-min-width, 80px);
|
|
40
40
|
}
|
|
41
41
|
.search:focus-within{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.separatorWrapper{
|
|
2
|
-
padding-top:var(--space-toolbar-separator-padding,
|
|
3
|
-
padding-bottom:var(--space-toolbar-separator-padding,
|
|
2
|
+
padding-top:var(--space-toolbar-separator-padding, 0px);
|
|
3
|
+
padding-bottom:var(--space-toolbar-separator-padding, 0px);
|
|
4
4
|
flex-shrink:0;
|
|
5
5
|
}
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Toolbar",
|
|
7
|
-
"version": "0.13.
|
|
7
|
+
"version": "0.13.23",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@snack-uikit/icons": "0.27.2",
|
|
42
42
|
"@snack-uikit/list": "0.32.1",
|
|
43
43
|
"@snack-uikit/search-private": "0.4.27",
|
|
44
|
-
"@snack-uikit/tag": "0.15.
|
|
44
|
+
"@snack-uikit/tag": "0.15.8",
|
|
45
45
|
"@snack-uikit/toggles": "0.13.20",
|
|
46
46
|
"@snack-uikit/tooltip": "0.18.3",
|
|
47
47
|
"@snack-uikit/utils": "3.10.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@snack-uikit/locale": "*"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "dc42c636dae38b12a144f21188b1d489db637681"
|
|
55
55
|
}
|