sprintify-ui 0.2.9 → 0.2.10

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.
@@ -32383,8 +32383,8 @@ const I2 = /* @__PURE__ */ wn(M2, [["__scopeId", "data-v-a3256401"]]), D2 = ["hr
32383
32383
  [
32384
32384
  P2,
32385
32385
  a.value ? "border-red-500" : "border-slate-300"
32386
- ]
32387
- //props.twTextarea
32386
+ ],
32387
+ e.twTextarea
32388
32388
  ));
32389
32389
  return (p, b) => (R(), Q("div", {
32390
32390
  ref_key: "wrapper",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -143,8 +143,8 @@ const textareaClasses = computed(() => {
143
143
  [
144
144
  BASE_TEXTAREA_CLASSES,
145
145
  hasErrorInternal.value ? 'border-red-500' : 'border-slate-300',
146
- ]
147
- //props.twTextarea
146
+ ],
147
+ props.twTextarea
148
148
  );
149
149
  });
150
150
  </script>