@danske/sapphire-css 32.0.0 → 32.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.
@@ -107,6 +107,10 @@ a.sapphire-button {
107
107
  }
108
108
 
109
109
  /* Button loading */
110
+ .sapphire-button--loading {
111
+ cursor: not-allowed;
112
+ }
113
+
110
114
  .sapphire-button__spinner {
111
115
  position: absolute;
112
116
  display: inherit;
@@ -7,8 +7,8 @@ declare const styles: {
7
7
  readonly "sapphire-button--with-left-icon": string;
8
8
  readonly "sapphire-button--with-right-icon": string;
9
9
  readonly "sapphire-button__icon": string;
10
- readonly "sapphire-button__spinner": string;
11
10
  readonly "sapphire-button--loading": string;
11
+ readonly "sapphire-button__spinner": string;
12
12
  readonly "sapphire-button--primary-fill": string;
13
13
  readonly "is-active": string;
14
14
  readonly "js-hover": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-css",
3
- "version": "32.0.0",
3
+ "version": "32.0.1",
4
4
  "description": "CSS implementation of the Sapphire Design System from Danske Bank A/S",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "sideEffects": false,
@@ -68,5 +68,5 @@
68
68
  "dependencies": {
69
69
  "@danske/sapphire-design-tokens": "^39.2.0"
70
70
  },
71
- "gitHead": "f697803e6f03705b063ff5d4c89debde608208db"
71
+ "gitHead": "c2e5f992f32bde413226a47b332b3949794cff51"
72
72
  }