@entur/chip 0.7.14-beta.0 → 0.7.15

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.
Files changed (2) hide show
  1. package/dist/styles.css +49 -49
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -1,5 +1,48 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ .eds-chip {
4
+ background: transparent;
5
+ border: 0.0625rem solid var(--components-chip-standard-border);
6
+ border-radius: 1rem;
7
+ color: var(--components-chip-standard-text-unselected);
8
+ font-family: inherit;
9
+ transition: background 0.1s ease-out, border 0.1s ease-out;
10
+ display: flex;
11
+ justify-content: center;
12
+ align-items: center;
13
+ }
14
+ .eds-chip svg {
15
+ font-size: 0.875rem;
16
+ }
17
+ .eds-contrast .eds-chip {
18
+ background-color: transparent;
19
+ color: var(--components-chip-contrast-text-unselected);
20
+ border-color: var(--components-chip-contrast-border);
21
+ }
22
+ .eds-chip--leading-icon .eds-icon:first-of-type {
23
+ margin-right: 0.5rem;
24
+ }
25
+ .eds-chip--trailing-icon .eds-icon:last-of-type {
26
+ margin-left: 0.5rem;
27
+ }
28
+ .eds-chip--size-small {
29
+ height: 1.5rem;
30
+ min-width: 2.5rem;
31
+ padding: 0 0.5rem;
32
+ font-size: 0.75rem;
33
+ }
34
+ .eds-chip--size-small .eds-tag-chip__close-button svg {
35
+ width: 1rem;
36
+ height: 1rem;
37
+ }
38
+ .eds-chip--size-medium {
39
+ height: 2rem;
40
+ min-width: 3rem;
41
+ padding: 0 0.75rem;
42
+ font-size: 0.875rem;
43
+ }
44
+ /* DO NOT CHANGE!*/
45
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
46
  .eds-choice-chip {
4
47
  cursor: pointer;
5
48
  display: inline-block;
@@ -74,49 +117,6 @@
74
117
  }
75
118
  /* DO NOT CHANGE!*/
76
119
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
77
- .eds-chip {
78
- background: transparent;
79
- border: 0.0625rem solid var(--components-chip-standard-border);
80
- border-radius: 1rem;
81
- color: var(--components-chip-standard-text-unselected);
82
- font-family: inherit;
83
- transition: background 0.1s ease-out, border 0.1s ease-out;
84
- display: flex;
85
- justify-content: center;
86
- align-items: center;
87
- }
88
- .eds-chip svg {
89
- font-size: 0.875rem;
90
- }
91
- .eds-contrast .eds-chip {
92
- background-color: transparent;
93
- color: var(--components-chip-contrast-text-unselected);
94
- border-color: var(--components-chip-contrast-border);
95
- }
96
- .eds-chip--leading-icon .eds-icon:first-of-type {
97
- margin-right: 0.5rem;
98
- }
99
- .eds-chip--trailing-icon .eds-icon:last-of-type {
100
- margin-left: 0.5rem;
101
- }
102
- .eds-chip--size-small {
103
- height: 1.5rem;
104
- min-width: 2.5rem;
105
- padding: 0 0.5rem;
106
- font-size: 0.75rem;
107
- }
108
- .eds-chip--size-small .eds-tag-chip__close-button svg {
109
- width: 1rem;
110
- height: 1rem;
111
- }
112
- .eds-chip--size-medium {
113
- height: 2rem;
114
- min-width: 3rem;
115
- padding: 0 0.75rem;
116
- font-size: 0.875rem;
117
- }
118
- /* DO NOT CHANGE!*/
119
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
120
120
  /* DO NOT CHANGE!*/
121
121
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
122
122
  /* DO NOT CHANGE!*/
@@ -255,8 +255,8 @@
255
255
  --basecolors-shape-accent: #e5e5e9;
256
256
  --basecolors-shape-bicycle-contrast: #4db295;
257
257
  --basecolors-shape-bicycle-default: #4db295;
258
- --basecolors-shape-bus-contrast: #e87a9b;
259
- --basecolors-shape-bus-default: #e87a9b;
258
+ --basecolors-shape-bus-contrast: #ef7398;
259
+ --basecolors-shape-bus-default: #ef7398;
260
260
  --basecolors-shape-cableway-contrast: #b898e5;
261
261
  --basecolors-shape-cableway-default: #b898e5;
262
262
  --basecolors-shape-disabled: #b6b8ba;
@@ -299,7 +299,7 @@
299
299
  --basecolors-stroke-highlight: #ff9494;
300
300
  --basecolors-stroke-light: #b3b4bd;
301
301
  --basecolors-stroke-subdued: #81828f;
302
- --basecolors-stroke-subduedalt: #81828f;
302
+ --basecolors-stroke-subduedalt: #949699;
303
303
  --basecolors-text-accent: #e5e5e9;
304
304
  --basecolors-text-disabled: #b6b8ba;
305
305
  --basecolors-text-disabledalt: #b6b8ba;
@@ -635,8 +635,8 @@
635
635
  --basecolors-shape-accent: #e5e5e9;
636
636
  --basecolors-shape-bicycle-contrast: #4db295;
637
637
  --basecolors-shape-bicycle-default: #4db295;
638
- --basecolors-shape-bus-contrast: #e87a9b;
639
- --basecolors-shape-bus-default: #e87a9b;
638
+ --basecolors-shape-bus-contrast: #ef7398;
639
+ --basecolors-shape-bus-default: #ef7398;
640
640
  --basecolors-shape-cableway-contrast: #b898e5;
641
641
  --basecolors-shape-cableway-default: #b898e5;
642
642
  --basecolors-shape-disabled: #b6b8ba;
@@ -679,7 +679,7 @@
679
679
  --basecolors-stroke-highlight: #ff9494;
680
680
  --basecolors-stroke-light: #b3b4bd;
681
681
  --basecolors-stroke-subdued: #81828f;
682
- --basecolors-stroke-subduedalt: #81828f;
682
+ --basecolors-stroke-subduedalt: #949699;
683
683
  --basecolors-text-accent: #e5e5e9;
684
684
  --basecolors-text-disabled: #b6b8ba;
685
685
  --basecolors-text-disabledalt: #b6b8ba;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.7.14-beta.0",
3
+ "version": "0.7.15",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^8.0.0-beta.0",
31
- "@entur/icons": "^7.0.0-beta.0",
32
- "@entur/loader": "^0.5.5-beta.0",
33
- "@entur/tokens": "^3.15.1",
30
+ "@entur/form": "^8.0.0",
31
+ "@entur/icons": "^7.0.0",
32
+ "@entur/loader": "^0.5.6",
33
+ "@entur/tokens": "^3.15.2",
34
34
  "@entur/utils": "^0.11.1",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "c8e99ab901c06e9faf622f1a1f88e1b0e7e34419"
37
+ "gitHead": "cff2157007648ca73944d215e9f3f03160c96f13"
38
38
  }