@entur/chip 0.7.27-RC.0 → 0.7.27

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 +15 -7
  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 {
@@ -499,13 +507,6 @@
499
507
  }
500
508
  /* DO NOT CHANGE!*/
501
509
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
502
- :where(.eds-choice-chips-group) {
503
- display: flex;
504
- row-gap: 0.5rem;
505
- flex-wrap: wrap;
506
- }
507
- /* DO NOT CHANGE!*/
508
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
509
510
  /* DO NOT CHANGE!*/
510
511
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
511
512
  /* DO NOT CHANGE!*/
@@ -699,3 +700,10 @@
699
700
  :root {
700
701
  --eds-chip: 1;
701
702
  }
703
+ /* DO NOT CHANGE!*/
704
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
705
+ :where(.eds-choice-chips-group) {
706
+ display: flex;
707
+ row-gap: 0.5rem;
708
+ flex-wrap: wrap;
709
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.7.27-RC.0",
3
+ "version": "0.7.27",
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-RC.0",
31
- "@entur/icons": "^7.5.1-RC.0",
32
- "@entur/loader": "^0.5.15-RC.0",
33
- "@entur/tokens": "^3.17.4-RC.0",
34
- "@entur/utils": "^0.12.2-RC.0",
30
+ "@entur/form": "^8.1.9",
31
+ "@entur/icons": "^7.5.1",
32
+ "@entur/loader": "^0.5.15",
33
+ "@entur/tokens": "^3.17.4",
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": "d7913682a41ade219cbd4dfc6e45060152c7fa0a"
40
+ "gitHead": "835e1335b390f48b80379ae6c473ac89041a392a"
41
41
  }