@entur/button 3.0.0 → 3.0.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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the button component
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.org/komponenter/knapper/button)?
5
+ > 💡 Looking for the [documentation](https://design.entur.no/komponenter/knapper/button)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/button
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.org/komponenter/knapper/button) for further usage information.
17
+ Please refer to the [documentation](https://design.entur.no/komponenter/knapper/button) for further usage information.
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-icon-button {
232
232
  border: 0.0625rem solid transparent;
233
233
  border-radius: 0.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/button",
3
- "version": "3.0.0",
3
+ "version": "3.0.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.23",
31
- "@entur/tokens": "^3.8.0",
30
+ "@entur/loader": "^0.4.24",
31
+ "@entur/tokens": "^3.8.1",
32
32
  "@entur/utils": "^0.5.5",
33
33
  "classnames": "^2.3.1"
34
34
  },
35
- "gitHead": "48cdba2e353c9311d52550a98c6b025deb7b8270"
35
+ "gitHead": "1e78a655ffc4c4ca80d8e54495768282dc374201"
36
36
  }