@veeqo/ui 14.0.5 → 14.1.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.
Files changed (104) hide show
  1. package/dist/components/Accordion/styled.d.ts +5 -1
  2. package/dist/components/Action/Action.cjs +67 -0
  3. package/dist/components/Action/Action.cjs.map +1 -0
  4. package/dist/components/Action/Action.d.ts +67 -0
  5. package/dist/components/Action/Action.js +61 -0
  6. package/dist/components/Action/Action.js.map +1 -0
  7. package/dist/components/Action/index.d.ts +2 -0
  8. package/dist/components/Action/styles/base.module.scss.cjs +9 -0
  9. package/dist/components/Action/styles/base.module.scss.cjs.map +1 -0
  10. package/dist/components/Action/styles/base.module.scss.js +7 -0
  11. package/dist/components/Action/styles/base.module.scss.js.map +1 -0
  12. package/dist/components/Action/styles/button.module.scss.cjs +9 -0
  13. package/dist/components/Action/styles/button.module.scss.cjs.map +1 -0
  14. package/dist/components/Action/styles/button.module.scss.js +7 -0
  15. package/dist/components/Action/styles/button.module.scss.js.map +1 -0
  16. package/dist/components/Action/styles/link.module.scss.cjs +9 -0
  17. package/dist/components/Action/styles/link.module.scss.cjs.map +1 -0
  18. package/dist/components/Action/styles/link.module.scss.js +7 -0
  19. package/dist/components/Action/styles/link.module.scss.js.map +1 -0
  20. package/dist/components/Action/types.d.ts +26 -0
  21. package/dist/components/Action/utils.cjs +42 -0
  22. package/dist/components/Action/utils.cjs.map +1 -0
  23. package/dist/components/Action/utils.d.ts +13 -0
  24. package/dist/components/Action/utils.js +39 -0
  25. package/dist/components/Action/utils.js.map +1 -0
  26. package/dist/components/Anchor/Anchor.cjs +3 -1
  27. package/dist/components/Anchor/Anchor.cjs.map +1 -1
  28. package/dist/components/Anchor/Anchor.d.ts +2 -0
  29. package/dist/components/Anchor/Anchor.js +3 -1
  30. package/dist/components/Anchor/Anchor.js.map +1 -1
  31. package/dist/components/Anchor/Anchor.module.scss.cjs +2 -2
  32. package/dist/components/Anchor/Anchor.module.scss.cjs.map +1 -1
  33. package/dist/components/Anchor/Anchor.module.scss.js +2 -2
  34. package/dist/components/Anchor/Anchor.module.scss.js.map +1 -1
  35. package/dist/components/Banner/styled.d.ts +5 -1
  36. package/dist/components/Button/Button.cjs +4 -0
  37. package/dist/components/Button/Button.cjs.map +1 -1
  38. package/dist/components/Button/Button.d.ts +12 -0
  39. package/dist/components/Button/Button.js +4 -1
  40. package/dist/components/Button/Button.js.map +1 -1
  41. package/dist/components/DataTable/utils/alignmentToFlex.d.ts +1 -1
  42. package/dist/components/DimensionsInput/DimensionsInput.d.ts +22 -22
  43. package/dist/components/FeatureBanner/FeatureBanner.d.ts +1 -1
  44. package/dist/components/FilterTag/styled.d.ts +5 -1
  45. package/dist/components/Flex/FlexCol/FlexCol.d.ts +2 -2
  46. package/dist/components/Flex/FlexRow/FlexRow.d.ts +2 -2
  47. package/dist/components/LegacyDataTable/SpecificState/styled.d.ts +11 -2
  48. package/dist/components/Pagination/styled.d.ts +24 -24
  49. package/dist/components/PhoneInput/index.d.ts +22 -22
  50. package/dist/components/Search/Search.d.ts +22 -22
  51. package/dist/components/Search/styled.d.ts +22 -22
  52. package/dist/components/Stack/Stack.cjs +2 -4
  53. package/dist/components/Stack/Stack.cjs.map +1 -1
  54. package/dist/components/Stack/Stack.js +2 -4
  55. package/dist/components/Stack/Stack.js.map +1 -1
  56. package/dist/components/Text/Text.cjs +27 -27
  57. package/dist/components/Text/Text.cjs.map +1 -1
  58. package/dist/components/Text/Text.d.ts +11 -2
  59. package/dist/components/Text/Text.js +25 -25
  60. package/dist/components/Text/Text.js.map +1 -1
  61. package/dist/components/Text/Text.module.scss.cjs +9 -0
  62. package/dist/components/Text/Text.module.scss.cjs.map +1 -0
  63. package/dist/components/Text/Text.module.scss.js +7 -0
  64. package/dist/components/Text/Text.module.scss.js.map +1 -0
  65. package/dist/components/Text/index.d.ts +1 -0
  66. package/dist/components/Text/textVariants.cjs +14 -0
  67. package/dist/components/Text/textVariants.cjs.map +1 -0
  68. package/dist/components/Text/textVariants.js +12 -0
  69. package/dist/components/Text/textVariants.js.map +1 -0
  70. package/dist/components/Text/types.d.ts +7 -8
  71. package/dist/components/Text/utils.cjs +2 -2
  72. package/dist/components/Text/utils.cjs.map +1 -1
  73. package/dist/components/Text/utils.d.ts +3 -2
  74. package/dist/components/Text/utils.js +2 -2
  75. package/dist/components/Text/utils.js.map +1 -1
  76. package/dist/components/TextField/TextField.d.ts +22 -22
  77. package/dist/components/TextField/index.d.ts +22 -22
  78. package/dist/components/ToastsLayout/components/styled.d.ts +6 -1
  79. package/dist/components/View/View.cjs +3 -3
  80. package/dist/components/View/View.cjs.map +1 -1
  81. package/dist/components/View/View.js +3 -3
  82. package/dist/components/View/View.js.map +1 -1
  83. package/dist/components/View/styled.cjs +11 -11
  84. package/dist/components/View/styled.cjs.map +1 -1
  85. package/dist/components/View/styled.d.ts +27 -8
  86. package/dist/components/View/styled.js +11 -11
  87. package/dist/components/View/styled.js.map +1 -1
  88. package/dist/components/ViewTab/ViewTab.d.ts +1 -1
  89. package/dist/components/index.d.ts +4 -2
  90. package/dist/index.cjs +4 -0
  91. package/dist/index.cjs.map +1 -1
  92. package/dist/index.js +2 -0
  93. package/dist/index.js.map +1 -1
  94. package/dist/theme/scss/text.module.scss.cjs +9 -0
  95. package/dist/theme/scss/text.module.scss.cjs.map +1 -0
  96. package/dist/theme/scss/text.module.scss.js +7 -0
  97. package/dist/theme/scss/text.module.scss.js.map +1 -0
  98. package/dist/utils/getContextAwareLink.cjs +43 -0
  99. package/dist/utils/getContextAwareLink.cjs.map +1 -0
  100. package/dist/utils/getContextAwareLink.d.ts +27 -0
  101. package/dist/utils/getContextAwareLink.js +41 -0
  102. package/dist/utils/getContextAwareLink.js.map +1 -0
  103. package/dist/utils/index.d.ts +1 -0
  104. package/package.json +3 -1
@@ -1,4 +1,5 @@
1
1
  export { Accordion } from './Accordion';
2
+ export { Action, type ActionProps, type ActionVariant } from './Action';
2
3
  export { ActionMenu } from './ActionMenu';
3
4
  export { Alert } from './Alerts/Alert';
4
5
  export { MiniAlert } from './Alerts/MiniAlert';
@@ -37,7 +38,7 @@ export { InputGroup } from './InputGroup';
37
38
  export { LegacyDataTable } from './LegacyDataTable';
38
39
  export { Loader } from './Loader';
39
40
  export { LoginWithAmazonButton } from './LoginWithAmazonButton';
40
- export { Modal, type Action } from './Modal';
41
+ export { Modal, type Action as ModalAction } from './Modal';
41
42
  export { Pagination } from './Pagination';
42
43
  export { Popover } from './Popover';
43
44
  export { Portal } from './Portal';
@@ -54,9 +55,10 @@ export { Skeleton } from './Skeleton';
54
55
  export { Slider } from './Slider';
55
56
  export { Stack, type StackProps } from './Stack';
56
57
  export { Stepper } from './Stepper';
57
- export { SystemBanner, type SystemBannerProps, type SystemBannerVariant, } from './SystemBanner';
58
+ export { SystemBanner, type SystemBannerProps, type SystemBannerVariant } from './SystemBanner';
58
59
  export { Tag } from './Tag';
59
60
  export { Text } from './Text';
61
+ export type { TextProps, TextVariant, ValidTextTag } from './Text';
60
62
  export { TextField, type TextFieldType } from './TextField';
61
63
  export { ToastsLayout, type Notification } from './ToastsLayout';
62
64
  export { Toggle } from './Toggle';
package/dist/index.cjs CHANGED
@@ -1,6 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Accordion = require('./components/Accordion/Accordion.cjs');
4
+ var Action = require('./components/Action/Action.cjs');
4
5
  var ActionMenu = require('./components/ActionMenu/ActionMenu.cjs');
5
6
  var Alert = require('./components/Alerts/Alert/Alert.cjs');
6
7
  var MiniAlert = require('./components/Alerts/MiniAlert/MiniAlert.cjs');
@@ -116,6 +117,7 @@ var generateId = require('./utils/generateId.cjs');
116
117
  var assignCssVars = require('./utils/assignCssVars.cjs');
117
118
  var buildChannelMarkUrl = require('./utils/buildChannelMarkUrl.cjs');
118
119
  var buildCarrierMarkUrl = require('./utils/buildCarrierMarkUrl.cjs');
120
+ var getContextAwareLink = require('./utils/getContextAwareLink.cjs');
119
121
  var index$6 = require('./theme/index.cjs');
120
122
  var AccountsIcon = require('./icons/design-system/components/AccountsIcon.cjs');
121
123
  var AccountsOutlineIcon = require('./icons/design-system/components/AccountsOutlineIcon.cjs');
@@ -348,6 +350,7 @@ var utils = require('./theme/utils.cjs');
348
350
 
349
351
 
350
352
  exports.Accordion = Accordion.Accordion;
353
+ exports.Action = Action.Action;
351
354
  exports.ActionMenu = ActionMenu.ActionMenu;
352
355
  exports.Alert = Alert.Alert;
353
356
  exports.MiniAlert = MiniAlert.MiniAlert;
@@ -483,6 +486,7 @@ exports.generateId = generateId.generateId;
483
486
  exports.assignCssVars = assignCssVars.assignCssVars;
484
487
  exports.buildChannelMarkUrl = buildChannelMarkUrl.buildChannelMarkUrl;
485
488
  exports.buildCarrierMarkUrl = buildCarrierMarkUrl.buildCarrierMarkUrl;
489
+ exports.getContextAwareLink = getContextAwareLink.getContextAwareLink;
486
490
  exports.theme = index$6.theme;
487
491
  exports.AccountsIcon = AccountsIcon.ReactComponent;
488
492
  exports.AccountsOutlineIcon = AccountsOutlineIcon.ReactComponent;
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export { Accordion } from './components/Accordion/Accordion.js';
2
+ export { Action } from './components/Action/Action.js';
2
3
  export { ActionMenu } from './components/ActionMenu/ActionMenu.js';
3
4
  export { Alert } from './components/Alerts/Alert/Alert.js';
4
5
  export { MiniAlert } from './components/Alerts/MiniAlert/MiniAlert.js';
@@ -114,6 +115,7 @@ export { generateId } from './utils/generateId.js';
114
115
  export { assignCssVars } from './utils/assignCssVars.js';
115
116
  export { buildChannelMarkUrl } from './utils/buildChannelMarkUrl.js';
