@preply/ds-web-lib 2.0.0 → 2.0.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 (108) hide show
  1. package/dist/assets/AlertDialog.css +17 -17
  2. package/dist/assets/Avatar.css +79 -79
  3. package/dist/assets/AvatarWithStatus.css +12 -12
  4. package/dist/assets/Badge.css +24 -24
  5. package/dist/assets/Box.css +171 -171
  6. package/dist/assets/Button.css +7 -7
  7. package/dist/assets/ButtonBase.css +245 -245
  8. package/dist/assets/Chips.css +16 -16
  9. package/dist/assets/Dialog.css +91 -91
  10. package/dist/assets/FieldAdditionalText.css +6 -6
  11. package/dist/assets/FieldButton.css +8 -8
  12. package/dist/assets/FieldLabel.css +8 -8
  13. package/dist/assets/FieldLayout.css +29 -29
  14. package/dist/assets/FieldLayoutBase.css +4 -4
  15. package/dist/assets/Heading.css +100 -100
  16. package/dist/assets/Icon.css +14 -14
  17. package/dist/assets/LayoutFlex.css +1 -1
  18. package/dist/assets/LayoutFlexItem.css +14 -14
  19. package/dist/assets/Link.css +32 -32
  20. package/dist/assets/Loader.css +4 -4
  21. package/dist/assets/OnboardingTooltip.css +17 -17
  22. package/dist/assets/OnboardingTour.css +2 -2
  23. package/dist/assets/PreplyLogo.css +9 -9
  24. package/dist/assets/ProgressBar.css +3 -3
  25. package/dist/assets/ProgressSteps.css +7 -7
  26. package/dist/assets/SelectFieldLayout.css +18 -18
  27. package/dist/assets/Spinner.css +26 -26
  28. package/dist/assets/Steps.css +5 -5
  29. package/dist/assets/Text.css +227 -227
  30. package/dist/assets/TextHighlighted.css +14 -14
  31. package/dist/assets/TextInline.css +5 -5
  32. package/dist/assets/Toast.css +12 -12
  33. package/dist/assets/Tooltip.css +14 -14
  34. package/dist/assets/align-self.css +25 -25
  35. package/dist/assets/color.css +39 -39
  36. package/dist/assets/exp-color.css +58 -58
  37. package/dist/assets/index.css +16 -16
  38. package/dist/assets/layout-gap.css +135 -135
  39. package/dist/assets/layout-grid.css +100 -100
  40. package/dist/assets/layout-hide.css +49 -49
  41. package/dist/assets/layout-padding.css +531 -531
  42. package/dist/assets/layout-relative.css +2 -2
  43. package/dist/assets/text-accent.css +18 -18
  44. package/dist/assets/text-centered.css +13 -13
  45. package/dist/assets/text-weight.css +8 -8
  46. package/dist/components/AlertDialog/AlertDialog.js +4 -4
  47. package/dist/components/Avatar/Avatar.js +74 -74
  48. package/dist/components/AvatarWithStatus/AvatarWithStatus.js +10 -10
  49. package/dist/components/Badge/Badge.js +1 -1
  50. package/dist/components/Box/Box.js +150 -150
  51. package/dist/components/Button/Button.js +1 -1
  52. package/dist/components/Chips/Chips.js +4 -4
  53. package/dist/components/Dialog/Dialog.js +35 -35
  54. package/dist/components/FieldAdditionalText/FieldAdditionalText.js +3 -3
  55. package/dist/components/FieldButton/FieldButton.js +1 -1
  56. package/dist/components/FieldLayout/FieldLayout.js +7 -7
  57. package/dist/components/Heading/Heading.js +97 -97
  58. package/dist/components/Icon/Icon.js +10 -10
  59. package/dist/components/LayoutFlex/LayoutFlex.js +3 -3
  60. package/dist/components/LayoutFlexItem/LayoutFlexItem.js +13 -13
  61. package/dist/components/Link/Link.js +18 -18
  62. package/dist/components/Loader/Loader.js +3 -3
  63. package/dist/components/OnboardingTooltip/OnboardingTooltip.js +5 -5
  64. package/dist/components/OnboardingTour/OnboardingTour.js +1 -1
  65. package/dist/components/PreplyLogo/PreplyLogo.js +2 -2
  66. package/dist/components/ProgressBar/ProgressBar.js +1 -1
  67. package/dist/components/ProgressSteps/ProgressSteps.js +2 -2
  68. package/dist/components/Steps/Steps.js +4 -4
  69. package/dist/components/Text/Text.js +224 -224
  70. package/dist/components/TextHighlighted/TextHighlighted.js +11 -11
  71. package/dist/components/TextInline/TextInline.js +2 -2
  72. package/dist/components/Toast/Toast.js +5 -5
  73. package/dist/components/Tooltip/Tooltip.js +2 -2
  74. package/dist/components/private/ButtonBase/ButtonBase.js +173 -173
  75. package/dist/components/private/FieldLabel/FieldLabel.js +5 -5
  76. package/dist/components/private/FieldLayoutBase/FieldLayoutBase.js +1 -1
  77. package/dist/components/private/Input/Checkbox.js +1 -1
  78. package/dist/components/private/Input/InputDate.js +1 -1
  79. package/dist/components/private/Input/InputNumber.js +1 -1
  80. package/dist/components/private/Input/InputPassword.js +1 -1
  81. package/dist/components/private/Input/InputText.js +1 -1
  82. package/dist/components/private/Input/InputTime.js +1 -1
  83. package/dist/components/private/Input/Radio.js +1 -1
  84. package/dist/components/private/Input/Select.js +1 -1
  85. package/dist/components/private/Input/Textarea.js +1 -1
  86. package/dist/components/private/SelectFieldLayout/SelectFieldLayout.js +8 -8
  87. package/dist/components/private/Spinner/Spinner.js +16 -16
  88. package/dist/index.module-DUJul0uw.js +27 -0
  89. package/dist/layout-gap.module-BdXCPCGM.js +139 -0
  90. package/dist/{layout-grid.module-CKp47Yfz.js → layout-grid.module-BIHGcx1g.js} +97 -97
  91. package/dist/layout-hide.module-CKIK6Snf.js +55 -0
  92. package/dist/{layout-relative.module-DIaUqnvq.js → layout-relative.module-BhIMNlTS.js} +2 -2
  93. package/dist/shared-styles/align-self/align-self.js +25 -25
  94. package/dist/shared-styles/color/color.js +38 -38
  95. package/dist/shared-styles/exp-color/exp-color.js +57 -57
  96. package/dist/shared-styles/layout-gap/layout-gap.js +1 -1
  97. package/dist/shared-styles/layout-grid/layout-grid.js +1 -1
  98. package/dist/shared-styles/layout-grid-responsive-columns/layout-grid-responsive-columns.js +1 -1
  99. package/dist/shared-styles/layout-hide/layout-hide.js +1 -1
  100. package/dist/shared-styles/layout-padding/layout-padding.js +529 -529
  101. package/dist/shared-styles/layout-relative/layout-relative.js +1 -1
  102. package/dist/shared-styles/text-accent/text-accent.js +17 -17
  103. package/dist/shared-styles/text-centered/text-centered.js +13 -13
  104. package/dist/shared-styles/text-weight/text-weight.js +7 -7
  105. package/package.json +13 -13
  106. package/dist/index.module-v4nAc-_q.js +0 -27
  107. package/dist/layout-gap.module-BRl-r4iq.js +0 -139
  108. package/dist/layout-hide.module-CxXbAgTg.js +0 -55
