@entur/button 3.2.7-beta.0 → 3.2.8-alpha.0

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 +3 -3
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -319,9 +319,6 @@ a.eds-button--size-large {
319
319
  .eds-floating-button--extended > *:last-child {
320
320
  margin-right: 0;
321
321
  }
322
- :root {
323
- --eds-button: 1;
324
- }
325
322
  /* DO NOT CHANGE!*/
326
323
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
327
324
  .eds-square-button {
@@ -465,6 +462,9 @@ a.eds-button--size-large {
465
462
  .eds-square-button--tertiary .eds-square-button__loading-dots .eds-loading-dots__dot {
466
463
  background: #181c56;
467
464
  }
465
+ :root {
466
+ --eds-button: 1;
467
+ }
468
468
  /* DO NOT CHANGE!*/
469
469
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
470
470
  .eds-icon-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/button",
3
- "version": "3.2.7-beta.0",
3
+ "version": "3.2.8-alpha.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/button.esm.js",
@@ -27,10 +27,10 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/loader": "^0.4.52-beta.0",
31
- "@entur/tokens": "^3.12.0",
32
- "@entur/utils": "^1.0.0-beta.0",
30
+ "@entur/loader": "^0.4.53-alpha.0",
31
+ "@entur/tokens": "^3.12.1-alpha.0",
32
+ "@entur/utils": "^0.10.0",
33
33
  "classnames": "^2.3.1"
34
34
  },
35
- "gitHead": "4e2a54a5b8402cf439cd91487f569e775bf53691"
35
+ "gitHead": "d6797c03d0ad7c0629f3851445759d9552660dcd"
36
36
  }