@entur/modal 1.8.1-beta-automat.0 → 1.8.2-beta-automat.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 +2 -0
- package/package.json +9 -9
package/dist/styles.css
CHANGED
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
--basecolors-text-disabled:#6e6f73;
|
|
119
119
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
120
120
|
--basecolors-text-highlight:#ff5959;
|
|
121
|
+
--basecolors-text-highlightalt:#ffbf9e;
|
|
121
122
|
--basecolors-text-light:#ffffff;
|
|
122
123
|
--basecolors-text-subdued:#626493;
|
|
123
124
|
--basecolors-text-subduedalt:#d9dae8;
|
|
@@ -184,6 +185,7 @@
|
|
|
184
185
|
--basecolors-text-disabled:#b6b8ba;
|
|
185
186
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
186
187
|
--basecolors-text-highlight:#ff9494;
|
|
188
|
+
--basecolors-text-highlightalt:#ffbf9e;
|
|
187
189
|
--basecolors-text-light:#e5e5e9;
|
|
188
190
|
--basecolors-text-subdued:#b3b4bd;
|
|
189
191
|
--basecolors-text-subduedalt:#b3b4bd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/modal",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2-beta-automat.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/modal.cjs.js",
|
|
6
6
|
"module": "dist/modal.esm.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/button": "^
|
|
32
|
-
"@entur/icons": "^8.
|
|
33
|
-
"@entur/layout": "^3.3.
|
|
34
|
-
"@entur/tokens": "^3.
|
|
35
|
-
"@entur/typography": "^2.1.
|
|
36
|
-
"@entur/utils": "^0.
|
|
30
|
+
"@entur/a11y": "^0.2.105-beta-automat.0",
|
|
31
|
+
"@entur/button": "^4.0.0-beta-automat.0",
|
|
32
|
+
"@entur/icons": "^8.4.1-beta-automat.0",
|
|
33
|
+
"@entur/layout": "^3.3.2-beta-automat.0",
|
|
34
|
+
"@entur/tokens": "^3.22.0-beta-automat.0",
|
|
35
|
+
"@entur/typography": "^2.1.2-beta-automat.0",
|
|
36
|
+
"@entur/utils": "^0.13.1",
|
|
37
37
|
"@reach/dialog": "^0.16.2",
|
|
38
38
|
"classnames": "^2.5.1",
|
|
39
39
|
"react-focus-lock": "^2.13.6"
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"vite": "^7.1.3",
|
|
52
52
|
"vite-plugin-dts": "^4.5.4"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "7d0d14cd6fd5cf4b7ef3c2a3aa7e3536ac51900d"
|
|
55
55
|
}
|