@pontive/pontkit-core 1.0.0 → 1.1.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/catalog.json +1 -1
- package/custom-elements.json +1 -0
- package/dist/components/widgets/pont-nav-user/pont-nav-user.d.ts +6 -0
- package/dist/element-tag-map.d.ts +94 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +159 -159
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/primitives/components/ui/form/pont-form.d.ts +2 -2
- package/package.json +9 -5
package/dist/index.mjs
CHANGED
|
@@ -32445,6 +32445,7 @@ export {
|
|
|
32445
32445
|
ms as PontSubtitle,
|
|
32446
32446
|
fs as PontTitle,
|
|
32447
32447
|
Le as PontUrlsInfo,
|
|
32448
|
+
pc as PontUserSnippet,
|
|
32448
32449
|
O as PontUsernameField,
|
|
32449
32450
|
vt as PontWatermark,
|
|
32450
32451
|
Xo as PreviewComponent,
|