@companix/uikit 0.1.18 → 0.1.19

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.
@@ -157,14 +157,19 @@
157
157
  cursor: progress;
158
158
  position: relative;
159
159
 
160
+ @include mixins.use-styles(button, loading);
161
+
160
162
  .button-text {
161
163
  visibility: hidden;
164
+ @include mixins.use-styles(button, loading, text);
162
165
  }
163
166
 
164
167
  .button-spinner {
165
168
  position: absolute;
166
169
  margin: 0;
167
170
  color: inherit;
171
+
172
+ @include mixins.use-styles(button, loading, spinner);
168
173
  }
169
174
  }
170
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companix/uikit",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "main": "./dist/bundle.es.js",
5
5
  "module": "./dist/bundle.es.js",
6
6
  "types": "./dist/index.d.ts",