@entur/button 3.0.11 → 3.0.12

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 +9 -9
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -3,6 +3,15 @@
3
3
  }
4
4
  /* DO NOT CHANGE!*/
5
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
+ .eds-button-group .eds-button {
7
+ margin-right: 0.75rem;
8
+ margin-bottom: 0.75rem;
9
+ }
10
+ .eds-button-group .eds-button:only-child {
11
+ margin: 0;
12
+ }
13
+ /* DO NOT CHANGE!*/
14
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
15
  a.eds-button {
7
16
  padding: 0.5rem 1rem;
8
17
  }
@@ -219,15 +228,6 @@ a.eds-button--size-large {
219
228
  }
220
229
  /* DO NOT CHANGE!*/
221
230
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
222
- .eds-button-group .eds-button {
223
- margin-right: 0.75rem;
224
- margin-bottom: 0.75rem;
225
- }
226
- .eds-button-group .eds-button:only-child {
227
- margin: 0;
228
- }
229
- /* DO NOT CHANGE!*/
230
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
231
231
  .eds-floating-button {
232
232
  align-items: center;
233
233
  -webkit-appearance: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/button",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
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.34",
30
+ "@entur/loader": "^0.4.35",
31
31
  "@entur/tokens": "^3.10.0",
32
32
  "@entur/utils": "^0.9.3",
33
33
  "classnames": "^2.3.1"
34
34
  },
35
- "gitHead": "9bf0838160519db9fb072af36dc19731dfb5e2dd"
35
+ "gitHead": "6e84c896e30f146cfc15284218f55ab9f1766d46"
36
36
  }