@@ -0,0 +1,139 @@
1
+ import './assets/layout-gap.css';const LayoutGap = "_LayoutGap_6kjre_442";
2
+ const styles = {
3
+ LayoutGap,
4
+ "LayoutGap--gap-none": "_LayoutGap--gap-none_6kjre_442",
5
+ "LayoutGap--gap-3xs": "_LayoutGap--gap-3xs_6kjre_445",
6
+ "LayoutGap--gap-2xs": "_LayoutGap--gap-2xs_6kjre_448",
7
+ "LayoutGap--gap-xs": "_LayoutGap--gap-xs_6kjre_451",
8
+ "LayoutGap--gap-s": "_LayoutGap--gap-s_6kjre_454",
9
+ "LayoutGap--gap-m": "_LayoutGap--gap-m_6kjre_457",
10
+ "LayoutGap--gap-l": "_LayoutGap--gap-l_6kjre_460",
11
+ "LayoutGap--gap-xl": "_LayoutGap--gap-xl_6kjre_463",
12
+ "LayoutGap--gap-0": "_LayoutGap--gap-0_6kjre_466",
13
+ "LayoutGap--gap-1": "_LayoutGap--gap-1_6kjre_469",
14
+ "LayoutGap--gap-2": "_LayoutGap--gap-2_6kjre_448",
15
+ "LayoutGap--gap-4": "_LayoutGap--gap-4_6kjre_475",
16
+ "LayoutGap--gap-8": "_LayoutGap--gap-8_6kjre_478",
17
+ "LayoutGap--gap-12": "_LayoutGap--gap-12_6kjre_481",
18
+ "LayoutGap--gap-16": "_LayoutGap--gap-16_6kjre_484",
19
+ "LayoutGap--gap-20": "_LayoutGap--gap-20_6kjre_487",
20
+ "LayoutGap--gap-24": "_LayoutGap--gap-24_6kjre_490",
21
+ "LayoutGap--gap-32": "_LayoutGap--gap-32_6kjre_493",
22
+ "LayoutGap--gap-48": "_LayoutGap--gap-48_6kjre_496",
23
+ "LayoutGap--gap-64": "_LayoutGap--gap-64_6kjre_499",
24
+ "LayoutGap--gap-96": "_LayoutGap--gap-96_6kjre_502",
25
+ "LayoutGap--gap-160": "_LayoutGap--gap-160_6kjre_505",
26
+ "LayoutGap--narrow-l--gap-none": "_LayoutGap--narrow-l--gap-none_6kjre_509",
27
+ "LayoutGap--narrow-l--gap-3xs": "_LayoutGap--narrow-l--gap-3xs_6kjre_512",
28
+ "LayoutGap--narrow-l--gap-2xs": "_LayoutGap--narrow-l--gap-2xs_6kjre_515",
29
+ "LayoutGap--narrow-l--gap-xs": "_LayoutGap--narrow-l--gap-xs_6kjre_518",
30
+ "LayoutGap--narrow-l--gap-s": "_LayoutGap--narrow-l--gap-s_6kjre_521",
31
+ "LayoutGap--narrow-l--gap-m": "_LayoutGap--narrow-l--gap-m_6kjre_524",
32
+ "LayoutGap--narrow-l--gap-l": "_LayoutGap--narrow-l--gap-l_6kjre_527",
33
+ "LayoutGap--narrow-l--gap-xl": "_LayoutGap--narrow-l--gap-xl_6kjre_530",
34
+ "LayoutGap--narrow-l--gap-0": "_LayoutGap--narrow-l--gap-0_6kjre_533",
35
+ "LayoutGap--narrow-l--gap-1": "_LayoutGap--narrow-l--gap-1_6kjre_536",
36
+ "LayoutGap--narrow-l--gap-2": "_LayoutGap--narrow-l--gap-2_6kjre_515",
37
+ "LayoutGap--narrow-l--gap-4": "_LayoutGap--narrow-l--gap-4_6kjre_542",
38
+ "LayoutGap--narrow-l--gap-8": "_LayoutGap--narrow-l--gap-8_6kjre_545",
39
+ "LayoutGap--narrow-l--gap-12": "_LayoutGap--narrow-l--gap-12_6kjre_548",
40
+ "LayoutGap--narrow-l--gap-16": "_LayoutGap--narrow-l--gap-16_6kjre_551",
41
+ "LayoutGap--narrow-l--gap-20": "_LayoutGap--narrow-l--gap-20_6kjre_554",
42
+ "LayoutGap--narrow-l--gap-24": "_LayoutGap--narrow-l--gap-24_6kjre_557",
43
+ "LayoutGap--narrow-l--gap-32": "_LayoutGap--narrow-l--gap-32_6kjre_560",
44
+ "LayoutGap--narrow-l--gap-48": "_LayoutGap--narrow-l--gap-48_6kjre_563",
45
+ "LayoutGap--narrow-l--gap-64": "_LayoutGap--narrow-l--gap-64_6kjre_566",
46
+ "LayoutGap--narrow-l--gap-96": "_LayoutGap--narrow-l--gap-96_6kjre_569",
47
+ "LayoutGap--narrow-l--gap-160": "_LayoutGap--narrow-l--gap-160_6kjre_572",
48
+ "LayoutGap--medium-s--gap-none": "_LayoutGap--medium-s--gap-none_6kjre_577",
49
+ "LayoutGap--medium-s--gap-3xs": "_LayoutGap--medium-s--gap-3xs_6kjre_580",
50
+ "LayoutGap--medium-s--gap-2xs": "_LayoutGap--medium-s--gap-2xs_6kjre_583",
51
+ "LayoutGap--medium-s--gap-xs": "_LayoutGap--medium-s--gap-xs_6kjre_586",
52
+ "LayoutGap--medium-s--gap-s": "_LayoutGap--medium-s--gap-s_6kjre_589",
53
+ "LayoutGap--medium-s--gap-m": "_LayoutGap--medium-s--gap-m_6kjre_592",
54
+ "LayoutGap--medium-s--gap-l": "_LayoutGap--medium-s--gap-l_6kjre_595",
55
+ "LayoutGap--medium-s--gap-xl": "_LayoutGap--medium-s--gap-xl_6kjre_598",
56
+ "LayoutGap--medium-s--gap-0": "_LayoutGap--medium-s--gap-0_6kjre_601",
57
+ "LayoutGap--medium-s--gap-1": "_LayoutGap--medium-s--gap-1_6kjre_604",
58
+ "LayoutGap--medium-s--gap-2": "_LayoutGap--medium-s--gap-2_6kjre_583",
59
+ "LayoutGap--medium-s--gap-4": "_LayoutGap--medium-s--gap-4_6kjre_610",
60
+ "LayoutGap--medium-s--gap-8": "_LayoutGap--medium-s--gap-8_6kjre_613",
61
+ "LayoutGap--medium-s--gap-12": "_LayoutGap--medium-s--gap-12_6kjre_616",
62
+ "LayoutGap--medium-s--gap-16": "_LayoutGap--medium-s--gap-16_6kjre_619",
63
+ "LayoutGap--medium-s--gap-20": "_LayoutGap--medium-s--gap-20_6kjre_622",
64
+ "LayoutGap--medium-s--gap-24": "_LayoutGap--medium-s--gap-24_6kjre_625",
65
+ "LayoutGap--medium-s--gap-32": "_LayoutGap--medium-s--gap-32_6kjre_628",
66
+ "LayoutGap--medium-s--gap-48": "_LayoutGap--medium-s--gap-48_6kjre_631",
67
+ "LayoutGap--medium-s--gap-64": "_LayoutGap--medium-s--gap-64_6kjre_634",
68
+ "LayoutGap--medium-s--gap-96": "_LayoutGap--medium-s--gap-96_6kjre_637",
69
+ "LayoutGap--medium-s--gap-160": "_LayoutGap--medium-s--gap-160_6kjre_640",
70
+ "LayoutGap--medium-l--gap-none": "_LayoutGap--medium-l--gap-none_6kjre_645",
71
+ "LayoutGap--medium-l--gap-3xs": "_LayoutGap--medium-l--gap-3xs_6kjre_648",
72
+ "LayoutGap--medium-l--gap-2xs": "_LayoutGap--medium-l--gap-2xs_6kjre_651",
73
+ "LayoutGap--medium-l--gap-xs": "_LayoutGap--medium-l--gap-xs_6kjre_654",
74
+ "LayoutGap--medium-l--gap-s": "_LayoutGap--medium-l--gap-s_6kjre_657",
75
+ "LayoutGap--medium-l--gap-m": "_LayoutGap--medium-l--gap-m_6kjre_660",
76
+ "LayoutGap--medium-l--gap-l": "_LayoutGap--medium-l--gap-l_6kjre_663",
77
+ "LayoutGap--medium-l--gap-xl": "_LayoutGap--medium-l--gap-xl_6kjre_666",
78
+ "LayoutGap--medium-l--gap-0": "_LayoutGap--medium-l--gap-0_6kjre_669",
79
+ "LayoutGap--medium-l--gap-1": "_LayoutGap--medium-l--gap-1_6kjre_672",
80
+ "LayoutGap--medium-l--gap-2": "_LayoutGap--medium-l--gap-2_6kjre_651",
81
+ "LayoutGap--medium-l--gap-4": "_LayoutGap--medium-l--gap-4_6kjre_678",
82
+ "LayoutGap--medium-l--gap-8": "_LayoutGap--medium-l--gap-8_6kjre_681",
83
+ "LayoutGap--medium-l--gap-12": "_LayoutGap--medium-l--gap-12_6kjre_684",
84
+ "LayoutGap--medium-l--gap-16": "_LayoutGap--medium-l--gap-16_6kjre_687",
85
+ "LayoutGap--medium-l--gap-20": "_LayoutGap--medium-l--gap-20_6kjre_690",
86
+ "LayoutGap--medium-l--gap-24": "_LayoutGap--medium-l--gap-24_6kjre_693",
87
+ "LayoutGap--medium-l--gap-32": "_LayoutGap--medium-l--gap-32_6kjre_696",
88
+ "LayoutGap--medium-l--gap-48": "_LayoutGap--medium-l--gap-48_6kjre_699",
89
+ "LayoutGap--medium-l--gap-64": "_LayoutGap--medium-l--gap-64_6kjre_702",
90
+ "LayoutGap--medium-l--gap-96": "_LayoutGap--medium-l--gap-96_6kjre_705",
91
+ "LayoutGap--medium-l--gap-160": "_LayoutGap--medium-l--gap-160_6kjre_708",
92
+ "LayoutGap--wide-s--gap-none": "_LayoutGap--wide-s--gap-none_6kjre_713",
93
+ "LayoutGap--wide-s--gap-3xs": "_LayoutGap--wide-s--gap-3xs_6kjre_716",
94
+ "LayoutGap--wide-s--gap-2xs": "_LayoutGap--wide-s--gap-2xs_6kjre_719",
95
+ "LayoutGap--wide-s--gap-xs": "_LayoutGap--wide-s--gap-xs_6kjre_722",
96
+ "LayoutGap--wide-s--gap-s": "_LayoutGap--wide-s--gap-s_6kjre_725",
97
+ "LayoutGap--wide-s--gap-m": "_LayoutGap--wide-s--gap-m_6kjre_728",
98
+ "LayoutGap--wide-s--gap-l": "_LayoutGap--wide-s--gap-l_6kjre_731",
99
+ "LayoutGap--wide-s--gap-xl": "_LayoutGap--wide-s--gap-xl_6kjre_734",
100
+ "LayoutGap--wide-s--gap-0": "_LayoutGap--wide-s--gap-0_6kjre_737",
101
+ "LayoutGap--wide-s--gap-1": "_LayoutGap--wide-s--gap-1_6kjre_740",
102
+ "LayoutGap--wide-s--gap-2": "_LayoutGap--wide-s--gap-2_6kjre_719",
103
+ "LayoutGap--wide-s--gap-4": "_LayoutGap--wide-s--gap-4_6kjre_746",
104
+ "LayoutGap--wide-s--gap-8": "_LayoutGap--wide-s--gap-8_6kjre_749",
105
+ "LayoutGap--wide-s--gap-12": "_LayoutGap--wide-s--gap-12_6kjre_752",
106
+ "LayoutGap--wide-s--gap-16": "_LayoutGap--wide-s--gap-16_6kjre_755",
107
+ "LayoutGap--wide-s--gap-20": "_LayoutGap--wide-s--gap-20_6kjre_758",
108
+ "LayoutGap--wide-s--gap-24": "_LayoutGap--wide-s--gap-24_6kjre_761",
109
+ "LayoutGap--wide-s--gap-32": "_LayoutGap--wide-s--gap-32_6kjre_764",
110
+ "LayoutGap--wide-s--gap-48": "_LayoutGap--wide-s--gap-48_6kjre_767",
111
+ "LayoutGap--wide-s--gap-64": "_LayoutGap--wide-s--gap-64_6kjre_770",
112
+ "LayoutGap--wide-s--gap-96": "_LayoutGap--wide-s--gap-96_6kjre_773",
113
+ "LayoutGap--wide-s--gap-160": "_LayoutGap--wide-s--gap-160_6kjre_776",
114
+ "LayoutGap--wide-l--gap-none": "_LayoutGap--wide-l--gap-none_6kjre_781",
115
+ "LayoutGap--wide-l--gap-3xs": "_LayoutGap--wide-l--gap-3xs_6kjre_784",
116
+ "LayoutGap--wide-l--gap-2xs": "_LayoutGap--wide-l--gap-2xs_6kjre_787",
117
+ "LayoutGap--wide-l--gap-xs": "_LayoutGap--wide-l--gap-xs_6kjre_790",
118
+ "LayoutGap--wide-l--gap-s": "_LayoutGap--wide-l--gap-s_6kjre_793",
119
+ "LayoutGap--wide-l--gap-m": "_LayoutGap--wide-l--gap-m_6kjre_796",
120
+ "LayoutGap--wide-l--gap-l": "_LayoutGap--wide-l--gap-l_6kjre_799",
121
+ "LayoutGap--wide-l--gap-xl": "_LayoutGap--wide-l--gap-xl_6kjre_802",
122
+ "LayoutGap--wide-l--gap-0": "_LayoutGap--wide-l--gap-0_6kjre_805",
123
+ "LayoutGap--wide-l--gap-1": "_LayoutGap--wide-l--gap-1_6kjre_808",
124
+ "LayoutGap--wide-l--gap-2": "_LayoutGap--wide-l--gap-2_6kjre_787",
125
+ "LayoutGap--wide-l--gap-4": "_LayoutGap--wide-l--gap-4_6kjre_814",
126
+ "LayoutGap--wide-l--gap-8": "_LayoutGap--wide-l--gap-8_6kjre_817",
127
+ "LayoutGap--wide-l--gap-12": "_LayoutGap--wide-l--gap-12_6kjre_820",
128
+ "LayoutGap--wide-l--gap-16": "_LayoutGap--wide-l--gap-16_6kjre_823",
129
+ "LayoutGap--wide-l--gap-20": "_LayoutGap--wide-l--gap-20_6kjre_826",
130
+ "LayoutGap--wide-l--gap-24": "_LayoutGap--wide-l--gap-24_6kjre_829",
131
+ "LayoutGap--wide-l--gap-32": "_LayoutGap--wide-l--gap-32_6kjre_832",
132
+ "LayoutGap--wide-l--gap-48": "_LayoutGap--wide-l--gap-48_6kjre_835",
133
+ "LayoutGap--wide-l--gap-64": "_LayoutGap--wide-l--gap-64_6kjre_838",
134
+ "LayoutGap--wide-l--gap-96": "_LayoutGap--wide-l--gap-96_6kjre_841",
135
+ "LayoutGap--wide-l--gap-160": "_LayoutGap--wide-l--gap-160_6kjre_844"
136
+ };
137
+ export {
138
+ styles as s
139
+ };
@@ -1,102 +1,102 @@
1
- import './assets/layout-grid.css';const LayoutGrid = "_LayoutGrid_f03vv_4";
1
+ import './assets/layout-grid.css';const LayoutGrid = "_LayoutGrid_1xr0r_4";
2
2
  const styles = {
3
3
  LayoutGrid,
4
- "LayoutGrid--justify-content-center": "_LayoutGrid--justify-content-center_f03vv_14",
5
- "LayoutGrid--justify-content-start": "_LayoutGrid--justify-content-start_f03vv_17",
6
- "LayoutGrid--justify-content-end": "_LayoutGrid--justify-content-end_f03vv_20",
7
- "LayoutGrid--justify-content-space-between": "_LayoutGrid--justify-content-space-between_f03vv_23",
8
- "LayoutGrid--justify-content-space-around": "_LayoutGrid--justify-content-space-around_f03vv_26",
9
- "LayoutGrid--justify-content-space-evenly": "_LayoutGrid--justify-content-space-evenly_f03vv_29",
10
- "LayoutGrid--narrow-l--justify-content-center": "_LayoutGrid--narrow-l--justify-content-center_f03vv_33",
11
- "LayoutGrid--narrow-l--justify-content-start": "_LayoutGrid--narrow-l--justify-content-start_f03vv_36",
12
- "LayoutGrid--narrow-l--justify-content-end": "_LayoutGrid--narrow-l--justify-content-end_f03vv_39",
13
- "LayoutGrid--narrow-l--justify-content-space-between": "_LayoutGrid--narrow-l--justify-content-space-between_f03vv_42",
14
- "LayoutGrid--narrow-l--justify-content-space-around": "_LayoutGrid--narrow-l--justify-content-space-around_f03vv_45",
15
- "LayoutGrid--narrow-l--justify-content-space-evenly": "_LayoutGrid--narrow-l--justify-content-space-evenly_f03vv_48",
16
- "LayoutGrid--medium-s--justify-content-center": "_LayoutGrid--medium-s--justify-content-center_f03vv_53",
17
- "LayoutGrid--medium-s--justify-content-start": "_LayoutGrid--medium-s--justify-content-start_f03vv_56",
18
- "LayoutGrid--medium-s--justify-content-end": "_LayoutGrid--medium-s--justify-content-end_f03vv_59",
19
- "LayoutGrid--medium-s--justify-content-space-between": "_LayoutGrid--medium-s--justify-content-space-between_f03vv_62",
20
- "LayoutGrid--medium-s--justify-content-space-around": "_LayoutGrid--medium-s--justify-content-space-around_f03vv_65",
21
- "LayoutGrid--medium-s--justify-content-space-evenly": "_LayoutGrid--medium-s--justify-content-space-evenly_f03vv_68",
22
- "LayoutGrid--medium-l--justify-content-center": "_LayoutGrid--medium-l--justify-content-center_f03vv_73",
23
- "LayoutGrid--medium-l--justify-content-start": "_LayoutGrid--medium-l--justify-content-start_f03vv_76",
24
- "LayoutGrid--medium-l--justify-content-end": "_LayoutGrid--medium-l--justify-content-end_f03vv_79",
25
- "LayoutGrid--medium-l--justify-content-space-between": "_LayoutGrid--medium-l--justify-content-space-between_f03vv_82",
26
- "LayoutGrid--medium-l--justify-content-space-around": "_LayoutGrid--medium-l--justify-content-space-around_f03vv_85",
27
- "LayoutGrid--medium-l--justify-content-space-evenly": "_LayoutGrid--medium-l--justify-content-space-evenly_f03vv_88",
28
- "LayoutGrid--wide-s--justify-content-center": "_LayoutGrid--wide-s--justify-content-center_f03vv_93",
29
- "LayoutGrid--wide-s--justify-content-start": "_LayoutGrid--wide-s--justify-content-start_f03vv_96",
30
- "LayoutGrid--wide-s--justify-content-end": "_LayoutGrid--wide-s--justify-content-end_f03vv_99",
31
- "LayoutGrid--wide-s--justify-content-space-between": "_LayoutGrid--wide-s--justify-content-space-between_f03vv_102",
32
- "LayoutGrid--wide-s--justify-content-space-around": "_LayoutGrid--wide-s--justify-content-space-around_f03vv_105",
33
- "LayoutGrid--wide-s--justify-content-space-evenly": "_LayoutGrid--wide-s--justify-content-space-evenly_f03vv_108",
34
- "LayoutGrid--wide-l--justify-content-center": "_LayoutGrid--wide-l--justify-content-center_f03vv_113",
35
- "LayoutGrid--wide-l--justify-content-start": "_LayoutGrid--wide-l--justify-content-start_f03vv_116",
36
- "LayoutGrid--wide-l--justify-content-end": "_LayoutGrid--wide-l--justify-content-end_f03vv_119",
37
- "LayoutGrid--wide-l--justify-content-space-between": "_LayoutGrid--wide-l--justify-content-space-between_f03vv_122",
38
- "LayoutGrid--wide-l--justify-content-space-around": "_LayoutGrid--wide-l--justify-content-space-around_f03vv_125",
39
- "LayoutGrid--wide-l--justify-content-space-evenly": "_LayoutGrid--wide-l--justify-content-space-evenly_f03vv_128",
40
- "LayoutGrid--align-items-center": "_LayoutGrid--align-items-center_f03vv_132",
41
- "LayoutGrid--align-items-start": "_LayoutGrid--align-items-start_f03vv_135",
42
- "LayoutGrid--align-items-end": "_LayoutGrid--align-items-end_f03vv_138",
43
- "LayoutGrid--align-items-stretch": "_LayoutGrid--align-items-stretch_f03vv_141",
44
- "LayoutGrid--align-items-baseline": "_LayoutGrid--align-items-baseline_f03vv_144",
45
- "LayoutGrid--narrow-l--align-items-center": "_LayoutGrid--narrow-l--align-items-center_f03vv_148",
46
- "LayoutGrid--narrow-l--align-items-start": "_LayoutGrid--narrow-l--align-items-start_f03vv_151",
47
- "LayoutGrid--narrow-l--align-items-end": "_LayoutGrid--narrow-l--align-items-end_f03vv_154",
48
- "LayoutGrid--narrow-l--align-items-stretch": "_LayoutGrid--narrow-l--align-items-stretch_f03vv_157",
49
- "LayoutGrid--narrow-l--align-items-baseline": "_LayoutGrid--narrow-l--align-items-baseline_f03vv_160",
50
- "LayoutGrid--medium-s--align-items-center": "_LayoutGrid--medium-s--align-items-center_f03vv_165",
51
- "LayoutGrid--medium-s--align-items-start": "_LayoutGrid--medium-s--align-items-start_f03vv_168",
52
- "LayoutGrid--medium-s--align-items-end": "_LayoutGrid--medium-s--align-items-end_f03vv_171",
53
- "LayoutGrid--medium-s--align-items-stretch": "_LayoutGrid--medium-s--align-items-stretch_f03vv_174",
54
- "LayoutGrid--medium-s--align-items-baseline": "_LayoutGrid--medium-s--align-items-baseline_f03vv_177",
55
- "LayoutGrid--medium-l--align-items-center": "_LayoutGrid--medium-l--align-items-center_f03vv_182",
56
- "LayoutGrid--medium-l--align-items-start": "_LayoutGrid--medium-l--align-items-start_f03vv_185",
57
- "LayoutGrid--medium-l--align-items-end": "_LayoutGrid--medium-l--align-items-end_f03vv_188",
58
- "LayoutGrid--medium-l--align-items-stretch": "_LayoutGrid--medium-l--align-items-stretch_f03vv_191",
59
- "LayoutGrid--medium-l--align-items-baseline": "_LayoutGrid--medium-l--align-items-baseline_f03vv_194",
60
- "LayoutGrid--wide-s--align-items-center": "_LayoutGrid--wide-s--align-items-center_f03vv_199",
61
- "LayoutGrid--wide-s--align-items-start": "_LayoutGrid--wide-s--align-items-start_f03vv_202",
62
- "LayoutGrid--wide-s--align-items-end": "_LayoutGrid--wide-s--align-items-end_f03vv_205",
63
- "LayoutGrid--wide-s--align-items-stretch": "_LayoutGrid--wide-s--align-items-stretch_f03vv_208",
64
- "LayoutGrid--wide-s--align-items-baseline": "_LayoutGrid--wide-s--align-items-baseline_f03vv_211",
65
- "LayoutGrid--wide-l--align-items-center": "_LayoutGrid--wide-l--align-items-center_f03vv_216",
66
- "LayoutGrid--wide-l--align-items-start": "_LayoutGrid--wide-l--align-items-start_f03vv_219",
67
- "LayoutGrid--wide-l--align-items-end": "_LayoutGrid--wide-l--align-items-end_f03vv_222",
68
- "LayoutGrid--wide-l--align-items-stretch": "_LayoutGrid--wide-l--align-items-stretch_f03vv_225",
69
- "LayoutGrid--wide-l--align-items-baseline": "_LayoutGrid--wide-l--align-items-baseline_f03vv_228",
70
- "LayoutGrid--justify-items-stretch": "_LayoutGrid--justify-items-stretch_f03vv_232",
71
- "LayoutGrid--justify-items-center": "_LayoutGrid--justify-items-center_f03vv_235",
72
- "LayoutGrid--justify-items-start": "_LayoutGrid--justify-items-start_f03vv_238",
73
- "LayoutGrid--justify-items-end": "_LayoutGrid--justify-items-end_f03vv_241",
74
- "LayoutGrid--narrow-l--justify-items-stretch": "_LayoutGrid--narrow-l--justify-items-stretch_f03vv_245",
75
- "LayoutGrid--narrow-l--justify-items-center": "_LayoutGrid--narrow-l--justify-items-center_f03vv_248",
76
- "LayoutGrid--narrow-l--justify-items-start": "_LayoutGrid--narrow-l--justify-items-start_f03vv_251",
77
- "LayoutGrid--narrow-l--justify-items-end": "_LayoutGrid--narrow-l--justify-items-end_f03vv_254",
78
- "LayoutGrid--medium-s--justify-items-stretch": "_LayoutGrid--medium-s--justify-items-stretch_f03vv_259",
79
- "LayoutGrid--medium-s--justify-items-center": "_LayoutGrid--medium-s--justify-items-center_f03vv_262",
80
- "LayoutGrid--medium-s--justify-items-start": "_LayoutGrid--medium-s--justify-items-start_f03vv_265",
81
- "LayoutGrid--medium-s--justify-items-end": "_LayoutGrid--medium-s--justify-items-end_f03vv_268",
82
- "LayoutGrid--medium-l--justify-items-stretch": "_LayoutGrid--medium-l--justify-items-stretch_f03vv_273",
83
- "LayoutGrid--medium-l--justify-items-center": "_LayoutGrid--medium-l--justify-items-center_f03vv_276",
84
- "LayoutGrid--medium-l--justify-items-start": "_LayoutGrid--medium-l--justify-items-start_f03vv_279",
85
- "LayoutGrid--medium-l--justify-items-end": "_LayoutGrid--medium-l--justify-items-end_f03vv_282",
86
- "LayoutGrid--wide-s--justify-items-stretch": "_LayoutGrid--wide-s--justify-items-stretch_f03vv_287",
87
- "LayoutGrid--wide-s--justify-items-center": "_LayoutGrid--wide-s--justify-items-center_f03vv_290",
88
- "LayoutGrid--wide-s--justify-items-start": "_LayoutGrid--wide-s--justify-items-start_f03vv_293",
89
- "LayoutGrid--wide-s--justify-items-end": "_LayoutGrid--wide-s--justify-items-end_f03vv_296",
90
- "LayoutGrid--wide-l--justify-items-stretch": "_LayoutGrid--wide-l--justify-items-stretch_f03vv_301",
91
- "LayoutGrid--wide-l--justify-items-center": "_LayoutGrid--wide-l--justify-items-center_f03vv_304",
92
- "LayoutGrid--wide-l--justify-items-start": "_LayoutGrid--wide-l--justify-items-start_f03vv_307",
93
- "LayoutGrid--wide-l--justify-items-end": "_LayoutGrid--wide-l--justify-items-end_f03vv_310",
94
- "LayoutGrid--columns": "_LayoutGrid--columns_f03vv_314",
95
- "LayoutGrid--columns-narrow-l": "_LayoutGrid--columns-narrow-l_f03vv_318",
96
- "LayoutGrid--columns-medium-s": "_LayoutGrid--columns-medium-s_f03vv_323",
97
- "LayoutGrid--columns-medium-l": "_LayoutGrid--columns-medium-l_f03vv_328",
98
- "LayoutGrid--columns-wide-s": "_LayoutGrid--columns-wide-s_f03vv_333",
99
- "LayoutGrid--columns-wide-l": "_LayoutGrid--columns-wide-l_f03vv_338"
4
+ "LayoutGrid--justify-content-center": "_LayoutGrid--justify-content-center_1xr0r_14",
5
+ "LayoutGrid--justify-content-start": "_LayoutGrid--justify-content-start_1xr0r_17",
6
+ "LayoutGrid--justify-content-end": "_LayoutGrid--justify-content-end_1xr0r_20",
7
+ "LayoutGrid--justify-content-space-between": "_LayoutGrid--justify-content-space-between_1xr0r_23",
8
+ "LayoutGrid--justify-content-space-around": "_LayoutGrid--justify-content-space-around_1xr0r_26",
9
+ "LayoutGrid--justify-content-space-evenly": "_LayoutGrid--justify-content-space-evenly_1xr0r_29",
10
+ "LayoutGrid--narrow-l--justify-content-center": "_LayoutGrid--narrow-l--justify-content-center_1xr0r_33",
11
+ "LayoutGrid--narrow-l--justify-content-start": "_LayoutGrid--narrow-l--justify-content-start_1xr0r_36",
12
+ "LayoutGrid--narrow-l--justify-content-end": "_LayoutGrid--narrow-l--justify-content-end_1xr0r_39",
13
+ "LayoutGrid--narrow-l--justify-content-space-between": "_LayoutGrid--narrow-l--justify-content-space-between_1xr0r_42",
14
+ "LayoutGrid--narrow-l--justify-content-space-around": "_LayoutGrid--narrow-l--justify-content-space-around_1xr0r_45",
15
+ "LayoutGrid--narrow-l--justify-content-space-evenly": "_LayoutGrid--narrow-l--justify-content-space-evenly_1xr0r_48",
16
+ "LayoutGrid--medium-s--justify-content-center": "_LayoutGrid--medium-s--justify-content-center_1xr0r_53",
17
+ "LayoutGrid--medium-s--justify-content-start": "_LayoutGrid--medium-s--justify-content-start_1xr0r_56",
18
+ "LayoutGrid--medium-s--justify-content-end": "_LayoutGrid--medium-s--justify-content-end_1xr0r_59",
19
+ "LayoutGrid--medium-s--justify-content-space-between": "_LayoutGrid--medium-s--justify-content-space-between_1xr0r_62",
20
+ "LayoutGrid--medium-s--justify-content-space-around": "_LayoutGrid--medium-s--justify-content-space-around_1xr0r_65",
21
+ "LayoutGrid--medium-s--justify-content-space-evenly": "_LayoutGrid--medium-s--justify-content-space-evenly_1xr0r_68",
22
+ "LayoutGrid--medium-l--justify-content-center": "_LayoutGrid--medium-l--justify-content-center_1xr0r_73",
23
+ "LayoutGrid--medium-l--justify-content-start": "_LayoutGrid--medium-l--justify-content-start_1xr0r_76",
24
+ "LayoutGrid--medium-l--justify-content-end": "_LayoutGrid--medium-l--justify-content-end_1xr0r_79",
25
+ "LayoutGrid--medium-l--justify-content-space-between": "_LayoutGrid--medium-l--justify-content-space-between_1xr0r_82",
26
+ "LayoutGrid--medium-l--justify-content-space-around": "_LayoutGrid--medium-l--justify-content-space-around_1xr0r_85",
27
+ "LayoutGrid--medium-l--justify-content-space-evenly": "_LayoutGrid--medium-l--justify-content-space-evenly_1xr0r_88",
28
+ "LayoutGrid--wide-s--justify-content-center": "_LayoutGrid--wide-s--justify-content-center_1xr0r_93",
29
+ "LayoutGrid--wide-s--justify-content-start": "_LayoutGrid--wide-s--justify-content-start_1xr0r_96",
30
+ "LayoutGrid--wide-s--justify-content-end": "_LayoutGrid--wide-s--justify-content-end_1xr0r_99",
31
+ "LayoutGrid--wide-s--justify-content-space-between": "_LayoutGrid--wide-s--justify-content-space-between_1xr0r_102",
32
+ "LayoutGrid--wide-s--justify-content-space-around": "_LayoutGrid--wide-s--justify-content-space-around_1xr0r_105",
33
+ "LayoutGrid--wide-s--justify-content-space-evenly": "_LayoutGrid--wide-s--justify-content-space-evenly_1xr0r_108",
34
+ "LayoutGrid--wide-l--justify-content-center": "_LayoutGrid--wide-l--justify-content-center_1xr0r_113",
35
+ "LayoutGrid--wide-l--justify-content-start": "_LayoutGrid--wide-l--justify-content-start_1xr0r_116",
36
+ "LayoutGrid--wide-l--justify-content-end": "_LayoutGrid--wide-l--justify-content-end_1xr0r_119",
37
+ "LayoutGrid--wide-l--justify-content-space-between": "_LayoutGrid--wide-l--justify-content-space-between_1xr0r_122",
38
+ "LayoutGrid--wide-l--justify-content-space-around": "_LayoutGrid--wide-l--justify-content-space-around_1xr0r_125",
39
+ "LayoutGrid--wide-l--justify-content-space-evenly": "_LayoutGrid--wide-l--justify-content-space-evenly_1xr0r_128",
40
+ "LayoutGrid--align-items-center": "_LayoutGrid--align-items-center_1xr0r_132",
41
+ "LayoutGrid--align-items-start": "_LayoutGrid--align-items-start_1xr0r_135",
42
+ "LayoutGrid--align-items-end": "_LayoutGrid--align-items-end_1xr0r_138",
43
+ "LayoutGrid--align-items-stretch": "_LayoutGrid--align-items-stretch_1xr0r_141",
44
+ "LayoutGrid--align-items-baseline": "_LayoutGrid--align-items-baseline_1xr0r_144",
45
+ "LayoutGrid--narrow-l--align-items-center": "_LayoutGrid--narrow-l--align-items-center_1xr0r_148",
46
+ "LayoutGrid--narrow-l--align-items-start": "_LayoutGrid--narrow-l--align-items-start_1xr0r_151",
47
+ "LayoutGrid--narrow-l--align-items-end": "_LayoutGrid--narrow-l--align-items-end_1xr0r_154",
48
+ "LayoutGrid--narrow-l--align-items-stretch": "_LayoutGrid--narrow-l--align-items-stretch_1xr0r_157",
49
+ "LayoutGrid--narrow-l--align-items-baseline": "_LayoutGrid--narrow-l--align-items-baseline_1xr0r_160",
50
+ "LayoutGrid--medium-s--align-items-center": "_LayoutGrid--medium-s--align-items-center_1xr0r_165",
51
+ "LayoutGrid--medium-s--align-items-start": "_LayoutGrid--medium-s--align-items-start_1xr0r_168",
52
+ "LayoutGrid--medium-s--align-items-end": "_LayoutGrid--medium-s--align-items-end_1xr0r_171",
53
+ "LayoutGrid--medium-s--align-items-stretch": "_LayoutGrid--medium-s--align-items-stretch_1xr0r_174",
54
+ "LayoutGrid--medium-s--align-items-baseline": "_LayoutGrid--medium-s--align-items-baseline_1xr0r_177",
55
+ "LayoutGrid--medium-l--align-items-center": "_LayoutGrid--medium-l--align-items-center_1xr0r_182",
56
+ "LayoutGrid--medium-l--align-items-start": "_LayoutGrid--medium-l--align-items-start_1xr0r_185",
57
+ "LayoutGrid--medium-l--align-items-end": "_LayoutGrid--medium-l--align-items-end_1xr0r_188",
58
+ "LayoutGrid--medium-l--align-items-stretch": "_LayoutGrid--medium-l--align-items-stretch_1xr0r_191",
59
+ "LayoutGrid--medium-l--align-items-baseline": "_LayoutGrid--medium-l--align-items-baseline_1xr0r_194",
60
+ "LayoutGrid--wide-s--align-items-center": "_LayoutGrid--wide-s--align-items-center_1xr0r_199",
61
+ "LayoutGrid--wide-s--align-items-start": "_LayoutGrid--wide-s--align-items-start_1xr0r_202",
62
+ "LayoutGrid--wide-s--align-items-end": "_LayoutGrid--wide-s--align-items-end_1xr0r_205",
63
+ "LayoutGrid--wide-s--align-items-stretch": "_LayoutGrid--wide-s--align-items-stretch_1xr0r_208",
64
+ "LayoutGrid--wide-s--align-items-baseline": "_LayoutGrid--wide-s--align-items-baseline_1xr0r_211",
65
+ "LayoutGrid--wide-l--align-items-center": "_LayoutGrid--wide-l--align-items-center_1xr0r_216",
66
+ "LayoutGrid--wide-l--align-items-start": "_LayoutGrid--wide-l--align-items-start_1xr0r_219",
67
+ "LayoutGrid--wide-l--align-items-end": "_LayoutGrid--wide-l--align-items-end_1xr0r_222",
68
+ "LayoutGrid--wide-l--align-items-stretch": "_LayoutGrid--wide-l--align-items-stretch_1xr0r_225",
69
+ "LayoutGrid--wide-l--align-items-baseline": "_LayoutGrid--wide-l--align-items-baseline_1xr0r_228",
70
+ "LayoutGrid--justify-items-stretch": "_LayoutGrid--justify-items-stretch_1xr0r_232",
71
+ "LayoutGrid--justify-items-center": "_LayoutGrid--justify-items-center_1xr0r_235",
72
+ "LayoutGrid--justify-items-start": "_LayoutGrid--justify-items-start_1xr0r_238",
73
+ "LayoutGrid--justify-items-end": "_LayoutGrid--justify-items-end_1xr0r_241",
74
+ "LayoutGrid--narrow-l--justify-items-stretch": "_LayoutGrid--narrow-l--justify-items-stretch_1xr0r_245",
75
+ "LayoutGrid--narrow-l--justify-items-center": "_LayoutGrid--narrow-l--justify-items-center_1xr0r_248",
76
+ "LayoutGrid--narrow-l--justify-items-start": "_LayoutGrid--narrow-l--justify-items-start_1xr0r_251",
77
+ "LayoutGrid--narrow-l--justify-items-end": "_LayoutGrid--narrow-l--justify-items-end_1xr0r_254",
78
+ "LayoutGrid--medium-s--justify-items-stretch": "_LayoutGrid--medium-s--justify-items-stretch_1xr0r_259",
79
+ "LayoutGrid--medium-s--justify-items-center": "_LayoutGrid--medium-s--justify-items-center_1xr0r_262",
80
+ "LayoutGrid--medium-s--justify-items-start": "_LayoutGrid--medium-s--justify-items-start_1xr0r_265",
81
+ "LayoutGrid--medium-s--justify-items-end": "_LayoutGrid--medium-s--justify-items-end_1xr0r_268",
82
+ "LayoutGrid--medium-l--justify-items-stretch": "_LayoutGrid--medium-l--justify-items-stretch_1xr0r_273",
83
+ "LayoutGrid--medium-l--justify-items-center": "_LayoutGrid--medium-l--justify-items-center_1xr0r_276",
84
+ "LayoutGrid--medium-l--justify-items-start": "_LayoutGrid--medium-l--justify-items-start_1xr0r_279",
85
+ "LayoutGrid--medium-l--justify-items-end": "_LayoutGrid--medium-l--justify-items-end_1xr0r_282",
86
+ "LayoutGrid--wide-s--justify-items-stretch": "_LayoutGrid--wide-s--justify-items-stretch_1xr0r_287",
87
+ "LayoutGrid--wide-s--justify-items-center": "_LayoutGrid--wide-s--justify-items-center_1xr0r_290",
88
+ "LayoutGrid--wide-s--justify-items-start": "_LayoutGrid--wide-s--justify-items-start_1xr0r_293",
89
+ "LayoutGrid--wide-s--justify-items-end": "_LayoutGrid--wide-s--justify-items-end_1xr0r_296",
90
+ "LayoutGrid--wide-l--justify-items-stretch": "_LayoutGrid--wide-l--justify-items-stretch_1xr0r_301",
91
+ "LayoutGrid--wide-l--justify-items-center": "_LayoutGrid--wide-l--justify-items-center_1xr0r_304",
92
+ "LayoutGrid--wide-l--justify-items-start": "_LayoutGrid--wide-l--justify-items-start_1xr0r_307",
93
+ "LayoutGrid--wide-l--justify-items-end": "_LayoutGrid--wide-l--justify-items-end_1xr0r_310",
94
+ "LayoutGrid--columns": "_LayoutGrid--columns_1xr0r_314",
95
+ "LayoutGrid--columns-narrow-l": "_LayoutGrid--columns-narrow-l_1xr0r_318",
96
+ "LayoutGrid--columns-medium-s": "_LayoutGrid--columns-medium-s_1xr0r_323",
97
+ "LayoutGrid--columns-medium-l": "_LayoutGrid--columns-medium-l_1xr0r_328",
98
+ "LayoutGrid--columns-wide-s": "_LayoutGrid--columns-wide-s_1xr0r_333",
99
+ "LayoutGrid--columns-wide-l": "_LayoutGrid--columns-wide-l_1xr0r_338"
100
100
  };
