jamespot-react-components 1.0.70 → 1.0.80
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 +847 -824
- package/build/jamespot-react-components.js.map +1 -1
- package/build/src/components/Common/util/getColor.util.d.ts +1 -1
- package/build/src/components/Form/Input/JRCFormImage/JRCFormImage.d.ts +16 -0
- package/build/src/components/Form/Input/JRCFormImage/JRCFormImage.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCFormImage/JRCFormImage.styles.d.ts +4 -0
- package/build/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +1 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +28 -26
- package/build/src/components/JRCAlert/JRCAlert.d.ts +1 -2
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +1 -1
- package/build/src/components/JRCAvatar/JRCAvatar.d.ts +1 -2
- package/build/src/components/JRCButton/JRCButton.d.ts +3 -4
- package/build/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +1 -2
- package/build/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +1 -2
- package/build/src/components/JRCColumnRight/JRCColumnRight.d.ts +1 -2
- package/build/src/components/JRCFileOpen/JRCFileOpen.d.ts +1 -2
- package/build/src/components/JRCFolders/JRCFolders.d.ts +1 -2
- package/build/src/components/JRCGrid/JRCGrid.d.ts +1 -2
- package/build/src/components/JRCIcon/JRCIcon.d.ts +1 -2
- package/build/src/components/JRCImg/JRCImg.d.ts +3 -2
- package/build/src/components/JRCImg/url.util.d.ts +1 -0
- package/build/src/components/JRCLoader/JRCLoader.d.ts +3 -2
- package/build/src/components/JRCMenu/JRCMenu.d.ts +2 -2
- package/build/src/components/JRCModal/JRCModal.d.ts +1 -2
- package/build/src/components/JRCModalImg/JRCModalImg.d.ts +1 -2
- package/build/src/components/JRCPagination/JRCPagination.d.ts +1 -2
- package/build/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +1 -2
- package/build/src/components/JRCTooltip/JRCTooltip.d.ts +0 -1
- package/build/src/components/Templates/JRCContainer.d.ts +1 -2
- package/build/src/components/Templates/template.styles.d.ts +29 -29
- package/build/src/components/Templates/template.type.d.ts +1 -0
- package/build/src/index.d.ts +51 -75
- package/build/src/types.d.ts +49 -82
- package/package.json +3 -2
- package/storybook-static/344.cdfbe1f1.iframe.bundle.js +2 -0
- package/storybook-static/{174.f2e072e1.iframe.bundle.js.LICENSE.txt → 344.cdfbe1f1.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.acd0a515.iframe.bundle.js +1 -0
- package/storybook-static/174.f2e072e1.iframe.bundle.js +0 -2
- package/storybook-static/main.46cf1211.iframe.bundle.js +0 -1
|
File without changes
|
|
@@ -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.ba5a9588.iframe.bundle.js"></script><script src="
|
|
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.ba5a9588.iframe.bundle.js"></script><script src="344.cdfbe1f1.iframe.bundle.js"></script><script src="main.acd0a515.iframe.bundle.js"></script></body></html>
|