@clay-ds/react 0.2.0 → 0.2.1

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.
@@ -180,37 +180,53 @@ const SliderDots = React.forwardRef(
180
180
  }
181
181
  );
182
182
  const btn = "_btn_1imgs_2";
183
+ const style_icon = "_style_icon_1imgs_34";
183
184
  const styleIcon = "_style_icon_1imgs_34";
184
185
  const large$1 = "_large_1imgs_40";
185
186
  const icon$1 = "_icon_1imgs_48";
187
+ const style_primary = "_style_primary_1imgs_53";
186
188
  const stylePrimary = "_style_primary_1imgs_53";
187
189
  const forceHover = "_forceHover_1imgs_54";
188
190
  const regular$1 = "_regular_1imgs_58";
189
191
  const mini = "_mini_1imgs_71";
190
192
  const extraMini = "_extraMini_1imgs_84";
193
+ const color_black = "_color_black_1imgs_128";
191
194
  const colorBlack = "_color_black_1imgs_128";
195
+ const color_iris = "_color_iris_1imgs_138";
192
196
  const colorIris = "_color_iris_1imgs_138";
197
+ const color_white = "_color_white_1imgs_148";
193
198
  const colorWhite = "_color_white_1imgs_148";
199
+ const style_secondary = "_style_secondary_1imgs_160";
194
200
  const styleSecondary = "_style_secondary_1imgs_160";
201
+ const style_link = "_style_link_1imgs_187";
195
202
  const styleLink = "_style_link_1imgs_187";
196
203
  const forceActive = "_forceActive_1imgs_243";
204
+ const color_grey = "_color_grey_1imgs_247";
197
205
  const colorGrey = "_color_grey_1imgs_247";
198
206
  const styles$l = {
199
207
  btn,
208
+ style_icon,
200
209
  styleIcon,
201
210
  large: large$1,
202
211
  icon: icon$1,
212
+ style_primary,
203
213
  stylePrimary,
204
214
  forceHover,
205
215
  regular: regular$1,
206
216
  mini,
207
217
  extraMini,
218
+ color_black,
208
219
  colorBlack,
220
+ color_iris,
209
221
  colorIris,
222
+ color_white,
210
223
  colorWhite,
224
+ style_secondary,
211
225
  styleSecondary,
226
+ style_link,
212
227
  styleLink,
213
228
  forceActive,
229
+ color_grey,
214
230
  colorGrey
215
231
  };
216
232
  const LEGACY_VARIANT = {
@@ -287,28 +303,46 @@ const Button = React.forwardRef(
287
303
  }
288
304
  );
289
305
  const slot = "_slot_1fesr_2";
306
+ const radius_none = "_radius_none_1fesr_16";
290
307
  const radiusNone = "_radius_none_1fesr_16";
308
+ const radius_xs = "_radius_xs_1fesr_17";
291
309
  const radiusXs = "_radius_xs_1fesr_17";
310
+ const radius_sm = "_radius_sm_1fesr_18";
292
311
  const radiusSm = "_radius_sm_1fesr_18";
312
+ const radius_md = "_radius_md_1fesr_19";
293
313
  const radiusMd = "_radius_md_1fesr_19";
314
+ const radius_lg = "_radius_lg_1fesr_20";
294
315
  const radiusLg = "_radius_lg_1fesr_20";
316
+ const radius_xl = "_radius_xl_1fesr_21";
295
317
  const radiusXl = "_radius_xl_1fesr_21";
296
318
  const media$2 = "_media_1fesr_24";
319
+ const fit_cover = "_fit_cover_1fesr_32";
297
320
  const fitCover = "_fit_cover_1fesr_32";
321
+ const fit_contain = "_fit_contain_1fesr_33";
298
322
  const fitContain = "_fit_contain_1fesr_33";
323
+ const fit_fill = "_fit_fill_1fesr_34";
299
324
  const fitFill = "_fit_fill_1fesr_34";
300
325
  const placeholderIcon = "_placeholderIcon_1fesr_37";
301
326
  const styles$k = {
302
327
  slot,
328
+ radius_none,
303
329
  radiusNone,
330
+ radius_xs,
304
331
  radiusXs,
332
+ radius_sm,
305
333
  radiusSm,
334
+ radius_md,
306
335
  radiusMd,
336
+ radius_lg,
307
337
  radiusLg,
338
+ radius_xl,
308
339
  radiusXl,
309
340
  media: media$2,
341
+ fit_cover,
310
342
  fitCover,
343
+ fit_contain,
311
344
  fitContain,
345
+ fit_fill,
312
346
  fitFill,
313
347
  placeholderIcon
314
348
  };
