@linzjs/lui 22.10.0 → 22.10.2

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.
@@ -176,7 +176,8 @@ a.lui-button {
176
176
  );
177
177
  }
178
178
 
179
- &-secondary {
179
+ &-secondary,
180
+ &-warning {
180
181
  // var $btnTxtCol, $btnBgCol, $borderCol, $myStrokeWeight : 2px, $myBtnLineHeight : 40px
181
182
  @include button-builder(colors.$sea, #fff, colors.$sea);
182
183
  // var $btnTxtColHover, $btnBgColHover, $borderColHover, $btnTxtColActive, $btnBgColActive, $borderColActive
@@ -199,6 +200,19 @@ a.lui-button {
199
200
  }
200
201
  }
201
202
 
203
+ &-warning {
204
+ i,
205
+ svg * {
206
+ fill: colors.$warning;
207
+ color: colors.$warning;
208
+ }
209
+
210
+ &:hover i {
211
+ fill: colors.$warning-focus;
212
+ color: colors.$warning-focus;
213
+ }
214
+ }
215
+
202
216
  &-tertiary {
203
217
  @include button-builder(
204
218
  colors.$sea,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "22.10.0",
2
+ "version": "22.10.2",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",