@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/CHANGELOG.md +6 -0
- package/dist/components/index.d.ts +77 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-61b41785.mjs → es-bfc9af6f.mjs} +1 -1
- package/dist/{index-10160248.mjs → index-bd13c177.mjs} +381 -380
- package/dist/{pt-br-31a68683.mjs → pt-br-ed63ecfe.mjs} +1 -1
- package/dist/unnnic.mjs +156 -155
- package/dist/unnnic.umd.js +22 -22
- package/package.json +1 -1
- package/src/components/index.ts +1 -0
package/package.json
CHANGED
package/src/components/index.ts
CHANGED
|
@@ -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;
|