@phillips/seldon 1.132.0 → 1.133.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 (160) hide show
  1. package/dist/assets/formatted/AccountCircle.d.ts +9 -0
  2. package/dist/assets/formatted/AccountCircle.js +40 -0
  3. package/dist/assets/formatted/AppleAppStoreBadge.d.ts +9 -0
  4. package/dist/assets/formatted/AppleAppStoreBadge.js +52 -0
  5. package/dist/assets/formatted/ArrowPrev.d.ts +9 -0
  6. package/dist/assets/formatted/ArrowPrev.js +37 -0
  7. package/dist/assets/formatted/Calendar.d.ts +9 -0
  8. package/dist/assets/formatted/Calendar.js +29 -0
  9. package/dist/assets/formatted/CalendarAlt.d.ts +9 -0
  10. package/dist/assets/formatted/CalendarAlt.js +44 -0
  11. package/dist/assets/formatted/CarouselArrowNext.d.ts +9 -0
  12. package/dist/assets/formatted/CarouselArrowNext.js +29 -0
  13. package/dist/assets/formatted/CarouselArrowPrev.d.ts +9 -0
  14. package/dist/assets/formatted/CarouselArrowPrev.js +29 -0
  15. package/dist/assets/formatted/Checkmark.d.ts +9 -0
  16. package/dist/assets/formatted/Checkmark.js +37 -0
  17. package/dist/assets/formatted/ChevronDown.d.ts +9 -0
  18. package/dist/assets/formatted/ChevronDown.js +37 -0
  19. package/dist/assets/formatted/ChevronNext.d.ts +9 -0
  20. package/dist/assets/formatted/ChevronNext.js +37 -0
  21. package/dist/assets/formatted/ChevronRight.d.ts +9 -0
  22. package/dist/assets/formatted/ChevronRight.js +37 -0
  23. package/dist/assets/formatted/Close.d.ts +9 -0
  24. package/dist/assets/formatted/Close.js +46 -0
  25. package/dist/assets/formatted/Favorite.d.ts +9 -0
  26. package/dist/assets/formatted/Favorite.js +38 -0
  27. package/dist/assets/formatted/FavoriteOutline.d.ts +9 -0
  28. package/dist/assets/formatted/FavoriteOutline.js +38 -0
  29. package/dist/assets/formatted/IconFooterFacebook.d.ts +9 -0
  30. package/dist/assets/formatted/IconFooterFacebook.js +35 -0
  31. package/dist/assets/formatted/IconFooterInstagram.d.ts +9 -0
  32. package/dist/assets/formatted/IconFooterInstagram.js +31 -0
  33. package/dist/assets/formatted/IconFooterLinkedin.d.ts +9 -0
  34. package/dist/assets/formatted/IconFooterLinkedin.js +35 -0
  35. package/dist/assets/formatted/IconFooterRed.d.ts +9 -0
  36. package/dist/assets/formatted/IconFooterRed.js +42 -0
  37. package/dist/assets/formatted/IconFooterWechat.d.ts +9 -0
  38. package/dist/assets/formatted/IconFooterWechat.js +37 -0
  39. package/dist/assets/formatted/IconGreenCircle.d.ts +9 -0
  40. package/dist/assets/formatted/IconGreenCircle.js +29 -0
  41. package/dist/assets/formatted/IconRedCircle.d.ts +9 -0
  42. package/dist/assets/formatted/IconRedCircle.js +29 -0
  43. package/dist/assets/formatted/Instagram.d.ts +9 -0
  44. package/dist/assets/formatted/Instagram.js +62 -0
  45. package/dist/assets/formatted/Lock.d.ts +9 -0
  46. package/dist/assets/formatted/Lock.js +44 -0
  47. package/dist/assets/formatted/MagnificentSeven.d.ts +9 -0
  48. package/dist/assets/formatted/MagnificentSeven.js +36 -0
  49. package/dist/assets/formatted/Menu.d.ts +9 -0
  50. package/dist/assets/formatted/Menu.js +29 -0
  51. package/dist/assets/formatted/Minus.d.ts +9 -0
  52. package/dist/assets/formatted/Minus.js +46 -0
  53. package/dist/assets/formatted/PhillipsAppIcon.d.ts +9 -0
  54. package/dist/assets/formatted/PhillipsAppIcon.js +37 -0
  55. package/dist/assets/formatted/PhillipsLogo.d.ts +9 -0
  56. package/dist/assets/formatted/PhillipsLogo.js +38 -0
  57. package/dist/assets/formatted/Plus.d.ts +9 -0
  58. package/dist/assets/formatted/Plus.js +46 -0
  59. package/dist/assets/formatted/React.d.ts +9 -0
  60. package/dist/assets/formatted/React.js +36 -0
  61. package/dist/assets/formatted/Search.d.ts +9 -0
  62. package/dist/assets/formatted/Search.js +37 -0
  63. package/dist/assets/formatted/Share.d.ts +9 -0
  64. package/dist/assets/formatted/Share.js +42 -0
  65. package/dist/assets/formatted/Spotify.d.ts +9 -0
  66. package/dist/assets/formatted/Spotify.js +35 -0
  67. package/dist/assets/formatted/Wechat.d.ts +9 -0
  68. package/dist/assets/formatted/Wechat.js +42 -0
  69. package/dist/assets/formatted/Youtube.d.ts +9 -0
  70. package/dist/assets/formatted/Youtube.js +36 -0
  71. package/dist/assets/formatted/index.d.ts +35 -0
  72. package/dist/assets/formatted/index.js +72 -0
  73. package/dist/components/Accordion/AccordionItem.js +78 -71
  74. package/dist/components/Breadcrumb/Breadcrumb.js +14 -14
  75. package/dist/components/Breadcrumb/BreadcrumbItem.js +15 -15
  76. package/dist/components/Carousel/Carousel.stories.d.ts +4 -0
  77. package/dist/components/Carousel/CarouselArrows.d.ts +1 -1
  78. package/dist/components/Carousel/CarouselArrows.js +13 -14
  79. package/dist/components/Carousel/CarouselDots.d.ts +4 -0
  80. package/dist/components/Carousel/CarouselDots.js +24 -24
  81. package/dist/components/ContentPeek/ContentPeek.js +42 -43
  82. package/dist/components/DatePicker/DatePicker.d.ts +1 -1
  83. package/dist/components/Drawer/Drawer.js +18 -18
  84. package/dist/components/Dropdown/Dropdown.js +23 -17
  85. package/dist/components/Filter/Filter.js +20 -20
  86. package/dist/components/Filter/FilterHeader.js +15 -15
  87. package/dist/components/Icon/Icon.d.ts +29 -0
  88. package/dist/components/Icon/Icon.js +21 -0
  89. package/dist/components/Icon/Icon.stories.d.ts +49 -0
  90. package/dist/components/Icon/Icon.test.d.ts +1 -0
  91. package/dist/components/Icon/index.d.ts +1 -0
  92. package/dist/components/Input/Input.d.ts +2 -2
  93. package/dist/components/Input/Input.js +53 -53
  94. package/dist/components/Modal/Modal.js +10 -10
  95. package/dist/components/Pagination/Pagination.js +42 -41
  96. package/dist/components/Search/SearchButton.js +14 -15
  97. package/dist/components/SeldonImage/SeldonImage.js +62 -72
  98. package/dist/components/SeldonImage/utils.d.ts +6 -0
  99. package/dist/components/SeldonImage/utils.js +14 -0
  100. package/dist/components/SeldonImage/utils.test.d.ts +1 -0
  101. package/dist/components/Select/Select.d.ts +4 -0
  102. package/dist/components/Select/Select.js +37 -37
  103. package/dist/components/Tags/Tags.js +25 -26
  104. package/dist/components/TextArea/TextArea.js +9 -9
  105. package/dist/design/icons/IconGrid.d.ts +2 -0
  106. package/dist/index.d.ts +1 -1
  107. package/dist/index.js +185 -246
  108. package/dist/node_modules/exenv/index.js +1 -1
  109. package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
  110. package/dist/patterns/BidSnapshot/BidMessage.js +15 -17
  111. package/dist/patterns/Subscribe/Subscribe.d.ts +5 -1
  112. package/dist/patterns/Subscribe/Subscribe.js +47 -45
  113. package/dist/patterns/Subscribe/Subscribe.stories.d.ts +1 -1
  114. package/dist/patterns/UserManagement/UserManagement.js +37 -21
  115. package/dist/scss/_vars.scss +3 -4
  116. package/dist/scss/_vars.scss.js +438 -0
  117. package/dist/scss/components/Icon/_icon.stories.scss +32 -0
  118. package/dist/scss/components/IconButton/_iconButton.scss +3 -4
  119. package/dist/scss/components/Pagination/_pagination.scss +2 -2
  120. package/dist/scss/patterns/UserManagement/_userManagement.scss +0 -3
  121. package/dist/site-furniture/Footer/Footer.js +5 -5
  122. package/dist/site-furniture/Header/Header.js +18 -18
  123. package/dist/utils/index.d.ts +1 -1
  124. package/dist/utils/scssUtils.d.ts +2 -0
  125. package/dist/utils/scssUtils.js +12 -0
  126. package/dist/utils/scssUtils.test.d.ts +1 -0
  127. package/package.json +7 -2
  128. package/dist/assets/CarouselArrowNext.svg.js +0 -5
  129. package/dist/assets/CarouselArrowPrev.svg.js +0 -5
  130. package/dist/assets/PhillipsLogo.svg.js +0 -5
  131. package/dist/assets/account_circle.svg.js +0 -5
  132. package/dist/assets/arrowPrev.svg.js +0 -5
  133. package/dist/assets/calendar.svg.js +0 -5
  134. package/dist/assets/calendarAlt.svg.js +0 -5
  135. package/dist/assets/checkmark.svg.js +0 -5
  136. package/dist/assets/chevronDown.svg.js +0 -5
  137. package/dist/assets/chevronNext.svg.js +0 -5
  138. package/dist/assets/chevronRight.svg.js +0 -5
  139. package/dist/assets/close.svg.js +0 -5
  140. package/dist/assets/favorite.svg.js +0 -5
  141. package/dist/assets/favoriteOutline.svg.js +0 -5
  142. package/dist/assets/icon-footer-facebook.svg.js +0 -5
  143. package/dist/assets/icon-footer-instagram.svg.js +0 -5
  144. package/dist/assets/icon-footer-linkedin.svg.js +0 -5
  145. package/dist/assets/icon-footer-red.svg.js +0 -5
  146. package/dist/assets/icon-footer-wechat.svg.js +0 -5
  147. package/dist/assets/icon-green-circle.svg.js +0 -5
  148. package/dist/assets/icon-red-circle.svg.js +0 -5
  149. package/dist/assets/icons.d.ts +0 -32
  150. package/dist/assets/instagram.svg.js +0 -5
  151. package/dist/assets/lock.svg.js +0 -5
  152. package/dist/assets/menu.svg.js +0 -5
  153. package/dist/assets/minus.svg.js +0 -5
  154. package/dist/assets/plus.svg.js +0 -5
  155. package/dist/assets/react.svg.js +0 -5
  156. package/dist/assets/search.svg.js +0 -5
  157. package/dist/assets/share.svg.js +0 -5
  158. package/dist/assets/spotify.svg.js +0 -5
  159. package/dist/assets/wechat.svg.js +0 -5
  160. package/dist/assets/youtube.svg.js +0 -5
