@sikka/hawa 0.0.235 → 0.0.237
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/dist/styles.css +15 -0
- package/docs/documentation/iframe.html +1 -1
- package/docs/documentation/main.53a90744.iframe.bundle.js +1 -0
- package/docs/documentation/project.json +1 -1
- package/es/elements/FloatingComment.d.ts +27 -1
- package/es/index.es.js +1 -1
- package/lib/elements/FloatingComment.d.ts +27 -1
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/src/elements/FloatingComment.tsx +407 -142
- package/src/styles.css +15 -0
- package/docs/documentation/main.fb64f936.iframe.bundle.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -660,6 +660,9 @@ video {
|
|
|
660
660
|
.z-50 {
|
|
661
661
|
z-index: 50;
|
|
662
662
|
}
|
|
663
|
+
.float-left {
|
|
664
|
+
float: left;
|
|
665
|
+
}
|
|
663
666
|
.m-0 {
|
|
664
667
|
margin: 0px;
|
|
665
668
|
}
|
|
@@ -771,6 +774,9 @@ video {
|
|
|
771
774
|
.mr-40 {
|
|
772
775
|
margin-right: 10rem;
|
|
773
776
|
}
|
|
777
|
+
.mr-\[10px\] {
|
|
778
|
+
margin-right: 10px;
|
|
779
|
+
}
|
|
774
780
|
.mr-\[5px\] {
|
|
775
781
|
margin-right: 5px;
|
|
776
782
|
}
|
|
@@ -1784,6 +1790,12 @@ video {
|
|
|
1784
1790
|
.align-middle {
|
|
1785
1791
|
vertical-align: middle;
|
|
1786
1792
|
}
|
|
1793
|
+
.font-\[\'\$\{family\}\'\] {
|
|
1794
|
+
font-family: '${family}';
|
|
1795
|
+
}
|
|
1796
|
+
.font-\[\'Arial\'\] {
|
|
1797
|
+
font-family: 'Arial';
|
|
1798
|
+
}
|
|
1787
1799
|
.text-2xl {
|
|
1788
1800
|
font-size: 1.5rem;
|
|
1789
1801
|
line-height: 2rem;
|
|
@@ -1806,6 +1818,9 @@ video {
|
|
|
1806
1818
|
.text-\[11px\] {
|
|
1807
1819
|
font-size: 11px;
|
|
1808
1820
|
}
|
|
1821
|
+
.text-\[16px\] {
|
|
1822
|
+
font-size: 16px;
|
|
1823
|
+
}
|
|
1809
1824
|
.text-\[9px\] {
|
|
1810
1825
|
font-size: 9px;
|
|
1811
1826
|
}
|
|
@@ -361,4 +361,4 @@
|
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
|
|
364
|
-
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.d6831407.iframe.bundle.js"></script><script src="901.ae81c179.iframe.bundle.js"></script><script src="main.
|
|
364
|
+
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.d6831407.iframe.bundle.js"></script><script src="901.ae81c179.iframe.bundle.js"></script><script src="main.53a90744.iframe.bundle.js"></script></body></html>
|