116
117
  export { buildCarrierMarkUrl } from './utils/buildCarrierMarkUrl.js';
118
+ export { getContextAwareLink } from './utils/getContextAwareLink.js';
117
119
  export { theme } from './theme/index.js';
118
120
  export { ReactComponent as AccountsIcon } from './icons/design-system/components/AccountsIcon.js';
119
121
  export { ReactComponent as AccountsOutlineIcon } from './icons/design-system/components/AccountsOutlineIcon.js';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var ___$insertStyle = require('../../_virtual/____insertStyle.cjs');
4
+
5
+ ___$insertStyle("._heading-xxl_eavqc_1 {\n font-family: var(--text-heading-xxl-font-family);\n font-style: var(--text-heading-xxl-font-style);\n font-weight: var(--text-heading-xxl-font-weight);\n font-size: var(--text-heading-xxl-font-size);\n line-height: var(--text-heading-xxl-line-height);\n color: var(--text-heading-xxl-color);\n text-decoration: var(--text-heading-xxl-text-decoration);\n letter-spacing: var(--text-heading-xxl-letter-spacing);\n}\n\n._heading-xl_eavqc_12 {\n font-family: var(--text-heading-xl-font-family);\n font-style: var(--text-heading-xl-font-style);\n font-weight: var(--text-heading-xl-font-weight);\n font-size: var(--text-heading-xl-font-size);\n line-height: var(--text-heading-xl-line-height);\n color: var(--text-heading-xl-color);\n text-decoration: var(--text-heading-xl-text-decoration);\n letter-spacing: var(--text-heading-xl-letter-spacing);\n}\n\n._heading-large_eavqc_23 {\n font-family: var(--text-heading-large-font-family);\n font-style: var(--text-heading-large-font-style);\n font-weight: var(--text-heading-large-font-weight);\n font-size: var(--text-heading-large-font-size);\n line-height: var(--text-heading-large-line-height);\n color: var(--text-heading-large-color);\n text-decoration: var(--text-heading-large-text-decoration);\n letter-spacing: var(--text-heading-large-letter-spacing);\n}\n\n._heading-medium_eavqc_34 {\n font-family: var(--text-heading-medium-font-family);\n font-style: var(--text-heading-medium-font-style);\n font-weight: var(--text-heading-medium-font-weight);\n font-size: var(--text-heading-medium-font-size);\n line-height: var(--text-heading-medium-line-height);\n color: var(--text-heading-medium-color);\n text-decoration: var(--text-heading-medium-text-decoration);\n letter-spacing: var(--text-heading-medium-letter-spacing);\n}\n\n._heading-small_eavqc_45 {\n font-family: var(--text-heading-small-font-family);\n font-style: var(--text-heading-small-font-style);\n font-weight: var(--text-heading-small-font-weight);\n font-size: var(--text-heading-small-font-size);\n line-height: var(--text-heading-small-line-height);\n color: var(--text-heading-small-color);\n text-decoration: var(--text-heading-small-text-decoration);\n letter-spacing: var(--text-heading-small-letter-spacing);\n}\n\n._heading-table_eavqc_56 {\n font-family: var(--text-heading-table-font-family);\n font-style: var(--text-heading-table-font-style);\n font-weight: var(--text-heading-table-font-weight);\n font-size: var(--text-heading-table-font-size);\n line-height: var(--text-heading-table-line-height);\n color: var(--text-heading-table-color);\n text-decoration: var(--text-heading-table-text-decoration);\n letter-spacing: var(--text-heading-table-letter-spacing);\n}\n\n._subheading-large_eavqc_67 {\n font-family: var(--text-subheading-large-font-family);\n font-style: var(--text-subheading-large-font-style);\n font-weight: var(--text-subheading-large-font-weight);\n font-size: var(--text-subheading-large-font-size);\n line-height: var(--text-subheading-large-line-height);\n color: var(--text-subheading-large-color);\n text-decoration: var(--text-subheading-large-text-decoration);\n letter-spacing: var(--text-subheading-large-letter-spacing);\n}\n\n._subheading-medium_eavqc_78 {\n font-family: var(--text-subheading-medium-font-family);\n font-style: var(--text-subheading-medium-font-style);\n font-weight: var(--text-subheading-medium-font-weight);\n font-size: var(--text-subheading-medium-font-size);\n line-height: var(--text-subheading-medium-line-height);\n color: var(--text-subheading-medium-color);\n text-decoration: var(--text-subheading-medium-text-decoration);\n letter-spacing: var(--text-subheading-medium-letter-spacing);\n}\n\n._subheading-small_eavqc_89 {\n font-family: var(--text-subheading-small-font-family);\n font-style: var(--text-subheading-small-font-style);\n font-weight: var(--text-subheading-small-font-weight);\n font-size: var(--text-subheading-small-font-size);\n line-height: var(--text-subheading-small-line-height);\n color: var(--text-subheading-small-color);\n text-decoration: var(--text-subheading-small-text-decoration);\n letter-spacing: var(--text-subheading-small-letter-spacing);\n}\n\n._subheading-small-bold_eavqc_100 {\n font-family: var(--text-subheading-small-bold-font-family);\n font-style: var(--text-subheading-small-bold-font-style);\n font-weight: var(--text-subheading-small-bold-font-weight);\n font-size: var(--text-subheading-small-bold-font-size);\n line-height: var(--text-subheading-small-bold-line-height);\n color: var(--text-subheading-small-bold-color);\n text-decoration: var(--text-subheading-small-bold-text-decoration);\n letter-spacing: var(--text-subheading-small-bold-letter-spacing);\n}\n\n._body_eavqc_111 {\n font-family: var(--text-body-font-family);\n font-style: var(--text-body-font-style);\n font-weight: var(--text-body-font-weight);\n font-size: var(--text-body-font-size);\n line-height: var(--text-body-line-height);\n color: var(--text-body-color);\n text-decoration: var(--text-body-text-decoration);\n letter-spacing: var(--text-body-letter-spacing);\n}\n\n._body-small_eavqc_122 {\n font-family: var(--text-body-small-font-family);\n font-style: var(--text-body-small-font-style);\n font-weight: var(--text-body-small-font-weight);\n font-size: var(--text-body-small-font-size);\n line-height: var(--text-body-small-line-height);\n color: var(--text-body-small-color);\n text-decoration: var(--text-body-small-text-decoration);\n letter-spacing: var(--text-body-small-letter-spacing);\n}\n\n._body-bold_eavqc_133 {\n font-family: var(--text-body-bold-font-family);\n font-style: var(--text-body-bold-font-style);\n font-weight: var(--text-body-bold-font-weight);\n font-size: var(--text-body-bold-font-size);\n line-height: var(--text-body-bold-line-height);\n color: var(--text-body-bold-color);\n text-decoration: var(--text-body-bold-text-decoration);\n letter-spacing: var(--text-body-bold-letter-spacing);\n}\n\n._body-bold-dark_eavqc_144 {\n font-family: var(--text-body-bold-dark-font-family);\n font-style: var(--text-body-bold-dark-font-style);\n font-weight: var(--text-body-bold-dark-font-weight);\n font-size: var(--text-body-bold-dark-font-size);\n line-height: var(--text-body-bold-dark-line-height);\n color: var(--text-body-bold-dark-color);\n text-decoration: var(--text-body-bold-dark-text-decoration);\n letter-spacing: var(--text-body-bold-dark-letter-spacing);\n}\n\n._body-small-bold_eavqc_155 {\n font-family: var(--text-body-small-bold-font-family);\n font-style: var(--text-body-small-bold-font-style);\n font-weight: var(--text-body-small-bold-font-weight);\n font-size: var(--text-body-small-bold-font-size);\n line-height: var(--text-body-small-bold-line-height);\n color: var(--text-body-small-bold-color);\n text-decoration: var(--text-body-small-bold-text-decoration);\n letter-spacing: var(--text-body-small-bold-letter-spacing);\n}\n\n._button_eavqc_166 {\n font-family: var(--text-button-font-family);\n font-style: var(--text-button-font-style);\n font-weight: var(--text-button-font-weight);\n font-size: var(--text-button-font-size);\n line-height: var(--text-button-line-height);\n color: var(--text-button-color);\n text-decoration: var(--text-button-text-decoration);\n letter-spacing: var(--text-button-letter-spacing);\n}\n\n._button-small_eavqc_177 {\n font-family: var(--text-button-small-font-family);\n font-style: var(--text-button-small-font-style);\n font-weight: var(--text-button-small-font-weight);\n font-size: var(--text-button-small-font-size);\n line-height: var(--text-button-small-line-height);\n color: var(--text-button-small-color);\n text-decoration: var(--text-button-small-text-decoration);\n letter-spacing: var(--text-button-small-letter-spacing);\n}\n\n._link-large_eavqc_188 {\n font-family: var(--text-link-large-font-family);\n font-style: var(--text-link-large-font-style);\n font-weight: var(--text-link-large-font-weight);\n font-size: var(--text-link-large-font-size);\n line-height: var(--text-link-large-line-height);\n color: var(--text-link-large-color);\n text-decoration: var(--text-link-large-text-decoration);\n letter-spacing: var(--text-link-large-letter-spacing);\n}\n\n._link-medium_eavqc_199 {\n font-family: var(--text-link-medium-font-family);\n font-style: var(--text-link-medium-font-style);\n font-weight: var(--text-link-medium-font-weight);\n font-size: var(--text-link-medium-font-size);\n line-height: var(--text-link-medium-line-height);\n color: var(--text-link-medium-color);\n text-decoration: var(--text-link-medium-text-decoration);\n letter-spacing: var(--text-link-medium-letter-spacing);\n}\n\n._link_eavqc_188 {\n font-family: var(--text-link-font-family);\n font-style: var(--text-link-font-style);\n font-weight: var(--text-link-font-weight);\n font-size: var(--text-link-font-size);\n line-height: var(--text-link-line-height);\n color: var(--text-link-color);\n text-decoration: var(--text-link-text-decoration);\n letter-spacing: var(--text-link-letter-spacing);\n}\n\n._link-small_eavqc_221 {\n font-family: var(--text-link-small-font-family);\n font-style: var(--text-link-small-font-style);\n font-weight: var(--text-link-small-font-weight);\n font-size: var(--text-link-small-font-size);\n line-height: var(--text-link-small-line-height);\n color: var(--text-link-small-color);\n text-decoration: var(--text-link-small-text-decoration);\n letter-spacing: var(--text-link-small-letter-spacing);\n}\n\n._input-label_eavqc_232 {\n font-family: var(--text-input-label-font-family);\n font-style: var(--text-input-label-font-style);\n font-weight: var(--text-input-label-font-weight);\n font-size: var(--text-input-label-font-size);\n line-height: var(--text-input-label-line-height);\n color: var(--text-input-label-color);\n text-decoration: var(--text-input-label-text-decoration);\n letter-spacing: var(--text-input-label-letter-spacing);\n}\n\n._input-label-small_eavqc_243 {\n font-family: var(--text-input-label-small-font-family);\n font-style: var(--text-input-label-small-font-style);\n font-weight: var(--text-input-label-small-font-weight);\n font-size: var(--text-input-label-small-font-size);\n line-height: var(--text-input-label-small-line-height);\n color: var(--text-input-label-small-color);\n text-decoration: var(--text-input-label-small-text-decoration);\n letter-spacing: var(--text-input-label-small-letter-spacing);\n}\n\n._hint-text_eavqc_254 {\n font-family: var(--text-hint-text-font-family);\n font-style: var(--text-hint-text-font-style);\n font-weight: var(--text-hint-text-font-weight);\n font-size: var(--text-hint-text-font-size);\n line-height: var(--text-hint-text-line-height);\n color: var(--text-hint-text-color);\n text-decoration: var(--text-hint-text-text-decoration);\n letter-spacing: var(--text-hint-text-letter-spacing);\n}\n\n._placeholder_eavqc_265 {\n font-family: var(--text-placeholder-font-family);\n font-style: var(--text-placeholder-font-style);\n font-weight: var(--text-placeholder-font-weight);\n font-size: var(--text-placeholder-font-size);\n line-height: var(--text-placeholder-line-height);\n color: var(--text-placeholder-color);\n text-decoration: var(--text-placeholder-text-decoration);\n letter-spacing: var(--text-placeholder-letter-spacing);\n}\n\n._placeholder-small_eavqc_276 {\n font-family: var(--text-placeholder-small-font-family);\n font-style: var(--text-placeholder-small-font-style);\n font-weight: var(--text-placeholder-small-font-weight);\n font-size: var(--text-placeholder-small-font-size);\n line-height: var(--text-placeholder-small-line-height);\n color: var(--text-placeholder-small-color);\n text-decoration: var(--text-placeholder-small-text-decoration);\n letter-spacing: var(--text-placeholder-small-letter-spacing);\n}\n\n._placeholder-code_eavqc_287 {\n font-family: var(--text-placeholder-code-font-family);\n font-style: var(--text-placeholder-code-font-style);\n font-weight: var(--text-placeholder-code-font-weight);\n font-size: var(--text-placeholder-code-font-size);\n line-height: var(--text-placeholder-code-line-height);\n color: var(--text-placeholder-code-color);\n text-decoration: var(--text-placeholder-code-text-decoration);\n letter-spacing: var(--text-placeholder-code-letter-spacing);\n}\n\n._placeholder-code-small_eavqc_298 {\n font-family: var(--text-placeholder-code-small-font-family);\n font-style: var(--text-placeholder-code-small-font-style);\n font-weight: var(--text-placeholder-code-small-font-weight);\n font-size: var(--text-placeholder-code-small-font-size);\n line-height: var(--text-placeholder-code-small-line-height);\n color: var(--text-placeholder-code-small-color);\n text-decoration: var(--text-placeholder-code-small-text-decoration);\n letter-spacing: var(--text-placeholder-code-small-letter-spacing);\n}\n\n._error_eavqc_309 {\n font-family: var(--text-error-font-family);\n font-style: var(--text-error-font-style);\n font-weight: var(--text-error-font-weight);\n font-size: var(--text-error-font-size);\n line-height: var(--text-error-line-height);\n color: var(--text-error-color);\n text-decoration: var(--text-error-text-decoration);\n letter-spacing: var(--text-error-letter-spacing);\n}\n\n._error-small_eavqc_320 {\n font-family: var(--text-error-small-font-family);\n font-style: var(--text-error-small-font-style);\n font-weight: var(--text-error-small-font-weight);\n font-size: var(--text-error-small-font-size);\n line-height: var(--text-error-small-line-height);\n color: var(--text-error-small-color);\n text-decoration: var(--text-error-small-text-decoration);\n letter-spacing: var(--text-error-small-letter-spacing);\n}\n\n._success-small_eavqc_331 {\n font-family: var(--text-success-small-font-family);\n font-style: var(--text-success-small-font-style);\n font-weight: var(--text-success-small-font-weight);\n font-size: var(--text-success-small-font-size);\n line-height: var(--text-success-small-line-height);\n color: var(--text-success-small-color);\n text-decoration: var(--text-success-small-text-decoration);\n letter-spacing: var(--text-success-small-letter-spacing);\n}");
6
+ var textStyles = {"heading-xxl":"_heading-xxl_eavqc_1","heading-xl":"_heading-xl_eavqc_12","heading-large":"_heading-large_eavqc_23","heading-medium":"_heading-medium_eavqc_34","heading-small":"_heading-small_eavqc_45","heading-table":"_heading-table_eavqc_56","subheading-large":"_subheading-large_eavqc_67","subheading-medium":"_subheading-medium_eavqc_78","subheading-small":"_subheading-small_eavqc_89","subheading-small-bold":"_subheading-small-bold_eavqc_100","body":"_body_eavqc_111","body-small":"_body-small_eavqc_122","body-bold":"_body-bold_eavqc_133","body-bold-dark":"_body-bold-dark_eavqc_144","body-small-bold":"_body-small-bold_eavqc_155","button":"_button_eavqc_166","button-small":"_button-small_eavqc_177","link-large":"_link-large_eavqc_188","link-medium":"_link-medium_eavqc_199","link":"_link_eavqc_188","link-small":"_link-small_eavqc_221","input-label":"_input-label_eavqc_232","input-label-small":"_input-label-small_eavqc_243","hint-text":"_hint-text_eavqc_254","placeholder":"_placeholder_eavqc_265","placeholder-small":"_placeholder-small_eavqc_276","placeholder-code":"_placeholder-code_eavqc_287","placeholder-code-small":"_placeholder-code-small_eavqc_298","error":"_error_eavqc_309","error-small":"_error-small_eavqc_320","success-small":"_success-small_eavqc_331"};
7
+
8
+ module.exports = textStyles;
9
+ //# sourceMappingURL=text.module.scss.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.module.scss.cjs","sources":["../../../src/theme/scss/text.module.scss"],"sourcesContent":["// Text utility mixins based on theme text styles\n\n@mixin heading-xxl {\n font-family: var(--text-heading-xxl-font-family);\n font-style: var(--text-heading-xxl-font-style);\n font-weight: var(--text-heading-xxl-font-weight);\n font-size: var(--text-heading-xxl-font-size);\n line-height: var(--text-heading-xxl-line-height);\n color: var(--text-heading-xxl-color);\n text-decoration: var(--text-heading-xxl-text-decoration);\n letter-spacing: var(--text-heading-xxl-letter-spacing);\n}\n\n@mixin heading-xl {\n font-family: var(--text-heading-xl-font-family);\n font-style: var(--text-heading-xl-font-style);\n font-weight: var(--text-heading-xl-font-weight);\n font-size: var(--text-heading-xl-font-size);\n line-height: var(--text-heading-xl-line-height);\n color: var(--text-heading-xl-color);\n text-decoration: var(--text-heading-xl-text-decoration);\n letter-spacing: var(--text-heading-xl-letter-spacing);\n}\n\n@mixin heading-large {\n font-family: var(--text-heading-large-font-family);\n font-style: var(--text-heading-large-font-style);\n font-weight: var(--text-heading-large-font-weight);\n font-size: var(--text-heading-large-font-size);\n line-height: var(--text-heading-large-line-height);\n color: var(--text-heading-large-color);\n text-decoration: var(--text-heading-large-text-decoration);\n letter-spacing: var(--text-heading-large-letter-spacing);\n}\n\n@mixin heading-medium {\n font-family: var(--text-heading-medium-font-family);\n font-style: var(--text-heading-medium-font-style);\n font-weight: var(--text-heading-medium-font-weight);\n font-size: var(--text-heading-medium-font-size);\n line-height: var(--text-heading-medium-line-height);\n color: var(--text-heading-medium-color);\n text-decoration: var(--text-heading-medium-text-decoration);\n letter-spacing: var(--text-heading-medium-letter-spacing);\n}\n\n@mixin heading-small {\n font-family: var(--text-heading-small-font-family);\n font-style: var(--text-heading-small-font-style);\n font-weight: var(--text-heading-small-font-weight);\n font-size: var(--text-heading-small-font-size);\n line-height: var(--text-heading-small-line-height);\n color: var(--text-heading-small-color);\n text-decoration: var(--text-heading-small-text-decoration);\n letter-spacing: var(--text-heading-small-letter-spacing);\n}\n\n@mixin heading-table {\n font-family: var(--text-heading-table-font-family);\n font-style: var(--text-heading-table-font-style);\n font-weight: var(--text-heading-table-font-weight);\n font-size: var(--text-heading-table-font-size);\n line-height: var(--text-heading-table-line-height);\n color: var(--text-heading-table-color);\n text-decoration: var(--text-heading-table-text-decoration);\n letter-spacing: var(--text-heading-table-letter-spacing);\n}\n\n@mixin subheading-large {\n font-family: var(--text-subheading-large-font-family);\n font-style: var(--text-subheading-large-font-style);\n font-weight: var(--text-subheading-large-font-weight);\n font-size: var(--text-subheading-large-font-size);\n line-height: var(--text-subheading-large-line-height);\n color: var(--text-subheading-large-color);\n text-decoration: var(--text-subheading-large-text-decoration);\n letter-spacing: var(--text-subheading-large-letter-spacing);\n}\n\n@mixin subheading-medium {\n font-family: var(--text-subheading-medium-font-family);\n font-style: var(--text-subheading-medium-font-style);\n font-weight: var(--text-subheading-medium-font-weight);\n font-size: var(--text-subheading-medium-font-size);\n line-height: var(--text-subheading-medium-line-height);\n color: var(--text-subheading-medium-color);\n text-decoration: var(--text-subheading-medium-text-decoration);\n letter-spacing: var(--text-subheading-medium-letter-spacing);\n}\n\n@mixin subheading-small {\n font-family: var(--text-subheading-small-font-family);\n font-style: var(--text-subheading-small-font-style);\n font-weight: var(--text-subheading-small-font-weight);\n font-size: var(--text-subheading-small-font-size);\n line-height: var(--text-subheading-small-line-height);\n color: var(--text-subheading-small-color);\n text-decoration: var(--text-subheading-small-text-decoration);\n letter-spacing: var(--text-subheading-small-letter-spacing);\n}\n\n@mixin subheading-small-bold {\n font-family: var(--text-subheading-small-bold-font-family);\n font-style: var(--text-subheading-small-bold-font-style);\n font-weight: var(--text-subheading-small-bold-font-weight);\n font-size: var(--text-subheading-small-bold-font-size);\n line-height: var(--text-subheading-small-bold-line-height);\n color: var(--text-subheading-small-bold-color);\n text-decoration: var(--text-subheading-small-bold-text-decoration);\n letter-spacing: var(--text-subheading-small-bold-letter-spacing);\n}\n\n@mixin body {\n font-family: var(--text-body-font-family);\n font-style: var(--text-body-font-style);\n font-weight: var(--text-body-font-weight);\n font-size: var(--text-body-font-size);\n line-height: var(--text-body-line-height);\n color: var(--text-body-color);\n text-decoration: var(--text-body-text-decoration);\n letter-spacing: var(--text-body-letter-spacing);\n}\n\n@mixin body-small {\n font-family: var(--text-body-small-font-family);\n font-style: var(--text-body-small-font-style);\n font-weight: var(--text-body-small-font-weight);\n font-size: var(--text-body-small-font-size);\n line-height: var(--text-body-small-line-height);\n color: var(--text-body-small-color);\n text-decoration: var(--text-body-small-text-decoration);\n letter-spacing: var(--text-body-small-letter-spacing);\n}\n\n@mixin body-bold {\n font-family: var(--text-body-bold-font-family);\n font-style: var(--text-body-bold-font-style);\n font-weight: var(--text-body-bold-font-weight);\n font-size: var(--text-body-bold-font-size);\n line-height: var(--text-body-bold-line-height);\n color: var(--text-body-bold-color);\n text-decoration: var(--text-body-bold-text-decoration);\n letter-spacing: var(--text-body-bold-letter-spacing);\n}\n\n@mixin body-bold-dark {\n font-family: var(--text-body-bold-dark-font-family);\n font-style: var(--text-body-bold-dark-font-style);\n font-weight: var(--text-body-bold-dark-font-weight);\n font-size: var(--text-body-bold-dark-font-size);\n line-height: var(--text-body-bold-dark-line-height);\n color: var(--text-body-bold-dark-color);\n text-decoration: var(--text-body-bold-dark-text-decoration);\n letter-spacing: var(--text-body-bold-dark-letter-spacing);\n}\n\n@mixin body-small-bold {\n font-family: var(--text-body-small-bold-font-family);\n font-style: var(--text-body-small-bold-font-style);\n font-weight: var(--text-body-small-bold-font-weight);\n font-size: var(--text-body-small-bold-font-size);\n line-height: var(--text-body-small-bold-line-height);\n color: var(--text-body-small-bold-color);\n text-decoration: var(--text-body-small-bold-text-decoration);\n letter-spacing: var(--text-body-small-bold-letter-spacing);\n}\n\n@mixin button {\n font-family: var(--text-button-font-family);\n font-style: var(--text-button-font-style);\n font-weight: var(--text-button-font-weight);\n font-size: var(--text-button-font-size);\n line-height: var(--text-button-line-height);\n color: var(--text-button-color);\n text-decoration: var(--text-button-text-decoration);\n letter-spacing: var(--text-button-letter-spacing);\n}\n\n@mixin button-small {\n font-family: var(--text-button-small-font-family);\n font-style: var(--text-button-small-font-style);\n font-weight: var(--text-button-small-font-weight);\n font-size: var(--text-button-small-font-size);\n line-height: var(--text-button-small-line-height);\n color: var(--text-button-small-color);\n text-decoration: var(--text-button-small-text-decoration);\n letter-spacing: var(--text-button-small-letter-spacing);\n}\n\n@mixin link-large {\n font-family: var(--text-link-large-font-family);\n font-style: var(--text-link-large-font-style);\n font-weight: var(--text-link-large-font-weight);\n font-size: var(--text-link-large-font-size);\n line-height: var(--text-link-large-line-height);\n color: var(--text-link-large-color);\n text-decoration: var(--text-link-large-text-decoration);\n letter-spacing: var(--text-link-large-letter-spacing);\n}\n\n@mixin link-medium {\n font-family: var(--text-link-medium-font-family);\n font-style: var(--text-link-medium-font-style);\n font-weight: var(--text-link-medium-font-weight);\n font-size: var(--text-link-medium-font-size);\n line-height: var(--text-link-medium-line-height);\n color: var(--text-link-medium-color);\n text-decoration: var(--text-link-medium-text-decoration);\n letter-spacing: var(--text-link-medium-letter-spacing);\n}\n\n@mixin link {\n font-family: var(--text-link-font-family);\n font-style: var(--text-link-font-style);\n font-weight: var(--text-link-font-weight);\n font-size: var(--text-link-font-size);\n line-height: var(--text-link-line-height);\n color: var(--text-link-color);\n text-decoration: var(--text-link-text-decoration);\n letter-spacing: var(--text-link-letter-spacing);\n}\n\n@mixin link-small {\n font-family: var(--text-link-small-font-family);\n font-style: var(--text-link-small-font-style);\n font-weight: var(--text-link-small-font-weight);\n font-size: var(--text-link-small-font-size);\n line-height: var(--text-link-small-line-height);\n color: var(--text-link-small-color);\n text-decoration: var(--text-link-small-text-decoration);\n letter-spacing: var(--text-link-small-letter-spacing);\n}\n\n@mixin input-label {\n font-family: var(--text-input-label-font-family);\n font-style: var(--text-input-label-font-style);\n font-weight: var(--text-input-label-font-weight);\n font-size: var(--text-input-label-font-size);\n line-height: var(--text-input-label-line-height);\n color: var(--text-input-label-color);\n text-decoration: var(--text-input-label-text-decoration);\n letter-spacing: var(--text-input-label-letter-spacing);\n}\n\n@mixin input-label-small {\n font-family: var(--text-input-label-small-font-family);\n font-style: var(--text-input-label-small-font-style);\n font-weight: var(--text-input-label-small-font-weight);\n font-size: var(--text-input-label-small-font-size);\n line-height: var(--text-input-label-small-line-height);\n color: var(--text-input-label-small-color);\n text-decoration: var(--text-input-label-small-text-decoration);\n letter-spacing: var(--text-input-label-small-letter-spacing);\n}\n\n@mixin hint-text {\n font-family: var(--text-hint-text-font-family);\n font-style: var(--text-hint-text-font-style);\n font-weight: var(--text-hint-text-font-weight);\n font-size: var(--text-hint-text-font-size);\n line-height: var(--text-hint-text-line-height);\n color: var(--text-hint-text-color);\n text-decoration: var(--text-hint-text-text-decoration);\n letter-spacing: var(--text-hint-text-letter-spacing);\n}\n\n@mixin placeholder {\n font-family: var(--text-placeholder-font-family);\n font-style: var(--text-placeholder-font-style);\n font-weight: var(--text-placeholder-font-weight);\n font-size: var(--text-placeholder-font-size);\n line-height: var(--text-placeholder-line-height);\n color: var(--text-placeholder-color);\n text-decoration: var(--text-placeholder-text-decoration);\n letter-spacing: var(--text-placeholder-letter-spacing);\n}\n\n@mixin placeholder-small {\n font-family: var(--text-placeholder-small-font-family);\n font-style: var(--text-placeholder-small-font-style);\n font-weight: var(--text-placeholder-small-font-weight);\n font-size: var(--text-placeholder-small-font-size);\n line-height: var(--text-placeholder-small-line-height);\n color: var(--text-placeholder-small-color);\n text-decoration: var(--text-placeholder-small-text-decoration);\n letter-spacing: var(--text-placeholder-small-letter-spacing);\n}\n\n@mixin placeholder-code {\n font-family: var(--text-placeholder-code-font-family);\n font-style: var(--text-placeholder-code-font-style);\n font-weight: var(--text-placeholder-code-font-weight);\n font-size: var(--text-placeholder-code-font-size);\n line-height: var(--text-placeholder-code-line-height);\n color: var(--text-placeholder-code-color);\n text-decoration: var(--text-placeholder-code-text-decoration);\n letter-spacing: var(--text-placeholder-code-letter-spacing);\n}\n\n@mixin placeholder-code-small {\n font-family: var(--text-placeholder-code-small-font-family);\n font-style: var(--text-placeholder-code-small-font-style);\n font-weight: var(--text-placeholder-code-small-font-weight);\n font-size: var(--text-placeholder-code-small-font-size);\n line-height: var(--text-placeholder-code-small-line-height);\n color: var(--text-placeholder-code-small-color);\n text-decoration: var(--text-placeholder-code-small-text-decoration);\n letter-spacing: var(--text-placeholder-code-small-letter-spacing);\n}\n\n@mixin error {\n font-family: var(--text-error-font-family);\n font-style: var(--text-error-font-style);\n font-weight: var(--text-error-font-weight);\n font-size: var(--text-error-font-size);\n line-height: var(--text-error-line-height);\n color: var(--text-error-color);\n text-decoration: var(--text-error-text-decoration);\n letter-spacing: var(--text-error-letter-spacing);\n}\n\n@mixin error-small {\n font-family: var(--text-error-small-font-family);\n font-style: var(--text-error-small-font-style);\n font-weight: var(--text-error-small-font-weight);\n font-size: var(--text-error-small-font-size);\n line-height: var(--text-error-small-line-height);\n color: var(--text-error-small-color);\n text-decoration: var(--text-error-small-text-decoration);\n letter-spacing: var(--text-error-small-letter-spacing);\n}\n\n@mixin success-small {\n font-family: var(--text-success-small-font-family);\n font-style: var(--text-success-small-font-style);\n font-weight: var(--text-success-small-font-weight);\n font-size: var(--text-success-small-font-size);\n line-height: var(--text-success-small-line-height);\n color: var(--text-success-small-color);\n text-decoration: var(--text-success-small-text-decoration);\n letter-spacing: var(--text-success-small-letter-spacing);\n}\n\n.heading-xxl {\n @include heading-xxl;\n}\n.heading-xl {\n @include heading-xl;\n}\n.heading-large {\n @include heading-large;\n}\n.heading-medium {\n @include heading-medium;\n}\n.heading-small {\n @include heading-small;\n}\n.heading-table {\n @include heading-table;\n}\n.subheading-large {\n @include subheading-large;\n}\n.subheading-medium {\n @include subheading-medium;\n}\n.subheading-small {\n @include subheading-small;\n}\n.subheading-small-bold {\n @include subheading-small-bold;\n}\n.body {\n @include body;\n}\n.body-small {\n @include body-small;\n}\n.body-bold {\n @include body-bold;\n}\n.body-bold-dark {\n @include body-bold-dark;\n}\n.body-small-bold {\n @include body-small-bold;\n}\n.button {\n @include button;\n}\n.button-small {\n @include button-small;\n}\n.link-large {\n @include link-large;\n}\n.link-medium {\n @include link-medium;\n}\n.link {\n @include link;\n}\n.link-small {\n @include link-small;\n}\n.input-label {\n @include input-label;\n}\n.input-label-small {\n @include input-label-small;\n}\n.hint-text {\n @include hint-text;\n}\n.placeholder {\n @include placeholder;\n}\n.placeholder-small {\n @include placeholder-small;\n}\n.placeholder-code {\n @include placeholder-code;\n}\n.placeholder-code-small {\n @include placeholder-code-small;\n}\n.error {\n @include error;\n}\n.error-small {\n @include error-small;\n}\n.success-small {\n @include success-small;\n}\n"],"names":[],"mappings":";;;;AAGE,eAAA,CAAA,whcAAA;AACA,iBAAA,CAAA,aAAA,CAAA,sBAAA,CAAA,YAAA,CAAA,sBAAA,CAAA,eAAA,CAAA,yBAAA,CAAA,gBAAA,CAAA,0BAAA,CAAA,eAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,yBAAA,CAAA,kBAAA,CAAA,4BAAA,CAAA,mBAAA,CAAA,6BAAA,CAAA,kBAAA,CAAA,4BAAA,CAAA,uBAAA,CAAA,kCAAA,CAAA,MAAA,CAAA,iBAAA,CAAA,YAAA,CAAA,uBAAA,CAAA,WAAA,CAAA,sBAAA,CAAA,gBAAA,CAAA,2BAAA,CAAA,iBAAA,CAAA,4BAAA,CAAA,QAAA,CAAA,mBAAA,CAAA,cAAA,CAAA,yBAAA,CAAA,YAAA,CAAA,uBAAA,CAAA,aAAA,CAAA,wBAAA,CAAA,MAAA,CAAA,iBAAA,CAAA,YAAA,CAAA,uBAAA,CAAA,aAAA,CAAA,wBAAA,CAAA,mBAAA,CAAA,8BAAA,CAAA,WAAA,CAAA,sBAAA,CAAA,aAAA,CAAA,wBAAA,CAAA,mBAAA,CAAA,8BAAA,CAAA,kBAAA,CAAA,6BAAA,CAAA,wBAAA,CAAA,mCAAA,CAAA,OAAA,CAAA,kBAAA,CAAA,aAAA,CAAA,wBAAA,CAAA,eAAA,CAAA,0BAAA;;;;"}
@@ -0,0 +1,7 @@
1
+ import insertStyle from '../../_virtual/____insertStyle.js';
2
+
3
+ insertStyle("._heading-xxl_eavqc_1 {\n font-family: var(--text-heading-xxl-font-family);\n font-style: var(--text-heading-xxl-font-style);\n font-weight: var(--text-heading-xxl-font-weight);\n font-size: var(--text-heading-xxl-font-size);\n line-height: var(--text-heading-xxl-line-height);\n color: var(--text-heading-xxl-color);\n text-decoration: var(--text-heading-xxl-text-decoration);\n letter-spacing: var(--text-heading-xxl-letter-spacing);\n}\n\n._heading-xl_eavqc_12 {\n font-family: var(--text-heading-xl-font-family);\n font-style: var(--text-heading-xl-font-style);\n font-weight: var(--text-heading-xl-font-weight);\n font-size: var(--text-heading-xl-font-size);\n line-height: var(--text-heading-xl-line-height);\n color: var(--text-heading-xl-color);\n text-decoration: var(--text-heading-xl-text-decoration);\n letter-spacing: var(--text-heading-xl-letter-spacing);\n}\n\n._heading-large_eavqc_23 {\n font-family: var(--text-heading-large-font-family);\n font-style: var(--text-heading-large-font-style);\n font-weight: var(--text-heading-large-font-weight);\n font-size: var(--text-heading-large-font-size);\n line-height: var(--text-heading-large-line-height);\n color: var(--text-heading-large-color);\n text-decoration: var(--text-heading-large-text-decoration);\n letter-spacing: var(--text-heading-large-letter-spacing);\n}\n\n._heading-medium_eavqc_34 {\n font-family: var(--text-heading-medium-font-family);\n font-style: var(--text-heading-medium-font-style);\n font-weight: var(--text-heading-medium-font-weight);\n font-size: var(--text-heading-medium-font-size);\n line-height: var(--text-heading-medium-line-height);\n color: var(--text-heading-medium-color);\n text-decoration: var(--text-heading-medium-text-decoration);\n letter-spacing: var(--text-heading-medium-letter-spacing);\n}\n\n._heading-small_eavqc_45 {\n font-family: var(--text-heading-small-font-family);\n font-style: var(--text-heading-small-font-style);\n font-weight: var(--text-heading-small-font-weight);\n font-size: var(--text-heading-small-font-size);\n line-height: var(--text-heading-small-line-height);\n color: var(--text-heading-small-color);\n text-decoration: var(--text-heading-small-text-decoration);\n letter-spacing: var(--text-heading-small-letter-spacing);\n}\n\n._heading-table_eavqc_56 {\n font-family: var(--text-heading-table-font-family);\n font-style: var(--text-heading-table-font-style);\n font-weight: var(--text-heading-table-font-weight);\n font-size: var(--text-heading-table-font-size);\n line-height: var(--text-heading-table-line-height);\n color: var(--text-heading-table-color);\n text-decoration: var(--text-heading-table-text-decoration);\n letter-spacing: var(--text-heading-table-letter-spacing);\n}\n\n._subheading-large_eavqc_67 {\n font-family: var(--text-subheading-large-font-family);\n font-style: var(--text-subheading-large-font-style);\n font-weight: var(--text-subheading-large-font-weight);\n font-size: var(--text-subheading-large-font-size);\n line-height: var(--text-subheading-large-line-height);\n color: var(--text-subheading-large-color);\n text-decoration: var(--text-subheading-large-text-decoration);\n letter-spacing: var(--text-subheading-large-letter-spacing);\n}\n\n._subheading-medium_eavqc_78 {\n font-family: var(--text-subheading-medium-font-family);\n font-style: var(--text-subheading-medium-font-style);\n font-weight: var(--text-subheading-medium-font-weight);\n font-size: var(--text-subheading-medium-font-size);\n line-height: var(--text-subheading-medium-line-height);\n color: var(--text-subheading-medium-color);\n text-decoration: var(--text-subheading-medium-text-decoration);\n letter-spacing: var(--text-subheading-medium-letter-spacing);\n}\n\n._subheading-small_eavqc_89 {\n font-family: var(--text-subheading-small-font-family);\n font-style: var(--text-subheading-small-font-style);\n font-weight: var(--text-subheading-small-font-weight);\n font-size: var(--text-subheading-small-font-size);\n line-height: var(--text-subheading-small-line-height);\n color: var(--text-subheading-small-color);\n text-decoration: var(--text-subheading-small-text-decoration);\n letter-spacing: var(--text-subheading-small-letter-spacing);\n}\n\n._subheading-small-bold_eavqc_100 {\n font-family: var(--text-subheading-small-bold-font-family);\n font-style: var(--text-subheading-small-bold-font-style);\n font-weight: var(--text-subheading-small-bold-font-weight);\n font-size: var(--text-subheading-small-bold-font-size);\n line-height: var(--text-subheading-small-bold-line-height);\n color: var(--text-subheading-small-bold-color);\n text-decoration: var(--text-subheading-small-bold-text-decoration);\n letter-spacing: var(--text-subheading-small-bold-letter-spacing);\n}\n\n._body_eavqc_111 {\n font-family: var(--text-body-font-family);\n font-style: var(--text-body-font-style);\n font-weight: var(--text-body-font-weight);\n font-size: var(--text-body-font-size);\n line-height: var(--text-body-line-height);\n color: var(--text-body-color);\n text-decoration: var(--text-body-text-decoration);\n letter-spacing: var(--text-body-letter-spacing);\n}\n\n._body-small_eavqc_122 {\n font-family: var(--text-body-small-font-family);\n font-style: var(--text-body-small-font-style);\n font-weight: var(--text-body-small-font-weight);\n font-size: var(--text-body-small-font-size);\n line-height: var(--text-body-small-line-height);\n color: var(--text-body-small-color);\n text-decoration: var(--text-body-small-text-decoration);\n letter-spacing: var(--text-body-small-letter-spacing);\n}\n\n._body-bold_eavqc_133 {\n font-family: var(--text-body-bold-font-family);\n font-style: var(--text-body-bold-font-style);\n font-weight: var(--text-body-bold-font-weight);\n font-size: var(--text-body-bold-font-size);\n line-height: var(--text-body-bold-line-height);\n color: var(--text-body-bold-color);\n text-decoration: var(--text-body-bold-text-decoration);\n letter-spacing: var(--text-body-bold-letter-spacing);\n}\n\n._body-bold-dark_eavqc_144 {\n font-family: var(--text-body-bold-dark-font-family);\n font-style: var(--text-body-bold-dark-font-style);\n font-weight: var(--text-body-bold-dark-font-weight);\n font-size: var(--text-body-bold-dark-font-size);\n line-height: var(--text-body-bold-dark-line-height);\n color: var(--text-body-bold-dark-color);\n text-decoration: var(--text-body-bold-dark-text-decoration);\n letter-spacing: var(--text-body-bold-dark-letter-spacing);\n}\n\n._body-small-bold_eavqc_155 {\n font-family: var(--text-body-small-bold-font-family);\n font-style: var(--text-body-small-bold-font-style);\n font-weight: var(--text-body-small-bold-font-weight);\n font-size: var(--text-body-small-bold-font-size);\n line-height: var(--text-body-small-bold-line-height);\n color: var(--text-body-small-bold-color);\n text-decoration: var(--text-body-small-bold-text-decoration);\n letter-spacing: var(--text-body-small-bold-letter-spacing);\n}\n\n._button_eavqc_166 {\n font-family: var(--text-button-font-family);\n font-style: var(--text-button-font-style);\n font-weight: var(--text-button-font-weight);\n font-size: var(--text-button-font-size);\n line-height: var(--text-button-line-height);\n color: var(--text-button-color);\n text-decoration: var(--text-button-text-decoration);\n letter-spacing: var(--text-button-letter-spacing);\n}\n\n._button-small_eavqc_177 {\n font-family: var(--text-button-small-font-family);\n font-style: var(--text-button-small-font-style);\n font-weight: var(--text-button-small-font-weight);\n font-size: var(--text-button-small-font-size);\n line-height: var(--text-button-small-line-height);\n color: var(--text-button-small-color);\n text-decoration: var(--text-button-small-text-decoration);\n letter-spacing: var(--text-button-small-letter-spacing);\n}\n\n._link-large_eavqc_188 {\n font-family: var(--text-link-large-font-family);\n font-style: var(--text-link-large-font-style);\n font-weight: var(--text-link-large-font-weight);\n font-size: var(--text-link-large-font-size);\n line-height: var(--text-link-large-line-height);\n color: var(--text-link-large-color);\n text-decoration: var(--text-link-large-text-decoration);\n letter-spacing: var(--text-link-large-letter-spacing);\n}\n\n._link-medium_eavqc_199 {\n font-family: var(--text-link-medium-font-family);\n font-style: var(--text-link-medium-font-style);\n font-weight: var(--text-link-medium-font-weight);\n font-size: var(--text-link-medium-font-size);\n line-height: var(--text-link-medium-line-height);\n color: var(--text-link-medium-color);\n text-decoration: var(--text-link-medium-text-decoration);\n letter-spacing: var(--text-link-medium-letter-spacing);\n}\n\n._link_eavqc_188 {\n font-family: var(--text-link-font-family);\n font-style: var(--text-link-font-style);\n font-weight: var(--text-link-font-weight);\n font-size: var(--text-link-font-size);\n line-height: var(--text-link-line-height);\n color: var(--text-link-color);\n text-decoration: var(--text-link-text-decoration);\n letter-spacing: var(--text-link-letter-spacing);\n}\n\n._link-small_eavqc_221 {\n font-family: var(--text-link-small-font-family);\n font-style: var(--text-link-small-font-style);\n font-weight: var(--text-link-small-font-weight);\n font-size: var(--text-link-small-font-size);\n line-height: var(--text-link-small-line-height);\n color: var(--text-link-small-color);\n text-decoration: var(--text-link-small-text-decoration);\n letter-spacing: var(--text-link-small-letter-spacing);\n}\n\n._input-label_eavqc_232 {\n font-family: var(--text-input-label-font-family);\n font-style: var(--text-input-label-font-style);\n font-weight: var(--text-input-label-font-weight);\n font-size: var(--text-input-label-font-size);\n line-height: var(--text-input-label-line-height);\n color: var(--text-input-label-color);\n text-decoration: var(--text-input-label-text-decoration);\n letter-spacing: var(--text-input-label-letter-spacing);\n}\n\n._input-label-small_eavqc_243 {\n font-family: var(--text-input-label-small-font-family);\n font-style: var(--text-input-label-small-font-style);\n font-weight: var(--text-input-label-small-font-weight);\n font-size: var(--text-input-label-small-font-size);\n line-height: var(--text-input-label-small-line-height);\n color: var(--text-input-label-small-color);\n text-decoration: var(--text-input-label-small-text-decoration);\n letter-spacing: var(--text-input-label-small-letter-spacing);\n}\n\n._hint-text_eavqc_254 {\n font-family: var(--text-hint-text-font-family);\n font-style: var(--text-hint-text-font-style);\n font-weight: var(--text-hint-text-font-weight);\n font-size: var(--text-hint-text-font-size);\n line-height: var(--text-hint-text-line-height);\n color: var(--text-hint-text-color);\n text-decoration: var(--text-hint-text-text-decoration);\n letter-spacing: var(--text-hint-text-letter-spacing);\n}\n\n._placeholder_eavqc_265 {\n font-family: var(--text-placeholder-font-family);\n font-style: var(--text-placeholder-font-style);\n font-weight: var(--text-placeholder-font-weight);\n font-size: var(--text-placeholder-font-size);\n line-height: var(--text-placeholder-line-height);\n color: var(--text-placeholder-color);\n text-decoration: var(--text-placeholder-text-decoration);\n letter-spacing: var(--text-placeholder-letter-spacing);\n}\n\n._placeholder-small_eavqc_276 {\n font-family: var(--text-placeholder-small-font-family);\n font-style: var(--text-placeholder-small-font-style);\n font-weight: var(--text-placeholder-small-font-weight);\n font-size: var(--text-placeholder-small-font-size);\n line-height: var(--text-placeholder-small-line-height);\n color: var(--text-placeholder-small-color);\n text-decoration: var(--text-placeholder-small-text-decoration);\n letter-spacing: var(--text-placeholder-small-letter-spacing);\n}\n\n._placeholder-code_eavqc_287 {\n font-family: var(--text-placeholder-code-font-family);\n font-style: var(--text-placeholder-code-font-style);\n font-weight: var(--text-placeholder-code-font-weight);\n font-size: var(--text-placeholder-code-font-size);\n line-height: var(--text-placeholder-code-line-height);\n color: var(--text-placeholder-code-color);\n text-decoration: var(--text-placeholder-code-text-decoration);\n letter-spacing: var(--text-placeholder-code-letter-spacing);\n}\n\n._placeholder-code-small_eavqc_298 {\n font-family: var(--text-placeholder-code-small-font-family);\n font-style: var(--text-placeholder-code-small-font-style);\n font-weight: var(--text-placeholder-code-small-font-weight);\n font-size: var(--text-placeholder-code-small-font-size);\n line-height: var(--text-placeholder-code-small-line-height);\n color: var(--text-placeholder-code-small-color);\n text-decoration: var(--text-placeholder-code-small-text-decoration);\n letter-spacing: var(--text-placeholder-code-small-letter-spacing);\n}\n\n._error_eavqc_309 {\n font-family: var(--text-error-font-family);\n font-style: var(--text-error-font-style);\n font-weight: var(--text-error-font-weight);\n font-size: var(--text-error-font-size);\n line-height: var(--text-error-line-height);\n color: var(--text-error-color);\n text-decoration: var(--text-error-text-decoration);\n letter-spacing: var(--text-error-letter-spacing);\n}\n\n._error-small_eavqc_320 {\n font-family: var(--text-error-small-font-family);\n font-style: var(--text-error-small-font-style);\n font-weight: var(--text-error-small-font-weight);\n font-size: var(--text-error-small-font-size);\n line-height: var(--text-error-small-line-height);\n color: var(--text-error-small-color);\n text-decoration: var(--text-error-small-text-decoration);\n letter-spacing: var(--text-error-small-letter-spacing);\n}\n\n._success-small_eavqc_331 {\n font-family: var(--text-success-small-font-family);\n font-style: var(--text-success-small-font-style);\n font-weight: var(--text-success-small-font-weight);\n font-size: var(--text-success-small-font-size);\n line-height: var(--text-success-small-line-height);\n color: var(--text-success-small-color);\n text-decoration: var(--text-success-small-text-decoration);\n letter-spacing: var(--text-success-small-letter-spacing);\n}");
4
+ var textStyles = {"heading-xxl":"_heading-xxl_eavqc_1","heading-xl":"_heading-xl_eavqc_12","heading-large":"_heading-large_eavqc_23","heading-medium":"_heading-medium_eavqc_34","heading-small":"_heading-small_eavqc_45","heading-table":"_heading-table_eavqc_56","subheading-large":"_subheading-large_eavqc_67","subheading-medium":"_subheading-medium_eavqc_78","subheading-small":"_subheading-small_eavqc_89","subheading-small-bold":"_subheading-small-bold_eavqc_100","body":"_body_eavqc_111","body-small":"_body-small_eavqc_122","body-bold":"_body-bold_eavqc_133","body-bold-dark":"_body-bold-dark_eavqc_144","body-small-bold":"_body-small-bold_eavqc_155","button":"_button_eavqc_166","button-small":"_button-small_eavqc_177","link-large":"_link-large_eavqc_188","link-medium":"_link-medium_eavqc_199","link":"_link_eavqc_188","link-small":"_link-small_eavqc_221","input-label":"_input-label_eavqc_232","input-label-small":"_input-label-small_eavqc_243","hint-text":"_hint-text_eavqc_254","placeholder":"_placeholder_eavqc_265","placeholder-small":"_placeholder-small_eavqc_276","placeholder-code":"_placeholder-code_eavqc_287","placeholder-code-small":"_placeholder-code-small_eavqc_298","error":"_error_eavqc_309","error-small":"_error-small_eavqc_320","success-small":"_success-small_eavqc_331"};
5
+
6
+ export { textStyles as default };
7
+ //# sourceMappingURL=text.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.module.scss.js","sources":["../../../src/theme/scss/text.module.scss"],"sourcesContent":["// Text utility mixins based on theme text styles\n\n@mixin heading-xxl {\n font-family: var(--text-heading-xxl-font-family);\n font-style: var(--text-heading-xxl-font-style);\n font-weight: var(--text-heading-xxl-font-weight);\n font-size: var(--text-heading-xxl-font-size);\n line-height: var(--text-heading-xxl-line-height);\n color: var(--text-heading-xxl-color);\n text-decoration: var(--text-heading-xxl-text-decoration);\n letter-spacing: var(--text-heading-xxl-letter-spacing);\n}\n\n@mixin heading-xl {\n font-family: var(--text-heading-xl-font-family);\n font-style: var(--text-heading-xl-font-style);\n font-weight: var(--text-heading-xl-font-weight);\n font-size: var(--text-heading-xl-font-size);\n line-height: var(--text-heading-xl-line-height);\n color: var(--text-heading-xl-color);\n text-decoration: var(--text-heading-xl-text-decoration);\n letter-spacing: var(--text-heading-xl-letter-spacing);\n}\n\n@mixin heading-large {\n font-family: var(--text-heading-large-font-family);\n font-style: var(--text-heading-large-font-style);\n font-weight: var(--text-heading-large-font-weight);\n font-size: var(--text-heading-large-font-size);\n line-height: var(--text-heading-large-line-height);\n color: var(--text-heading-large-color);\n text-decoration: var(--text-heading-large-text-decoration);\n letter-spacing: var(--text-heading-large-letter-spacing);\n}\n\n@mixin heading-medium {\n font-family: var(--text-heading-medium-font-family);\n font-style: var(--text-heading-medium-font-style);\n font-weight: var(--text-heading-medium-font-weight);\n font-size: var(--text-heading-medium-font-size);\n line-height: var(--text-heading-medium-line-height);\n color: var(--text-heading-medium-color);\n text-decoration: var(--text-heading-medium-text-decoration);\n letter-spacing: var(--text-heading-medium-letter-spacing);\n}\n\n@mixin heading-small {\n font-family: var(--text-heading-small-font-family);\n font-style: var(--text-heading-small-font-style);\n font-weight: var(--text-heading-small-font-weight);\n font-size: var(--text-heading-small-font-size);\n line-height: var(--text-heading-small-line-height);\n color: var(--text-heading-small-color);\n text-decoration: var(--text-heading-small-text-decoration);\n letter-spacing: var(--text-heading-small-letter-spacing);\n}\n\n@mixin heading-table {\n font-family: var(--text-heading-table-font-family);\n font-style: var(--text-heading-table-font-style);\n font-weight: var(--text-heading-table-font-weight);\n font-size: var(--text-heading-table-font-size);\n line-height: var(--text-heading-table-line-height);\n color: var(--text-heading-table-color);\n text-decoration: var(--text-heading-table-text-decoration);\n letter-spacing: var(--text-heading-table-letter-spacing);\n}\n\n@mixin subheading-large {\n font-family: var(--text-subheading-large-font-family);\n font-style: var(--text-subheading-large-font-style);\n font-weight: var(--text-subheading-large-font-weight);\n font-size: var(--text-subheading-large-font-size);\n line-height: var(--text-subheading-large-line-height);\n color: var(--text-subheading-large-color);\n text-decoration: var(--text-subheading-large-text-decoration);\n letter-spacing: var(--text-subheading-large-letter-spacing);\n}\n\n@mixin subheading-medium {\n font-family: var(--text-subheading-medium-font-family);\n font-style: var(--text-subheading-medium-font-style);\n font-weight: var(--text-subheading-medium-font-weight);\n font-size: var(--text-subheading-medium-font-size);\n line-height: var(--text-subheading-medium-line-height);\n color: var(--text-subheading-medium-color);\n text-decoration: var(--text-subheading-medium-text-decoration);\n letter-spacing: var(--text-subheading-medium-letter-spacing);\n}\n\n@mixin subheading-small {\n font-family: var(--text-subheading-small-font-family);\n font-style: var(--text-subheading-small-font-style);\n font-weight: var(--text-subheading-small-font-weight);\n font-size: var(--text-subheading-small-font-size);\n line-height: var(--text-subheading-small-line-height);\n color: var(--text-subheading-small-color);\n text-decoration: var(--text-subheading-small-text-decoration);\n letter-spacing: var(--text-subheading-small-letter-spacing);\n}\n\n@mixin subheading-small-bold {\n font-family: var(--text-subheading-small-bold-font-family);\n font-style: var(--text-subheading-small-bold-font-style);\n font-weight: var(--text-subheading-small-bold-font-weight);\n font-size: var(--text-subheading-small-bold-font-size);\n line-height: var(--text-subheading-small-bold-line-height);\n color: var(--text-subheading-small-bold-color);\n text-decoration: var(--text-subheading-small-bold-text-decoration);\n letter-spacing: var(--text-subheading-small-bold-letter-spacing);\n}\n\n@mixin body {\n font-family: var(--text-body-font-family);\n font-style: var(--text-body-font-style);\n font-weight: var(--text-body-font-weight);\n font-size: var(--text-body-font-size);\n line-height: var(--text-body-line-height);\n color: var(--text-body-color);\n text-decoration: var(--text-body-text-decoration);\n letter-spacing: var(--text-body-letter-spacing);\n}\n\n@mixin body-small {\n font-family: var(--text-body-small-font-family);\n font-style: var(--text-body-small-font-style);\n font-weight: var(--text-body-small-font-weight);\n font-size: var(--text-body-small-font-size);\n line-height: var(--text-body-small-line-height);\n color: var(--text-body-small-color);\n text-decoration: var(--text-body-small-text-decoration);\n letter-spacing: var(--text-body-small-letter-spacing);\n}\n\n@mixin body-bold {\n font-family: var(--text-body-bold-font-family);\n font-style: var(--text-body-bold-font-style);\n font-weight: var(--text-body-bold-font-weight);\n font-size: var(--text-body-bold-font-size);\n line-height: var(--text-body-bold-line-height);\n color: var(--text-body-bold-color);\n text-decoration: var(--text-body-bold-text-decoration);\n letter-spacing: var(--text-body-bold-letter-spacing);\n}\n\n@mixin body-bold-dark {\n font-family: var(--text-body-bold-dark-font-family);\n font-style: var(--text-body-bold-dark-font-style);\n font-weight: var(--text-body-bold-dark-font-weight);\n font-size: var(--text-body-bold-dark-font-size);\n line-height: var(--text-body-bold-dark-line-height);\n color: var(--text-body-bold-dark-color);\n text-decoration: var(--text-body-bold-dark-text-decoration);\n letter-spacing: var(--text-body-bold-dark-letter-spacing);\n}\n\n@mixin body-small-bold {\n font-family: var(--text-body-small-bold-font-family);\n font-style: var(--text-body-small-bold-font-style);\n font-weight: var(--text-body-small-bold-font-weight);\n font-size: var(--text-body-small-bold-font-size);\n line-height: var(--text-body-small-bold-line-height);\n color: var(--text-body-small-bold-color);\n text-decoration: var(--text-body-small-bold-text-decoration);\n letter-spacing: var(--text-body-small-bold-letter-spacing);\n}\n\n@mixin button {\n font-family: var(--text-button-font-family);\n font-style: var(--text-button-font-style);\n font-weight: var(--text-button-font-weight);\n font-size: var(--text-button-font-size);\n line-height: var(--text-button-line-height);\n color: var(--text-button-color);\n text-decoration: var(--text-button-text-decoration);\n letter-spacing: var(--text-button-letter-spacing);\n}\n\n@mixin button-small {\n font-family: var(--text-button-small-font-family);\n font-style: var(--text-button-small-font-style);\n font-weight: var(--text-button-small-font-weight);\n font-size: var(--text-button-small-font-size);\n line-height: var(--text-button-small-line-height);\n color: var(--text-button-small-color);\n text-decoration: var(--text-button-small-text-decoration);\n letter-spacing: var(--text-button-small-letter-spacing);\n}\n\n@mixin link-large {\n font-family: var(--text-link-large-font-family);\n font-style: var(--text-link-large-font-style);\n font-weight: var(--text-link-large-font-weight);\n font-size: var(--text-link-large-font-size);\n line-height: var(--text-link-large-line-height);\n color: var(--text-link-large-color);\n text-decoration: var(--text-link-large-text-decoration);\n letter-spacing: var(--text-link-large-letter-spacing);\n}\n\n@mixin link-medium {\n font-family: var(--text-link-medium-font-family);\n font-style: var(--text-link-medium-font-style);\n font-weight: var(--text-link-medium-font-weight);\n font-size: var(--text-link-medium-font-size);\n line-height: var(--text-link-medium-line-height);\n color: var(--text-link-medium-color);\n text-decoration: var(--text-link-medium-text-decoration);\n letter-spacing: var(--text-link-medium-letter-spacing);\n}\n\n@mixin link {\n font-family: var(--text-link-font-family);\n font-style: var(--text-link-font-style);\n font-weight: var(--text-link-font-weight);\n font-size: var(--text-link-font-size);\n line-height: var(--text-link-line-height);\n color: var(--text-link-color);\n text-decoration: var(--text-link-text-decoration);\n letter-spacing: var(--text-link-letter-spacing);\n}\n\n@mixin link-small {\n font-family: var(--text-link-small-font-family);\n font-style: var(--text-link-small-font-style);\n font-weight: var(--text-link-small-font-weight);\n font-size: var(--text-link-small-font-size);\n line-height: var(--text-link-small-line-height);\n color: var(--text-link-small-color);\n text-decoration: var(--text-link-small-text-decoration);\n letter-spacing: var(--text-link-small-letter-spacing);\n}\n\n@mixin input-label {\n font-family: var(--text-input-label-font-family);\n font-style: var(--text-input-label-font-style);\n font-weight: var(--text-input-label-font-weight);\n font-size: var(--text-input-label-font-size);\n line-height: var(--text-input-label-line-height);\n color: var(--text-input-label-color);\n text-decoration: var(--text-input-label-text-decoration);\n letter-spacing: var(--text-input-label-letter-spacing);\n}\n\n@mixin input-label-small {\n font-family: var(--text-input-label-small-font-family);\n font-style: var(--text-input-label-small-font-style);\n font-weight: var(--text-input-label-small-font-weight);\n font-size: var(--text-input-label-small-font-size);\n line-height: var(--text-input-label-small-line-height);\n color: var(--text-input-label-small-color);\n text-decoration: var(--text-input-label-small-text-decoration);\n letter-spacing: var(--text-input-label-small-letter-spacing);\n}\n\n@mixin hint-text {\n font-family: var(--text-hint-text-font-family);\n font-style: var(--text-hint-text-font-style);\n font-weight: var(--text-hint-text-font-weight);\n font-size: var(--text-hint-text-font-size);\n line-height: var(--text-hint-text-line-height);\n color: var(--text-hint-text-color);\n text-decoration: var(--text-hint-text-text-decoration);\n letter-spacing: var(--text-hint-text-letter-spacing);\n}\n\n@mixin placeholder {\n font-family: var(--text-placeholder-font-family);\n font-style: var(--text-placeholder-font-style);\n font-weight: var(--text-placeholder-font-weight);\n font-size: var(--text-placeholder-font-size);\n line-height: var(--text-placeholder-line-height);\n color: var(--text-placeholder-color);\n text-decoration: var(--text-placeholder-text-decoration);\n letter-spacing: var(--text-placeholder-letter-spacing);\n}\n\n@mixin placeholder-small {\n font-family: var(--text-placeholder-small-font-family);\n font-style: var(--text-placeholder-small-font-style);\n font-weight: var(--text-placeholder-small-font-weight);\n font-size: var(--text-placeholder-small-font-size);\n line-height: var(--text-placeholder-small-line-height);\n color: var(--text-placeholder-small-color);\n text-decoration: var(--text-placeholder-small-text-decoration);\n letter-spacing: var(--text-placeholder-small-letter-spacing);\n}\n\n@mixin placeholder-code {\n font-family: var(--text-placeholder-code-font-family);\n font-style: var(--text-placeholder-code-font-style);\n font-weight: var(--text-placeholder-code-font-weight);\n font-size: var(--text-placeholder-code-font-size);\n line-height: var(--text-placeholder-code-line-height);\n color: var(--text-placeholder-code-color);\n text-decoration: var(--text-placeholder-code-text-decoration);\n letter-spacing: var(--text-placeholder-code-letter-spacing);\n}\n\n@mixin placeholder-code-small {\n font-family: var(--text-placeholder-code-small-font-family);\n font-style: var(--text-placeholder-code-small-font-style);\n font-weight: var(--text-placeholder-code-small-font-weight);\n font-size: var(--text-placeholder-code-small-font-size);\n line-height: var(--text-placeholder-code-small-line-height);\n color: var(--text-placeholder-code-small-color);\n text-decoration: var(--text-placeholder-code-small-text-decoration);\n letter-spacing: var(--text-placeholder-code-small-letter-spacing);\n}\n\n@mixin error {\n font-family: var(--text-error-font-family);\n font-style: var(--text-error-font-style);\n font-weight: var(--text-error-font-weight);\n font-size: var(--text-error-font-size);\n line-height: var(--text-error-line-height);\n color: var(--text-error-color);\n text-decoration: var(--text-error-text-decoration);\n letter-spacing: var(--text-error-letter-spacing);\n}\n\n@mixin error-small {\n font-family: var(--text-error-small-font-family);\n font-style: var(--text-error-small-font-style);\n font-weight: var(--text-error-small-font-weight);\n font-size: var(--text-error-small-font-size);\n line-height: var(--text-error-small-line-height);\n color: var(--text-error-small-color);\n text-decoration: var(--text-error-small-text-decoration);\n letter-spacing: var(--text-error-small-letter-spacing);\n}\n\n@mixin success-small {\n font-family: var(--text-success-small-font-family);\n font-style: var(--text-success-small-font-style);\n font-weight: var(--text-success-small-font-weight);\n font-size: var(--text-success-small-font-size);\n line-height: var(--text-success-small-line-height);\n color: var(--text-success-small-color);\n text-decoration: var(--text-success-small-text-decoration);\n letter-spacing: var(--text-success-small-letter-spacing);\n}\n\n.heading-xxl {\n @include heading-xxl;\n}\n.heading-xl {\n @include heading-xl;\n}\n.heading-large {\n @include heading-large;\n}\n.heading-medium {\n @include heading-medium;\n}\n.heading-small {\n @include heading-small;\n}\n.heading-table {\n @include heading-table;\n}\n.subheading-large {\n @include subheading-large;\n}\n.subheading-medium {\n @include subheading-medium;\n}\n.subheading-small {\n @include subheading-small;\n}\n.subheading-small-bold {\n @include subheading-small-bold;\n}\n.body {\n @include body;\n}\n.body-small {\n @include body-small;\n}\n.body-bold {\n @include body-bold;\n}\n.body-bold-dark {\n @include body-bold-dark;\n}\n.body-small-bold {\n @include body-small-bold;\n}\n.button {\n @include button;\n}\n.button-small {\n @include button-small;\n}\n.link-large {\n @include link-large;\n}\n.link-medium {\n @include link-medium;\n}\n.link {\n @include link;\n}\n.link-small {\n @include link-small;\n}\n.input-label {\n @include input-label;\n}\n.input-label-small {\n @include input-label-small;\n}\n.hint-text {\n @include hint-text;\n}\n.placeholder {\n @include placeholder;\n}\n.placeholder-small {\n @include placeholder-small;\n}\n.placeholder-code {\n @include placeholder-code;\n}\n.placeholder-code-small {\n @include placeholder-code-small;\n}\n.error {\n @include error;\n}\n.error-small {\n @include error-small;\n}\n.success-small {\n @include success-small;\n}\n"],"names":["___$insertStyle"],"mappings":";;AAGEA,WAAA,CAAA,whcAAA;AACA,iBAAA,CAAA,aAAA,CAAA,sBAAA,CAAA,YAAA,CAAA,sBAAA,CAAA,eAAA,CAAA,yBAAA,CAAA,gBAAA,CAAA,0BAAA,CAAA,eAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,yBAAA,CAAA,kBAAA,CAAA,4BAAA,CAAA,mBAAA,CAAA,6BAAA,CAAA,kBAAA,CAAA,4BAAA,CAAA,uBAAA,CAAA,kCAAA,CAAA,MAAA,CAAA,iBAAA,CAAA,YAAA,CAAA,uBAAA,CAAA,WAAA,CAAA,sBAAA,CAAA,gBAAA,CAAA,2BAAA,CAAA,iBAAA,CAAA,4BAAA,CAAA,QAAA,CAAA,mBAAA,CAAA,cAAA,CAAA,yBAAA,CAAA,YAAA,CAAA,uBAAA,CAAA,aAAA,CAAA,wBAAA,CAAA,MAAA,CAAA,iBAAA,CAAA,YAAA,CAAA,uBAAA,CAAA,aAAA,CAAA,wBAAA,CAAA,mBAAA,CAAA,8BAAA,CAAA,WAAA,CAAA,sBAAA,CAAA,aAAA,CAAA,wBAAA,CAAA,mBAAA,CAAA,8BAAA,CAAA,kBAAA,CAAA,6BAAA,CAAA,wBAAA,CAAA,mCAAA,CAAA,OAAA,CAAA,kBAAA,CAAA,aAAA,CAAA,wBAAA,CAAA,eAAA,CAAA,0BAAA;;;;"}
@@ -0,0 +1,43 @@
1
+ 'use strict';
2
+
3
+ var urlUtils = require('../components/Anchor/utils/urlUtils.cjs');
4
+ var isExternalLink = require('../components/Anchor/isExternalLink.cjs');
5
+
6
+ /**
7
+ * Creates context-aware link properties with security defaults for external links.
8
+ *
9
+ * @param options - Link configuration options
10
+ * @param options.href - The URL to link to
11
+ * @param options.target - Where to open the link (defaults to '_blank' for external links)
12
+ * @param options.rel - Link relationship (defaults to 'noopener noreferrer' for external links)
13
+ * @param options.allowedHostnames - Hostnames considered internal (won't be treated as external)
14
+ * @returns Object containing processed link props and external icon visibility flag
15
+ */
16
+ function getContextAwareLink({ href, target, rel, allowedHostnames, }) {
17
+ if (!href) {
18
+ return {
19
+ linkProps: {
20
+ href: undefined,
21
+ target: undefined,
22
+ rel: undefined,
23
+ },
24
+ showExternalIcon: false,
25
+ };
26
+ }
27
+ const processedHref = urlUtils.createContextAwareUrl(href);
28
+ const isExternal = isExternalLink.isExternalLink(processedHref, allowedHostnames);
29
+ const secureTarget = target || (isExternal ? '_blank' : undefined);
30
+ const secureRel = secureTarget === '_blank' ? 'noopener noreferrer' : rel;
31
+ const showExternalIcon = isExternal || secureTarget === '_blank';
32
+ return {
33
+ linkProps: {
34
+ href: processedHref,
35
+ target: secureTarget,
36
+ rel: secureRel,
37
+ },
38
+ showExternalIcon,
39
+ };
40
+ }
41
+
42
+ exports.getContextAwareLink = getContextAwareLink;
43
+ //# sourceMappingURL=getContextAwareLink.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getContextAwareLink.cjs","sources":["../../src/utils/getContextAwareLink.ts"],"sourcesContent":["import { AnchorHTMLAttributes } from 'react';\nimport { createContextAwareUrl } from '../components/Anchor/utils/urlUtils';\nimport { isExternalLink } from '../components/Anchor/isExternalLink';\n\ntype GetContextAwareLinkOptions = {\n href?: AnchorHTMLAttributes<HTMLAnchorElement>['href'];\n target?: AnchorHTMLAttributes<HTMLAnchorElement>['target'];\n rel?: AnchorHTMLAttributes<HTMLAnchorElement>['rel'];\n allowedHostnames?: string[];\n};\n\ntype GetContextAwareLinkReturn = {\n linkProps: {\n href?: string;\n target?: string;\n rel?: string;\n };\n showExternalIcon: boolean;\n};\n\n/**\n * Creates context-aware link properties with security defaults for external links.\n * \n * @param options - Link configuration options\n * @param options.href - The URL to link to\n * @param options.target - Where to open the link (defaults to '_blank' for external links)\n * @param options.rel - Link relationship (defaults to 'noopener noreferrer' for external links)\n * @param options.allowedHostnames - Hostnames considered internal (won't be treated as external)\n * @returns Object containing processed link props and external icon visibility flag\n */\nexport function getContextAwareLink({\n href,\n target,\n rel,\n allowedHostnames,\n}: GetContextAwareLinkOptions): GetContextAwareLinkReturn {\n if (!href) {\n return {\n linkProps: {\n href: undefined,\n target: undefined,\n rel: undefined,\n },\n showExternalIcon: false,\n };\n }\n\n const processedHref = createContextAwareUrl(href);\n const isExternal = isExternalLink(processedHref, allowedHostnames);\n const secureTarget = target || (isExternal ? '_blank' : undefined);\n const secureRel = secureTarget === '_blank' ? 'noopener noreferrer' : rel;\n const showExternalIcon = isExternal || secureTarget === '_blank';\n\n return {\n linkProps: {\n href: processedHref,\n target: secureTarget,\n rel: secureRel,\n },\n showExternalIcon,\n };\n}\n"],"names":["createContextAwareUrl","isExternalLink"],"mappings":";;;;;AAoBA;;;;;;;;;AASG;AACG,SAAU,mBAAmB,CAAC,EAClC,IAAI,EACJ,MAAM,EACN,GAAG,EACH,gBAAgB,GACW,EAAA;IAC3B,IAAI,CAAC,IAAI,EAAE;QACT,OAAO;AACL,YAAA,SAAS,EAAE;AACT,gBAAA,IAAI,EAAE,SAAS;AACf,gBAAA,MAAM,EAAE,SAAS;AACjB,gBAAA,GAAG,EAAE,SAAS;AACf,aAAA;AACD,YAAA,gBAAgB,EAAE,KAAK;SACxB;AACF,IAAA;AAED,IAAA,MAAM,aAAa,GAAGA,8BAAqB,CAAC,IAAI,CAAC;IACjD,MAAM,UAAU,GAAGC,6BAAc,CAAC,aAAa,EAAE,gBAAgB,CAAC;AAClE,IAAA,MAAM,YAAY,GAAG,MAAM,KAAK,UAAU,GAAG,QAAQ,GAAG,SAAS,CAAC;AAClE,IAAA,MAAM,SAAS,GAAG,YAAY,KAAK,QAAQ,GAAG,qBAAqB,GAAG,GAAG;AACzE,IAAA,MAAM,gBAAgB,GAAG,UAAU,IAAI,YAAY,KAAK,QAAQ;IAEhE,OAAO;AACL,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,aAAa;AACnB,YAAA,MAAM,EAAE,YAAY;AACpB,YAAA,GAAG,EAAE,SAAS;AACf,SAAA;QACD,gBAAgB;KACjB;AACH;;;;"}
@@ -0,0 +1,27 @@
1
+ import { AnchorHTMLAttributes } from 'react';
2
+ type GetContextAwareLinkOptions = {
3
+ href?: AnchorHTMLAttributes<HTMLAnchorElement>['href'];
4
+ target?: AnchorHTMLAttributes<HTMLAnchorElement>['target'];
5
+ rel?: AnchorHTMLAttributes<HTMLAnchorElement>['rel'];
6
+ allowedHostnames?: string[];
7
+ };
8
+ type GetContextAwareLinkReturn = {
9
+ linkProps: {
10
+ href?: string;
11
+ target?: string;
12
+ rel?: string;
13
+ };
14
+ showExternalIcon: boolean;
15
+ };
16
+ /**
17
+ * Creates context-aware link properties with security defaults for external links.
18
+ *
19
+ * @param options - Link configuration options
20
+ * @param options.href - The URL to link to
21
+ * @param options.target - Where to open the link (defaults to '_blank' for external links)
22
+ * @param options.rel - Link relationship (defaults to 'noopener noreferrer' for external links)
23
+ * @param options.allowedHostnames - Hostnames considered internal (won't be treated as external)
24
+ * @returns Object containing processed link props and external icon visibility flag
25
+ */
26
+ export declare function getContextAwareLink({ href, target, rel, allowedHostnames, }: GetContextAwareLinkOptions): GetContextAwareLinkReturn;
27
+ export {};
@@ -0,0 +1,41 @@
1
+ import { createContextAwareUrl } from '../components/Anchor/utils/urlUtils.js';
2
+ import { isExternalLink } from '../components/Anchor/isExternalLink.js';
3
+
4
+ /**
5
+ * Creates context-aware link properties with security defaults for external links.
6
+ *
7
+ * @param options - Link configuration options
8
+ * @param options.href - The URL to link to
9
+ * @param options.target - Where to open the link (defaults to '_blank' for external links)
10
+ * @param options.rel - Link relationship (defaults to 'noopener noreferrer' for external links)
11
+ * @param options.allowedHostnames - Hostnames considered internal (won't be treated as external)
12
+ * @returns Object containing processed link props and external icon visibility flag
13
+ */
14
+ function getContextAwareLink({ href, target, rel, allowedHostnames, }) {
15
+ if (!href) {
16
+ return {
17
+ linkProps: {
18
+ href: undefined,
19
+ target: undefined,
20
+ rel: undefined,
21
+ },
22
+ showExternalIcon: false,
23
+ };
24
+ }
25
+ const processedHref = createContextAwareUrl(href);
26
+ const isExternal = isExternalLink(processedHref, allowedHostnames);
27
+ const secureTarget = target || (isExternal ? '_blank' : undefined);
28
+ const secureRel = secureTarget === '_blank' ? 'noopener noreferrer' : rel;
29
+ const showExternalIcon = isExternal || secureTarget === '_blank';
30
+ return {
31
+ linkProps: {
32
+ href: processedHref,
33
+ target: secureTarget,
34
+ rel: secureRel,
35
+ },
36
+ showExternalIcon,
37
+ };
38
+ }
39
+
40
+ export { getContextAwareLink };
41
+ //# sourceMappingURL=getContextAwareLink.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getContextAwareLink.js","sources":["../../src/utils/getContextAwareLink.ts"],"sourcesContent":["import { AnchorHTMLAttributes } from 'react';\nimport { createContextAwareUrl } from '../components/Anchor/utils/urlUtils';\nimport { isExternalLink } from '../components/Anchor/isExternalLink';\n\ntype GetContextAwareLinkOptions = {\n href?: AnchorHTMLAttributes<HTMLAnchorElement>['href'];\n target?: AnchorHTMLAttributes<HTMLAnchorElement>['target'];\n rel?: AnchorHTMLAttributes<HTMLAnchorElement>['rel'];\n allowedHostnames?: string[];\n};\n\ntype GetContextAwareLinkReturn = {\n linkProps: {\n href?: string;\n target?: string;\n rel?: string;\n };\n showExternalIcon: boolean;\n};\n\n/**\n * Creates context-aware link properties with security defaults for external links.\n * \n * @param options - Link configuration options\n * @param options.href - The URL to link to\n * @param options.target - Where to open the link (defaults to '_blank' for external links)\n * @param options.rel - Link relationship (defaults to 'noopener noreferrer' for external links)\n * @param options.allowedHostnames - Hostnames considered internal (won't be treated as external)\n * @returns Object containing processed link props and external icon visibility flag\n */\nexport function getContextAwareLink({\n href,\n target,\n rel,\n allowedHostnames,\n}: GetContextAwareLinkOptions): GetContextAwareLinkReturn {\n if (!href) {\n return {\n linkProps: {\n href: undefined,\n target: undefined,\n rel: undefined,\n },\n showExternalIcon: false,\n };\n }\n\n const processedHref = createContextAwareUrl(href);\n const isExternal = isExternalLink(processedHref, allowedHostnames);\n const secureTarget = target || (isExternal ? '_blank' : undefined);\n const secureRel = secureTarget === '_blank' ? 'noopener noreferrer' : rel;\n const showExternalIcon = isExternal || secureTarget === '_blank';\n\n return {\n linkProps: {\n href: processedHref,\n target: secureTarget,\n rel: secureRel,\n },\n showExternalIcon,\n };\n}\n"],"names":[],"mappings":";;;AAoBA;;;;;;;;;AASG;AACG,SAAU,mBAAmB,CAAC,EAClC,IAAI,EACJ,MAAM,EACN,GAAG,EACH,gBAAgB,GACW,EAAA;IAC3B,IAAI,CAAC,IAAI,EAAE;QACT,OAAO;AACL,YAAA,SAAS,EAAE;AACT,gBAAA,IAAI,EAAE,SAAS;AACf,gBAAA,MAAM,EAAE,SAAS;AACjB,gBAAA,GAAG,EAAE,SAAS;AACf,aAAA;AACD,YAAA,gBAAgB,EAAE,KAAK;SACxB;AACF,IAAA;AAED,IAAA,MAAM,aAAa,GAAG,qBAAqB,CAAC,IAAI,CAAC;IACjD,MAAM,UAAU,GAAG,cAAc,CAAC,aAAa,EAAE,gBAAgB,CAAC;AAClE,IAAA,MAAM,YAAY,GAAG,MAAM,KAAK,UAAU,GAAG,QAAQ,GAAG,SAAS,CAAC;AAClE,IAAA,MAAM,SAAS,GAAG,YAAY,KAAK,QAAQ,GAAG,qBAAqB,GAAG,GAAG;AACzE,IAAA,MAAM,gBAAgB,GAAG,UAAU,IAAI,YAAY,KAAK,QAAQ;IAEhE,OAAO;AACL,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,aAAa;AACnB,YAAA,MAAM,EAAE,YAAY;AACpB,YAAA,GAAG,EAAE,SAAS;AACf,SAAA;QACD,gBAAgB;KACjB;AACH;;;;"}
@@ -4,3 +4,4 @@ export { generateId } from './generateId';
4
4
  export { assignCssVars } from './assignCssVars';
