@entur/button 3.1.0 → 3.1.1
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.
- package/dist/styles.css +9 -9
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -232,15 +232,6 @@ a.eds-button--size-large {
|
|
|
232
232
|
}
|
|
233
233
|
/* DO NOT CHANGE!*/
|
|
234
234
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
235
|
-
.eds-button-group .eds-button {
|
|
236
|
-
margin-right: 0.75rem;
|
|
237
|
-
margin-bottom: 0.75rem;
|
|
238
|
-
}
|
|
239
|
-
.eds-button-group .eds-button:only-child {
|
|
240
|
-
margin: 0;
|
|
241
|
-
}
|
|
242
|
-
/* DO NOT CHANGE!*/
|
|
243
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
244
235
|
.eds-floating-button {
|
|
245
236
|
align-items: center;
|
|
246
237
|
-webkit-appearance: none;
|
|
@@ -369,6 +360,15 @@ a.eds-button--size-large {
|
|
|
369
360
|
}
|
|
370
361
|
/* DO NOT CHANGE!*/
|
|
371
362
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
363
|
+
.eds-button-group .eds-button {
|
|
364
|
+
margin-right: 0.75rem;
|
|
365
|
+
margin-bottom: 0.75rem;
|
|
366
|
+
}
|
|
367
|
+
.eds-button-group .eds-button:only-child {
|
|
368
|
+
margin: 0;
|
|
369
|
+
}
|
|
370
|
+
/* DO NOT CHANGE!*/
|
|
371
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
372
372
|
.eds-square-button {
|
|
373
373
|
--icon-color: var(--primary-text-color);
|
|
374
374
|
--button-background: transparent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
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.
|
|
30
|
+
"@entur/loader": "^0.4.38",
|
|
31
31
|
"@entur/tokens": "^3.10.0",
|
|
32
|
-
"@entur/utils": "^0.9.
|
|
32
|
+
"@entur/utils": "^0.9.4",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "0da1a9e2532f60cc1a456a79ad3aa689514ca2c7"
|
|
36
36
|
}
|