@luminescent/ui-qwik 4.2.1 → 4.2.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.
@@ -636,7 +636,7 @@ const Dropdown = qwik.component$(({ class: Class, hover, opened, ...props }) =>
636
636
  return /* @__PURE__ */ jsxRuntime.jsxs("button", {
637
637
  type: "button",
638
638
  class: {
639
- "lum-btn": true,
639
+ "group lum-btn": true,
640
640
  ...Class
641
641
  },
642
642
  ...props,
@@ -634,7 +634,7 @@ const Dropdown = component$(({ class: Class, hover, opened, ...props }) => {
634
634
  return /* @__PURE__ */ jsxs("button", {
635
635
  type: "button",
636
636
  class: {
637
- "lum-btn": true,
637
+ "group lum-btn": true,
638
638
  ...Class
639
639
  },
640
640
  ...props,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminescent/ui-qwik",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Luminescent UI library",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",
@@ -52,7 +52,7 @@
52
52
  "vite-tsconfig-paths": "^5.1.4"
53
53
  },
54
54
  "peerDependencies": {
55
- "@luminescent/ui": "4.2.1"
55
+ "@luminescent/ui": "4.2.2"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "qwik build",