@luminescent/ui-qwik 6.2.4 → 6.2.6

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.
@@ -1062,7 +1062,7 @@ const Toggle = qwik.component$(({ checkbox, round, ...props }) => {
1062
1062
  }),
1063
1063
  /* @__PURE__ */ jsxRuntime.jsx("div", {
1064
1064
  class: {
1065
- "peer h-7 duration-300 ease-out hover:duration-75": true,
1065
+ "peer h-7 duration-300 ease-out hover:duration-75 peer-focus:border-blue-500": true,
1066
1066
  "after:absolute after:top-1 after:left-1 after:h-5 after:w-5 after:border after:duration-300 after:ease-out after:content-[''] after:hover:duration-75 after:motion-safe:transition-transform": true,
1067
1067
  "rounded-lum after:rounded-lum-1": !round,
1068
1068
  "rounded-full after:rounded-full": round,
@@ -1060,7 +1060,7 @@ const Toggle = component$(({ checkbox, round, ...props }) => {
1060
1060
  }),
1061
1061
  /* @__PURE__ */ jsx("div", {
1062
1062
  class: {
1063
- "peer h-7 duration-300 ease-out hover:duration-75": true,
1063
+ "peer h-7 duration-300 ease-out hover:duration-75 peer-focus:border-blue-500": true,
1064
1064
  "after:absolute after:top-1 after:left-1 after:h-5 after:w-5 after:border after:duration-300 after:ease-out after:content-[''] after:hover:duration-75 after:motion-safe:transition-transform": true,
1065
1065
  "rounded-lum after:rounded-lum-1": !round,
1066
1066
  "rounded-full after:rounded-full": round,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminescent/ui-qwik",
3
- "version": "6.2.4",
3
+ "version": "6.2.6",
4
4
  "description": "Luminescent UI library - Qwik",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",
@@ -50,7 +50,7 @@
50
50
  "vite-tsconfig-paths": "^5.1.4"
51
51
  },
52
52
  "peerDependencies": {
53
- "@luminescent/ui": "6.2.4"
53
+ "@luminescent/ui": "6.2.6"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "qwik build",