5
5
  export { buildChannelMarkUrl } from './buildChannelMarkUrl';
6
6
  export { buildCarrierMarkUrl } from './buildCarrierMarkUrl';
7
+ export { getContextAwareLink } from './getContextAwareLink';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeqo/ui",
3
- "version": "14.0.5",
3
+ "version": "14.1.1",
4
4
  "description": "New optimised component library for Veeqo.",
5
5
  "author": "Robert Wealthall",
6
6
  "license": "ISC",
@@ -63,6 +63,7 @@
63
63
  "@rollup/plugin-typescript": "^12.1.2",
64
64
  "@storybook/addon-docs": "10.3.3",
65
65
  "@storybook/addon-links": "10.3.3",
66
+ "@storybook/addon-mcp": "0.5.0",
66
67
  "@storybook/addon-onboarding": "10.3.3",
67
68
  "@storybook/react-vite": "10.3.3",
68
69
  "@storybook/testing-library": "^0.2.2",
@@ -116,6 +117,7 @@
116
117
  "react-scrolllock-configurable": "4.0.5",
117
118
  "react-transition-group": "^4.3.0",
118
119
  "react-use": "^15.3.8",
120
+ "remark-gfm": "^4.0.1",
119
121
  "resize-observer-polyfill": "^1.5.1",
120
122
  "rimraf": "^5.0.5",
121
123
  "rollup": "^4.30.0",