@sikka/hawa 0.0.236 → 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 +12 -0
- package/docs/documentation/iframe.html +1 -1
- package/docs/documentation/{main.44fbaf91.iframe.bundle.js → main.53a90744.iframe.bundle.js} +1 -1
- package/docs/documentation/project.json +1 -1
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/elements/FloatingComment.tsx +358 -133
- package/src/styles.css +12 -0
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
|
}
|
|
@@ -1787,6 +1790,12 @@ video {
|
|
|
1787
1790
|
.align-middle {
|
|
1788
1791
|
vertical-align: middle;
|
|
1789
1792
|
}
|
|
1793
|
+
.font-\[\'\$\{family\}\'\] {
|
|
1794
|
+
font-family: '${family}';
|
|
1795
|
+
}
|
|
1796
|
+
.font-\[\'Arial\'\] {
|
|
1797
|
+
font-family: 'Arial';
|
|
1798
|
+
}
|
|
1790
1799
|
.text-2xl {
|
|
1791
1800
|
font-size: 1.5rem;
|
|
1792
1801
|
line-height: 2rem;
|
|
@@ -1809,6 +1818,9 @@ video {
|
|
|
1809
1818
|
.text-\[11px\] {
|
|
1810
1819
|
font-size: 11px;
|
|
1811
1820
|
}
|
|
1821
|
+
.text-\[16px\] {
|
|
1822
|
+
font-size: 16px;
|
|
1823
|
+
}
|
|
1812
1824
|
.text-\[9px\] {
|
|
1813
1825
|
font-size: 9px;
|
|
1814
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>
|