@gofynd/theme-template 3.0.0 → 3.1.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 (38) hide show
  1. package/dist/components/accordion/accordion.css +422 -0
  2. package/dist/components/accordion/accordion.js +1 -0
  3. package/dist/components/blog-page/blog-page.js +1 -1
  4. package/dist/components/order-shipment/order-shipment.css +425 -0
  5. package/dist/components/order-shipment/order-shipment.js +1 -1
  6. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  7. package/dist/index.css +429 -1
  8. package/dist/index.js +1 -1
  9. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +426 -1
  10. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  11. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  12. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  13. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  14. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  15. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +3 -0
  16. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  17. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  18. package/dist/pages/blog/blog.js +1 -1
  19. package/dist/pages/blog/index.js +1 -1
  20. package/dist/pages/cart/cart.css +426 -1
  21. package/dist/pages/cart/cart.js +1 -1
  22. package/dist/pages/cart/index.css +426 -1
  23. package/dist/pages/cart/index.js +1 -1
  24. package/dist/pages/checkout/checkout.css +3 -0
  25. package/dist/pages/checkout/checkout.js +1 -1
  26. package/dist/pages/checkout/index.css +3 -0
  27. package/dist/pages/checkout/index.js +1 -1
  28. package/dist/pages/index.css +429 -1
  29. package/dist/pages/index.js +1 -1
  30. package/dist/pages/order/order-tracking-details/order-tracking-details.css +425 -0
  31. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  32. package/dist/pages/product-listing/index.js +1 -1
  33. package/dist/pages/product-listing/product-listing.js +1 -1
  34. package/dist/pages/profile/index.js +1 -1
  35. package/dist/pages/profile/profile-details.js +1 -1
  36. package/dist/pages/wishlist/index.js +1 -1
  37. package/dist/pages/wishlist/wishlist.js +1 -1
  38. package/package.json +1 -1
@@ -605,7 +605,7 @@ h5,
605
605
  }
606
606
  }
607
607
  .chip-item__sModalContainer___ARs9G .chip-item__sizeModalHeader___Aoh_h {
608
- background-color: #f8f8f8;
608
+ background-color: unset;
609
609
  padding: 16px;
610
610
  align-items: flex-start;
611
611
  }
@@ -810,6 +810,9 @@ h5,
810
810
  .chip-item__chipModal___mGKto {
811
811
  transform: none !important;
812
812
  }
813
+ .chip-item__productCustomizationContainer___f3Oy7 {
814
+ margin-top: 16px;
815
+ }
813
816
 
814
817
  /**color by character**/
815
818
  /** Font family **/
@@ -2113,3 +2116,425 @@ h5,
2113
2116
  text-decoration-line: line-through;
2114
2117
  }
2115
2118
 
