@faststore/ui 2.0.50-alpha.0 → 2.0.53-alpha.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.
Files changed (41) hide show
  1. package/dist/index.d.ts +0 -6
  2. package/dist/index.js +0 -3
  3. package/dist/index.js.map +1 -1
  4. package/package.json +2 -2
  5. package/src/components/atoms/Button/styles.scss +16 -0
  6. package/src/components/atoms/Loader/styles.scss +72 -0
  7. package/src/components/molecules/Gift/styles.scss +92 -0
  8. package/src/index.ts +0 -17
  9. package/src/styles/components.scss +3 -1
  10. package/dist/components/atoms/Spinner/Spinner.d.ts +0 -11
  11. package/dist/components/atoms/Spinner/Spinner.js +0 -6
  12. package/dist/components/atoms/Spinner/Spinner.js.map +0 -1
  13. package/dist/components/atoms/Spinner/index.d.ts +0 -2
  14. package/dist/components/atoms/Spinner/index.js +0 -2
  15. package/dist/components/atoms/Spinner/index.js.map +0 -1
  16. package/dist/components/molecules/Gift/Gift.d.ts +0 -15
  17. package/dist/components/molecules/Gift/Gift.js +0 -9
  18. package/dist/components/molecules/Gift/Gift.js.map +0 -1
  19. package/dist/components/molecules/Gift/GiftContent.d.ts +0 -10
  20. package/dist/components/molecules/Gift/GiftContent.js +0 -6
  21. package/dist/components/molecules/Gift/GiftContent.js.map +0 -1
  22. package/dist/components/molecules/Gift/GiftImage.d.ts +0 -10
  23. package/dist/components/molecules/Gift/GiftImage.js +0 -6
  24. package/dist/components/molecules/Gift/GiftImage.js.map +0 -1
  25. package/dist/components/molecules/Gift/index.d.ts +0 -6
  26. package/dist/components/molecules/Gift/index.js +0 -4
  27. package/dist/components/molecules/Gift/index.js.map +0 -1
  28. package/dist/components/molecules/LoadingButton/LoadingButton.d.ts +0 -14
  29. package/dist/components/molecules/LoadingButton/LoadingButton.js +0 -8
  30. package/dist/components/molecules/LoadingButton/LoadingButton.js.map +0 -1
  31. package/dist/components/molecules/LoadingButton/index.d.ts +0 -2
  32. package/dist/components/molecules/LoadingButton/index.js +0 -2
  33. package/dist/components/molecules/LoadingButton/index.js.map +0 -1
  34. package/src/components/atoms/Spinner/Spinner.tsx +0 -19
  35. package/src/components/atoms/Spinner/index.tsx +0 -2
  36. package/src/components/molecules/Gift/Gift.tsx +0 -30
  37. package/src/components/molecules/Gift/GiftContent.tsx +0 -29
  38. package/src/components/molecules/Gift/GiftImage.tsx +0 -22
  39. package/src/components/molecules/Gift/index.tsx +0 -8
  40. package/src/components/molecules/LoadingButton/LoadingButton.tsx +0 -31
  41. package/src/components/molecules/LoadingButton/index.tsx +0 -2
package/dist/index.d.ts CHANGED
@@ -7,14 +7,10 @@ export { default as Slider } from './components/atoms/Slider';
7
7
  export type { SliderProps } from './components/atoms/Slider';
8
8
  export { default as Skeleton } from './components/atoms/Skeleton';
9
9
  export type { SkeletonProps } from './components/atoms/Skeleton';
10
- export { default as Spinner } from './components/atoms/Spinner';
11
- export type { SpinnerProps } from './components/atoms/Spinner';
12
10
  export { default as Incentive } from './components/atoms/Incentive';
13
11
  export type { IncentiveProps } from './components/atoms/Incentive';
14
12
  export { default as SkuSelector } from './components/molecules/SkuSelector';
15
13
  export type { SkuSelectorProps } from './components/molecules/SkuSelector';
16
- export { default as Gift, GiftContent, GiftImage, } from './components/molecules/Gift';
17
- export type { GiftProps, GiftContentProps, GiftImageProps, } from './components/molecules/Gift';
18
14
  export { default as ProductTitle } from './components/molecules/ProductTitle';
19
15
  export type { ProductTitleProps } from './components/molecules/ProductTitle';
20
16
  export { default as OrderSummary } from './components/molecules/OrderSummary';