@@ -1,25 +1,23 @@
1
- import { jsx as o, jsxs as l } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as d } from "react/jsx-runtime";
2
2
  import p from "../../node_modules/classnames/index.js";
3
3
  import { getCommonProps as f } from "../../utils/index.js";
4
- import { TextVariants as d } from "../../components/Text/types.js";
4
+ import { TextVariants as h } from "../../components/Text/types.js";
5
5
  import g from "../../components/Text/Text.js";
6
- import { BidMessageVariants as e } from "./types.js";
7
- import "react";
8
- import v from "../../assets/icon-green-circle.svg.js";
9
- import x from "../../assets/icon-red-circle.svg.js";
10
- const S = ({
11
- className: t,
12
- hasIcon: i = !0,
13
- message: m,
14
- variant: a = e.positive,
15
- ...r
6
+ import { BidMessageVariants as i } from "./types.js";
7
+ import t from "../../components/Icon/Icon.js";
8
+ const M = ({
9
+ className: r,
10
+ hasIcon: m = !0,
11
+ message: a,
12
+ variant: n = i.positive,
13
+ ...o
16
14
  }) => {
17
- const { className: s, ...n } = f(r, "BidMessage"), c = a === e.positive ? /* @__PURE__ */ o(v, {}) : /* @__PURE__ */ o(x, {});
18
- return /* @__PURE__ */ l("div", { ...n, className: p(s, t), ...r, children: [
19
- i ? c : null,
20
- /* @__PURE__ */ o(g, { variant: d.string2, className: `${s}-text`, children: m })
15
+ const { className: s, ...c } = f(o, "BidMessage"), l = n === i.positive ? /* @__PURE__ */ e(t, { icon: "IconGreenCircle", height: 8, width: 8 }) : /* @__PURE__ */ e(t, { icon: "IconRedCircle", height: 8, width: 8 });
16
+ return /* @__PURE__ */ d("div", { ...c, className: p(s, r), ...o, children: [
17
+ m ? l : null,
18
+ /* @__PURE__ */ e(g, { variant: h.string2, className: `${s}-text`, children: a })
21
19
  ] });
22
20
  };
23
21
  export {
24
- S as default
22
+ M as default
25
23
  };
@@ -17,6 +17,10 @@ export interface SubscribeProps extends React.HTMLAttributes<HTMLFormElement> {
17
17
  * Optional element to render in place of a form e.g. Remix Form, etc
18
18
  */
19
19
  element?: React.ElementType<SubscribeProps>;
20
+ /**
21
+ * A unique `id` for the `<Subscribe>`
22
+ */
23
+ id: string;
20
24
  /**
21
25
  * Subscribe input label
22
26
  */
@@ -63,5 +67,5 @@ export interface SubscribeProps extends React.HTMLAttributes<HTMLFormElement> {
63
67
  *
64
68
  * [Storybook Link](https://phillips-seldon.netlify.app/?path=/docs/components-subscribe--overview)
65
69
  */
66
- declare const Subscribe: ({ autoFocus, blurb, buttonText, buttonProps, className, element: Element, inputLabelText, inputPlaceholder, title, loadingText, invalidText, errorText, successText, privacyText, subscriptionState, ...props }: SubscribeProps) => import("react/jsx-runtime").JSX.Element;
70
+ declare const Subscribe: ({ autoFocus, blurb, buttonText, buttonProps, className, element: Element, inputLabelText, inputPlaceholder, title, loadingText, invalidText, errorText, successText, privacyText, subscriptionState, id, ...props }: SubscribeProps) => import("react/jsx-runtime").JSX.Element;
67
71
  export default Subscribe;
@@ -1,66 +1,68 @@
1
- import { jsxs as C, jsx as n } from "react/jsx-runtime";
2
- import I from "../../node_modules/classnames/index.js";
3
- import { getCommonProps as L } from "../../utils/index.js";
4
- import S from "../../components/Input/Input.js";
5
- import T from "../../components/Button/Button.js";
1
+ import { jsxs as I, jsx as n } from "react/jsx-runtime";
2
+ import L from "../../node_modules/classnames/index.js";
3
+ import { getCommonProps as S } from "../../utils/index.js";
4
+ import T from "../../components/Input/Input.js";
5
+ import j from "../../components/Button/Button.js";
6
6
  import { SubscriptionState as o } from "./types.js";
7
- import { ButtonVariants as j } from "../../components/Button/types.js";
8
- const k = ({
9
- autoFocus: m = !0,
10
- blurb: a,
11
- buttonText: c = "Sign Up",
7
+ import { ButtonVariants as w } from "../../components/Button/types.js";
8
+ const z = ({
9
+ autoFocus: c = !0,
10
+ blurb: s,
11
+ buttonText: u = "Sign Up",
12
12
  buttonProps: d,
13
- className: s,
14
- element: u = "form",
15
- inputLabelText: p = "Enter Your Email Address To Sign Up*",
16
- inputPlaceholder: f = "example@email.com",
17
- title: g = "Never Miss A Moment",
18
- loadingText: _ = "Loading...",
19
- invalidText: h = "",
20
- errorText: v = "An error occurred. Please try again.",
21
- successText: x,
22
- privacyText: i = "By signing up, you agree to receive email communications from Phillips.",
13
+ className: i,
14
+ element: p = "form",
15
+ inputLabelText: f = "Enter Your Email Address To Sign Up*",
16
+ inputPlaceholder: g = "example@email.com",
17
+ title: _ = "Never Miss A Moment",
18
+ loadingText: h = "Loading...",
19
+ invalidText: v = "",
20
+ errorText: x = "An error occurred. Please try again.",
21
+ successText: N,
22
+ privacyText: t = "By signing up, you agree to receive email communications from Phillips.",
23
23
  subscriptionState: e = o.Default,
24
- ...t
24
+ id: a,
25
+ ...l
25
26
  }) => {
26
- const { className: r, ...N } = L(t, "Subscribe"), y = e === o.Invalid, $ = e === o.Loading, b = e === o.Success, E = e === o.Error, P = {
27
- invalid: h,
28
- success: x,
29
- loading: _,
30
- error: v
31
- }, l = e !== o.Default ? P[e] : "", A = b || $, B = y || E;
32
- return /* @__PURE__ */ C(u, { ...N, className: I(r, s), noValidate: !0, ...t, children: [
33
- /* @__PURE__ */ n("h3", { className: `${r}__title`, children: g }),
34
- a ? /* @__PURE__ */ n("p", { className: `${r}__blurb`, children: a }) : null,
27
+ const { className: r, ...$ } = S({ id: a, ...l }, "Subscribe"), y = e === o.Invalid, b = e === o.Loading, E = e === o.Success, P = e === o.Error, A = {
28
+ invalid: v,
29
+ success: N,
30
+ loading: h,
31
+ error: x
32
+ }, m = e !== o.Default ? A[e] : "", B = E || b, C = y || P;
33
+ return /* @__PURE__ */ I(p, { id: a, ...$, className: L(r, i), noValidate: !0, ...l, children: [
34
+ /* @__PURE__ */ n("h3", { className: `${r}__title`, children: _ }),
35
+ s ? /* @__PURE__ */ n("p", { className: `${r}__blurb`, children: s }) : null,
35
36
  /* @__PURE__ */ n(
36
- S,
37
+ T,
37
38
  {
38
- autoFocus: m,
39
+ autoFocus: c,
39
40
  className: `${r}__input`,
40
41
  type: "email",
41
42
  name: "email",
42
- placeholder: f,
43
- labelText: p,
44
- invalid: B,
45
- invalidText: l,
46
- warn: A,
47
- warnText: l,
48
- required: !0
43
+ placeholder: g,
44
+ labelText: f,
45
+ invalid: C,
46
+ invalidText: m,
47
+ warn: B,
48
+ warnText: m,
49
+ required: !0,
50
+ id: `${a}-input`
49
51
  }
50
52
  ),
51
53
  /* @__PURE__ */ n(
52
- T,
54
+ j,
53
55
  {
54
- className: `${r}__button ${s}`,
55
- variant: j.secondary,
56
+ className: `${r}__button ${i}`,
57
+ variant: w.secondary,
56
58
  type: "submit",
57
59
  ...d,
58
- children: c
60
+ children: u
59
61
  }
60
62
  ),
61
- i ? /* @__PURE__ */ n("p", { className: `${r}__privacy`, children: i }) : null
63
+ t ? /* @__PURE__ */ n("p", { className: `${r}__privacy`, children: t }) : null
62
64
  ] });
63
65
  };
64
66
  export {
65
- k as default
67
+ z as default
66
68
  };
@@ -2,7 +2,7 @@ import { SubscribeProps } from './Subscribe';
2
2
  import { SubscriptionState } from './types';
3
3
  declare const meta: {
4
4
  title: string;
5
- component: ({ autoFocus, blurb, buttonText, buttonProps, className, element: Element, inputLabelText, inputPlaceholder, title, loadingText, invalidText, errorText, successText, privacyText, subscriptionState, ...props }: SubscribeProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ autoFocus, blurb, buttonText, buttonProps, className, element: Element, inputLabelText, inputPlaceholder, title, loadingText, invalidText, errorText, successText, privacyText, subscriptionState, id, ...props }: SubscribeProps) => import("react/jsx-runtime").JSX.Element;
6
6
  };
7
7
  export default meta;
8
8
  export declare const Playground: {
@@ -1,30 +1,46 @@
1
- import { jsx as o, Fragment as x, jsxs as r } from "react/jsx-runtime";
2
- import { forwardRef as C } from "react";
3
- import { getCommonProps as v, noOp as A } from "../../utils/index.js";
4
- import s from "../../assets/account_circle.svg.js";
1
+ import { jsx as o, Fragment as L, jsxs as r } from "react/jsx-runtime";
2
+ import { forwardRef as x } from "react";
3
+ import { getCommonProps as A, noOp as w } from "../../utils/index.js";
5
4
  import $ from "../../node_modules/classnames/index.js";
6
- import { AuthState as a } from "./types.js";
5
+ import { AuthState as e } from "./types.js";
7
6
  import { TextVariants as m } from "../../components/Text/types.js";
8
7
  import i from "../../components/Text/Text.js";
9
- const b = C(
8
+ import s from "../../components/Icon/Icon.js";
9
+ const b = x(
10
10
  ({
11
11
  accountDetailsLinkComponent: l = "a",
12
- className: g,
13
- onLogin: d = A,
14
- authState: e = a.LoggedOut,
15
- loginLabel: f = "Login",
16
- accountLabel: p = "Account",
17
- href: u = "/account",
18
- disabled: t = !1,
12
+ className: d,
13
+ onLogin: g = w,
14
+ authState: t = e.LoggedOut,
15
+ loginLabel: h = "Login",
16
+ accountLabel: u = "Account",
17
+ href: f = "/account",
18
+ disabled: a = !1,
19
19
  ...c
20
- }, h) => {
21
- const { className: n, ...N } = v(c, "UserManagement"), _ = e === a.LoggedIn, L = e !== a.Loading;
22
- return /* @__PURE__ */ o("div", { ...N, className: $(n, g), ...c, ref: h, children: L && /* @__PURE__ */ o(x, { children: _ ? /* @__PURE__ */ r(l, { className: `${n}__login`, href: u, disabled: t, children: [
23
- /* @__PURE__ */ o(s, { className: `${n}__account-icon` }),
24
- /* @__PURE__ */ o(i, { variant: m.body3, children: p })
25
- ] }) : /* @__PURE__ */ r("button", { className: `${n}__login`, onClick: d, disabled: t, children: [
26
- /* @__PURE__ */ o(s, { className: `${n}__account-icon` }),
27
- /* @__PURE__ */ o(i, { variant: m.body3, children: f })
20
+ }, p) => {
21
+ const { className: n, ...N } = A(c, "UserManagement"), _ = t === e.LoggedIn, C = t !== e.Loading;
22
+ return /* @__PURE__ */ o("div", { ...N, className: $(n, d), ...c, ref: p, children: C && /* @__PURE__ */ o(L, { children: _ ? /* @__PURE__ */ r(l, { className: `${n}__login`, href: f, disabled: a, children: [
23
+ /* @__PURE__ */ o(
24
+ s,
25
+ {
26
+ icon: "AccountCircle",
27
+ className: `${n}__account-icon`,
28
+ height: "1.5rem",
29
+ width: "1.5rem"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ o(i, { variant: m.body3, children: u })
33
+ ] }) : /* @__PURE__ */ r("button", { className: `${n}__login`, onClick: g, disabled: a, children: [
34
+ /* @__PURE__ */ o(
35
+ s,
36
+ {
37
+ icon: "AccountCircle",
38
+ className: `${n}__account-icon`,
39
+ height: "1.5rem",
40
+ width: "1.5rem"
41
+ }
42
+ ),
43
+ /* @__PURE__ */ o(i, { variant: m.body3, children: h })
28
44
  ] }) }) });
29
45
  }
30
46
  );
@@ -103,10 +103,9 @@ $snwHeaderLink: 'snwHeaderLink';
103
103
  $snwFlyoutLink: 'snwFlyoutLink';
104
104
  $snwHeadingHero1: 'snwHeadingHero1';
105
105
  $snwHeadingHero2: 'snwHeadingHero2';
106
- $text-tokens:
107
- $button, $link, $email, $label, $badge, $blockquote, $heading1, $heading2, $heading3, $heading4, $heading5, $title1,
108
- $title2, $title3, $title4, $body1, $body2, $body3, $string1, $string2, $string3, $snwFlyoutLink, $snwHeaderLink,
109
- $snwHeadingHero1, $snwHeadingHero2;
106
+ $text-tokens: $button, $link, $email, $label, $badge, $blockquote, $heading1, $heading2, $heading3, $heading4, $heading5,
107
+ $title1, $title2, $title3, $title4, $body1, $body2, $body3, $string1, $string2, $string3, $snwFlyoutLink,
108
+ $snwHeaderLink, $snwHeadingHero1, $snwHeadingHero2;
110
109
 
111
110
  ////////////////////////
112
111
  /// Breakpoint TOKENS to be used for min-width comparisons, make sure they match BREAKPOINTS in constants.ts