@pushwoosh/dumb-components 1.1.104 → 1.1.106

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/Select/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { components } from 'react-select';
2
1
  export { Select, SelectAsync, CreatableSelect } from './Select';
3
2
  export { CLASS_NAME_PREFIX } from './constants';
4
3
  export type { SelectBase, MultiSelectOptions } from './types';
4
+ export { components as SelectComponents } from 'react-select';
package/Select/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { components } from 'react-select';
2
1
  export { Select, SelectAsync, CreatableSelect } from './Select';
3
- export { CLASS_NAME_PREFIX } from './constants';
2
+ export { CLASS_NAME_PREFIX } from './constants';
3
+ export { components as SelectComponents } from 'react-select';
package/index.d.ts CHANGED
@@ -20,7 +20,7 @@ export { RadioCard } from './RadioCard';
20
20
  export { ReCaptcha, useRecaptcha, asyncScriptLoad } from './ReCaptcha';
21
21
  export { Spinner } from './Spinner';
22
22
  export { SortButton, type SortButtonParams } from './SortButton';
23
- export { Select, SelectAsync, CreatableSelect, CLASS_NAME_PREFIX, type SelectBase, type MultiSelectOptions, } from './Select';
23
+ export { Select, SelectAsync, CreatableSelect, SelectComponents, CLASS_NAME_PREFIX, type SelectBase, type MultiSelectOptions, } from './Select';
24
24
  export { Switch } from './Switch';
25
25
  export { TextSkeleton, RectangularSkeleton, CircularSkeleton } from './Skeleton';
26
26
  export { Tooltip, type TooltipPosition, TooltipTrigger } from './Tooltip';
package/index.js CHANGED
@@ -20,7 +20,7 @@ export { RadioCard } from './RadioCard';
20
20
  export { ReCaptcha, useRecaptcha, asyncScriptLoad } from './ReCaptcha';
21
21
  export { Spinner } from './Spinner';
22
22
  export { SortButton } from './SortButton';
23
- export { Select, SelectAsync, CreatableSelect, CLASS_NAME_PREFIX } from './Select';
23
+ export { Select, SelectAsync, CreatableSelect, SelectComponents, CLASS_NAME_PREFIX } from './Select';
24
24
  export { Switch } from './Switch';
25
25
  export { TextSkeleton, RectangularSkeleton, CircularSkeleton } from './Skeleton';
26
26
  export { Tooltip, TooltipTrigger } from './Tooltip';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/dumb-components",
3
- "version": "1.1.104",
3
+ "version": "1.1.106",
4
4
  "description": "React components to build Pushwoosh products",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -60,9 +60,9 @@
60
60
  "polished": "^4.3.1",
61
61
  "react-select": "^5.10.0",
62
62
  "react-transition-group": "^4.4.5",
63
- "slate": "^0.123.0",
63
+ "slate": "^0.124.0",
64
64
  "slate-history": "^0.113.1",
65
- "slate-react": "^0.123.0"
65
+ "slate-react": "^0.124.0"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": "^16.14.0 || ^18.3.1",