@@ -612,6 +646,7 @@ const card$5 = "_card_mk48x_2";
612
646
  const label$2 = "_label_mk48x_18";
613
647
  const styles$g = {
614
648
  card: card$5,
649
+ "card--background": "_card--background_mk48x_14",
615
650
  label: label$2
616
651
  };
617
652
  const IntegrationCard = React.forwardRef(
@@ -1089,30 +1124,45 @@ const styles$e = {
1089
1124
  actionCaption,
1090
1125
  logos: logos$1,
1091
1126
  media: media$1,
1127
+ "centered-image": "_centered-image_1bgi4_191",
1092
1128
  centeredImage,
1129
+ "text-only": "_text-only_1bgi4_203",
1093
1130
  textOnly,
1094
1131
  split,
1132
+ "split-search": "_split-search_1bgi4_323",
1095
1133
  splitSearch,
1134
+ "split-full-image": "_split-full-image_1bgi4_365",
1096
1135
  splitFullImage,
1136
+ "split-mosaic": "_split-mosaic_1bgi4_430",
1097
1137
  splitMosaic,
1138
+ "floating-left": "_floating-left_1bgi4_529",
1098
1139
  floatingLeft,
1140
+ "floating-scattered": "_floating-scattered_1bgi4_590",
1099
1141
  floatingScattered,
1142
+ "left-center-image": "_left-center-image_1bgi4_666",
1100
1143
  leftCenterImage,
1101
1144
  card: card$4,
1145
+ "floating-card": "_floating-card_1bgi4_754",
1102
1146
  floatingCard: floatingCard$1,
1147
+ "centered-strips": "_centered-strips_1bgi4_806",
1103
1148
  centeredStrips,
1104
1149
  "default": "_default_1bgi4_840",
1105
1150
  containerWide: containerWide$7,
1106
1151
  containerFull: containerFull$7,
1107
1152
  parallaxFall,
1153
+ "clay-scatter-fall": "_clay-scatter-fall_1bgi4_1",
1108
1154
  clayScatterFall,
1109
1155
  parallaxFallSlow,
1156
+ "clay-scatter-fall-slow": "_clay-scatter-fall-slow_1bgi4_1",
1110
1157
  clayScatterFallSlow,
1111
1158
  parallaxRise,
1159
+ "clay-scatter-rise": "_clay-scatter-rise_1bgi4_1",
1112
1160
  clayScatterRise,
1113
1161
  parallaxRiseSlow,
1162
+ "clay-scatter-rise-slow": "_clay-scatter-rise-slow_1bgi4_1",
1114
1163
  clayScatterRiseSlow,
1115
1164
  parallaxRiseFast,
1165
+ "clay-scatter-rise-fast": "_clay-scatter-rise-fast_1bgi4_1",
1116
1166
  clayScatterRiseFast
1117
1167
  };
1118
1168
  const HeaderSection = React.forwardRef(
@@ -1509,6 +1559,7 @@ const styles$c = {
1509
1559
  itemMedia,
1510
1560
  mediaPanel,
1511
1561
  mediaFallback,
1562
+ "side-by-side-lines": "_side-by-side-lines_1iihw_129",
1512
1563
  sideBySideLines,
1513
1564
  itemLines,
1514
1565
  tabsCard,
@@ -1524,6 +1575,7 @@ const styles$c = {
1524
1575
  strokeHeading,
1525
1576
  strokeDescription,
1526
1577
  strokeMedia,
1578
+ "side-by-side-bullets": "_side-by-side-bullets_1iihw_329",
1527
1579
  sideBySideBullets,
1528
1580
  bulletSectionHeader,
1529
1581
  bulletTopic,
@@ -1546,6 +1598,7 @@ const styles$c = {
1546
1598
  bulletCarouselDesc,
1547
1599
  bulletCarouselMedia,
1548
1600
  bulletCarouselNav,
1601
+ "tab-cards-carousel": "_tab-cards-carousel_1iihw_532",
1549
1602
  tabCardsCarousel,
1550
1603
  tcSectionText,
1551
1604
  tcTopic,
@@ -1566,6 +1619,7 @@ const styles$c = {
1566
1619
  tcCtaMobWrap,
1567
1620
  tcMedia,
1568
1621
  tcNav,
1622
+ "stacked-rows": "_stacked-rows_1iihw_711",
1569
1623
  stackedRows,
1570
1624
  srHeader,
1571
1625
  srTopic,
@@ -1585,6 +1639,7 @@ const styles$c = {
1585
1639
  srBulletIcon,
1586
1640
  srBulletLabel,
1587
1641
  srMedia,
1642
+ "horizontal-cards": "_horizontal-cards_1iihw_870",
1588
1643
  horizontalCards,
1589
1644
  hcHeader,
1590
1645
  hcTagline,
@@ -1599,6 +1654,7 @@ const styles$c = {
1599
1654
  hcDesc,
1600
1655
  hcAction,
1601
1656
  hcDots,
1657
+ "horizontal-icons": "_horizontal-icons_1iihw_1023",
1602
1658
  horizontalIcons,
1603
1659
  hiHeader,
1604
1660
  hiTagline,
@@ -1610,6 +1666,7 @@ const styles$c = {
1610
1666
  hiTextGroup,
1611
1667
  hiHeading,
1612
1668
  hiDesc,
1669
+ "stacked-media-left": "_stacked-media-left_1iihw_1114",
1613
1670
  stackedMediaLeft,
1614
1671
  smlSectionHeader,
1615
1672
  smlSectionTopic,
@@ -1621,6 +1678,7 @@ const styles$c = {
1621
1678
  smlHeading,
1622
1679
  smlDesc,
1623
1680
  smlActions,
1681
+ "horizontal-media-top": "_horizontal-media-top_1iihw_1211",
1624
1682
  horizontalMediaTop,
1625
1683
  hmtHeader,
1626
1684
  hmtTopic,
@@ -1633,6 +1691,7 @@ const styles$c = {
1633
1691
  hmtHeading,
1634
1692
  hmtDesc,
1635
1693
  hmtAction,
1694
+ "stacked-cards-carousel": "_stacked-cards-carousel_1iihw_1327",
1636
1695
  stackedCardsCarousel,
1637
1696
  sccDeskStack,
1638
1697
  sccMobTrack,
@@ -1645,6 +1704,7 @@ const styles$c = {
1645
1704
  sccHeading,
1646
1705
  sccDesc,
1647
1706
  sccMobDots,
1707
+ "content-carousel": "_content-carousel_1iihw_1421",
1648
1708
  contentCarousel,
1649
1709
  ccHeader,
1650
1710
  ccSectionHeading,
@@ -1659,6 +1719,7 @@ const styles$c = {
1659
1719
  ccLearnMore,
1660
1720
  ccNavRow,
1661
1721
  ccArrows,
1722
+ "list-right-media": "_list-right-media_1iihw_1543",
1662
1723
  listRightMedia,
1663
1724
  lrmContainer,
1664
1725
  lrmLeft,
@@ -1671,6 +1732,7 @@ const styles$c = {
1671
1732
  lrmItemHeading,
1672
1733
  lrmItemDesc,
1673
1734
  lrmMedia,
1735
+ "tabs-media-right": "_tabs-media-right_1iihw_1630",
1674
1736
  tabsMediaRight,
1675
1737
  tmrSectionHeader,
1676
1738
  tmrTagline,
@@ -2818,6 +2880,7 @@ const styles$b = {
2818
2880
  gridHeading,
2819
2881
  gridDescription,
2820
2882
  gridActions,
2883
+ "value-cards": "_value-cards_1q7wf_272",
2821
2884
  valueCards,
2822
2885
  vcHeading,
2823
2886
  vcRow,
@@ -2830,6 +2893,7 @@ const styles$b = {
2830
2893
  vcCardDescription,
2831
2894
  vcFooter,
2832
2895
  vcPlusBtn,
2896
+ "one-media": "_one-media_1q7wf_424",
2833
2897
  oneMedia,
2834
2898
  mmHeading,
2835
2899
  mmRow,
@@ -2839,6 +2903,7 @@ const styles$b = {
2839
2903
  mmCardHeading,
2840
2904
  mmCardDescription,
2841
2905
  mmMediaCard,
2906
+ "media-top": "_media-top_1q7wf_552",
2842
2907
  mediaTop,
2843
2908
  mtRow,
2844
2909
  mtCard,
@@ -2850,6 +2915,7 @@ const styles$b = {
2850
2915
  mtCardHeading,
2851
2916
  mtCardDescription,
2852
2917
  mtActions,
2918
+ "icon-with-link": "_icon-with-link_1q7wf_690",
2853
2919
  iconWithLink,
2854
2920
  fgHeading,
2855
2921
  fgRow,
@@ -2862,6 +2928,7 @@ const styles$b = {
2862
2928
  fgCardDescription,
2863
2929
  fgLink,
2864
2930
  fgLinkText,
2931
+ "horizontal-reveal": "_horizontal-reveal_1q7wf_821",
2865
2932
  horizontalReveal,
2866
2933
  sectionHeader,
2867
2934
  sectionHeaderInner,
@@ -3242,6 +3309,7 @@ const styles$a = {
3242
3309
  miniTitle: miniTitle$1,
3243
3310
  heading: heading$8,
3244
3311
  description: description$4,
3312
+ "mixed-stat-and-quote": "_mixed-stat-and-quote_1bdu6_271",
3245
3313
  mixedStatAndQuote,
3246
3314
  mixedHeader,
3247
3315
  mixedHeaderText,
@@ -3262,6 +3330,7 @@ const styles$a = {
3262
3330
  mixedNav,
3263
3331
  carouselCardStat,
3264
3332
  carouselCardQuote,
3333
+ "carousel-split-media-left": "_carousel-split-media-left_1bdu6_509",
3265
3334
  carouselSplitMediaLeft,
3266
3335
  splitMediaSlot,
3267
3336
  splitContent,
@@ -3277,6 +3346,7 @@ const styles$a = {
3277
3346
  splitNav,
3278
3347
  splitNavDots,
3279
3348
  splitNavArrows,
3349
+ "centered-single": "_centered-single_1bdu6_691",
3280
3350
  centeredSingle,
3281
3351
  centeredInner,
3282
3352
  centeredArrow,
@@ -3288,6 +3358,7 @@ const styles$a = {
3288
3358
  centeredAuthorName,
3289
3359
  centeredAuthorRole,
3290
3360
  centeredDotsRow,
3361
+ "carousel-case-study": "_carousel-case-study_1bdu6_818",
3291
3362
  carouselCaseStudy,
3292
3363
  caseStudyHeading,
3293
3364
  caseStudyBody,
@@ -3302,6 +3373,7 @@ const styles$a = {
3302
3373
  caseStudyDivider,
3303
3374
  caseStudyCategory,
3304
3375
  caseStudyNav,
3376
+ "single-card-stat-quote": "_single-card-stat-quote_1bdu6_1023",
3305
3377
  singleCardStatQuote,
3306
3378
  statQuoteCard,
3307
3379
  statQuoteStatCol,
@@ -3313,6 +3385,7 @@ const styles$a = {
3313
3385
  statQuoteAuthorBlock,
3314
3386
  statQuoteAuthorName,
3315
3387
  statQuoteLogoSlot,
3388
+ "quote-cards": "_quote-cards_1bdu6_1191",
3316
3389
  quoteCards,
3317
3390
  quoteCardsMain,
3318
3391
  quoteCardsHeading,
@@ -3326,6 +3399,7 @@ const styles$a = {
3326
3399
  quoteCardAuthorName,
3327
3400
  quoteCardAuthorRole,
3328
3401
  quoteCardsNav,
3402
+ "quote-cards-with-media": "_quote-cards-with-media_1bdu6_1359",
3329
3403
  quoteCardsWithMedia,
3330
3404
  qcmHeading,
3331
3405
  qcmTrack,
@@ -4612,6 +4686,7 @@ const heading$4 = "_heading_1xn13_44";
4612
4686
  const description$2 = "_description_1xn13_52";
4613
4687
  const actions$1 = "_actions_1xn13_62";
4614
4688
  const card$2 = "_card_1xn13_112";
4689
+ const floating_card = "_floating_card_1xn13_123";
4615
4690
  const floatingCard = "_floating_card_1xn13_123";
4616
4691
  const containerWide$2 = "_containerWide_1xn13_143";
4617
4692
  const containerFull$2 = "_containerFull_1xn13_147";
@@ -4624,6 +4699,7 @@ const styles$5 = {
4624
4699
  description: description$2,
4625
4700
  actions: actions$1,
4626
4701
  card: card$2,
4702
+ floating_card,
4627
4703
  floatingCard,
4628
4704
  containerWide: containerWide$2,
4629
4705
  containerFull: containerFull$2
@@ -12042,4 +12118,4 @@ exports.TestimonialsSection = TestimonialsSection;
12042
12118
  exports.TrustBadge = TrustBadge;
12043
12119
  exports.TrustBentoSection = TrustBentoSection;
12044
12120
  exports.TrustSection = TrustSection;
12045
- //# sourceMappingURL=footerDefaults-DpXUAmYt.cjs.map
12121
+ //# sourceMappingURL=footerDefaults-zo_Pjl3n.cjs.map