@faststore/core 2.1.43 → 2.1.49

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 (86) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +59 -59
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1gneedd +1 -1
  6. package/.next/cache/next-server.js.nft.json +1 -1
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/index.pack +0 -0
  9. package/.next/cache/webpack/server-production/0.pack +0 -0
  10. package/.next/cache/webpack/server-production/index.pack +0 -0
  11. package/.next/next-server.js.nft.json +1 -1
  12. package/.next/prerender-manifest.json +1 -1
  13. package/.next/routes-manifest.json +1 -1
  14. package/.next/server/chunks/183.js +1 -0
  15. package/.next/server/chunks/576.js +1 -0
  16. package/.next/server/middleware-build-manifest.js +1 -1
  17. package/.next/server/pages/404.js.nft.json +1 -1
  18. package/.next/server/pages/500.js.nft.json +1 -1
  19. package/.next/server/pages/[...slug].js.nft.json +1 -1
  20. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  21. package/.next/server/pages/_app.js.nft.json +1 -1
  22. package/.next/server/pages/account.js.nft.json +1 -1
  23. package/.next/server/pages/checkout.js.nft.json +1 -1
  24. package/.next/server/pages/en-US/404.html +2 -2
  25. package/.next/server/pages/en-US/500.html +2 -2
  26. package/.next/server/pages/en-US/account.html +2 -2
  27. package/.next/server/pages/en-US/checkout.html +2 -2
  28. package/.next/server/pages/en-US/login.html +2 -2
  29. package/.next/server/pages/en-US/s.html +2 -2
  30. package/.next/server/pages/en-US.html +2 -2
  31. package/.next/server/pages/index.js.nft.json +1 -1
  32. package/.next/server/pages/login.js.nft.json +1 -1
  33. package/.next/server/pages/s.js.nft.json +1 -1
  34. package/.next/server/pages-manifest.json +3 -3
  35. package/.next/static/8N31Y8cETHTcgu0JN3srZ/_buildManifest.js +1 -0
  36. package/.next/static/chunks/548-ab84e9e8b49413ab.js +1 -0
  37. package/.next/static/chunks/{706-46ea1927d92fad00.js → 706-2646f0498b6476bc.js} +1 -1
  38. package/.next/static/chunks/{738-a5ff304828f20cbf.js → 738-67a288ca3569cdbb.js} +1 -1
  39. package/.next/static/chunks/{791-5b3d23f5b6100959.js → 791-ca162aa335ec6439.js} +1 -1
  40. package/.next/static/chunks/pages/{_app-babcc4d7b80d8f4a.js → _app-9b6c4be3c7a42b65.js} +1 -1
  41. package/.next/static/chunks/webpack-34d2a614c8d380bd.js +1 -0
  42. package/.next/static/css/527e334fa69cf40a.css +1 -0
  43. package/.next/static/css/740484ecd703982d.css +1 -0
  44. package/.next/static/css/a2eefb25a4608343.css +1 -0
  45. package/.next/static/css/b3f8dd61e5d35ef6.css +1 -0
  46. package/.next/static/css/dcc281598933766a.css +1 -0
  47. package/.next/static/css/df588bb98c0b0ca6.css +1 -0
  48. package/.next/static/css/e3d648c53f88c1b9.css +1 -0
  49. package/.next/static/css/ebc1e9d3e686bad3.css +1 -0
  50. package/.next/trace +80 -80
  51. package/.turbo/turbo-build.log +5 -5
  52. package/cypress/integration/plp.test.js +7 -2
  53. package/faststore.config.js +1 -0
  54. package/package.json +3 -3
  55. package/src/components/sections/BannerNewsletter/section.module.scss +7 -5
  56. package/src/components/sections/BannerText/section.module.scss +6 -4
  57. package/src/components/sections/Breadcrumb/section.module.scss +7 -5
  58. package/src/components/sections/EmptyState/section.module.scss +6 -4
  59. package/src/components/sections/Footer/section.module.scss +11 -9
  60. package/src/components/sections/Hero/section.module.scss +7 -5
  61. package/src/components/sections/Incentives/section.module.scss +7 -5
  62. package/src/components/sections/Navbar/section.module.scss +24 -22
  63. package/src/components/sections/Newsletter/section.module.scss +10 -8
  64. package/src/components/sections/ProductDetails/section.module.scss +26 -24
  65. package/src/components/sections/ProductGallery/section.module.scss +36 -34
  66. package/src/components/sections/ProductShelf/section.module.scss +30 -28
  67. package/src/components/sections/ProductTiles/section.module.scss +15 -13
  68. package/src/components/sections/RegionBar/section.module.scss +6 -4
  69. package/src/components/sections/ScrollToTopButton/section.module.scss +8 -6
  70. package/src/components/sections/Section/section.scss +6 -12
  71. package/src/styles/global/components.scss +3 -0
  72. package/src/styles/themes/custom-theme.scss +26 -24
  73. package/src/styles/themes/midnight.scss +39 -42
  74. package/src/styles/themes/soft-blue.scss +6 -8
  75. package/.next/static/chunks/548-6b23e7ad82cd22b9.js +0 -1
  76. package/.next/static/chunks/webpack-77a6122b01094e9b.js +0 -1
  77. package/.next/static/css/208b7dd52a0981bd.css +0 -1
  78. package/.next/static/css/41ef280537acec50.css +0 -1
  79. package/.next/static/css/5330ae3076254840.css +0 -1
  80. package/.next/static/css/5972921daee792bb.css +0 -1
  81. package/.next/static/css/82a475e147f4b2ee.css +0 -1
  82. package/.next/static/css/af5ef0767b748cb3.css +0 -1
  83. package/.next/static/css/d67fbe2a613293c1.css +0 -1
  84. package/.next/static/css/d9dd4c2832f6fd16.css +0 -1
  85. package/.next/static/xuamEe4pUMWQZDqQPbwWE/_buildManifest.js +0 -1
  86. /package/.next/static/{xuamEe4pUMWQZDqQPbwWE → 8N31Y8cETHTcgu0JN3srZ}/_ssgManifest.js +0 -0
