@avakhula/ui 0.0.191 → 0.0.192

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avakhula/ui",
3
- "version": "0.0.191",
3
+ "version": "0.0.192",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -15,7 +15,6 @@ $radio-border: $gray-500;
15
15
  $radio-border-hover: $blue-300;
16
16
  $radio-border-active: $blue-200;
17
17
  $radio-border-disabled: $neutral-500;
18
- $radio-text-disabled: $neutral-500;
19
18
  $radio-border-error: $red-800;
20
19
  $radio-border-error-hover: $red-800;
21
20
  $radio-bg-error-hover: $red-50;
@@ -149,7 +148,7 @@ $radio-border-filled-disabled: $neutral-500;
149
148
  }
150
149
 
151
150
  .ib-radio-label {
152
- border-color: $radio-text-disabled;
151
+ color: $radio-text-disabled;
153
152
  }
154
153
  }
155
154
 
@@ -188,7 +188,6 @@ Default.args = {
188
188
  left: 0,
189
189
  right: 0,
190
190
  },
191
- name: "test",
192
191
  ariaLabel: "Search",
193
192
  options: testData,
194
193
  clearButtonMessage: "Clear",