@@ -39,8 +35,6 @@ export { default as PaymentMethods } from './components/molecules/PaymentMethods
39
35
  export type { PaymentMethodsProps } from './components/molecules/PaymentMethods';
40
36
  export { default as Breadcrumb } from './components/molecules/Breadcrumb';
41
37
  export type { BreadcrumbProps } from './components/molecules/Breadcrumb';
42
- export { default as LoadingButton } from './components/molecules/LoadingButton';
43
- export type { LoadingButtonProps } from './components/molecules/LoadingButton';
44
38
  export { default as PriceRange } from './components/molecules/PriceRange';
45
39
  export type { PriceRangeProps } from './components/molecules/PriceRange';
46
40
  export { default as Form } from './components/molecules/Form';
package/dist/index.js CHANGED
@@ -4,11 +4,9 @@ export { default as Popover } from './components/atoms/Popover';
4
4
  export { default as TextArea } from './components/atoms/TextArea';
5
5
  export { default as Slider } from './components/atoms/Slider';
6
6
  export { default as Skeleton } from './components/atoms/Skeleton';
7
- export { default as Spinner } from './components/atoms/Spinner';
8
7
  export { default as Incentive } from './components/atoms/Incentive';
9
8
  // Molecules
10
9
  export { default as SkuSelector } from './components/molecules/SkuSelector';
11
- export { default as Gift, GiftContent, GiftImage, } from './components/molecules/Gift';
12
10
  export { default as ProductTitle } from './components/molecules/ProductTitle';
13
11
  export { default as OrderSummary } from './components/molecules/OrderSummary';
14
12
  export { default as ProductCard, ProductCardImage, ProductCardContent, ProductCardActions, } from './components/molecules/ProductCard';
@@ -21,7 +19,6 @@ export { default as Modal } from './components/molecules/Modal';
21
19
  export { default as Banner, BannerContent, BannerImage, BannerLink, } from './components/molecules/Banner';
22
20
  export { default as PaymentMethods } from './components/molecules/PaymentMethods';
23
21
  export { default as Breadcrumb } from './components/molecules/Breadcrumb';
24
- export { default as LoadingButton } from './components/molecules/LoadingButton';
25
22
  export { default as PriceRange } from './components/molecules/PriceRange';
26
23
  export { default as Form } from './components/molecules/Form';
27
24
  // Organisms
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AAErC,QAAQ;AACR,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAG/D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAGjE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,2BAA2B,CAAA;AAG7D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAGjE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAG/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,8BAA8B,CAAA;AAGnE,YAAY;AACZ,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAG3E,OAAO,EACL,OAAO,IAAI,IAAI,EACf,WAAW,EACX,SAAS,GACV,MAAM,6BAA6B,CAAA;AAOpC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qCAAqC,CAAA;AAG7E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qCAAqC,CAAA;AAG7E,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,oCAAoC,CAAA;AAQ3C,OAAO,EACL,OAAO,IAAI,IAAI,EACf,SAAS,EACT,WAAW,EACX,WAAW,GACZ,MAAM,6BAA6B,CAAA;AAQpC,OAAO,EACL,OAAO,IAAI,QAAQ,EACnB,eAAe,EACf,eAAe,EACf,aAAa,EACb,cAAc,EACd,eAAe,EACf,aAAa,GACd,MAAM,iCAAiC,CAAA;AAWxC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,gCAAgC,CAAA;AAGnE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAM3E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAGrE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,8BAA8B,CAAA;AAG/D,OAAO,EACL,OAAO,IAAI,MAAM,EACjB,aAAa,EACb,WAAW,EACX,UAAU,GACX,MAAM,+BAA+B,CAAA;AAQtC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,uCAAuC,CAAA;AAGjF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAGzE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,sCAAsC,CAAA;AAG/E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAGzE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,6BAA6B,CAAA;AAG7D,YAAY;AACZ,OAAO,EACL,OAAO,IAAI,UAAU,EACrB,eAAe,EACf,iBAAiB,GAClB,MAAM,mCAAmC,CAAA;AAO1C,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AAG1D,QAAQ;AACR,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AAErC,QAAQ;AACR,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAG/D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAGjE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,2BAA2B,CAAA;AAG7D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAGjE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,8BAA8B,CAAA;AAGnE,YAAY;AACZ,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAG3E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qCAAqC,CAAA;AAG7E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qCAAqC,CAAA;AAG7E,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,oCAAoC,CAAA;AAQ3C,OAAO,EACL,OAAO,IAAI,IAAI,EACf,SAAS,EACT,WAAW,EACX,WAAW,GACZ,MAAM,6BAA6B,CAAA;AAQpC,OAAO,EACL,OAAO,IAAI,QAAQ,EACnB,eAAe,EACf,eAAe,EACf,aAAa,EACb,cAAc,EACd,eAAe,EACf,aAAa,GACd,MAAM,iCAAiC,CAAA;AAWxC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,gCAAgC,CAAA;AAGnE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAM3E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAGrE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,8BAA8B,CAAA;AAG/D,OAAO,EACL,OAAO,IAAI,MAAM,EACjB,aAAa,EACb,WAAW,EACX,UAAU,GACX,MAAM,+BAA+B,CAAA;AAQtC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,uCAAuC,CAAA;AAGjF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAGzE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAGzE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,6BAA6B,CAAA;AAG7D,YAAY;AACZ,OAAO,EACL,OAAO,IAAI,UAAU,EACrB,eAAe,EACf,iBAAiB,GAClB,MAAM,mCAAmC,CAAA;AAO1C,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AAG1D,QAAQ;AACR,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/ui",
3
- "version": "2.0.50-alpha.0",
3
+ "version": "2.0.53-alpha.0",
4
4
  "description": "A lightweight, framework agnostic component library for React",
