@entur/table 4.9.2 → 4.9.4
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 +11 -11
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains the different Table components.
|
|
4
4
|
|
|
5
|
-
> 💡 Looking for the [documentation](https://
|
|
5
|
+
> 💡 Looking for the [documentation](https://linje.entur.no/komponenter/layout-og-flater/table)?
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -14,4 +14,4 @@ yarn add @entur/table
|
|
|
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/table) for usage information.
|
package/dist/styles.css
CHANGED
|
@@ -154,6 +154,7 @@
|
|
|
154
154
|
:root {
|
|
155
155
|
--basecolors-frame-contrast: #181c56;
|
|
156
156
|
--basecolors-frame-contrastalt: #393d79;
|
|
157
|
+
--basecolors-frame-contrastalt-2: #292b6a;
|
|
157
158
|
--basecolors-frame-default: #ffffff;
|
|
158
159
|
--basecolors-frame-elevated: #ffffff;
|
|
159
160
|
--basecolors-frame-elevatedalt: #f6f6f9;
|
|
@@ -219,6 +220,7 @@
|
|
|
219
220
|
[data-color-mode=dark] {
|
|
220
221
|
--basecolors-frame-contrast: #212233;
|
|
221
222
|
--basecolors-frame-contrastalt: #141527;
|
|
223
|
+
--basecolors-frame-contrastalt-2: #08091c;
|
|
222
224
|
--basecolors-frame-default: #08091c;
|
|
223
225
|
--basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
|
|
224
226
|
--basecolors-frame-elevatedalt: #464755;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/table.esm.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/button": "^3.3.
|
|
32
|
-
"@entur/expand": "^3.6.
|
|
33
|
-
"@entur/form": "^8.2.
|
|
34
|
-
"@entur/icons": "^7.
|
|
35
|
-
"@entur/layout": "^
|
|
36
|
-
"@entur/tokens": "^3.
|
|
37
|
-
"@entur/tooltip": "^5.2.
|
|
38
|
-
"@entur/utils": "^0.12.
|
|
30
|
+
"@entur/a11y": "^0.2.98",
|
|
31
|
+
"@entur/button": "^3.3.4",
|
|
32
|
+
"@entur/expand": "^3.6.4",
|
|
33
|
+
"@entur/form": "^8.2.4",
|
|
34
|
+
"@entur/icons": "^7.8.0",
|
|
35
|
+
"@entur/layout": "^3.1.0",
|
|
36
|
+
"@entur/tokens": "^3.19.0",
|
|
37
|
+
"@entur/tooltip": "^5.2.4",
|
|
38
|
+
"@entur/utils": "^0.12.3",
|
|
39
39
|
"@types/lodash.get": "^4.4.6",
|
|
40
40
|
"classnames": "^2.3.1",
|
|
41
41
|
"lodash.get": "^4.4.2"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"dts-cli": "2.0.5"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
|
|
47
47
|
}
|