@entur/button 3.3.3 → 3.3.5
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 +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains the button component
|
|
4
4
|
|
|
5
|
-
> 💡 Looking for the [documentation](https://
|
|
5
|
+
> 💡 Looking for the [documentation](https://linje.entur.no/komponenter/knapper/button)?
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -14,4 +14,4 @@ yarn add @entur/button
|
|
|
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/knapper/button) for further usage information.
|
package/dist/styles.css
CHANGED
|
@@ -766,6 +766,7 @@ a.eds-button .eds-icon {
|
|
|
766
766
|
:root {
|
|
767
767
|
--basecolors-frame-contrast: #181c56;
|
|
768
768
|
--basecolors-frame-contrastalt: #393d79;
|
|
769
|
+
--basecolors-frame-contrastalt-2: #292b6a;
|
|
769
770
|
--basecolors-frame-default: #ffffff;
|
|
770
771
|
--basecolors-frame-elevated: #ffffff;
|
|
771
772
|
--basecolors-frame-elevatedalt: #f6f6f9;
|
|
@@ -831,6 +832,7 @@ a.eds-button .eds-icon {
|
|
|
831
832
|
[data-color-mode=dark] {
|
|
832
833
|
--basecolors-frame-contrast: #212233;
|
|
833
834
|
--basecolors-frame-contrastalt: #141527;
|
|
835
|
+
--basecolors-frame-contrastalt-2: #08091c;
|
|
834
836
|
--basecolors-frame-default: #08091c;
|
|
835
837
|
--basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
|
|
836
838
|
--basecolors-frame-elevatedalt: #464755;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/button.esm.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/loader": "^0.5.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
32
|
-
"@entur/utils": "^0.12.
|
|
30
|
+
"@entur/loader": "^0.5.22",
|
|
31
|
+
"@entur/tokens": "^3.19.0",
|
|
32
|
+
"@entur/utils": "^0.12.3",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"dts-cli": "2.0.5"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "e59bee5bf5aa6ab864c96be6cf4979feab287c61"
|
|
39
39
|
}
|