@snack-uikit/drawer 0.8.2 → 0.8.3-preview-b09d21bf.0

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.
@@ -22,7 +22,7 @@ div[data-content-wrapper=true][data-size=l]{
22
22
  width:var(--size-drawer-width-l, 1872px);
23
23
  }
24
24
  div[data-content-wrapper=true][data-mode=regular] .drawer{
25
- background-color:var(--sys-neutral-background1-level, #fdfdff);
25
+ background-color:var(--sys-neutral-background1-level, #fdfdfd);
26
26
  }
27
27
  div[data-content-wrapper=true][data-mode=soft] .drawer{
28
28
  background-color:var(--sys-neutral-background2-level, #ffffff);
@@ -4,5 +4,5 @@
4
4
  flex:1 1 auto;
5
5
  box-sizing:border-box;
6
6
  min-height:var(--dimension-2m, 16px);
7
- color:var(--sys-neutral-text-main, #33333b);
7
+ color:var(--sys-neutral-text-main, #33343f);
8
8
  }
@@ -9,25 +9,25 @@
9
9
  box-sizing:border-box;
10
10
  margin:0;
11
11
  padding:0;
12
- color:var(--sys-neutral-text-support, #656771);
13
- background-color:var(--sys-neutral-decor-default, #dfe2ec);
12
+ color:var(--sys-neutral-text-support, #6d707f);
13
+ background-color:var(--sys-neutral-decor-default, #dde0ea);
14
14
  border:0 solid transparent;
15
15
  outline:0;
16
16
  outline-offset:var(--spacing-state-focus-offset, 2px);
17
17
  }
18
18
  .buttonClose:hover, .buttonClose:focus-visible{
19
- color:var(--sys-neutral-text-main, #33333b);
19
+ color:var(--sys-neutral-text-main, #33343f);
20
20
  background-color:var(--sys-neutral-decor-hovered, #cfd2dc);
21
21
  }
22
22
  .buttonClose:focus-visible{
23
23
  outline-width:var(--border-state-focus-s-border-width, 2px);
24
24
  outline-style:var(--border-state-focus-s-border-style, solid);
25
25
  outline-color:var(--border-state-focus-s-border-color, );
26
- outline-color:var(--sys-available-complementary, #141415);
26
+ outline-color:var(--sys-available-complementary, #15151b);
27
27
  }
28
28
  .buttonClose:active{
29
- color:var(--sys-neutral-text-main, #33333b);
30
- background-color:var(--sys-neutral-decor-activated, #bfc2cc);
29
+ color:var(--sys-neutral-text-main, #33343f);
30
+ background-color:var(--sys-neutral-decor-activated, #bec2cf);
31
31
  }
32
32
  .buttonClose svg{
33
33
  width:var(--size-icon-container-s, 24px) !important;
@@ -27,9 +27,9 @@
27
27
 
28
28
  .title{
29
29
  display:grid;
30
- color:var(--sys-neutral-text-main, #33333b);
30
+ color:var(--sys-neutral-text-main, #33343f);
31
31
  }
32
32
 
33
33
  .subtitle{
34
- color:var(--sys-neutral-text-support, #656771);
34
+ color:var(--sys-neutral-text-support, #6d707f);
35
35
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Drawer",
7
- "version": "0.8.2",
7
+ "version": "0.8.3-preview-b09d21bf.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -33,14 +33,14 @@
33
33
  "scripts": {},
34
34
  "dependencies": {
35
35
  "@snack-uikit/button": "0.17.2",
36
- "@snack-uikit/icons": "0.21.0",
36
+ "@snack-uikit/icons": "0.21.1-preview-b09d21bf.0",
37
37
  "@snack-uikit/scroll": "0.6.0",
38
- "@snack-uikit/tooltip": "0.13.6",
39
- "@snack-uikit/truncate-string": "0.4.19",
38
+ "@snack-uikit/tooltip": "0.13.7-preview-b09d21bf.0",
39
+ "@snack-uikit/truncate-string": "0.4.20-preview-b09d21bf.0",
40
40
  "@snack-uikit/typography": "0.6.2",
41
41
  "@snack-uikit/utils": "3.3.0",
42
42
  "classnames": "2.3.2",
43
43
  "rc-drawer": "6.4.1"
44
44
  },
45
- "gitHead": "0c81fa6b2657f51768401ba7ce5015fe8d293805"
45
+ "gitHead": "b51349c356c69cdff4fc4d4ff19374d66b82c015"
46
46
  }