decathlon-ui 0.1.6 → 0.1.7

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.
@@ -1,3 +1,3 @@
1
- export * from "./badge.component";
2
- export * from "./badge.types";
1
+ export { Badge } from "./badge.component";
2
+ export type { BadgeProps } from "./badge.types";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/badge/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC"}
@@ -1,2 +1 @@
1
- export * from "./badge.component";
2
- export * from "./badge.types";
1
+ export { Badge } from "./badge.component";
@@ -1,3 +1,3 @@
1
- export * from "./button.component";
2
- export * from "./button.types";
1
+ export { Button } from "./button.component";
2
+ export type { ButtonProps } from "./button.props";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,2 +1 @@
1
- export * from "./button.component";
2
- export * from "./button.types";
1
+ export { Button } from "./button.component";
@@ -1,3 +1,3 @@
1
- export * from "./category-item.component";
2
- export * from "./category-item.types";
1
+ export { CategoryItem } from "./category-item.component";
2
+ export type { CategoryItemProps } from "./category-item.types";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/category-item/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/category-item/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,YAAY,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1,2 +1 @@
1
- export * from "./category-item.component";
2
- export * from "./category-item.types";
1
+ export { CategoryItem } from "./category-item.component";
@@ -1,3 +1,3 @@
1
- export * from "./filter-chip.component";
2
- export * from "./filter-chip.types";
1
+ export { FilterChip } from "./filter-chip.component";
2
+ export type { FilterChipProps } from "./filter-chip.types";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/filter-chip/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/filter-chip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,YAAY,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,2 +1 @@
1
- export * from "./filter-chip.component";
2
- export * from "./filter-chip.types";
1
+ export { FilterChip } from "./filter-chip.component";
@@ -1,3 +1,3 @@
1
- export * from "./loading.component";
2
- export * from "./loading.types";
1
+ export { Loading } from "./loading.component";
2
+ export type { LoadingProps } from "./loading.types";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/loading/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/loading/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1,2 +1 @@
1
- export * from "./loading.component";
2
- export * from "./loading.types";
1
+ export { Loading } from "./loading.component";
@@ -1,3 +1,3 @@
1
- export * from "./range-slider.component";
2
- export * from "./range-slider.types";
1
+ export { RangeSlider } from "./range-slider.component";
2
+ export type { RangeSliderProps } from "./range-slider.types";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/range-slider/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/range-slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,YAAY,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC"}
@@ -1,2 +1 @@
1
- export * from "./range-slider.component";
2
- export * from "./range-slider.types";
1
+ export { RangeSlider } from "./range-slider.component";
@@ -1,4 +1,3 @@
1
- import SearchButton from "./search-button.component";
1
+ export { SearchButton } from "./search-button.component";
2
2
  export type { SearchButtonProps } from "./search-button.types";
3
- export { SearchButton };
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/search-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,2BAA2B,CAAC;AAErD,YAAY,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/search-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,YAAY,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1,2 +1 @@
1
- import SearchButton from "./search-button.component";
2
- export { SearchButton };
1
+ export { SearchButton } from "./search-button.component";
@@ -1,5 +1,4 @@
1
1
  import React from "react";
2
2
  import { SearchButtonProps } from "./search-button.props";
3
- declare const SearchButton: React.FC<SearchButtonProps>;
4
- export default SearchButton;
3
+ export declare const SearchButton: React.FC<SearchButtonProps>;
5
4
  //# sourceMappingURL=search-button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-button.component.d.ts","sourceRoot":"","sources":["../../../src/components/search-button/search-button.component.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAY7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"search-button.component.d.ts","sourceRoot":"","sources":["../../../src/components/search-button/search-button.component.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAYpD,CAAC"}
@@ -2,8 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Text, TouchableOpacity } from "react-native";
3
3
  import { SearchIcon } from "../../icons";
4
4
  import { useSearchButtonStyles } from "./search-button.styles";
5
- const SearchButton = ({ onPress, label = "Buscar", }) => {
5
+ export const SearchButton = ({ onPress, label = "Buscar", }) => {
6
6
  const styles = useSearchButtonStyles();
7
7
  return (_jsxs(TouchableOpacity, { style: styles.container, onPress: onPress, children: [_jsx(SearchIcon, { size: 20, color: "#3E4751" }), _jsx(Text, { style: styles.label, children: label })] }));
8
8
  };
9
- export default SearchButton;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decathlon-ui",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Biblioteca de componentes React Native com Storybook e documentação via GitHub Pages.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",