@@ -3,35 +3,37 @@
3
3
  // Custom Theme
4
4
  // ----------------------------------------------------------
5
5
 
6
- .custom-theme {
7
- // --------------------------------------------------------
8
- // Colors (Branding Core)
9
- // --------------------------------------------------------
6
+ @layer theme {
7
+ .custom-theme {
8
+ // --------------------------------------------------------
9
+ // Colors (Branding Core)
10
+ // --------------------------------------------------------
10
11
 
11
- // --------------------------------------------------------
12
- // Typography (Branding Core)
13
- // --------------------------------------------------------
12
+ // --------------------------------------------------------
13
+ // Typography (Branding Core)
14
+ // --------------------------------------------------------
14
15
 
15
- // --------------------------------------------------------
16
- // Spacing (UI Essentials)
17
- // --------------------------------------------------------
16
+ // --------------------------------------------------------
17
+ // Spacing (UI Essentials)
18
+ // --------------------------------------------------------
18
19
 
19
- // --------------------------------------------------------
20
- // Grid & Layout (UI Essentials)
21
- // --------------------------------------------------------
20
+ // --------------------------------------------------------
21
+ // Grid & Layout (UI Essentials)
22
+ // --------------------------------------------------------
22
23
 
23
- // --------------------------------------------------------
24
- // Interactive Controls (UI Essentials)
25
- // --------------------------------------------------------
24
+ // --------------------------------------------------------
25
+ // Interactive Controls (UI Essentials)
26
+ // --------------------------------------------------------
26
27
 
27
- // --------------------------------------------------------
28
- // Refinements
29
- // --------------------------------------------------------
28
+ // --------------------------------------------------------
29
+ // Refinements
30
+ // --------------------------------------------------------
30
31
 
31
- // --------------------------------------------------------
32
- // FS UI Components
33
- // --------------------------------------------------------
34
- .section {
35
- // Add here the customizations for FastStore UI components
32
+ // --------------------------------------------------------
33
+ // FS UI Components
34
+ // --------------------------------------------------------
35
+ .section {
36
+ // Add here the customizations for FastStore UI components
37
+ }
36
38
  }
37
39
  }
@@ -93,62 +93,59 @@
93
93
  // --------------------------------------------------------
94
94
  // FS UI Components
95
95
  // --------------------------------------------------------
96
+ // Add here the customizations for FastStore UI components.
96
97
 
97
98
  --fs-logo-width: 8rem;
98
99
 
99
- .section {
100
- // Add here the customizations for FastStore UI components.
101
-
102
- [data-fs-skeleton] {
103
- --fs-skeleton-shimmer-bkg-color: var(--fs-color-disabled-bkg);
104
- }
100
+ [data-fs-skeleton] {
101
+ --fs-skeleton-shimmer-bkg-color: var(--fs-color-disabled-bkg);
102
+ }
105
103
 
106
- [data-fs-hero] {
107
- --fs-hero-image-border-radius: 130px 0 0 130px;
108
- --fs-hero-main-bkg-color: var(--fs-color-main-1);
109
- }
104
+ [data-fs-hero] {
105
+ --fs-hero-image-border-radius: 130px 0 0 130px;
106
+ --fs-hero-main-bkg-color: var(--fs-color-main-1);
107
+ }
110
108
 
111
- [data-fs-button] {
112
- --fs-button-border-radius: var(--fs-border-radius-pill);
109
+ [data-fs-button] {
110
+ --fs-button-border-radius: var(--fs-border-radius-pill);
113
111
 
114
- --fs-button-primary-inverse-text-color: var(--fs-color-neutral-0);
115
- --fs-button-primary-inverse-text-color-hover: var(--fs-color-text);
116
- --fs-button-primary-inverse-text-color-active: var(--fs-color-neutral-7);
112
+ --fs-button-primary-inverse-text-color: var(--fs-color-neutral-0);
113
+ --fs-button-primary-inverse-text-color-hover: var(--fs-color-text);
114
+ --fs-button-primary-inverse-text-color-active: var(--fs-color-neutral-7);
117
115
 
118
- --fs-button-primary-border-color: var(--fs-color-neutral-7);
116
+ --fs-button-primary-border-color: var(--fs-color-neutral-7);
119
117
 
120
- --fs-button-tertiary-text-color-active: var(--fs-color-text);
121
- }
118
+ --fs-button-tertiary-text-color-active: var(--fs-color-text);
119
+ }
122
120
 
123
- [data-fs-input] {
124
- --fs-input-text-size: 16px;
121
+ [data-fs-input] {
122
+ --fs-input-text-size: 16px;
125
123
 
126
- background-color: var(--fs-color-body-bkg);
127
- }
124
+ background-color: var(--fs-color-body-bkg);
125
+ }
128
126
 
129
- [data-fs-input-field] {
130
- --fs-input-field-size: 16px;
131
- }
127
+ [data-fs-input-field] {
128
+ --fs-input-field-size: 16px;
129
+ }
132
130
 
133
- [data-fs-product-card] {
134
- --fs-product-card-padding:
135
- var(--fs-spacing-2) var(--fs-spacing-2) var(
136
- --fs-spacing-4
137
- ) var(--fs-spacing-2);
138
- --fs-product-card-bkg-color: var(--fs-color-main-0);
139
- --fs-product-card-img-scale-hover: 1.05;
140
- }
131
+ [data-fs-product-card] {
132
+ --fs-product-card-padding:
133
+ var(--fs-spacing-2) var(--fs-spacing-2) var(
134
+ --fs-spacing-4
135
+ ) var(--fs-spacing-2);
136
+ --fs-product-card-bkg-color: var(--fs-color-main-0);
137
+ --fs-product-card-img-scale-hover: 1.05;
138
+ }
141
139
 
142
- [data-fs-newsletter] {
143
- --fs-newsletter-text-color: var(--fs-color-text-display);
144
- }
140
+ [data-fs-newsletter] {
141
+ --fs-newsletter-text-color: var(--fs-color-text-display);
142
+ }
145
143
 
146
- [data-fs-navbar] {
147
- --fs-navbar-bkg-color: var(--fs-color-main-0);
148
- }
144
+ [data-fs-navbar] {
145
+ --fs-navbar-bkg-color: var(--fs-color-main-0);
146
+ }
149
147
 
150
- [data-fs-footer] {
151
- --fs-footer-bkg-color: var(--fs-color-main-0);
152
- }
148
+ [data-fs-footer] {
149
+ --fs-footer-bkg-color: var(--fs-color-main-0);
153
150
  }
154
151
  }
@@ -60,18 +60,16 @@
60
60
  // --------------------------------------------------------
61
61
  // FS UI Components
62
62
  // --------------------------------------------------------
63
+ // Add here the customizations for FastStore UI components.
63
64
 
64
65
  --fs-logo-width: 8rem;
65
66
 
66
- .section {
67
- // Add here the customizations for FastStore UI components.
68
- [data-fs-product-card] {
69
- --fs-product-card-border-color: transparent;
70
- --fs-product-card-border-color-hover: var(--fs-border-color-light);
67
+ [data-fs-product-card] {
68
+ --fs-product-card-border-color: transparent;
69
+ --fs-product-card-border-color-hover: var(--fs-border-color-light);
71
70
 
72
- &[data-fs-product-card-bordered="true"] {
73
- --fs-product-card-border-color: var(--fs-border-color-light);
74
- }
71
+ &[data-fs-product-card-bordered="true"] {
72
+ --fs-product-card-border-color: var(--fs-border-color-light);
75
73
  }
76
74
  }
77
75
  }