@davincihealthcare/elty-design-system-vue 1.42.6 → 1.42.7
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/README.md +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,7 +140,8 @@ This section handles the styling for your Vue component library, leveraging Tail
|
|
|
140
140
|
You don't need to worry about providing dist/style.cjs separately. It's included in the built library package.
|
|
141
141
|
Your library's components can leverage Tailwind classes by referencing them directly.
|
|
142
142
|
|
|
143
|
-
### Breaking changes
|
|
143
|
+
### Breaking changes coming in v2 (likely Jan 2025)
|
|
144
144
|
|
|
145
145
|
- button v2 will have a different interface
|
|
146
146
|
- remove id from input which is useless and just use name prop
|
|
147
|
+
- from IDs will be delegated to the parent https://davincisalute.slack.com/archives/C03HLJGN04S/p1720704672112299
|
package/dist/index.js
CHANGED
|
@@ -17602,7 +17602,7 @@ const pO = () => ({
|
|
|
17602
17602
|
}
|
|
17603
17603
|
});
|
|
17604
17604
|
function u1(t, e, r = "", A) {
|
|
17605
|
-
const o = pO().getID(), i = r0(() => e.value && e.value.join("|")), O = g4(r
|
|
17605
|
+
const o = pO().getID(), i = r0(() => e.value && e.value.join("|")), O = g4(r || o, i, {
|
|
17606
17606
|
// empty string counts as a forced blank value
|
|
17607
17607
|
initialValue: t,
|
|
17608
17608
|
// validation is performed manually on value change, only if there are errors
|