@davincihealthcare/elty-design-system-vue 1.33.0 → 1.34.0

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 CHANGED
@@ -14,7 +14,7 @@ Then install required plugins and the design system package itself
14
14
 
15
15
  ```bash
16
16
  # using yarn (or any other package manager)
17
- yarn add -D tailwindcss postcss autoprefixer @tailwindcss/forms @tailwindcss/typography @tailwindcss/line-clamp
17
+ yarn add -D tailwindcss postcss autoprefixer @tailwindcss/forms @tailwindcss/typography
18
18
  yarn add @davincihealthcare/elty-design-system-vue
19
19
  ```
20
20
 
package/dist/index.d.ts CHANGED
@@ -64,8 +64,6 @@ export * from './ElTabs.vue';
64
64
  export { default as ElTabs } from './ElTabs.vue';
65
65
  export * from './ElTag.vue';
66
66
  export { default as ElTag } from './ElTag.vue';
67
- export * from './ElTextCell.vue';
68
- export { default as ElTextCell } from './ElTextCell.vue';
69
67
  export * from './ElToast.vue';
70
68
  export { default as ElToast } from './ElToast.vue';
71
69
  export * from './ElInlineBanner.vue';
@@ -74,8 +72,10 @@ export * from './forms/ElInputRadioButton.vue';
74
72
  export { default as ElInputRadioButton } from './forms/ElInputRadioButton.vue';
75
73
  export * from './ElClipToAnchor.vue';
76
74
  export { default as ElClipToAnchor } from './ElClipToAnchor.vue';
77
- export * from './ElTable.vue';
78
- export { default as ElTable } from './ElTable.vue';
75
+ export * from './table/ElTable.vue';
76
+ export { default as ElTable } from './table/ElTable.vue';
77
+ export * from './table/ElServerSideTable.vue';
78
+ export { default as ElServerSideTable } from './table/ElServerSideTable.vue';
79
79
  export * from './ElSpinner.vue';
80
80
  export { default as ElSpinner } from './ElSpinner.vue';
81
81
  export * from './ElDivider.vue';