@aristobyte-ui/label 2.14.2 → 2.14.4

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.
@@ -131,6 +131,7 @@
131
131
 
132
132
  &.label-variant--#{$name}.label-appearance--outline-dashed {
133
133
  border-style: dashed;
134
+
134
135
  @include label-style(
135
136
  transparent,
136
137
  $color,
@@ -131,6 +131,7 @@
131
131
 
132
132
  &.label-variant--#{$name}.label-appearance--outline-dashed {
133
133
  border-style: dashed;
134
+
134
135
  @include label-style(
135
136
  transparent,
136
137
  $color,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aristobyte-ui/label",
3
3
  "description": "AristoByteUI Label component: a reusable, styled label for forms and UI elements.",
4
- "version": "2.14.2",
4
+ "version": "2.14.4",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "author": "AristoByte <info@aristobyte.com>",
@@ -49,7 +49,7 @@
49
49
  "sass": "^1.97.3"
50
50
  },
51
51
  "dependencies": {
52
- "@aristobyte-ui/utils": "^2.14.2"
52
+ "@aristobyte-ui/utils": "^2.14.4"
53
53
  },
54
54
  "exports": {
55
55
  ".": {