@hybr1d-tech/charizard 0.6.34 → 0.6.35

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.
@@ -32,3 +32,4 @@ export * from './badge';
32
32
  export * from './pill';
33
33
  export * from './table-v3';
34
34
  export * from './select-v2';
35
+ export * from './skeleton';
@@ -1 +1 @@
1
- export { Skeleton } from './Skeleton';
1
+ export * from './Skeleton';
package/dist/hybr1d-ui.js CHANGED
@@ -10565,6 +10565,7 @@ export {
10565
10565
  nI as SelectAsync,
10566
10566
  II as SelectV2,
10567
10567
  nc as Selectors,
10568
+ cs as Skeleton,
10568
10569
  cI as Switch,
10569
10570
  hI as Tab,
10570
10571
  Mx as Table,