@entur/chip 0.7.27-beta.0 → 0.7.28

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 +8 -0
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -318,26 +318,34 @@
318
318
  }
319
319
  .eds-action-chip:focus {
320
320
  outline: 2px solid #181c56;
321
+ outline-color: #181c56;
321
322
  outline-color: var(--basecolors-stroke-focus-standard);
322
323
  outline-offset: 0.125rem;
323
324
  }
324
325
  .eds-contrast .eds-action-chip:focus {
326
+ outline-color: #aeb7e2;
325
327
  outline-color: var(--basecolors-stroke-focus-contrast);
326
328
  }
327
329
  .eds-action-chip:hover {
330
+ border-color: rgba(84, 86, 140, 0.4);
328
331
  border-color: var(--components-chip-standard-border);
332
+ background-color: #d9ddf2;
329
333
  background-color: var(--components-chip-standard-hover);
330
334
  }
331
335
  .eds-contrast .eds-action-chip:hover {
332
336
  border-color: transparent;
337
+ background-color: #626493;
333
338
  background-color: var(--components-chip-contrast-hover);
334
339
  }
335
340
  .eds-action-chip:active {
341
+ background-color: #aeb7e2;
336
342
  background-color: var(--components-chip-standard-active);
337
343
  border-color: transparent;
338
344
  }
339
345
  .eds-contrast .eds-action-chip:active {
346
+ background-color: #8794d4;
340
347
  background-color: var(--components-chip-contrast-active);
348
+ color: #181c56;
341
349
  color: var(--components-chip-contrast-text-selected);
342
350
  }
343
351
  .eds-action-chip--disabled {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.7.27-beta.0",
3
+ "version": "0.7.28",
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.1.9-beta.0",
31
- "@entur/icons": "^7.5.1-beta.0",
32
- "@entur/loader": "^0.5.15-beta.0",
33
- "@entur/tokens": "^3.17.4-beta.0",
34
- "@entur/utils": "^0.12.2-beta.0",
30
+ "@entur/form": "^8.1.10",
31
+ "@entur/icons": "^7.6.0",
32
+ "@entur/loader": "^0.5.16",
33
+ "@entur/tokens": "^3.17.5",
34
+ "@entur/utils": "^0.12.2",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "dts-cli": "2.0.5"
39
39
  },
40
- "gitHead": "b213fa4fd10a1a07abada3fa987b7ee2ed110ac2"
40
+ "gitHead": "1a989376d61ab59a8c554a9cab733039aef8b2eb"
41
41
  }