@tb-dev/vue-components 0.2.4 → 0.2.5

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/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
2
2
  :root {
3
3
  --background: oklch(100% 0 0);
4
4
  --foreground: oklch(14.1% .005 285.823);
package/dist/index.js CHANGED
@@ -301,7 +301,7 @@ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
301
301
  default: withCtx(() => [
302
302
  createVNode(unref(ScrollAreaViewport), {
303
303
  "data-slot": "scroll-area-viewport",
304
- class: "focus-visible:ring-ring/50 size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1"
304
+ class: "size-full rounded-[inherit] transition-[color,box-shadow] outline-none"
305
305
  }, {
306
306
  default: withCtx(() => [
307
307
  renderSlot(_ctx.$slots, "default")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,15 +38,15 @@
38
38
  "vue-sonner": "^2.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@tailwindcss/vite": "^4.1.7",
41
+ "@tailwindcss/vite": "^4.1.8",
42
42
  "@tb-dev/eslint-config": "^7.1.5",
43
- "@types/node": "^22.15.23",
43
+ "@types/node": "^22.15.24",
44
44
  "@vitejs/plugin-vue": "^5.2.4",
45
45
  "eslint": "^9.27.0",
46
46
  "prettier": "^3.5.3",
47
47
  "prettier-plugin-css-order": "^2.1.2",
48
48
  "prettier-plugin-tailwindcss": "^0.6.11",
49
- "tailwindcss": "^4.1.7",
49
+ "tailwindcss": "^4.1.8",
50
50
  "tslib": "^2.8.1",
51
51
  "typescript": "~5.8.3",
52
52
  "vite": "^6.3.5",