@hxtos/hx-components 0.29.0 → 0.30.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/dist/index.d.ts CHANGED
@@ -30,3 +30,4 @@ export { default as DangerNotification } from './src/components/DangerNotificati
30
30
  export { default as InfoNotification } from './src/components/InfoNotification';
31
31
  export { default as SuccessNotification } from './src/components/SuccessNotification';
32
32
  export { default as WarningNotification } from './src/components/WarningNotification';
33
+ export { default as RoleValidator } from './src/components/RoleValidator';