@entur/button 3.0.4 → 3.0.5
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
|
@@ -3,15 +3,6 @@
|
|
|
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. */
|
|
15
6
|
a.eds-button {
|
|
16
7
|
padding: 0.5rem 1rem;
|
|
17
8
|
}
|
|
@@ -228,6 +219,15 @@ a.eds-button--size-large {
|
|
|
228
219
|
}
|
|
229
220
|
/* DO NOT CHANGE!*/
|
|
230
221
|
/* 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.
|
|
3
|
+
"version": "3.0.5",
|
|
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.28",
|
|
31
31
|
"@entur/tokens": "^3.8.1",
|
|
32
|
-
"@entur/utils": "^0.
|
|
32
|
+
"@entur/utils": "^0.9.0",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "cd5c398453c486f6f160905247b94c6da2622d7c"
|
|
36
36
|
}
|