@entur/button 3.3.0-beta.0 → 3.3.1-beta.0
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,14 +1,5 @@
|
|
|
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. */
|
|
12
3
|
a.eds-button {
|
|
13
4
|
padding: 0.5rem 1rem;
|
|
14
5
|
}
|
|
@@ -219,6 +210,15 @@ a.eds-button--size-large {
|
|
|
219
210
|
}
|
|
220
211
|
/* DO NOT CHANGE!*/
|
|
221
212
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
213
|
+
.eds-button-group .eds-button {
|
|
214
|
+
margin-right: 0.75rem;
|
|
215
|
+
margin-bottom: 0.75rem;
|
|
216
|
+
}
|
|
217
|
+
.eds-button-group .eds-button:only-child {
|
|
218
|
+
margin: 0;
|
|
219
|
+
}
|
|
220
|
+
/* DO NOT CHANGE!*/
|
|
221
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
222
222
|
.eds-floating-button {
|
|
223
223
|
align-items: center;
|
|
224
224
|
-webkit-appearance: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1-beta.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/button.esm.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/loader": "^0.5.
|
|
30
|
+
"@entur/loader": "^0.5.18-beta.0",
|
|
31
31
|
"@entur/tokens": "^3.17.5",
|
|
32
32
|
"@entur/utils": "^0.12.2",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"dts-cli": "2.0.5"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "e65150a6a9f9e2beb4a8bbecc06b9237119fe55e"
|
|
39
39
|
}
|