pixuireactcomponents 1.3.14 → 1.3.16

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export { Tabs } from "./ui/components/tab/Tabs";
2
- export { Tab } from "./ui/components/tab/Tab";
1
+ // export {Tabs} from "./ui/components/tab/Tabs"
2
+ // export {Tab} from "./ui/components/tab/Tab"
3
3
  export { Slider } from "./ui/components/slider/Slider";
4
4
  export { Progress } from "./ui/components/progress/Progress";
5
5
  // export{ Dropdown} from "./ui/components/dropdown/Dropdown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixuireactcomponents",
3
- "version": "1.3.14",
3
+ "version": "1.3.16",
4
4
  "description": "pixui react components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -210,10 +210,7 @@ export function Carousel(props) {
210
210
  if (children.length > 1) {
211
211
  gestureUp();
212
212
  }
213
- } }),
214
- h("div", { style: { flexDirection: isVertical ? 'column' : 'row', } }, children.map(function (v, i) {
215
- return h("div", { style: (showIndex == i + 1) ? indicatorSelectedStyle : indicatorStyle, onClick: function () { setShowIndex(i + 1); } });
216
- }))));
213
+ } })));
217
214
  }
218
215
  Carousel.Item = function (props) {
219
216
  return h("div", { style: {