kwant-ui 3.46.1-dev.0 → 3.47.1-dev.1

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kwant-ui",
3
- "version": "3.46.1-dev.0",
3
+ "version": "3.47.1-dev.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -112,6 +112,11 @@ const colors: Color = {
112
112
  warningLower: '#FED7AA',
113
113
  warningLower2: '#FFEDD5',
114
114
  },
115
+ alert: {
116
+ border: '#FAEC88',
117
+ background: '#FCF9DC',
118
+ icon: '#EAB308',
119
+ },
115
120
 
116
121
  disabled: {
117
122
  disabledHigh: '#B1B1B1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kwant-ui",
3
- "version": "3.46.1-dev.0",
3
+ "version": "3.47.1-dev.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
package/themes/colors.ts CHANGED
@@ -112,6 +112,11 @@ const colors: Color = {
112
112
  warningLower: '#FED7AA',
113
113
  warningLower2: '#FFEDD5',
114
114
  },
115
+ alert: {
116
+ border: '#FAEC88',
117
+ background: '#FCF9DC',
118
+ icon: '#EAB308',
119
+ },
115
120
 
116
121
  disabled: {
117
122
  disabledHigh: '#B1B1B1',