@chekinapp/ui 0.0.5 → 0.0.6

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.cjs CHANGED
@@ -115,6 +115,7 @@ __export(index_exports, {
115
115
  ErrorMessage: () => ErrorMessage,
116
116
  ExternalLink: () => ExternalLink,
117
117
  FeatureCard: () => FeatureCard,
118
+ FieldErrorMessage: () => FieldErrorMessage,
118
119
  FieldTrigger: () => FieldTrigger,
119
120
  FileInputButton: () => FileInputButton,
120
121
  FormBox: () => FormBox,
@@ -11471,6 +11472,7 @@ function getNextEnabledIndex(options, startIndex, step) {
11471
11472
  ErrorMessage,
11472
11473
  ExternalLink,
11473
11474
  FeatureCard,
11475
+ FieldErrorMessage,
11474
11476
  FieldTrigger,
11475
11477
  FileInputButton,
11476
11478
  FormBox,