decathlon-ui 0.1.11 → 0.2.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/components/button/button.props.d.ts +0 -5
- package/dist/components/button/button.props.d.ts.map +1 -1
- package/dist/components/button/button.props.js +0 -6
- package/dist/components/button/index.d.ts +0 -1
- package/dist/components/button/index.d.ts.map +1 -1
- package/dist/components/button/index.js +0 -1
- package/dist/components/index.d.ts +22 -22
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +22 -22
- package/dist/index.d.ts +3 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
|
@@ -15,9 +15,4 @@ export declare enum ButtonVariant {
|
|
|
15
15
|
secondaryInverted = "secondary-inverted",
|
|
16
16
|
converted = "converted"
|
|
17
17
|
}
|
|
18
|
-
export declare enum ButtonSize {
|
|
19
|
-
small = "small",
|
|
20
|
-
medium = "medium",
|
|
21
|
-
large = "large"
|
|
22
|
-
}
|
|
23
18
|
//# sourceMappingURL=button.props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.props.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EACJ,SAAS,GACT,kBAAkB,GAClB,WAAW,GACX,oBAAoB,GACpB,WAAW,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,eAAe,qBAAqB;IACpC,SAAS,cAAc;IACvB,iBAAiB,uBAAuB;IACxC,SAAS,cAAc;CACxB
|
|
1
|
+
{"version":3,"file":"button.props.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EACJ,SAAS,GACT,kBAAkB,GAClB,WAAW,GACX,oBAAoB,GACpB,WAAW,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,eAAe,qBAAqB;IACpC,SAAS,cAAc;IACvB,iBAAiB,uBAAuB;IACxC,SAAS,cAAc;CACxB"}
|
|
@@ -6,9 +6,3 @@ export var ButtonVariant;
|
|
|
6
6
|
ButtonVariant["secondaryInverted"] = "secondary-inverted";
|
|
7
7
|
ButtonVariant["converted"] = "converted";
|
|
8
8
|
})(ButtonVariant || (ButtonVariant = {}));
|
|
9
|
-
export var ButtonSize;
|
|
10
|
-
(function (ButtonSize) {
|
|
11
|
-
ButtonSize["small"] = "small";
|
|
12
|
-
ButtonSize["medium"] = "medium";
|
|
13
|
-
ButtonSize["large"] = "large";
|
|
14
|
-
})(ButtonSize || (ButtonSize = {}));
|
|
@@ -1 +1 @@
|
|
|
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,
|
|
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,23 +1,23 @@
|
|
|
1
|
-
export * from "./accordion";
|
|
2
|
-
export * from "./action-button";
|
|
3
|
-
export * from "./button";
|
|
4
|
-
export * from "./card";
|
|
5
|
-
export * from "./cashback-banner";
|
|
6
|
-
export * from "./category-item";
|
|
7
|
-
export * from "./checkbox";
|
|
8
|
-
export * from "./filter-chip";
|
|
9
|
-
export * from "./input";
|
|
10
|
-
export * from "./loading";
|
|
11
|
-
export * from "./order-card";
|
|
12
|
-
export * from "./product-card";
|
|
13
|
-
export * from "./product-highlight";
|
|
14
|
-
export * from "./product-list-item";
|
|
15
|
-
export * from "./product-review";
|
|
16
|
-
export * from "./quick-add-product-card";
|
|
17
|
-
export * from "./radio";
|
|
18
|
-
export * from "./range-slider";
|
|
19
|
-
export * from "./search-button";
|
|
20
|
-
export * from "./seller-box";
|
|
21
|
-
export * from "./toggle-switch";
|
|
22
|
-
export * from "./typography";
|
|
1
|
+
export * from "./accordion/index";
|
|
2
|
+
export * from "./action-button/index";
|
|
3
|
+
export * from "./button/index";
|
|
4
|
+
export * from "./card/index";
|
|
5
|
+
export * from "./cashback-banner/index";
|
|
6
|
+
export * from "./category-item/index";
|
|
7
|
+
export * from "./checkbox/index";
|
|
8
|
+
export * from "./filter-chip/index";
|
|
9
|
+
export * from "./input/index";
|
|
10
|
+
export * from "./loading/index";
|
|
11
|
+
export * from "./order-card/index";
|
|
12
|
+
export * from "./product-card/index";
|
|
13
|
+
export * from "./product-highlight/index";
|
|
14
|
+
export * from "./product-list-item/index";
|
|
15
|
+
export * from "./product-review/index";
|
|
16
|
+
export * from "./quick-add-product-card/index";
|
|
17
|
+
export * from "./radio/index";
|
|
18
|
+
export * from "./range-slider/index";
|
|
19
|
+
export * from "./search-button/index";
|
|
20
|
+
export * from "./seller-box/index";
|
|
21
|
+
export * from "./toggle-switch/index";
|
|
22
|
+
export * from "./typography/index";
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
|
package/dist/components/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export * from "./accordion";
|
|
2
|
-
export * from "./action-button";
|
|
3
|
-
export * from "./button";
|
|
4
|
-
export * from "./card";
|
|
5
|
-
export * from "./cashback-banner";
|
|
6
|
-
export * from "./category-item";
|
|
7
|
-
export * from "./checkbox";
|
|
8
|
-
export * from "./filter-chip";
|
|
9
|
-
export * from "./input";
|
|
10
|
-
export * from "./loading";
|
|
11
|
-
export * from "./order-card";
|
|
12
|
-
export * from "./product-card";
|
|
13
|
-
export * from "./product-highlight";
|
|
14
|
-
export * from "./product-list-item";
|
|
15
|
-
export * from "./product-review";
|
|
16
|
-
export * from "./quick-add-product-card";
|
|
17
|
-
export * from "./radio";
|
|
18
|
-
export * from "./range-slider";
|
|
19
|
-
export * from "./search-button";
|
|
20
|
-
export * from "./seller-box";
|
|
21
|
-
export * from "./toggle-switch";
|
|
22
|
-
export * from "./typography";
|
|
1
|
+
export * from "./accordion/index";
|
|
2
|
+
export * from "./action-button/index";
|
|
3
|
+
export * from "./button/index";
|
|
4
|
+
export * from "./card/index";
|
|
5
|
+
export * from "./cashback-banner/index";
|
|
6
|
+
export * from "./category-item/index";
|
|
7
|
+
export * from "./checkbox/index";
|
|
8
|
+
export * from "./filter-chip/index";
|
|
9
|
+
export * from "./input/index";
|
|
10
|
+
export * from "./loading/index";
|
|
11
|
+
export * from "./order-card/index";
|
|
12
|
+
export * from "./product-card/index";
|
|
13
|
+
export * from "./product-highlight/index";
|
|
14
|
+
export * from "./product-list-item/index";
|
|
15
|
+
export * from "./product-review/index";
|
|
16
|
+
export * from "./quick-add-product-card/index";
|
|
17
|
+
export * from "./radio/index";
|
|
18
|
+
export * from "./range-slider/index";
|
|
19
|
+
export * from "./search-button/index";
|
|
20
|
+
export * from "./seller-box/index";
|
|
21
|
+
export * from "./toggle-switch/index";
|
|
22
|
+
export * from "./typography/index";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "./components";
|
|
2
|
-
export * from "./icons";
|
|
3
|
-
export * from "./themes";
|
|
1
|
+
export * from "./components/index";
|
|
2
|
+
export * from "./icons/index";
|
|
3
|
+
export * from "./themes/index";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./components";
|
|
2
|
-
export * from "./icons";
|
|
3
|
-
export * from "./themes";
|
|
1
|
+
export * from "./components/index";
|
|
2
|
+
export * from "./icons/index";
|
|
3
|
+
export * from "./themes/index";
|