2119
+ /**color by character**/
2120
+ /** Font family **/
2121
+ /** Font weight **/
2122
+ .accordion__display-block___ez991 {
2123
+ display: block;
2124
+ }
2125
+ .accordion__inline-block___IWD9j,
2126
+ .accordion__inlineBlock___Z77ki {
2127
+ display: inline-block;
2128
+ }
2129
+ .accordion__flex-row___qjvmf {
2130
+ display: flex;
2131
+ }
2132
+ .accordion__flex-column___w7eqD,
2133
+ .accordion__flexColumn___iA7Jr {
2134
+ display: flex;
2135
+ flex-direction: column;
2136
+ }
2137
+ .accordion__flex-align-center___RWcrb,
2138
+ .accordion__flexAlignCenter___ssUpf {
2139
+ display: flex;
2140
+ align-items: center;
2141
+ }
2142
+ .accordion__flex-justify-center___supHn,
2143
+ .accordion__flexJustifyCenter___LZPgR {
2144
+ display: flex;
2145
+ justify-content: center;
2146
+ }
2147
+ .accordion__flex-center___exmM2,
2148
+ .accordion__flexCenter___XcBkv {
2149
+ display: flex;
2150
+ justify-content: center;
2151
+ align-items: center;
2152
+ }
2153
+ .accordion__justify-start___jwQkr,
2154
+ .accordion__justifyStart___CxNu1 {
2155
+ justify-content: flex-start;
2156
+ }
2157
+ .accordion__justify-end___WGsIo,
2158
+ .accordion__justifyEnd___YFsER {
2159
+ justify-content: flex-end;
2160
+ }
2161
+ .accordion__justify-between___QuaK4,
2162
+ .accordion__justifyBetween___yPE0N {
2163
+ justify-content: space-between;
2164
+ }
2165
+ .accordion__justify-around___oPaJA,
2166
+ .accordion__justifyAround___cOPmP {
2167
+ justify-content: space-around;
2168
+ }
2169
+ .accordion__justify-evenly___nchdg,
2170
+ .accordion__justifyEvenly___vL2Oo {
2171
+ justify-content: space-evenly;
2172
+ }
2173
+ h1,
2174
+ .accordion__h1___mBaXX {
2175
+ font-weight: 700;
2176
+ font-size: 28px;
2177
+ line-height: 42px;
2178
+ letter-spacing: -0.03em;
2179
+ color: var(--textHeading, #26201a);
2180
+ }
2181
+ @media only screen and (min-width: 769px) {
2182
+ h1,
2183
+ .accordion__h1___mBaXX {
2184
+ font-size: 36px;
2185
+ line-height: 48px;
2186
+ }
2187
+ }
2188
+ h2,
2189
+ .accordion__h2___gf6ZO {
2190
+ font-weight: 700;
2191
+ font-size: 28px;
2192
+ line-height: 36px;
2193
+ letter-spacing: -0.03em;
2194
+ color: var(--textHeading, #26201a);
2195
+ }
2196
+ @media only screen and (min-width: 769px) {
2197
+ h2,
2198
+ .accordion__h2___gf6ZO {
2199
+ font-size: 32px;
2200
+ line-height: 42px;
2201
+ }
2202
+ }
2203
+ h3,
2204
+ .accordion__h3___qv7LL {
2205
+ font-weight: 700;
2206
+ letter-spacing: -0.02em;
2207
+ color: var(--textHeading, #26201a);
2208
+ font-size: 24px;
2209
+ line-height: 32px;
2210
+ }
2211
+ @media only screen and (min-width: 769px) {
2212
+ h3,
2213
+ .accordion__h3___qv7LL {
2214
+ font-weight: 700;
2215
+ letter-spacing: -0.02em;
2216
+ color: var(--textHeading, #26201a);
2217
+ font-size: 28px;
2218
+ line-height: 36px;
2219
+ }
2220
+ }
2221
+ h4,
2222
+ .accordion__h4___jkv8q {
2223
+ font-weight: 600;
2224
+ letter-spacing: -0.02em;
2225
+ color: var(--textHeading, #26201a);
2226
+ font-size: 16px;
2227
+ line-height: 1.5;
2228
+ }
2229
+ @media only screen and (min-width: 769px) {
2230
+ h4,
2231
+ .accordion__h4___jkv8q {
2232
+ font-weight: 600;
2233
+ letter-spacing: -0.02em;
2234
+ color: var(--textHeading, #26201a);
2235
+ font-size: 20px;
2236
+ line-height: 1.5;
2237
+ }
2238
+ }
2239
+ h5,
2240
+ .accordion__h5___vUtSA {
2241
+ font-weight: 600;
2242
+ font-size: 14px;
2243
+ line-height: 16px;
2244
+ letter-spacing: -0.02em;
2245
+ color: var(--textHeading, #26201a);
2246
+ }
2247
+ @media only screen and (min-width: 769px) {
2248
+ h5,
2249
+ .accordion__h5___vUtSA {
2250
+ font-size: 16px;
2251
+ line-height: 18px;
2252
+ }
2253
+ }
2254
+ .accordion__b1___CNx1V {
2255
+ font-weight: 400;
2256
+ font-size: 14px;
2257
+ line-height: 18px;
2258
+ letter-spacing: -0.02em;
2259
+ color: var(--textBody, #3c3131);
2260
+ }
2261
+ @media only screen and (min-width: 769px) {
2262
+ .accordion__b1___CNx1V {
2263
+ font-size: 16px;
2264
+ line-height: 20px;
2265
+ }
2266
+ }
2267
+ .accordion__b-small___KbjDN,
2268
+ .accordion__bSmall___FvCrd,
2269
+ .accordion__b2___BG73K {
2270
+ font-weight: 400;
2271
+ letter-spacing: -0.02em;
2272
+ color: var(--textBody, #3c3131);
2273
+ font-size: 12px;
2274
+ line-height: 16px;
2275
+ }
2276
+ @media only screen and (min-width: 769px) {
2277
+ .accordion__b-small___KbjDN,
2278
+ .accordion__bSmall___FvCrd,
2279
+ .accordion__b2___BG73K {
2280
+ font-weight: 400;
2281
+ letter-spacing: -0.02em;
2282
+ color: var(--textBody, #3c3131);
2283
+ font-size: 14px;
2284
+ line-height: 18px;
2285
+ }
2286
+ }
2287
+ .accordion__d1___nCXKx {
2288
+ font-size: 36px;
2289
+ font-weight: 700;
2290
+ line-height: 48px;
2291
+ letter-spacing: -0.02em;
2292
+ }
2293
+ @media only screen and (min-width: 769px) {
2294
+ .accordion__d1___nCXKx {
2295
+ font-size: 64px;
2296
+ line-height: 85px;
2297
+ letter-spacing: -0.03em;
2298
+ }
2299
+ }
2300
+ .accordion__caption-medium___duiWg,
2301
+ .accordion__captionMedium___EDDk6 {
2302
+ font-size: 12px;
2303
+ line-height: 1.5;
2304
+ letter-spacing: -0.02em;
2305
+ font-weight: 500;
2306
+ }
2307
+ @media only screen and (max-width: 480px) {
2308
+ .accordion__caption-medium___duiWg,
2309
+ .accordion__captionMedium___EDDk6 {
2310
+ font-size: 11px;
2311
+ }
2312
+ }
2313
+ .accordion__caption-semi-bold___NF_BR,
2314
+ .accordion__captionSemiBold___m0IYi {
2315
+ font-size: 12px;
2316
+ line-height: 1.5;
2317
+ letter-spacing: -0.02em;
2318
+ font-weight: 600;
2319
+ }
2320
+ @media only screen and (max-width: 480px) {
2321
+ .accordion__caption-semi-bold___NF_BR,
2322
+ .accordion__captionSemiBold___m0IYi {
2323
+ font-size: 11px;
2324
+ }
2325
+ }
2326
+ .accordion__btn-link___XdOB3,
2327
+ .accordion__btnLink____atFJ {
2328
+ font-weight: 500;
2329
+ letter-spacing: -0.02em;
2330
+ font-size: 12px;
2331
+ line-height: 14px;
2332
+ border-radius: var(--buttonRadius, 0px);
2333
+ cursor: pointer;
2334
+ color: var(--buttonLink, #b1655b);
2335
+ text-decoration: underline;
2336
+ background: none;
2337
+ border: none;
2338
+ }
2339
+ @media only screen and (min-width: 769px) {
2340
+ .accordion__btn-link___XdOB3,
2341
+ .accordion__btnLink____atFJ {
2342
+ font-weight: 500;
2343
+ letter-spacing: -0.02em;
2344
+ font-size: 14px;
2345
+ line-height: 16px;
2346
+ }
2347
+ }
2348
+ .accordion__btn-link___XdOB3:hover,
2349
+ .accordion__btnLink____atFJ:hover {
2350
+ color: var(--buttonLinkL1, #c1847c);
2351
+ }
2352
+ .accordion__btn-link___XdOB3:disabled,
2353
+ .accordion__btnLink____atFJ:disabled {
2354
+ color: var(--buttonLinkL2, #d0a39d);
2355
+ }
2356
+ .accordion__btn-link___XdOB3:active,
2357
+ .accordion__btnLink____atFJ:active {
2358
+ opacity: 0.8;
2359
+ }
2360
+ .accordion__user-select-none___mffq8,
2361
+ .accordion__userSelectNone___pPOl2 {
2362
+ user-select: none;
2363
+ -moz-user-select: none;
2364
+ -webkit-user-select: none;
2365
+ -ms-user-select: none;
2366
+ }
2367
+ .accordion__margin-0-auto___v5WxY,
2368
+ .accordion__margin0auto___g_2zy {
2369
+ margin: 0 auto;
2370
+ }
2371
+ .accordion__base-page-container___trQpR,
2372
+ .accordion__basePageContainer___xtG0o {
2373
+ max-width: 1440px !important;
2374
+ }
2375
+ .accordion__remove-scroll___rAl60,
2376
+ .accordion__removeScroll___kZzYA {
2377
+ overflow-y: hidden !important;
2378
+ }
2379
+ .accordion__mr-5___UGrsd,
2380
+ .accordion__mr5___hUl4C {
2381
+ margin-inline-end: 30px !important;
2382
+ }
2383
+ .accordion__mr-2___QNqan,
2384
+ .accordion__mr2___XuUYr {
2385
+ margin-inline-end: 5px !important;
2386
+ }
2387
+ .accordion__py-5___Uy6uq,
2388
+ .accordion__py5___YVpFF {
2389
+ padding-top: 1.875rem !important;
2390
+ padding-bottom: 1.875rem !important;
2391
+ }
2392
+ .accordion__view-all-text___nFE_k,
2393
+ .accordion__viewAllText___kKkoL {
2394
+ font-size: 20px;
2395
+ font-weight: 400;
2396
+ text-transform: lowercase;
2397
+ text-decoration: underline;
2398
+ }
2399
+ .accordion__view-all-mobile___JPGIm,
2400
+ .accordion__viewAllMobile___OSwQW {
2401
+ display: none;
2402
+ }
2403
+ @media only screen and (max-width: 768px) {
2404
+ .accordion__view-all-mobile___JPGIm,
2405
+ .accordion__viewAllMobile___OSwQW {
2406
+ display: flex;
2407
+ align-items: center;
2408
+ justify-content: center;
2409
+ margin-top: 40px;
2410
+ }
2411
+ }
2412
+ @media only screen and (max-width: 480px) {
2413
+ .accordion__view-all-mobile___JPGIm,
2414
+ .accordion__viewAllMobile___OSwQW {
2415
+ margin-top: 24px;
2416
+ }
2417
+ }
2418
+ .accordion__accent-btn___H8bQ7,
2419
+ .accordion__accentBtn___Sa0_b {
2420
+ background-color: var(--accentColor);
2421
+ color: #fff;
2422
+ }
2423
+ .accordion__no-scroll___d1e7M,
2424
+ .accordion__noScroll___qtO_J {
2425
+ overflow-y: hidden;
2426
+ }
2427
+ .accordion__hide-overflow___rud6F,
2428
+ .accordion__hideOverflow___m7ecA {
2429
+ overflow: hidden;
2430
+ }
2431
+ .accordion__markdown-body___fr6X9 h6 {
2432
+ margin-top: 0 !important;
2433
+ margin-bottom: 0 !important;
2434
+ }
2435
+ @media only screen and (max-width: 480px) {
2436
+ .accordion__markdown-body___fr6X9 {
2437
+ font-size: 12px !important;
2438
+ padding: 5px !important;
2439
+ }
2440
+ }
2441
+ .accordion__view3d-canvas___J_Qi8 {
2442
+ width: 100%;
2443
+ height: 100%;
2444
+ }
2445
+ @media only screen and (max-width: 480px) {
2446
+ .accordion__view-mobile-up___SLiVR {
2447
+ display: none !important;
2448
+ }
2449
+ }
2450
+ @media only screen and (min-width: 481px) {
2451
+ .accordion__view-mobile___ioxym {
2452
+ display: none !important;
2453
+ }
2454
+ }
2455
+ .accordion__accordionList___EtImk > ul {
2456
+ list-style: none;
2457
+ }
2458
+ .accordion__accordionList___EtImk > ul > li {
2459
+ list-style: none;
2460
+ }
2461
+ .accordion__accordionItem___X6mJZ {
2462
+ border-top: 1px solid #e0e0e0;
2463
+ padding-top: 16px;
2464
+ cursor: pointer;
2465
+ }
2466
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH {
2467
+ display: flex;
2468
+ justify-content: center;
2469
+ gap: 40px;
2470
+ }
2471
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH svg {
2472
+ overflow: visible;
2473
+ }
2474
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ {
2475
+ width: 100%;
2476
+ }
2477
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionTitle___fkczk {
2478
+ color: var(--Text-Heading, #1f1f1f);
2479
+ font-size: 14px;
2480
+ font-style: normal;
2481
+ font-weight: 600;
2482
+ line-height: 140%;
2483
+ width: 100%;
2484
+ }
2485
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI {
2486
+ display: block;
2487
+ color: var(--textSecondary, #9c9c9c);
2488
+ font-size: 14px;
2489
+ font-style: normal;
2490
+ font-weight: 400;
2491
+ line-height: 140%;
2492
+ margin-top: 8px;
2493
+ cursor: default;
2494
+ }
2495
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI ul {
2496
+ list-style: disc;
2497
+ padding-left: 20px;
2498
+ }
2499
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI li {
2500
+ margin-bottom: 4px;
2501
+ }
2502
+ .accordion__accordionContentImg___lbTPr {
2503
+ border-radius: 50%;
2504
+ width: 16px;
2505
+ height: 16px;
2506
+ border: 1px solid var(--Text-Secondary, #6d6d6e);
2507
+ }
2508
+ .accordion__accordionContentKey___qrAGm {
2509
+ color: var(--Text-Secondary, #6d6d6e);
2510
+ font-size: 12px;
2511
+ font-style: normal;
2512
+ font-weight: 400;
2513
+ line-height: 140%;
2514
+ }
2515
+ .accordion__accordionContentValue___FESOa {
2516
+ color: var(--Text-Heading, #1f1f1f);
2517
+ font-family: Inter;
2518
+ font-size: 12px;
2519
+ font-style: normal;
2520
+ font-weight: 600;
2521
+ line-height: 140%;
2522
+ }
2523
+ .accordion__accordionContentList___NvPLn li::marker {
2524
+ color: var(--Text-Secondary, #6d6d6e);
2525
+ font-size: 14px;
2526
+ }
2527
+ .accordion__accordionContentList___NvPLn {
2528
+ list-style: disc;
2529
+ padding-left: 20px;
2530
+ margin: 0;
2531
+ }
2532
+ .accordion__accordionContentInner___Wt_I8 {
2533
+ display: flex;
2534
+ align-items: center;
2535
+ gap: 4px;
2536
+ }
2537
+ .accordion__filterArrowUp___x6SCD {
2538
+ transform: rotate(180deg);
2539
+ }
2540
+