@davincihealthcare/elty-design-system-vue 1.42.6 → 1.42.8
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 +971 -969
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +9 -9
- 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
|