@entur/chip 0.6.21 → 0.6.23

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 +11 -6
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -1,6 +1,7 @@
1
1
  :root {
2
2
  --eds-chip: 1;
3
- }/* DO NOT CHANGE!*/
3
+ }
4
+ /* DO NOT CHANGE!*/
4
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
6
  .eds-chip {
6
7
  background: #ebebf1;
@@ -29,7 +30,8 @@
29
30
  }
30
31
  .eds-chip--trailing-icon .eds-icon {
31
32
  margin-left: 0.5rem;
32
- }/* DO NOT CHANGE!*/
33
+ }
34
+ /* DO NOT CHANGE!*/
33
35
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
34
36
  .eds-choice-chip {
35
37
  cursor: pointer;
@@ -100,7 +102,8 @@
100
102
  opacity: 1;
101
103
  border-color: #8285a8;
102
104
  color: #babbcf;
103
- }/* DO NOT CHANGE!*/
105
+ }
106
+ /* DO NOT CHANGE!*/
104
107
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
105
108
  .eds-action-chip {
106
109
  cursor: pointer;
@@ -138,7 +141,8 @@
138
141
  }
139
142
  .eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
140
143
  background-color: #ffffff;
141
- }/* DO NOT CHANGE!*/
144
+ }
145
+ /* DO NOT CHANGE!*/
142
146
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
143
147
  .eds-tag-chip {
144
148
  cursor: default;
@@ -177,7 +181,8 @@
177
181
  }
178
182
  .eds-contrast .eds-tag-chip__close-button:focus {
179
183
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
180
- }/* DO NOT CHANGE!*/
184
+ }
185
+ /* DO NOT CHANGE!*/
181
186
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
182
187
  .eds-filter-chip {
183
188
  cursor: pointer;
@@ -262,4 +267,4 @@
262
267
  100% {
263
268
  stroke-dashoffset: 0;
264
269
  }
265
- }
270
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.6.21",
3
+ "version": "0.6.23",
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": "^5.4.18",
31
- "@entur/icons": "^5.8.0",
32
- "@entur/loader": "^0.4.22",
30
+ "@entur/form": "^5.4.20",
31
+ "@entur/icons": "^5.8.1",
32
+ "@entur/loader": "^0.4.23",
33
33
  "@entur/tokens": "^3.8.0",
34
34
  "@entur/utils": "^0.5.5",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "bc067536ed769de8072f19002ef4877a1e974443"
37
+ "gitHead": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
38
38
  }