@true-engineering/true-react-common-ui-kit 4.0.0-alpha32 → 4.0.0-alpha33
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/dist/components/FiltersPane/index.d.ts +1 -0
- package/dist/components/FiltersPane/types.d.ts +2 -1
- package/dist/true-react-common-ui-kit.js +2 -0
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +2 -0
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/components/FiltersPane/index.ts +1 -0
- package/src/components/FiltersPane/types.ts +2 -1
|
@@ -32724,6 +32724,8 @@
|
|
|
32724
32724
|
exports2.NewMoreMenu = NewMoreMenu;
|
|
32725
32725
|
exports2.Notification = Notification;
|
|
32726
32726
|
exports2.NumberInput = NumberInput;
|
|
32727
|
+
exports2.PERIODS = PERIODS;
|
|
32728
|
+
exports2.PERIODS_GETTERS = PERIODS_GETTERS;
|
|
32727
32729
|
exports2.PhoneInput = PhoneInput;
|
|
32728
32730
|
exports2.RadioButton = RadioButton;
|
|
32729
32731
|
exports2.SLIDE_UP_ANIMATION_DURATION = SLIDE_UP_ANIMATION_DURATION;
|