101
101
  export {
102
102
  styles as s
@@ -0,0 +1,55 @@
1
+ import './assets/layout-hide.css';const LayoutHide = "_LayoutHide_9ww6t_164";
2
+ const styles = {
3
+ LayoutHide,
4
+ "LayoutHide--hide": "_LayoutHide--hide_9ww6t_164",
5
+ "LayoutHide--initial": "_LayoutHide--initial_9ww6t_167",
6
+ "LayoutHide--inline": "_LayoutHide--inline_9ww6t_170",
7
+ "LayoutHide--block": "_LayoutHide--block_9ww6t_173",
8
+ "LayoutHide--inline-block": "_LayoutHide--inline-block_9ww6t_176",
9
+ "LayoutHide--flex": "_LayoutHide--flex_9ww6t_179",
10
+ "LayoutHide--inline-flex": "_LayoutHide--inline-flex_9ww6t_182",
11
+ "LayoutHide--grid": "_LayoutHide--grid_9ww6t_185",
12
+ "LayoutHide--narrow-l--hide": "_LayoutHide--narrow-l--hide_9ww6t_189",
13
+ "LayoutHide--narrow-l--initial": "_LayoutHide--narrow-l--initial_9ww6t_192",
14
+ "LayoutHide--narrow-l--inline": "_LayoutHide--narrow-l--inline_9ww6t_195",
15
+ "LayoutHide--narrow-l--block": "_LayoutHide--narrow-l--block_9ww6t_198",
16
+ "LayoutHide--narrow-l--inline-block": "_LayoutHide--narrow-l--inline-block_9ww6t_201",
17
+ "LayoutHide--narrow-l--flex": "_LayoutHide--narrow-l--flex_9ww6t_204",
18
+ "LayoutHide--narrow-l--inline-flex": "_LayoutHide--narrow-l--inline-flex_9ww6t_207",
19
+ "LayoutHide--narrow-l--grid": "_LayoutHide--narrow-l--grid_9ww6t_210",
20
+ "LayoutHide--medium-s--hide": "_LayoutHide--medium-s--hide_9ww6t_215",
21
+ "LayoutHide--medium-s--initial": "_LayoutHide--medium-s--initial_9ww6t_218",
22
+ "LayoutHide--medium-s--inline": "_LayoutHide--medium-s--inline_9ww6t_221",
23
+ "LayoutHide--medium-s--block": "_LayoutHide--medium-s--block_9ww6t_224",
24
+ "LayoutHide--medium-s--inline-block": "_LayoutHide--medium-s--inline-block_9ww6t_227",
25
+ "LayoutHide--medium-s--flex": "_LayoutHide--medium-s--flex_9ww6t_230",
26
+ "LayoutHide--medium-s--inline-flex": "_LayoutHide--medium-s--inline-flex_9ww6t_233",
27
+ "LayoutHide--medium-s--grid": "_LayoutHide--medium-s--grid_9ww6t_236",
28
+ "LayoutHide--medium-l--hide": "_LayoutHide--medium-l--hide_9ww6t_241",
29
+ "LayoutHide--medium-l--initial": "_LayoutHide--medium-l--initial_9ww6t_244",
30
+ "LayoutHide--medium-l--inline": "_LayoutHide--medium-l--inline_9ww6t_247",
31
+ "LayoutHide--medium-l--block": "_LayoutHide--medium-l--block_9ww6t_250",
32
+ "LayoutHide--medium-l--inline-block": "_LayoutHide--medium-l--inline-block_9ww6t_253",
33
+ "LayoutHide--medium-l--flex": "_LayoutHide--medium-l--flex_9ww6t_256",
34
+ "LayoutHide--medium-l--inline-flex": "_LayoutHide--medium-l--inline-flex_9ww6t_259",
35
+ "LayoutHide--medium-l--grid": "_LayoutHide--medium-l--grid_9ww6t_262",
36
+ "LayoutHide--wide-s--hide": "_LayoutHide--wide-s--hide_9ww6t_267",
37
+ "LayoutHide--wide-s--initial": "_LayoutHide--wide-s--initial_9ww6t_270",
38
+ "LayoutHide--wide-s--inline": "_LayoutHide--wide-s--inline_9ww6t_273",
39
+ "LayoutHide--wide-s--block": "_LayoutHide--wide-s--block_9ww6t_276",
40
+ "LayoutHide--wide-s--inline-block": "_LayoutHide--wide-s--inline-block_9ww6t_279",
41
+ "LayoutHide--wide-s--flex": "_LayoutHide--wide-s--flex_9ww6t_282",
42
+ "LayoutHide--wide-s--inline-flex": "_LayoutHide--wide-s--inline-flex_9ww6t_285",
43
+ "LayoutHide--wide-s--grid": "_LayoutHide--wide-s--grid_9ww6t_288",
44
+ "LayoutHide--wide-l--hide": "_LayoutHide--wide-l--hide_9ww6t_293",
45
+ "LayoutHide--wide-l--initial": "_LayoutHide--wide-l--initial_9ww6t_296",
46
+ "LayoutHide--wide-l--inline": "_LayoutHide--wide-l--inline_9ww6t_299",
47
+ "LayoutHide--wide-l--block": "_LayoutHide--wide-l--block_9ww6t_302",
48
+ "LayoutHide--wide-l--inline-block": "_LayoutHide--wide-l--inline-block_9ww6t_305",
49
+ "LayoutHide--wide-l--flex": "_LayoutHide--wide-l--flex_9ww6t_308",
50
+ "LayoutHide--wide-l--inline-flex": "_LayoutHide--wide-l--inline-flex_9ww6t_311",
51
+ "LayoutHide--wide-l--grid": "_LayoutHide--wide-l--grid_9ww6t_314"
52
+ };
53
+ export {
54
+ styles as s
55
+ };
@@ -1,7 +1,7 @@
1
- import './assets/layout-relative.css';const LayoutRelative = "_LayoutRelative_1fvmr_46";
1
+ import './assets/layout-relative.css';const LayoutRelative = "_LayoutRelative_y020g_46";
2
2
  const styles = {
3
3
  LayoutRelative,
4
- "LayoutRelative--relative": "_LayoutRelative--relative_1fvmr_46"
4
+ "LayoutRelative--relative": "_LayoutRelative--relative_y020g_46"
5
5
  };
6
6
  export {
7
7
  styles as s
@@ -1,31 +1,31 @@
1
1
  import { moduleClassNames, stringClassNames } from "@preply/ds-web-core";
2
- import '../../assets/align-self.css';const AlignSelf = "_AlignSelf_1gwki_2";
2
+ import '../../assets/align-self.css';const AlignSelf = "_AlignSelf_1us84_2";
3
3
  const styles = {
4
4
  AlignSelf,
5
- "AlignSelf--align-self-start": "_AlignSelf--align-self-start_1gwki_2",
6
- "AlignSelf--align-self-center": "_AlignSelf--align-self-center_1gwki_5",
7
- "AlignSelf--align-self-end": "_AlignSelf--align-self-end_1gwki_8",
8
- "AlignSelf--align-self-stretch": "_AlignSelf--align-self-stretch_1gwki_11",
9
- "AlignSelf--narrow-l--align-self-start": "_AlignSelf--narrow-l--align-self-start_1gwki_15",
10
- "AlignSelf--narrow-l--align-self-center": "_AlignSelf--narrow-l--align-self-center_1gwki_18",
11
- "AlignSelf--narrow-l--align-self-end": "_AlignSelf--narrow-l--align-self-end_1gwki_21",
12
- "AlignSelf--narrow-l--align-self-stretch": "_AlignSelf--narrow-l--align-self-stretch_1gwki_24",
13
- "AlignSelf--medium-s--align-self-start": "_AlignSelf--medium-s--align-self-start_1gwki_29",
14
- "AlignSelf--medium-s--align-self-center": "_AlignSelf--medium-s--align-self-center_1gwki_32",
15
- "AlignSelf--medium-s--align-self-end": "_AlignSelf--medium-s--align-self-end_1gwki_35",
16
- "AlignSelf--medium-s--align-self-stretch": "_AlignSelf--medium-s--align-self-stretch_1gwki_38",
17
- "AlignSelf--medium-l--align-self-start": "_AlignSelf--medium-l--align-self-start_1gwki_43",
18
- "AlignSelf--medium-l--align-self-center": "_AlignSelf--medium-l--align-self-center_1gwki_46",
19
- "AlignSelf--medium-l--align-self-end": "_AlignSelf--medium-l--align-self-end_1gwki_49",
20
- "AlignSelf--medium-l--align-self-stretch": "_AlignSelf--medium-l--align-self-stretch_1gwki_52",
21
- "AlignSelf--wide-s--align-self-start": "_AlignSelf--wide-s--align-self-start_1gwki_57",
22
- "AlignSelf--wide-s--align-self-center": "_AlignSelf--wide-s--align-self-center_1gwki_60",
23
- "AlignSelf--wide-s--align-self-end": "_AlignSelf--wide-s--align-self-end_1gwki_63",
24
- "AlignSelf--wide-s--align-self-stretch": "_AlignSelf--wide-s--align-self-stretch_1gwki_66",
25
- "AlignSelf--wide-l--align-self-start": "_AlignSelf--wide-l--align-self-start_1gwki_71",
26
- "AlignSelf--wide-l--align-self-center": "_AlignSelf--wide-l--align-self-center_1gwki_74",
27
- "AlignSelf--wide-l--align-self-end": "_AlignSelf--wide-l--align-self-end_1gwki_77",
28
- "AlignSelf--wide-l--align-self-stretch": "_AlignSelf--wide-l--align-self-stretch_1gwki_80"
5
+ "AlignSelf--align-self-start": "_AlignSelf--align-self-start_1us84_2",
6
+ "AlignSelf--align-self-center": "_AlignSelf--align-self-center_1us84_5",
7
+ "AlignSelf--align-self-end": "_AlignSelf--align-self-end_1us84_8",
8
+ "AlignSelf--align-self-stretch": "_AlignSelf--align-self-stretch_1us84_11",
9
+ "AlignSelf--narrow-l--align-self-start": "_AlignSelf--narrow-l--align-self-start_1us84_15",
10
+ "AlignSelf--narrow-l--align-self-center": "_AlignSelf--narrow-l--align-self-center_1us84_18",
11
+ "AlignSelf--narrow-l--align-self-end": "_AlignSelf--narrow-l--align-self-end_1us84_21",
12
+ "AlignSelf--narrow-l--align-self-stretch": "_AlignSelf--narrow-l--align-self-stretch_1us84_24",
13
+ "AlignSelf--medium-s--align-self-start": "_AlignSelf--medium-s--align-self-start_1us84_29",
14
+ "AlignSelf--medium-s--align-self-center": "_AlignSelf--medium-s--align-self-center_1us84_32",
15
+ "AlignSelf--medium-s--align-self-end": "_AlignSelf--medium-s--align-self-end_1us84_35",
16
+ "AlignSelf--medium-s--align-self-stretch": "_AlignSelf--medium-s--align-self-stretch_1us84_38",
17
+ "AlignSelf--medium-l--align-self-start": "_AlignSelf--medium-l--align-self-start_1us84_43",
18
+ "AlignSelf--medium-l--align-self-center": "_AlignSelf--medium-l--align-self-center_1us84_46",
19
+ "AlignSelf--medium-l--align-self-end": "_AlignSelf--medium-l--align-self-end_1us84_49",
20
+ "AlignSelf--medium-l--align-self-stretch": "_AlignSelf--medium-l--align-self-stretch_1us84_52",
21
+ "AlignSelf--wide-s--align-self-start": "_AlignSelf--wide-s--align-self-start_1us84_57",
22
+ "AlignSelf--wide-s--align-self-center": "_AlignSelf--wide-s--align-self-center_1us84_60",
23
+ "AlignSelf--wide-s--align-self-end": "_AlignSelf--wide-s--align-self-end_1us84_63",
24
+ "AlignSelf--wide-s--align-self-stretch": "_AlignSelf--wide-s--align-self-stretch_1us84_66",
25
+ "AlignSelf--wide-l--align-self-start": "_AlignSelf--wide-l--align-self-start_1us84_71",
26
+ "AlignSelf--wide-l--align-self-center": "_AlignSelf--wide-l--align-self-center_1us84_74",
27
+ "AlignSelf--wide-l--align-self-end": "_AlignSelf--wide-l--align-self-end_1us84_77",
28
+ "AlignSelf--wide-l--align-self-stretch": "_AlignSelf--wide-l--align-self-stretch_1us84_80"
29
29
  };
30
30
  const ALIGN_SELF = "AlignSelf";
31
31
  const getAlignSelfClassNames = (alignSelf) => {
@@ -1,44 +1,44 @@
1
1
  import { moduleClassNames, stringClassNames } from "@preply/ds-web-core";
2
- import '../../assets/color.css';const Color = "_Color_1n5hi_3";
2
+ import '../../assets/color.css';const Color = "_Color_x0688_3";
3
3
  const styles = {
4
4
  Color,
5
- "Color--color-white": "_Color--color-white_1n5hi_3",
6
- "Color--color-gray-100": "_Color--color-gray-100_1n5hi_6",
7
- "Color--color-gray-200": "_Color--color-gray-200_1n5hi_9",
8
- "Color--color-gray-300": "_Color--color-gray-300_1n5hi_12",
9
- "Color--color-gray-400": "_Color--color-gray-400_1n5hi_15",
10
- "Color--color-gray-500": "_Color--color-gray-500_1n5hi_18",
11
- "Color--color-gray-600": "_Color--color-gray-600_1n5hi_21",
12
- "Color--color-teal-100": "_Color--color-teal-100_1n5hi_24",
13
- "Color--color-teal-200": "_Color--color-teal-200_1n5hi_27",
14
- "Color--color-teal-300": "_Color--color-teal-300_1n5hi_30",
15
- "Color--color-teal-400": "_Color--color-teal-400_1n5hi_33",
16
- "Color--color-teal-500": "_Color--color-teal-500_1n5hi_36",
17
- "Color--color-green-100": "_Color--color-green-100_1n5hi_39",
18
- "Color--color-green-200": "_Color--color-green-200_1n5hi_42",
19
- "Color--color-green-300": "_Color--color-green-300_1n5hi_45",
20
- "Color--color-green-400": "_Color--color-green-400_1n5hi_48",
21
- "Color--color-green-500": "_Color--color-green-500_1n5hi_51",
22
- "Color--color-yellow-100": "_Color--color-yellow-100_1n5hi_54",
23
- "Color--color-yellow-200": "_Color--color-yellow-200_1n5hi_57",
24
- "Color--color-yellow-300": "_Color--color-yellow-300_1n5hi_60",
25
- "Color--color-yellow-400": "_Color--color-yellow-400_1n5hi_63",
26
- "Color--color-yellow-500": "_Color--color-yellow-500_1n5hi_66",
27
- "Color--color-red-100": "_Color--color-red-100_1n5hi_69",
28
- "Color--color-red-200": "_Color--color-red-200_1n5hi_72",
29
- "Color--color-red-300": "_Color--color-red-300_1n5hi_75",
30
- "Color--color-red-400": "_Color--color-red-400_1n5hi_78",
31
- "Color--color-red-500": "_Color--color-red-500_1n5hi_81",
32
- "Color--color-blue-100": "_Color--color-blue-100_1n5hi_84",
33
- "Color--color-blue-200": "_Color--color-blue-200_1n5hi_87",
34
- "Color--color-blue-300": "_Color--color-blue-300_1n5hi_90",
35
- "Color--color-blue-400": "_Color--color-blue-400_1n5hi_93",
36
- "Color--color-blue-500": "_Color--color-blue-500_1n5hi_96",
37
- "Color--color-magenta-100": "_Color--color-magenta-100_1n5hi_99",
38
- "Color--color-magenta-200": "_Color--color-magenta-200_1n5hi_102",
39
- "Color--color-magenta-300": "_Color--color-magenta-300_1n5hi_105",
40
- "Color--color-magenta-400": "_Color--color-magenta-400_1n5hi_108",
41
- "Color--color-magenta-500": "_Color--color-magenta-500_1n5hi_111"
5
+ "Color--color-white": "_Color--color-white_x0688_3",
6
+ "Color--color-gray-100": "_Color--color-gray-100_x0688_6",
7
+ "Color--color-gray-200": "_Color--color-gray-200_x0688_9",
8
+ "Color--color-gray-300": "_Color--color-gray-300_x0688_12",
9
+ "Color--color-gray-400": "_Color--color-gray-400_x0688_15",
10
+ "Color--color-gray-500": "_Color--color-gray-500_x0688_18",
11
+ "Color--color-gray-600": "_Color--color-gray-600_x0688_21",
12
+ "Color--color-teal-100": "_Color--color-teal-100_x0688_24",
13
+ "Color--color-teal-200": "_Color--color-teal-200_x0688_27",
14
+ "Color--color-teal-300": "_Color--color-teal-300_x0688_30",
15
+ "Color--color-teal-400": "_Color--color-teal-400_x0688_33",
16
+ "Color--color-teal-500": "_Color--color-teal-500_x0688_36",
17
+ "Color--color-green-100": "_Color--color-green-100_x0688_39",
18
+ "Color--color-green-200": "_Color--color-green-200_x0688_42",
19
+ "Color--color-green-300": "_Color--color-green-300_x0688_45",
20
+ "Color--color-green-400": "_Color--color-green-400_x0688_48",
21
+ "Color--color-green-500": "_Color--color-green-500_x0688_51",
22
+ "Color--color-yellow-100": "_Color--color-yellow-100_x0688_54",
23
+ "Color--color-yellow-200": "_Color--color-yellow-200_x0688_57",
24
+ "Color--color-yellow-300": "_Color--color-yellow-300_x0688_60",
25
+ "Color--color-yellow-400": "_Color--color-yellow-400_x0688_63",
26
+ "Color--color-yellow-500": "_Color--color-yellow-500_x0688_66",
27
+ "Color--color-red-100": "_Color--color-red-100_x0688_69",
28
+ "Color--color-red-200": "_Color--color-red-200_x0688_72",
29
+ "Color--color-red-300": "_Color--color-red-300_x0688_75",
30
+ "Color--color-red-400": "_Color--color-red-400_x0688_78",
31
+ "Color--color-red-500": "_Color--color-red-500_x0688_81",
32
+ "Color--color-blue-100": "_Color--color-blue-100_x0688_84",
33
+ "Color--color-blue-200": "_Color--color-blue-200_x0688_87",
34
+ "Color--color-blue-300": "_Color--color-blue-300_x0688_90",
35
+ "Color--color-blue-400": "_Color--color-blue-400_x0688_93",
36
+ "Color--color-blue-500": "_Color--color-blue-500_x0688_96",
37
+ "Color--color-magenta-100": "_Color--color-magenta-100_x0688_99",
38
+ "Color--color-magenta-200": "_Color--color-magenta-200_x0688_102",
39
+ "Color--color-magenta-300": "_Color--color-magenta-300_x0688_105",
40
+ "Color--color-magenta-400": "_Color--color-magenta-400_x0688_108",
41
+ "Color--color-magenta-500": "_Color--color-magenta-500_x0688_111"
42
42
  };
43
43
  const COLOR = "Color";
44
44
  const getColorClassNames = (color) => {