5
5
  "author": "emersonlaurentino",
6
6
  "license": "MIT",
@@ -59,5 +59,5 @@
59
59
  "node": "16.18.0",
60
60
  "yarn": "1.19.1"
61
61
  },
62
- "gitHead": "ff4612f903a6be4e99df0b614a032b21ad7dc711"
62
+ "gitHead": "a9a211450d2173e08fd8b8dcf4a6da4d78590a71"
63
63
  }
@@ -95,6 +95,9 @@
95
95
  --fs-button-disabled-bkg-color : var(--fs-color-disabled-bkg);
96
96
  --fs-button-disabled-text-color : var(--fs-color-disabled-text);
97
97
 
98
+ // Loading
99
+ --fs-button-loading-label-column-gap : var(--fs-spacing-3);
100
+
98
101
  // Small
99
102
  --fs-button-small-padding : var(--fs-spacing-0) var(--fs-spacing-1);
100
103
  --fs-button-small-min-height : var(--fs-spacing-5);
@@ -314,4 +317,17 @@
314
317
  border-width: 0;
315
318
  }
316
319
  }
320
+
321
+ &[data-fs-button-loading="true"] {
322
+ > * {
323
+ opacity: 0;
324
+ pointer-events: none;
325
+ }
326
+ [data-fs-button-loading-label] {
327
+ position: absolute;
328
+ opacity: 1;
329
+ display: flex;
330
+ column-gap: var(--fs-button-loading-label-column-gap);
331
+ }
332
+ }
317
333
  }
