@entur/button 2.10.8 → 2.10.9

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 -8
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -2,6 +2,14 @@
2
2
  --eds-button: 1;
3
3
  }/* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
+ .eds-button-group .eds-button {
6
+ margin-right: 0.75rem;
7
+ margin-bottom: 0.75rem;
8
+ }
9
+ .eds-button-group .eds-button:only-child {
10
+ margin: 0;
11
+ }/* DO NOT CHANGE!*/
12
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
13
  a.eds-button {
6
14
  padding: 0.5rem 1rem;
7
15
  }
@@ -217,14 +225,6 @@ a.eds-button--size-large {
217
225
  color: #aeb7e2;
218
226
  }/* DO NOT CHANGE!*/
219
227
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
220
- .eds-button-group .eds-button {
221
- margin-right: 0.75rem;
222
- margin-bottom: 0.75rem;
223
- }
224
- .eds-button-group .eds-button:only-child {
225
- margin: 0;
226
- }/* DO NOT CHANGE!*/
227
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
228
228
  .eds-icon-button {
229
229
  border: 0.0625rem solid transparent;
230
230
  border-radius: 0.25rem;
@@ -274,6 +274,7 @@ a.eds-button--size-large {
274
274
  }
275
275
  .eds-icon-button--disabled__wrapper {
276
276
  cursor: not-allowed;
277
+ width: -webkit-fit-content;
277
278
  width: -moz-fit-content;
278
279
  width: fit-content;
279
280
  }/* DO NOT CHANGE!*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/button",
3
- "version": "2.10.8",
3
+ "version": "2.10.9",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/button.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/loader": "^0.4.16",
31
- "@entur/utils": "^0.4.9",
30
+ "@entur/loader": "^0.4.17",
31
+ "@entur/utils": "^0.5.0",
32
32
  "classnames": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@entur/tokens": "^3.4.4"
36
36
  },
37
- "gitHead": "de71e205560a699e2dce301e133966dc9348c459"
37
+ "gitHead": "36772ae4f2d8375622acff19736c07d15435cb95"
38
38
  }