@entur/button 3.1.9 → 3.1.11-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 +12 -12
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -1,14 +1,5 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
- .eds-button-group .eds-button {
4
- margin-right: 0.75rem;
5
- margin-bottom: 0.75rem;
6
- }
7
- .eds-button-group .eds-button:only-child {
8
- margin: 0;
9
- }
10
- /* DO NOT CHANGE!*/
11
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
12
3
  a.eds-button {
13
4
  padding: 0.5rem 1rem;
14
5
  }
@@ -238,6 +229,15 @@ a.eds-button--size-large {
238
229
  }
239
230
  /* DO NOT CHANGE!*/
240
231
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
232
+ .eds-button-group .eds-button {
233
+ margin-right: 0.75rem;
234
+ margin-bottom: 0.75rem;
235
+ }
236
+ .eds-button-group .eds-button:only-child {
237
+ margin: 0;
238
+ }
239
+ /* DO NOT CHANGE!*/
240
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
241
241
  .eds-floating-button {
242
242
  align-items: center;
243
243
  -webkit-appearance: none;
@@ -460,9 +460,6 @@ a.eds-button--size-large {
460
460
  .eds-square-button--tertiary .eds-square-button__loading-dots .eds-loading-dots__dot {
461
461
  background: #181c56;
462
462
  }
463
- :root {
464
- --eds-button: 1;
465
- }
466
463
  /* DO NOT CHANGE!*/
467
464
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
468
465
  .eds-icon-button {
@@ -517,3 +514,6 @@ a.eds-button--size-large {
517
514
  width: -moz-fit-content;
518
515
  width: fit-content;
519
516
  }
517
+ :root {
518
+ --eds-button: 1;
519
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/button",
3
- "version": "3.1.9",
3
+ "version": "3.1.11-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.46",
31
- "@entur/tokens": "^3.11.0",
30
+ "@entur/loader": "^0.4.48-alpha.0",
31
+ "@entur/tokens": "^3.11.1-alpha.0",
32
32
  "@entur/utils": "^0.9.5",
33
33
  "classnames": "^2.3.1"
34
34
  },
35
- "gitHead": "cd8bd67e916e644093ba1390154ccc96fa6f048f"
35
+ "gitHead": "957d432b3633e7f973ea9ffb0219d21f6b598980"
36
36
  }