ros.grant.common 2.1.44 → 2.1.45

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.
@@ -7,6 +7,17 @@
7
7
  padding-right: 36px;
8
8
  margin-bottom: 4px;
9
9
  transition: .2s;
10
+ box-shadow: var(--box-shadow-secondary-x, 0px) var(--box-shadow-secondary-y, 1px) var(--box-shadow-secondary-blur, 4px) var(--box-shadow-secondary-spread, 0px) var(--box-shadow-secondary-color, #3a3a3a4d);
11
+
12
+ &:hover {
13
+ box-shadow: var(--box-shadow-secondary-x, 0px) var(--box-shadow-secondary-y, 1px) var(--box-shadow-secondary-blur, 4px) var(--box-shadow-secondary-spread, 0px) var(--box-shadow-secondary-color, #3a3a3a4d);
14
+ }
15
+ }
16
+
17
+ .toast{
18
+ &-info {
19
+ color: var(--neutral-text-primary, #282828);
20
+ }
10
21
  }
11
22
  }
12
23
 
@@ -49,6 +60,19 @@
49
60
  background-color: var(--system-bg-controls-attention-hover, #C26807);
50
61
  }
51
62
  }
63
+
64
+ &-info {
65
+ background-color: var(--brand-bg-secondary-default, #FBF5EE);
66
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%2212%22%20fill%3D%22white%22/%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.66669%2012C4.66669%207.9499%207.94993%204.66666%2012%204.66666C16.0501%204.66666%2019.3334%207.9499%2019.3334%2012C19.3334%2016.0501%2016.0501%2019.3333%2012%2019.3333C7.94993%2019.3333%204.66669%2016.0501%204.66669%2012ZM12%205.68991C8.51506%205.68991%205.68994%208.51503%205.68994%2012C5.68994%2015.4849%208.51506%2018.3101%2012%2018.3101C15.485%2018.3101%2018.3101%2015.4849%2018.3101%2012C18.3101%208.51503%2015.485%205.68991%2012%205.68991Z%22%20fill%3D%22%2333373C%22/%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2011.4884C12.2826%2011.4884%2012.5116%2011.7174%2012.5116%2012V14.7287C12.5116%2015.0112%2012.2826%2015.2403%2012%2015.2403C11.7175%2015.2403%2011.4884%2015.0112%2011.4884%2014.7287V12C11.4884%2011.7174%2011.7175%2011.4884%2012%2011.4884Z%22%20fill%3D%22%2333373C%22/%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%208.75968C12.2826%208.75968%2012.5116%208.98874%2012.5116%209.27131V9.95348C12.5116%2010.236%2012.2826%2010.4651%2012%2010.4651C11.7175%2010.4651%2011.4884%2010.236%2011.4884%209.95348V9.27131C11.4884%208.98874%2011.7175%208.75968%2012%208.75968Z%22%20fill%3D%22%2333373C%22/%3E%0A%3C/svg%3E%0A");
67
+
68
+ &:hover {
69
+ background-color: var(--brand-bg-secondary-hover, #EBE1D5);
70
+ }
71
+
72
+ .toast-close-button{
73
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204L4%2012%22%20stroke%3D%22%2333373C%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204L12%2012%22%20stroke%3D%22%2333373C%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A");
74
+ }
75
+ }
52
76
 
53
77
  &-close {
54
78
  &-button {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.44",
2
+ "version": "2.1.45",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {