@sikka/hawa 0.0.74 → 0.0.75
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/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/elements/HawaRadio.js +1 -1
- package/src/elements/HawaRange.js +1 -1
- package/src/elements/HawaSelect.js +1 -1
- package/src/elements/HawaSwitch.js +1 -1
- package/src/elements/HawaTextField.js +1 -1
- package/src/elements/PinInput.js +1 -1
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.07232270.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/main.512a6115.iframe.bundle.js +0 -1
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ export const HawaRadio = (props) => {
|
|
|
16
16
|
className="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-700 focus:ring-2 dark:bg-gray-600 dark:border-gray-500"
|
|
17
17
|
/>
|
|
18
18
|
<label
|
|
19
|
-
|
|
19
|
+
htmlFor="horizontal-list-radio-license"
|
|
20
20
|
className="py-3 ml-2 w-full text-sm font-medium text-gray-900 dark:text-gray-300"
|
|
21
21
|
>
|
|
22
22
|
{option.label}
|
package/src/elements/PinInput.js
CHANGED
|
@@ -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.49eed76e.iframe.bundle.js"></script><script src="vendors~main.a425b282.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.49eed76e.iframe.bundle.js"></script><script src="vendors~main.a425b282.iframe.bundle.js"></script><script src="main.07232270.iframe.bundle.js"></script></body></html>
|