@sikka/hawa 0.0.233 → 0.0.235
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/_config.yml +1 -0
- package/dist/styles.css +3 -3
- package/docs/CNAME +1 -0
- package/docs/README.md +60 -0
- package/docs/_layouts/default.html +47 -0
- package/docs/assets/css/style.css +366 -0
- package/docs/documentation/229.1b36ccba973b04d66b4c.manager.bundle.js +1 -0
- package/docs/documentation/229.f7a1c971.iframe.bundle.js +1 -0
- package/docs/documentation/295.67c251ec00675ab59b60.manager.bundle.js +1 -0
- package/docs/documentation/51.07b491d3.iframe.bundle.js +2 -0
- package/docs/documentation/51.07b491d3.iframe.bundle.js.LICENSE.txt +8 -0
- package/docs/documentation/51.e44cb3212565a342a42d.manager.bundle.js +2 -0
- package/docs/documentation/51.e44cb3212565a342a42d.manager.bundle.js.LICENSE.txt +8 -0
- package/docs/documentation/551.67cd309b0648b0a52636.manager.bundle.js +1 -0
- package/docs/documentation/551.c82ea8f1.iframe.bundle.js +1 -0
- package/docs/documentation/701.07623c34.iframe.bundle.js +1 -0
- package/docs/documentation/767.e90d0d608aa8557f855d.manager.bundle.js +2 -0
- package/docs/documentation/767.e90d0d608aa8557f855d.manager.bundle.js.LICENSE.txt +94 -0
- package/docs/documentation/807.1424ceed.iframe.bundle.js +2 -0
- package/docs/documentation/807.1424ceed.iframe.bundle.js.LICENSE.txt +31 -0
- package/docs/documentation/807.4e87168c6f719304d458.manager.bundle.js +2 -0
- package/docs/documentation/807.4e87168c6f719304d458.manager.bundle.js.LICENSE.txt +31 -0
- package/docs/documentation/897.386c170cbd1467abc7ca.manager.bundle.js +2 -0
- package/docs/documentation/897.386c170cbd1467abc7ca.manager.bundle.js.LICENSE.txt +12 -0
- package/docs/documentation/897.d9a35fd0.iframe.bundle.js +2 -0
- package/docs/documentation/897.d9a35fd0.iframe.bundle.js.LICENSE.txt +12 -0
- package/docs/documentation/901.ae81c179.iframe.bundle.js +2 -0
- package/docs/documentation/901.ae81c179.iframe.bundle.js.LICENSE.txt +105 -0
- package/docs/documentation/935.3a33e233.iframe.bundle.js +1 -0
- package/docs/documentation/935.df0c782bef63c348b9da.manager.bundle.js +1 -0
- package/docs/documentation/favicon.ico +0 -0
- package/docs/documentation/iframe.html +364 -0
- package/docs/documentation/index.html +59 -0
- package/docs/documentation/main.051275cac7b0dc69501c.manager.bundle.js +1 -0
- package/docs/documentation/main.fb64f936.iframe.bundle.js +1 -0
- package/docs/documentation/project.json +1 -0
- package/docs/documentation/runtime~main.a832da8f0c3235fa0d36.manager.bundle.js +1 -0
- package/docs/documentation/runtime~main.d6831407.iframe.bundle.js +1 -0
- package/es/elements/index.d.ts +0 -1
- package/es/index.es.js +2 -2
- package/lib/elements/index.d.ts +0 -1
- package/lib/index.js +2 -2
- package/package.json +2 -3
- package/src/elements/FloatingComment.tsx +711 -92
- package/src/elements/index.ts +0 -1
- package/src/styles.css +3 -3
- package/es/elements/FloatingCommentCE.d.ts +0 -6
- package/lib/elements/FloatingCommentCE.d.ts +0 -6
- package/src/elements/FloatingCommentCE.tsx +0 -466
package/lib/elements/index.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export * from "./HawaDatepicker";
|
|
|
33
33
|
export * from "./UserFeedback";
|
|
34
34
|
export * from "./ArrowCarousel";
|
|
35
35
|
export * from "./FloatingComment";
|
|
36
|
-
export * from "./FloatingCommentCE";
|
|
37
36
|
export * from "./FloatingCommentSlate";
|
|
38
37
|
export * from "./HawaTextField";
|
|
39
38
|
export * from "./HawaCardInput";
|