@bigbinary/neetoui 6.5.22 → 6.6.0
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/Accordion.js +1 -1
- package/dist/ActionDropdown.js +1 -1
- package/dist/Alert.js +1 -1
- package/dist/Button.js +1 -1
- package/dist/ColorPicker.js +1 -1
- package/dist/Dropdown.js +1 -1
- package/dist/Modal.js +1 -1
- package/dist/NoData.js +1 -1
- package/dist/Pane.js +1 -1
- package/dist/ProgressBar.js +28 -0
- package/dist/ProgressBar.js.map +1 -0
- package/dist/Table.js +1 -1
- package/dist/cjs/Accordion.js +1 -1
- package/dist/cjs/ActionDropdown.js +1 -1
- package/dist/cjs/Alert.js +1 -1
- package/dist/cjs/Button.js +1 -1
- package/dist/cjs/ColorPicker.js +1 -1
- package/dist/cjs/Dropdown.js +1 -1
- package/dist/cjs/Modal.js +1 -1
- package/dist/cjs/NoData.js +1 -1
- package/dist/cjs/Pane.js +1 -1
- package/dist/cjs/ProgressBar.js +34 -0
- package/dist/cjs/ProgressBar.js.map +1 -0
- package/dist/cjs/Table.js +1 -1
- package/dist/cjs/formik/ActionBlock.js +1 -1
- package/dist/cjs/formik/BlockNavigation.js +1 -1
- package/dist/cjs/formik/Button.js +1 -1
- package/dist/cjs/formik/index.js +1 -1
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{motion-8fe81637.js → motion-a1906aff.js} +1 -3
- package/dist/cjs/{motion-8fe81637.js.map → motion-a1906aff.js.map} +1 -1
- package/dist/formik/ActionBlock.js +1 -1
- package/dist/formik/BlockNavigation.js +1 -1
- package/dist/formik/Button.js +1 -1
- package/dist/formik/index.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/{motion-68c3ecee.js → motion-087daf52.js} +1 -3
- package/dist/{motion-68c3ecee.js.map → motion-087daf52.js.map} +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
- package/types/ProgressBar.d.ts +10 -0
package/dist/index.js
CHANGED
|
@@ -18,6 +18,7 @@ export { default as NoData } from './NoData.js';
|
|
|
18
18
|
export { default as Pagination } from './Pagination.js';
|
|
19
19
|
export { default as Pane } from './Pane.js';
|
|
20
20
|
export { default as Popover } from './Popover.js';
|
|
21
|
+
export { default as ProgressBar } from './ProgressBar.js';
|
|
21
22
|
export { default as Radio } from './Radio.js';
|
|
22
23
|
export { default as Select } from './Select.js';
|
|
23
24
|
export { default as Slider } from './Slider.js';
|
|
@@ -44,7 +45,7 @@ import 'ramda';
|
|
|
44
45
|
import './extends-093996c9.js';
|
|
45
46
|
import '@bigbinary/neeto-icons';
|
|
46
47
|
import './objectWithoutProperties-a0edb288.js';
|
|
47
|
-
import './motion-
|
|
48
|
+
import './motion-087daf52.js';
|
|
48
49
|
import './index-26f3deee.js';
|
|
49
50
|
import './createClass-601a36b2.js';
|
|
50
51
|
import '@bigbinary/neeto-cist';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2387,7 +2387,6 @@ const mixComplex = (origin, target) => {
|
|
|
2387
2387
|
return pipe(mixArray(originStats.values, targetStats.values), template);
|
|
2388
2388
|
}
|
|
2389
2389
|
else {
|
|
2390
|
-
warning(true);
|
|
2391
2390
|
return mixImmediate(origin, target);
|
|
2392
2391
|
}
|
|
2393
2392
|
};
|
|
@@ -3630,7 +3629,6 @@ const animateMotionValue = (valueName, value, target, transition = {}) => {
|
|
|
3630
3629
|
const targetKeyframe = keyframes[keyframes.length - 1];
|
|
3631
3630
|
const isOriginAnimatable = isAnimatable(valueName, originKeyframe);
|
|
3632
3631
|
const isTargetAnimatable = isAnimatable(valueName, targetKeyframe);
|
|
3633
|
-
warning(isOriginAnimatable === isTargetAnimatable);
|
|
3634
3632
|
let options = {
|
|
3635
3633
|
keyframes,
|
|
3636
3634
|
velocity: value.getVelocity(),
|
|
@@ -8861,4 +8859,4 @@ const preloadedFeatures = {
|
|
|
8861
8859
|
const motion = /*@__PURE__*/ createMotionProxy((Component, config) => createDomMotionConfig(Component, config, preloadedFeatures, createDomVisualElement));
|
|
8862
8860
|
|
|
8863
8861
|
export { LayoutGroupContext as L, PresenceContext as P, useConstant as a, frame as f, invariant as i, motion as m, useIsomorphicLayoutEffect as u };
|
|
8864
|
-
//# sourceMappingURL=motion-
|
|
8862
|
+
//# sourceMappingURL=motion-087daf52.js.map
|