@entur/alert 0.18.2-beta-automat.0 → 0.18.2-beta.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.
- package/dist/styles.css +0 -2
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -198,7 +198,6 @@
|
|
|
198
198
|
--basecolors-text-disabled:#6e6f73;
|
|
199
199
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
200
200
|
--basecolors-text-highlight:#ff5959;
|
|
201
|
-
--basecolors-text-highlightalt:#ffbf9e;
|
|
202
201
|
--basecolors-text-light:#ffffff;
|
|
203
202
|
--basecolors-text-subdued:#626493;
|
|
204
203
|
--basecolors-text-subduedalt:#d9dae8;
|
|
@@ -265,7 +264,6 @@
|
|
|
265
264
|
--basecolors-text-disabled:#b6b8ba;
|
|
266
265
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
267
266
|
--basecolors-text-highlight:#ff9494;
|
|
268
|
-
--basecolors-text-highlightalt:#ffbf9e;
|
|
269
267
|
--basecolors-text-light:#e5e5e9;
|
|
270
268
|
--basecolors-text-subdued:#b3b4bd;
|
|
271
269
|
--basecolors-text-subduedalt:#b3b4bd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/alert",
|
|
3
|
-
"version": "0.18.2-beta
|
|
3
|
+
"version": "0.18.2-beta.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/alert.cjs.js",
|
|
6
6
|
"module": "dist/alert.esm.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^4.
|
|
31
|
-
"@entur/expand": "^3.7.2-beta
|
|
32
|
-
"@entur/icons": "^8.4.1-beta
|
|
33
|
-
"@entur/tokens": "^3.
|
|
34
|
-
"@entur/tooltip": "^5.3.2-beta
|
|
35
|
-
"@entur/typography": "^2.1.2-beta
|
|
30
|
+
"@entur/button": "^3.4.2-beta.0",
|
|
31
|
+
"@entur/expand": "^3.7.2-beta.0",
|
|
32
|
+
"@entur/icons": "^8.4.1-beta.0",
|
|
33
|
+
"@entur/tokens": "^3.21.1",
|
|
34
|
+
"@entur/tooltip": "^5.3.2-beta.0",
|
|
35
|
+
"@entur/typography": "^2.1.2-beta.0",
|
|
36
36
|
"@entur/utils": "^0.13.1",
|
|
37
37
|
"classnames": "^2.5.1",
|
|
38
38
|
"copy-text-to-clipboard": "^2.2.0"
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"vite": "^7.1.3",
|
|
51
51
|
"vite-plugin-dts": "^4.5.4"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "bb439f99d29ac82cfa40794f882839e0c6162f8a"
|
|
54
54
|
}
|