@entur/chip 0.8.2 → 0.8.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 +11 -7
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains the different chip components.
|
|
4
4
|
|
|
5
|
-
> 💡 Looking for the [documentation](https://
|
|
5
|
+
> 💡 Looking for the [documentation](https://linje.entur.no/komponenter/skjemaelementer/chip)?
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -14,4 +14,4 @@ yarn add @entur/chip
|
|
|
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/skjemaelementer/chip) for usage information.
|
package/dist/styles.css
CHANGED
|
@@ -182,6 +182,7 @@
|
|
|
182
182
|
:root {
|
|
183
183
|
--basecolors-frame-contrast: #181c56;
|
|
184
184
|
--basecolors-frame-contrastalt: #393d79;
|
|
185
|
+
--basecolors-frame-contrastalt-2: #292b6a;
|
|
185
186
|
--basecolors-frame-default: #ffffff;
|
|
186
187
|
--basecolors-frame-elevated: #ffffff;
|
|
187
188
|
--basecolors-frame-elevatedalt: #f6f6f9;
|
|
@@ -247,6 +248,7 @@
|
|
|
247
248
|
[data-color-mode=dark] {
|
|
248
249
|
--basecolors-frame-contrast: #212233;
|
|
249
250
|
--basecolors-frame-contrastalt: #141527;
|
|
251
|
+
--basecolors-frame-contrastalt-2: #08091c;
|
|
250
252
|
--basecolors-frame-default: #08091c;
|
|
251
253
|
--basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
|
|
252
254
|
--basecolors-frame-elevatedalt: #464755;
|
|
@@ -507,13 +509,6 @@
|
|
|
507
509
|
}
|
|
508
510
|
/* DO NOT CHANGE!*/
|
|
509
511
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
510
|
-
:where(.eds-choice-chips-group) {
|
|
511
|
-
display: flex;
|
|
512
|
-
row-gap: 0.5rem;
|
|
513
|
-
flex-wrap: wrap;
|
|
514
|
-
}
|
|
515
|
-
/* DO NOT CHANGE!*/
|
|
516
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
517
512
|
/* DO NOT CHANGE!*/
|
|
518
513
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
519
514
|
/* DO NOT CHANGE!*/
|
|
@@ -577,6 +572,7 @@
|
|
|
577
572
|
:root {
|
|
578
573
|
--basecolors-frame-contrast: #181c56;
|
|
579
574
|
--basecolors-frame-contrastalt: #393d79;
|
|
575
|
+
--basecolors-frame-contrastalt-2: #292b6a;
|
|
580
576
|
--basecolors-frame-default: #ffffff;
|
|
581
577
|
--basecolors-frame-elevated: #ffffff;
|
|
582
578
|
--basecolors-frame-elevatedalt: #f6f6f9;
|
|
@@ -642,6 +638,7 @@
|
|
|
642
638
|
[data-color-mode=dark] {
|
|
643
639
|
--basecolors-frame-contrast: #212233;
|
|
644
640
|
--basecolors-frame-contrastalt: #141527;
|
|
641
|
+
--basecolors-frame-contrastalt-2: #08091c;
|
|
645
642
|
--basecolors-frame-default: #08091c;
|
|
646
643
|
--basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
|
|
647
644
|
--basecolors-frame-elevatedalt: #464755;
|
|
@@ -707,3 +704,10 @@
|
|
|
707
704
|
:root {
|
|
708
705
|
--eds-chip: 1;
|
|
709
706
|
}
|
|
707
|
+
/* DO NOT CHANGE!*/
|
|
708
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
709
|
+
:where(.eds-choice-chips-group) {
|
|
710
|
+
display: flex;
|
|
711
|
+
row-gap: 0.5rem;
|
|
712
|
+
flex-wrap: wrap;
|
|
713
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/chip",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/chip.esm.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/form": "^8.2.
|
|
31
|
-
"@entur/icons": "^7.
|
|
32
|
-
"@entur/loader": "^0.5.
|
|
33
|
-
"@entur/tokens": "^3.
|
|
34
|
-
"@entur/utils": "^0.12.
|
|
30
|
+
"@entur/form": "^8.2.4",
|
|
31
|
+
"@entur/icons": "^7.8.0",
|
|
32
|
+
"@entur/loader": "^0.5.21",
|
|
33
|
+
"@entur/tokens": "^3.19.0",
|
|
34
|
+
"@entur/utils": "^0.12.3",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"dts-cli": "2.0.5"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
|
|
41
41
|
}
|