@poveste/controls 0.11.0 → 0.12.1

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.
Files changed (2) hide show
  1. package/dist/index.es.js +3 -1
  2. package/package.json +7 -6
package/dist/index.es.js CHANGED
@@ -128,8 +128,10 @@ var oe = /* @__PURE__ */ c({
128
128
  }
129
129
  let c = t(() => typeof i.modelValue == "string" ? i.modelValue !== "false" : i.modelValue);
130
130
  return (t, r) => (m(), n(ue, {
131
+ tag: "div",
131
132
  role: "checkbox",
132
133
  tabindex: "0",
134
+ "aria-checked": c.value,
133
135
  class: "poveste-checkbox cursor-pointer items-center",
134
136
  title: e.title,
135
137
  onClick: r[0] ||= (e) => o(),
@@ -138,7 +140,7 @@ var oe = /* @__PURE__ */ c({
138
140
  actions: C(() => [_(t.$slots, "actions")]),
139
141
  default: C(() => [s(he, { "model-value": c.value }, null, 8, ["model-value"])]),
140
142
  _: 3
141
- }, 8, ["title"]));
143
+ }, 8, ["aria-checked", "title"]));
142
144
  }
143
145
  }), _e = { class: "-my-1" }, ve = [
144
146
  "for",
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@poveste/controls",
3
3
  "type": "module",
4
- "version": "0.11.0",
4
+ "version": "0.12.1",
5
5
  "description": "Prebuilt controls components",
6
6
  "author": {
7
- "name": "Sorin Gitlan"
7
+ "name": "Sorin Gitlan",
8
+ "url": "https://x.com/50rayn"
8
9
  },
9
10
  "license": "MIT",
10
11
  "homepage": "https://poveste.dev",
@@ -51,21 +52,21 @@
51
52
  "@codemirror/state": "^6.4.1",
52
53
  "@codemirror/theme-one-dark": "^6.1.2",
53
54
  "@codemirror/view": "^6.35.0",
54
- "@poveste/shared": "^0.11.0",
55
- "@poveste/vendors": "^0.11.0"
55
+ "@poveste/shared": "^0.12.1",
56
+ "@poveste/vendors": "^0.12.1"
56
57
  },
57
58
  "devDependencies": {
58
59
  "@tailwindcss/cli": "^4.3.3",
59
60
  "@tailwindcss/postcss": "^4.3.3",
60
61
  "@types/node": "^22.10.1",
61
- "@vitejs/plugin-vue": "^5.2.1",
62
+ "@vitejs/plugin-vue": "^6.0.0",
62
63
  "@vue/runtime-dom": "^3.5.26",
63
64
  "@vue/test-utils": "^2.4.6",
64
65
  "@vueuse/core": "^14.4.0",
65
66
  "concurrently": "^9.1.0",
66
67
  "floating-vue": "5.2.2",
67
68
  "jsdom": "^30.0.1",
68
- "postcss": "^8.4.49",
69
+ "postcss": "^8.5.23",
69
70
  "tailwindcss": "^4.3.3",
70
71
  "typescript": "5.6.3",
71
72
  "vite": "^8.2.0",