@entur/modal 1.7.63 → 1.7.64
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/README.md +2 -2
- package/dist/styles.css +2 -0
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains the different Modal components.
|
|
4
4
|
|
|
5
|
-
> 💡 Looking for the [documentation](https://
|
|
5
|
+
> 💡 Looking for the [documentation](https://linje.entur.no/komponenter/layout-og-flater/modal)?
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -14,4 +14,4 @@ yarn add @entur/modal
|
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
|
-
Please refer to the [documentation](https://
|
|
17
|
+
Please refer to the [documentation](https://linje.entur.no/komponenter/layout-og-flater/modal) for usage information.
|
package/dist/styles.css
CHANGED
|
@@ -189,6 +189,7 @@
|
|
|
189
189
|
:root {
|
|
190
190
|
--basecolors-frame-contrast: #181c56;
|
|
191
191
|
--basecolors-frame-contrastalt: #393d79;
|
|
192
|
+
--basecolors-frame-contrastalt-2: #292b6a;
|
|
192
193
|
--basecolors-frame-default: #ffffff;
|
|
193
194
|
--basecolors-frame-elevated: #ffffff;
|
|
194
195
|
--basecolors-frame-elevatedalt: #f6f6f9;
|
|
@@ -254,6 +255,7 @@
|
|
|
254
255
|
[data-color-mode=dark] {
|
|
255
256
|
--basecolors-frame-contrast: #212233;
|
|
256
257
|
--basecolors-frame-contrastalt: #141527;
|
|
258
|
+
--basecolors-frame-contrastalt-2: #08091c;
|
|
257
259
|
--basecolors-frame-default: #08091c;
|
|
258
260
|
--basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
|
|
259
261
|
--basecolors-frame-elevatedalt: #464755;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/modal",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.64",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.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": "^3.3.
|
|
32
|
-
"@entur/icons": "^7.
|
|
33
|
-
"@entur/layout": "^3.
|
|
34
|
-
"@entur/tokens": "^3.
|
|
35
|
-
"@entur/typography": "^1.9.
|
|
36
|
-
"@entur/utils": "^0.12.
|
|
30
|
+
"@entur/a11y": "^0.2.98",
|
|
31
|
+
"@entur/button": "^3.3.4",
|
|
32
|
+
"@entur/icons": "^7.8.0",
|
|
33
|
+
"@entur/layout": "^3.1.0",
|
|
34
|
+
"@entur/tokens": "^3.19.0",
|
|
35
|
+
"@entur/typography": "^1.9.4",
|
|
36
|
+
"@entur/utils": "^0.12.3",
|
|
37
37
|
"@reach/dialog": "^0.16.0",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"react-focus-lock": "^2.9.1"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"dts-cli": "2.0.5"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
|
|
45
45
|
}
|