@@ -0,0 +1,72 @@
1
+ [data-fs-loader] {
2
+ // --------------------------------------------------------
3
+ // Design Tokens for Loader
4
+ // --------------------------------------------------------
5
+
6
+ --fs-loader-gap : var(--fs-spacing-0);
7
+
8
+ --fs-loader-animation-function : var(--fs-transition-function);
9
+ --fs-loader-animation-timing : var(--fs-transition-timing);
10
+
11
+ // Item
12
+ --fs-loader-item-width : var(--fs-spacing-0);
13
+ --fs-loader-item-height : var(--fs-loader-item-width);
14
+ --fs-loader-item-border-radius : var(--fs-border-radius-circle);
15
+ --fs-loader-item-initial-opacity : .6;
16
+
17
+ // Dark (Default)
18
+ --fs-loader-dark-item-bkg-color : var(--fs-color-primary-bkg-active);
19
+
20
+ // Light
21
+ --fs-loader-light-item-bkg-color : var(--fs-color-tertiary-bkg-light);
22
+
23
+ // --------------------------------------------------------
24
+ // Structural Styles
25
+ // --------------------------------------------------------
26
+
27
+ display: flex;
28
+ align-items: center;
29
+ column-gap: var(--fs-loader-gap);
30
+
31
+ [data-fs-loader-item] {
32
+ width: var(--fs-loader-item-width);
33
+ height: var(--fs-loader-item-height);
34
+ border-radius: var(--fs-loader-item-border-radius);
35
+ opacity: var(--fs-loader-item-initial-opacity);
36
+ top: 0;
37
+ position: relative;
38
+ animation: load 1.2s infinite var(--fs-loader-animation-function) calc(var(--fs-loader-item-delay,0)*var(--fs-loader-animation-timing));
39
+
40
+ &:first-of-type { --fs-loader-item-delay: -1; }
41
+ &:last-of-type { --fs-loader-item-delay: 1; }
42
+ }
43
+
44
+ @keyframes load {
45
+ 20% {
46
+ top: calc(-1 * var(--fs-spacing-0));
47
+ opacity: 1;
48
+ }
49
+ 40% {
50
+ top: 0;
51
+ opacity: .6;
52
+ }
53
+ 60% {
54
+ top: 0;
55
+ opacity: .6;
56
+ }
57
+ }
58
+
59
+ // --------------------------------------------------------
60
+ // Variants Styles
61
+ // --------------------------------------------------------
62
+
63
+ &[data-fs-loader-variant="dark"] [data-fs-loader-item] {
64
+ background-color: var(--fs-loader-dark-item-bkg-color);
65
+ }
66
+
67
+ &[data-fs-loader-variant="light"] [data-fs-loader-item] {
68
+ background-color: var(--fs-loader-light-item-bkg-color);
69
+ }
70
+
71
+ }
72
+
@@ -0,0 +1,92 @@
1
+ [data-fs-gift] {
2
+ // --------------------------------------------------------
3
+ // Design Tokens for Gift
4
+ // --------------------------------------------------------
5
+
6
+ // Default properties
7
+
8
+ --fs-gift-height : var(--fs-spacing-12);
9
+
10
+ --fs-gift-border-width : var(--fs-border-width);
11
+ --fs-gift-border-color : var(--fs-border-color-light);
12
+ --fs-gift-border-radius : var(--fs-border-radius);
13
+
14
+ // Content
15
+ --fs-gift-content-padding : var(--fs-spacing-1) var(--fs-spacing-2);
16
+ --fs-gift-content-row-gap : var(--fs-spacing-0);
17
+
18
+ // Title
19
+ --fs-gift-title-line-height : 1.25;
20
+ --fs-gift-title-size : var(--fs-text-size-body);
21
+ --fs-gift-title-color : var(--fs-color-text);
22
+
23
+ // Icon
24
+ --fs-gift-icon-size : 1.75rem; // 28px
25
+ --fs-gift-icon-padding : var(--fs-spacing-0);
26
+ --fs-gift-icon-color : var(--fs-gift-title-color);
27
+ --fs-gift-icon-bkg-color : var(--fs-color-body-bkg);
28
+
29
+ // --------------------------------------------------------
30
+ // Structural Styles
31
+ // --------------------------------------------------------
32
+
33
+ position: relative;
34
+
35
+ [data-fs-gift-wrapper] {
36
+ display: grid;
37
+ grid-template-columns: var(--fs-gift-height) repeat(4, 1fr);
38
+ align-items: flex-start;
39
+ height: var(--fs-gift-height);
40
+ overflow: hidden;
41
+ border: var(--fs-gift-border-width) solid var(--fs-gift-border-color);
42
+ border-radius: var(--fs-gift-border-radius);
43
+ }
44
+
45
+ [data-fs-gift-image] {
46
+ height: 100%;
47
+ overflow: hidden;
48
+
49
+ img {
50
+ object-fit: cover;
51
+ width: 100%;
52
+ height: 100%;
53
+ }
54
+ }
55
+
56
+ [data-fs-gift-content] {
57
+ display: grid;
58
+ grid-column: 2 / span 4;
59
+ row-gap: var(--fs-gift-content-row-gap);
60
+ padding: var(--fs-gift-content-padding);
61
+ }
62
+
63
+ [data-fs-gift-product-title] {
64
+ font-size: var(--fs-gift-title-size);
65
+ line-height: var(--fs-gift-title-line-height);
66
+ color: var(--fs-gift-title-color);
67
+
68
+ @include truncate-title;
69
+ }
70
+
71
+ [data-fs-gift-product-summary] {
72
+ display: flex;
73
+ align-items: center;
74
+
75
+ [data-fs-badge] {
76
+ margin-left: var(--fs-spacing-1);
77
+ }
78
+ }
79
+
80
+ [data-fs-gift-icon] {
81
+ position: absolute;
82
+ top: calc(-1 * var(--fs-gift-icon-size) / 2);
83
+ left: calc(-1 * var(--fs-gift-icon-size) / 2);
84
+ width: var(--fs-gift-icon-size);
85
+ height: var(--fs-gift-icon-size);
86
+ padding: var(--fs-gift-icon-padding);
87
+ color: var(--fs-gift-icon-color);
88
+ background-color: var(--fs-gift-icon-bkg-color);
89
+ border: var(--fs-gift-border-width) solid var(--fs-gift-border-color);
90
+ border-radius: var(--fs-border-radius-circle);
91
+ }
92
+ }
package/src/index.ts CHANGED
@@ -13,9 +13,6 @@ export type { SliderProps } from './components/atoms/Slider'
13
13
  export { default as Skeleton } from './components/atoms/Skeleton'
