jamespot-react-components 1.2.30 → 1.2.32
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SROnly: import("styled-components").FlattenSimpleInterpolation;
|
package/build/src/index.d.ts
CHANGED
|
@@ -201,6 +201,7 @@ export { JRCWidgetIcon } from './components/Widgets/JRCWidgetIcon';
|
|
|
201
201
|
export { JRCModalUserList } from './components/JRCModalUserList/JRCModalUserList';
|
|
202
202
|
export { LabelDescriptionOption } from './components/Form/Input/JRCSelect/JRCInputSelect.defaults';
|
|
203
203
|
export { StyledInput } from './components/Form/Input/JRCStyledInput';
|
|
204
|
+
export { SROnly } from './components/Common/SROnly';
|
|
204
205
|
export { useAbortController } from './hooks/useAbortController';
|
|
205
206
|
export { useCancelOnUnmount } from './hooks/useCancelOnUnmount';
|
|
206
207
|
export { useDebounce } from './hooks/UseDebounce';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.32",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/jamespot-react-components.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"chroma-js": "^2.1.1",
|
|
100
100
|
"classnames": "^2.3.1",
|
|
101
101
|
"dompurify": "^3.0.5",
|
|
102
|
-
"jamespot-user-api": "^1.2.
|
|
102
|
+
"jamespot-user-api": "^1.2.32",
|
|
103
103
|
"react": "^17.x",
|
|
104
104
|
"react-beautiful-dnd": "^13.1.1",
|
|
105
105
|
"react-dnd": "^14.0.4",
|