jamespot-react-components 1.0.107 → 1.0.113
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/build/jamespot-react-components.js +405 -352
- package/build/jamespot-react-components.js.map +1 -1
- package/build/src/components/Common/DashedFocusBorder.d.ts +1 -0
- package/build/src/components/Common/JRCConditionalWrapper.d.ts +4 -3
- package/build/src/components/Common/LimitLines.d.ts +4 -0
- package/build/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +3 -0
- package/build/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.d.ts +9 -1
- package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputRichText/JRCInputRichText.d.ts +10 -0
- package/build/src/components/Form/Input/JRCInputRichText/JRCInputRichText.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +12 -0
- package/build/src/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +7 -0
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +3 -1
- package/build/src/components/JRCButton/JRCButton.d.ts +13 -0
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +2 -0
- package/build/src/components/JRCCard/JRCCard.d.ts +10 -0
- package/build/src/components/JRCCard/JRCCardImg.d.ts +28 -0
- package/build/src/components/JRCCard/JRCCardImg.stories.d.ts +5 -0
- package/build/src/components/JRCDate/JRCDate.d.ts +0 -1
- package/build/src/components/JRCFlex/JRCFlexBox.d.ts +12 -2
- package/build/src/components/JRCHref/JRCHref.d.ts +3 -2
- package/build/src/components/JRCHtml/JRCHtml.d.ts +6 -0
- package/build/src/components/JRCHtml/JRCHtml.stories.d.ts +5 -0
- package/build/src/components/JRCIconButton/JRCIconButton.d.ts +8 -4
- package/build/src/components/Templates/template.styles.d.ts +3 -3
- package/build/src/components/Templates/template.type.d.ts +1 -1
- package/build/src/index.d.ts +4 -0
- package/build/src/types.d.ts +3 -0
- package/build/src/utils/index.d.ts +2 -1
- package/build/src/utils/utils.date.d.ts +2 -1
- package/build/src/utils/utils.time.d.ts +1 -0
- package/build/src/utils/utils.time.test.d.ts +1 -0
- package/package.json +10 -9
- package/storybook-static/55.5fa319f3.iframe.bundle.js +2 -0
- package/storybook-static/{353.ff9a21e0.iframe.bundle.js.LICENSE.txt → 55.5fa319f3.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/574.429a6f59.iframe.bundle.js +1 -0
- package/storybook-static/869.9aa8589f.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.bb96e273.iframe.bundle.js +1 -0
- package/storybook-static/{runtime~main.03b36f08.iframe.bundle.js → runtime~main.6f6b12ef.iframe.bundle.js} +1 -1
- package/storybook-static/314.615cb34b.iframe.bundle.js +0 -1
- package/storybook-static/353.ff9a21e0.iframe.bundle.js +0 -2
- package/storybook-static/869.d81caf8c.iframe.bundle.js +0 -1
- package/storybook-static/main.33d24fae.iframe.bundle.js +0 -1
|
@@ -345,4 +345,4 @@
|
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
|
|
348
|
-
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.
|
|
348
|
+
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.6f6b12ef.iframe.bundle.js"></script><script src="55.5fa319f3.iframe.bundle.js"></script><script src="main.bb96e273.iframe.bundle.js"></script></body></html>
|