@weni/unnnic-system 3.9.3-alpha.0 → 3.9.4-alpha.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weni/unnnic-system",
3
- "version": "3.9.3-alpha.0",
3
+ "version": "3.9.4-alpha.1",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -328,6 +328,7 @@ export const unnnicTabsContent = TabsContent;
328
328
  export const unnnicPageHeader = PageHeader;
329
329
 
330
330
  export const UnnnicFontSize = fontSize;
331
+ export const UnnnicFormElement = formElement;
331
332
  export const UnnnicInput = input;
332
333
  export const UnnnicInputNext = inputNext;
333
334
  export const UnnnicInputDatePicker = inputDatePicker;