@sikka/hawa 0.0.236 → 0.0.238
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 +6 -0
- package/docs/documentation/iframe.html +1 -1
- package/docs/documentation/{main.44fbaf91.iframe.bundle.js → main.0607e052.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 +306 -545
- package/src/styles.css +6 -0
package/dist/styles.css
CHANGED
|
@@ -1787,6 +1787,9 @@ video {
|
|
|
1787
1787
|
.align-middle {
|
|
1788
1788
|
vertical-align: middle;
|
|
1789
1789
|
}
|
|
1790
|
+
.font-\[\'Arial\'\] {
|
|
1791
|
+
font-family: 'Arial';
|
|
1792
|
+
}
|
|
1790
1793
|
.text-2xl {
|
|
1791
1794
|
font-size: 1.5rem;
|
|
1792
1795
|
line-height: 2rem;
|
|
@@ -1809,6 +1812,9 @@ video {
|
|
|
1809
1812
|
.text-\[11px\] {
|
|
1810
1813
|
font-size: 11px;
|
|
1811
1814
|
}
|
|
1815
|
+
.text-\[16px\] {
|
|
1816
|
+
font-size: 16px;
|
|
1817
|
+
}
|
|
1812
1818
|
.text-\[9px\] {
|
|
1813
1819
|
font-size: 9px;
|
|
1814
1820
|
}
|
|
@@ -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.0607e052.iframe.bundle.js"></script></body></html>
|