14
14
  export type { SkeletonProps } from './components/atoms/Skeleton'
15
15
 
16
- export { default as Spinner } from './components/atoms/Spinner'
17
- export type { SpinnerProps } from './components/atoms/Spinner'
18
-
19
16
  export { default as Incentive } from './components/atoms/Incentive'
20
17
  export type { IncentiveProps } from './components/atoms/Incentive'
21
18
 
@@ -23,17 +20,6 @@ export type { IncentiveProps } from './components/atoms/Incentive'
23
20
  export { default as SkuSelector } from './components/molecules/SkuSelector'
24
21
  export type { SkuSelectorProps } from './components/molecules/SkuSelector'
25
22
 
26
- export {
27
- default as Gift,
28
- GiftContent,
29
- GiftImage,
30
- } from './components/molecules/Gift'
31
- export type {
32
- GiftProps,
33
- GiftContentProps,
34
- GiftImageProps,
35
- } from './components/molecules/Gift'
36
-
37
23
  export { default as ProductTitle } from './components/molecules/ProductTitle'
38
24
  export type { ProductTitleProps } from './components/molecules/ProductTitle'
39
25
 
@@ -119,9 +105,6 @@ export type { PaymentMethodsProps } from './components/molecules/PaymentMethods'
119
105
  export { default as Breadcrumb } from './components/molecules/Breadcrumb'
120
106
  export type { BreadcrumbProps } from './components/molecules/Breadcrumb'
121
107
 
122
- export { default as LoadingButton } from './components/molecules/LoadingButton'
123
- export type { LoadingButtonProps } from './components/molecules/LoadingButton'
124
-
125
108
  export { default as PriceRange } from './components/molecules/PriceRange'
126
109
  export type { PriceRangeProps } from './components/molecules/PriceRange'
127
110
 
@@ -3,9 +3,10 @@
3
3
  @import "../components/atoms/Button/styles";
4
4
  @import "../components/atoms/Checkbox/styles";
5
5
  @import "../components/atoms/Icon/styles";
6
- @import "../components/atoms/Link/styles";
7
6
  @import "../components/atoms/Input/styles";
7
+ @import "../components/atoms/Link/styles";
8
8
  @import "../components/atoms/List/styles";
9
+ @import "../components/atoms/Loader/styles";
9
10
  @import "../components/atoms/Overlay/styles";
10
11
  @import "../components/atoms/Price/styles";
11
12
  @import "../components/atoms/Radio/styles";
@@ -19,6 +20,7 @@
19
20
  @import "../components/molecules/CheckboxField/styles";
20
21
  @import "../components/molecules/DiscountBadge/styles";
21
22
  @import "../components/molecules/Dropdown/styles";
23
+ @import "../components/molecules/Gift/styles";
22
24
  @import "../components/molecules/InputField/styles";
23
25
  @import "../components/molecules/LinkButton/styles";
