@entur/button 3.2.2 → 3.2.3
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 +3 -3
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
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. */
|
|
3
12
|
a.eds-button {
|
|
4
13
|
padding: 0.5rem 1rem;
|
|
5
14
|
}
|
|
@@ -238,15 +247,6 @@ a.eds-button--size-large {
|
|
|
238
247
|
}
|
|
239
248
|
/* DO NOT CHANGE!*/
|
|
240
249
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
241
|
-
.eds-button-group .eds-button {
|
|
242
|
-
margin-right: 0.75rem;
|
|
243
|
-
margin-bottom: 0.75rem;
|
|
244
|
-
}
|
|
245
|
-
.eds-button-group .eds-button:only-child {
|
|
246
|
-
margin: 0;
|
|
247
|
-
}
|
|
248
|
-
/* DO NOT CHANGE!*/
|
|
249
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
250
250
|
.eds-floating-button {
|
|
251
251
|
align-items: center;
|
|
252
252
|
-webkit-appearance: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
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.49",
|
|
31
31
|
"@entur/tokens": "^3.11.1",
|
|
32
32
|
"@entur/utils": "^0.9.5",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "298374e622bca3ae3bbb7226bdd94890be5f82c8"
|
|
36
36
|
}
|