bonkers-ui 1.0.25 → 1.0.26

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": "bonkers-ui",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "storybook": "start-storybook -p 6006",
@@ -8,7 +8,7 @@
8
8
  type="radio"
9
9
  :name="name"
10
10
  :value="value"
11
- class="peer group fixed w-0"
11
+ class="peer group appearance-none absolute"
12
12
  :class="disabled && 'pointer-events-none opacity-50'"
13
13
  >
14
14
  <div
@@ -19,6 +19,7 @@
19
19
  py-sm px-sm
20
20
  border
21
21
  border-secondary-alt-500
22
+ bg-white
22
23
  hover:border-secondary-alt-700
23
24
  cursor-pointer
24
25
  rounded-xl
@@ -63,7 +64,6 @@
63
64
  modelValue: string;
64
65
  name: string;
65
66
  value: string | number;
66
- id: string;
67
67
  iconName: TIconName;
68
68
  disabled?: boolean;
69
69
  }>();