24
26
  @import "../components/molecules/QuantitySelector/styles";
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- export type SpinnerProps = {
3
- /**
4
- * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
5
- */
6
- testId?: string;
7
- };
8
- declare const Spinner: React.ForwardRefExoticComponent<SpinnerProps & {
9
- children?: React.ReactNode;
10
- } & React.RefAttributes<HTMLDivElement>>;
11
- export default Spinner;
@@ -1,6 +0,0 @@
1
- import React, { forwardRef } from 'react';
2
- const Spinner = forwardRef(function Spinner({ children, testId = 'store-spinner', ...otherProps }, ref) {
3
- return (React.createElement("span", { ref: ref, "data-fs-spinner": true, "data-testid": testId, ...otherProps }));
4
- });
5
- export default Spinner;
6
- //# sourceMappingURL=Spinner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Spinner.js","sourceRoot":"","sources":["../../../../src/components/atoms/Spinner/Spinner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,OAAO,GAAG,UAAU,CACxB,SAAS,OAAO,CAAC,EAAE,QAAQ,EAAE,MAAM,GAAG,eAAe,EAAE,GAAG,UAAU,EAAE,EAAE,GAAG;IACzE,OAAO,CACL,8BAAM,GAAG,EAAE,GAAG,0CAA+B,MAAM,KAAM,UAAU,GAAI,CACxE,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -1,2 +0,0 @@
1
- export { default } from './Spinner';
2
- export type { SpinnerProps } from './Spinner';
@@ -1,2 +0,0 @@
1
- export { default } from './Spinner';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/atoms/Spinner/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
@@ -1,15 +0,0 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
2
- import React from 'react';
3
- export interface GiftProps extends HTMLAttributes<HTMLDivElement> {
4
- /**
5
- * ID to find this component in testing tools (e.g.: cypress,
6
- * testing-library, and jest).
7
- */
8
- testId?: string;
9
- /**
10
- * A React component that will be rendered as an icon.
11
- */
12
- icon?: ReactNode;
13
- }
14
- declare const Gift: React.ForwardRefExoticComponent<GiftProps & React.RefAttributes<HTMLDivElement>>;
15
- export default Gift;
@@ -1,9 +0,0 @@
1
- import React, { forwardRef } from 'react';
2
- import { Icon } from '@faststore/components';
3
- const Gift = forwardRef(function Gift({ icon, testId = 'store-gift', children, ...otherProps }, ref) {
4
- return (React.createElement("div", { ref: ref, "data-fs-gift": true, "data-testid": testId, ...otherProps },
5
- icon && React.createElement(Icon, { component: icon, "data-fs-gift-icon": true }),
6
- React.createElement("div", { "data-fs-gift-wrapper": true }, children)));
7
- });
8
- export default Gift;
9
- //# sourceMappingURL=Gift.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Gift.js","sourceRoot":"","sources":["../../../../src/components/molecules/Gift/Gift.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAc5C,MAAM,IAAI,GAAG,UAAU,CAA4B,SAAS,IAAI,CAC9D,EAAE,IAAI,EAAE,MAAM,GAAG,YAAY,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EACxD,GAAG;IAEH,OAAO,CACL,6BAAK,GAAG,EAAE,GAAG,uCAA4B,MAAM,KAAM,UAAU;QAC5D,IAAI,IAAI,oBAAC,IAAI,IAAC,SAAS,EAAE,IAAI,8BAAsB;QACpD,6DAA2B,QAAQ,CAAO,CACtC,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,IAAI,CAAA"}
@@ -1,10 +0,0 @@
1
- import type { HTMLAttributes } from 'react';
2
- import React from 'react';
3
- export interface GiftContentProps extends HTMLAttributes<HTMLElement> {
4
- /**
5
- * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
6
- */
7
- testId?: string;
8
- }
9
- declare const GiftContent: React.ForwardRefExoticComponent<GiftContentProps & React.RefAttributes<HTMLElement>>;
10
- export default GiftContent;
@@ -1,6 +0,0 @@
1
- import React, { forwardRef } from 'react';
2
- const GiftContent = forwardRef(function GiftContent({ testId = 'store-gift-content', children, ...otherProps }, ref) {
3
- return (React.createElement("section", { ref: ref, "data-fs-gift-content": true, "data-testid": testId, ...otherProps }, children));
4
- });
5
- export default GiftContent;
6
- //# sourceMappingURL=GiftContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GiftContent.js","sourceRoot":"","sources":["../../../../src/components/molecules/Gift/GiftContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,WAAW,GAAG,UAAU,CAC5B,SAAS,WAAW,CAClB,EAAE,MAAM,GAAG,oBAAoB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC1D,GAAG;IAEH,OAAO,CACL,iCACE,GAAG,EAAE,GAAG,+CAEK,MAAM,KACf,UAAU,IAEb,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1,10 +0,0 @@
1
- import type { HTMLAttributes } from 'react';
2
- import React from 'react';
3
- export interface GiftImageProps extends HTMLAttributes<HTMLDivElement> {
4
- /**
5
- * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
6
- */
7
- testId?: string;
8
- }
9
- declare const GiftImage: React.ForwardRefExoticComponent<GiftImageProps & React.RefAttributes<HTMLDivElement>>;
10
- export default GiftImage;
@@ -1,6 +0,0 @@
1
- import React, { forwardRef } from 'react';
2
- const GiftImage = forwardRef(function GiftImage({ testId = 'store-gift-image', children, ...otherProps }, ref) {
3
- return (React.createElement("div", { ref: ref, "data-fs-gift-image": true, "data-testid": testId, ...otherProps }, children));
4
- });
5
- export default GiftImage;
6
- //# sourceMappingURL=GiftImage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GiftImage.js","sourceRoot":"","sources":["../../../../src/components/molecules/Gift/GiftImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,SAAS,GAAG,UAAU,CAAiC,SAAS,SAAS,CAC7E,EAAE,MAAM,GAAG,kBAAkB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EACxD,GAAG;IAEH,OAAO,CACL,6BAAK,GAAG,EAAE,GAAG,6CAAkC,MAAM,KAAM,UAAU,IAClE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,SAAS,CAAA"}
@@ -1,6 +0,0 @@
1
- export { default } from './Gift';
2
- export type { GiftProps } from './Gift';
3
- export { default as GiftContent } from './GiftContent';
4
- export type { GiftContentProps } from './GiftContent';
5
- export { default as GiftImage } from './GiftImage';
6
- export type { GiftImageProps } from './GiftImage';
@@ -1,4 +0,0 @@
1
- export { default } from './Gift';
2
- export { default as GiftContent } from './GiftContent';
3
- export { default as GiftImage } from './GiftImage';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/Gift/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAGhC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAGtD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA"}
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import type { ButtonProps } from '@faststore/components';
3
- export interface LoadingButtonProps extends ButtonProps {
4
- /**
5
- * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
6
- */
7
- testId?: string;
8
- /**
9
- * The current loading state of the button.
10
- */
11
- loading: boolean;
12
- }
13
- declare const LoadingButton: React.ForwardRefExoticComponent<LoadingButtonProps & React.RefAttributes<HTMLButtonElement>>;
14
- export default LoadingButton;
@@ -1,8 +0,0 @@
1
- import React, { forwardRef } from 'react';
2
- import { Button } from '@faststore/components';
3
- import Spinner from '../../atoms/Spinner';
4
- const LoadingButton = forwardRef(function LoadingButton({ children, loading, testId = 'store-loading-button', ...otherProps }, ref) {
5
- return (React.createElement(Button, { ref: ref, "data-fs-loading-button": true, testId: testId, ...otherProps }, loading ? React.createElement(Spinner, null) : children));
6
- });
7
- export default LoadingButton;
8
- //# sourceMappingURL=LoadingButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LoadingButton.js","sourceRoot":"","sources":["../../../../src/components/molecules/LoadingButton/LoadingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;AAE9C,OAAO,OAAO,MAAM,qBAAqB,CAAA;AAazC,MAAM,aAAa,GAAG,UAAU,CAC9B,SAAS,aAAa,CACpB,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,sBAAsB,EAAE,GAAG,UAAU,EAAE,EACrE,GAAG;IAEH,OAAO,CACL,oBAAC,MAAM,IAAC,GAAG,EAAE,GAAG,kCAAyB,MAAM,EAAE,MAAM,KAAM,UAAU,IACpE,OAAO,CAAC,CAAC,CAAC,oBAAC,OAAO,OAAG,CAAC,CAAC,CAAC,QAAQ,CAC1B,CACV,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -1,2 +0,0 @@
1
- export { default } from './LoadingButton';
2
- export type { LoadingButtonProps } from './LoadingButton';
@@ -1,2 +0,0 @@
1
- export { default } from './LoadingButton';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/LoadingButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA"}
@@ -1,19 +0,0 @@
1
- import type { PropsWithChildren } from 'react'
2
- import React, { forwardRef } from 'react'
3
-
4
- export type SpinnerProps = {
5
- /**
6
- * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
7
- */
8
- testId?: string
9
- }
10
-
11
- const Spinner = forwardRef<HTMLDivElement, PropsWithChildren<SpinnerProps>>(
12
- function Spinner({ children, testId = 'store-spinner', ...otherProps }, ref) {
13
- return (
14
- <span ref={ref} data-fs-spinner data-testid={testId} {...otherProps} />
15
- )
16
- }
17
- )
18
-
19
- export default Spinner
@@ -1,2 +0,0 @@
1
- export { default } from './Spinner'
2
- export type { SpinnerProps } from './Spinner'
@@ -1,30 +0,0 @@
1
- import type { HTMLAttributes, ReactNode } from 'react'
2
- import React, { forwardRef } from 'react'
3
-
4
- import { Icon } from '@faststore/components'
5
-
6
- export interface GiftProps extends HTMLAttributes<HTMLDivElement> {
7
- /**
8
- * ID to find this component in testing tools (e.g.: cypress,
9
- * testing-library, and jest).
10
- */
11
- testId?: string
12
- /**
13
- * A React component that will be rendered as an icon.
14
- */
15
- icon?: ReactNode
16
- }
17
-
18
- const Gift = forwardRef<HTMLDivElement, GiftProps>(function Gift(
19
- { icon, testId = 'store-gift', children, ...otherProps },
20
- ref
21
- ) {
22
- return (
23
- <div ref={ref} data-fs-gift data-testid={testId} {...otherProps}>
24
- {icon && <Icon component={icon} data-fs-gift-icon />}
25
- <div data-fs-gift-wrapper>{children}</div>
26
- </div>
27
- )
28
- })
29
-
30
- export default Gift
@@ -1,29 +0,0 @@
1
- import type { HTMLAttributes } from 'react'
2
- import React, { forwardRef } from 'react'
3
-
4
- export interface GiftContentProps extends HTMLAttributes<HTMLElement> {
5
- /**
6
- * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
7
- */
8
- testId?: string
9
- }
10
-
11
- const GiftContent = forwardRef<HTMLElement, GiftContentProps>(
12
- function GiftContent(
13
- { testId = 'store-gift-content', children, ...otherProps },
14
- ref
15
- ) {
16
- return (
17
- <section
18
- ref={ref}
19
- data-fs-gift-content
20
- data-testid={testId}
21
- {...otherProps}
22
- >
23
- {children}
24
- </section>
25
- )
26
- }
27
- )
28
-
29
- export default GiftContent
@@ -1,22 +0,0 @@
1
- import type { HTMLAttributes } from 'react'
2
- import React, { forwardRef } from 'react'
3
-
4
- export interface GiftImageProps extends HTMLAttributes<HTMLDivElement> {
5
- /**
6
- * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
7
- */
8
- testId?: string
9
- }
10
-
11
- const GiftImage = forwardRef<HTMLDivElement, GiftImageProps>(function GiftImage(
12
- { testId = 'store-gift-image', children, ...otherProps },
13
- ref
14
- ) {
15
- return (
16
- <div ref={ref} data-fs-gift-image data-testid={testId} {...otherProps}>
17
- {children}
18
- </div>
19
- )
20
- })
21
-
22
- export default GiftImage
@@ -1,8 +0,0 @@
1
- export { default } from './Gift'
2
- export type { GiftProps } from './Gift'
3
-
4
- export { default as GiftContent } from './GiftContent'
5
- export type { GiftContentProps } from './GiftContent'
6
-
7
- export { default as GiftImage } from './GiftImage'
8
- export type { GiftImageProps } from './GiftImage'
@@ -1,31 +0,0 @@
1
- import React, { forwardRef } from 'react'
2
-
3
- import { Button } from '@faststore/components'
4
- import type { ButtonProps } from '@faststore/components'
5
- import Spinner from '../../atoms/Spinner'
6
-
7
- export interface LoadingButtonProps extends ButtonProps {
8
- /**
9
- * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
10
- */
11
- testId?: string
12
- /**
13
- * The current loading state of the button.
14
- */
15
- loading: boolean
16
- }
17
-
18
- const LoadingButton = forwardRef<HTMLButtonElement, LoadingButtonProps>(
19
- function LoadingButton(
20
- { children, loading, testId = 'store-loading-button', ...otherProps },
21
- ref
22
- ) {
23
- return (
24
- <Button ref={ref} data-fs-loading-button testId={testId} {...otherProps}>
25
- {loading ? <Spinner /> : children}
26
- </Button>
27
- )
28
- }
29
- )
30
-
31
- export default LoadingButton
@@ -1,2 +0,0 @@
1
- export { default } from './LoadingButton'
2
- export type { LoadingButtonProps } from './LoadingButton'