@sikka/hawa 0.0.234 → 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.
Files changed (49) hide show
  1. package/_config.yml +1 -0
  2. package/dist/styles.css +0 -3
  3. package/docs/CNAME +1 -0
  4. package/docs/README.md +60 -0
  5. package/docs/_layouts/default.html +47 -0
  6. package/docs/assets/css/style.css +366 -0
  7. package/docs/documentation/229.1b36ccba973b04d66b4c.manager.bundle.js +1 -0
  8. package/docs/documentation/229.f7a1c971.iframe.bundle.js +1 -0
  9. package/docs/documentation/295.67c251ec00675ab59b60.manager.bundle.js +1 -0
  10. package/docs/documentation/51.07b491d3.iframe.bundle.js +2 -0
  11. package/docs/documentation/51.07b491d3.iframe.bundle.js.LICENSE.txt +8 -0
  12. package/docs/documentation/51.e44cb3212565a342a42d.manager.bundle.js +2 -0
  13. package/docs/documentation/51.e44cb3212565a342a42d.manager.bundle.js.LICENSE.txt +8 -0
  14. package/docs/documentation/551.67cd309b0648b0a52636.manager.bundle.js +1 -0
  15. package/docs/documentation/551.c82ea8f1.iframe.bundle.js +1 -0
  16. package/docs/documentation/701.07623c34.iframe.bundle.js +1 -0
  17. package/docs/documentation/767.e90d0d608aa8557f855d.manager.bundle.js +2 -0
  18. package/docs/documentation/767.e90d0d608aa8557f855d.manager.bundle.js.LICENSE.txt +94 -0
  19. package/docs/documentation/807.1424ceed.iframe.bundle.js +2 -0
  20. package/docs/documentation/807.1424ceed.iframe.bundle.js.LICENSE.txt +31 -0
  21. package/docs/documentation/807.4e87168c6f719304d458.manager.bundle.js +2 -0
  22. package/docs/documentation/807.4e87168c6f719304d458.manager.bundle.js.LICENSE.txt +31 -0
  23. package/docs/documentation/897.386c170cbd1467abc7ca.manager.bundle.js +2 -0
  24. package/docs/documentation/897.386c170cbd1467abc7ca.manager.bundle.js.LICENSE.txt +12 -0
  25. package/docs/documentation/897.d9a35fd0.iframe.bundle.js +2 -0
  26. package/docs/documentation/897.d9a35fd0.iframe.bundle.js.LICENSE.txt +12 -0
  27. package/docs/documentation/901.ae81c179.iframe.bundle.js +2 -0
  28. package/docs/documentation/901.ae81c179.iframe.bundle.js.LICENSE.txt +105 -0
  29. package/docs/documentation/935.3a33e233.iframe.bundle.js +1 -0
  30. package/docs/documentation/935.df0c782bef63c348b9da.manager.bundle.js +1 -0
  31. package/docs/documentation/favicon.ico +0 -0
  32. package/docs/documentation/iframe.html +364 -0
  33. package/docs/documentation/index.html +59 -0
  34. package/docs/documentation/main.051275cac7b0dc69501c.manager.bundle.js +1 -0
  35. package/docs/documentation/main.fb64f936.iframe.bundle.js +1 -0
  36. package/docs/documentation/project.json +1 -0
  37. package/docs/documentation/runtime~main.a832da8f0c3235fa0d36.manager.bundle.js +1 -0
  38. package/docs/documentation/runtime~main.d6831407.iframe.bundle.js +1 -0
  39. package/es/elements/index.d.ts +0 -1
  40. package/es/index.es.js +2 -2
  41. package/lib/elements/index.d.ts +0 -1
  42. package/lib/index.js +2 -2
  43. package/package.json +2 -3
  44. package/src/elements/FloatingComment.tsx +711 -92
  45. package/src/elements/index.ts +0 -1
  46. package/src/styles.css +0 -3
  47. package/es/elements/FloatingCommentCE.d.ts +0 -6
  48. package/lib/elements/FloatingCommentCE.d.ts +0 -6
  49. package/src/elements/FloatingCommentCE.tsx +0 -852
@@ -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
  // Inputs
39
38
  export * from "./HawaTextField"
package/src/styles.css CHANGED
@@ -660,9 +660,6 @@ video {
660
660
  .z-50 {
661
661
  z-index: 50;
662
662
  }
663
- .order-none {
664
- order: 0;
665
- }
666
663
  .m-0 {
667
664
  margin: 0px;
668
665
  }
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- type ComponentTypes = {
3
- foo?: string;
4
- };
5
- export declare const FloatingCommentCE: React.FunctionComponent<ComponentTypes>;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- type ComponentTypes = {
3
- foo?: string;
4
- };
5
- export declare const FloatingCommentCE: React.FunctionComponent<ComponentTypes>;
6
- export {};