fokus-styles 2.4.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (212) hide show
  1. package/dist/css/components.css +561 -83
  2. package/dist/css/components.min.css +1 -1
  3. package/dist/css/fokus-components.css +561 -83
  4. package/dist/css/fokus-components.min.css +1 -1
  5. package/dist/css/fokus-rtl.css +697 -83
  6. package/dist/css/fokus-rtl.min.css +1 -1
  7. package/dist/css/fokus-utilities.css +136 -0
  8. package/dist/css/fokus-utilities.min.css +1 -1
  9. package/dist/css/fokus.css +996 -258
  10. package/dist/css/fokus.min.css +1 -1
  11. package/dist/css/forms.css +300 -176
  12. package/dist/css/forms.min.css +1 -1
  13. package/dist/css/helpers.css +136 -0
  14. package/dist/css/helpers.min.css +1 -1
  15. package/dist/js/fokus.js +270 -25
  16. package/dist/js/fokus.min.js +18 -18
  17. package/package.json +17 -15
  18. package/packages/fokus-components/scss/components/_alerts.scss +128 -6
  19. package/packages/fokus-components/scss/components/_badges.scss +26 -10
  20. package/packages/fokus-components/scss/components/_index.scss +1 -0
  21. package/packages/fokus-components/scss/components/_popover.scss +131 -21
  22. package/packages/fokus-components/scss/components/_responsive.scss +23 -0
  23. package/packages/fokus-components/scss/components/_tag.scss +37 -14
  24. package/packages/fokus-components/scss/components/_toasts.scss +156 -11
  25. package/packages/fokus-components/scss/components/_tooltips.scss +70 -18
  26. package/packages/fokus-components/scss/forms/_check-radio-switch.scss +313 -215
  27. package/packages/fokus-components/scss/forms/_forms.scss +16 -0
  28. package/packages/fokus-js/js/carousel.d.ts +4 -0
  29. package/packages/fokus-js/js/carousel.js +8 -0
  30. package/packages/fokus-js/js/core/positioning.js +18 -9
  31. package/packages/fokus-js/js/dropdown.d.ts +4 -0
  32. package/packages/fokus-js/js/dropdown.js +7 -0
  33. package/packages/fokus-js/js/popover.js +26 -1
  34. package/packages/fokus-js/js/tabs.d.ts +3 -0
  35. package/packages/fokus-js/js/tabs.js +5 -0
  36. package/packages/fokus-js/js/tag.js +17 -0
  37. package/packages/fokus-js/js/toast.js +77 -3
  38. package/packages/fokus-js/js/tooltip.d.ts +8 -1
  39. package/packages/fokus-js/js/tooltip.js +106 -13
  40. package/packages/fokus-utilities/scss/utilities/_api.scss +48 -0
  41. package/CHANGELOG.md +0 -910
  42. package/dist/css/components.css.map +0 -1
  43. package/dist/css/components.min.css.map +0 -1
  44. package/dist/css/fokus-components.css.map +0 -1
  45. package/dist/css/fokus-components.min.css.map +0 -1
  46. package/dist/css/fokus-core.css.map +0 -1
  47. package/dist/css/fokus-core.min.css.map +0 -1
  48. package/dist/css/fokus-dark.css.map +0 -1
  49. package/dist/css/fokus-dark.min.css.map +0 -1
  50. package/dist/css/fokus-rtl.css.map +0 -1
  51. package/dist/css/fokus-rtl.min.css.map +0 -1
  52. package/dist/css/fokus-utilities.css.map +0 -1
  53. package/dist/css/fokus-utilities.min.css.map +0 -1
  54. package/dist/css/fokus.css.map +0 -1
  55. package/dist/css/fokus.min.css.map +0 -1
  56. package/dist/css/fonts.css.map +0 -1
  57. package/dist/css/fonts.min.css.map +0 -1
  58. package/dist/css/forms.css.map +0 -1
  59. package/dist/css/forms.min.css.map +0 -1
  60. package/dist/css/helpers.css.map +0 -1
  61. package/dist/css/helpers.min.css.map +0 -1
  62. package/dist/css/layout.css.map +0 -1
  63. package/dist/css/layout.min.css.map +0 -1
  64. package/dist/js/fokus.js.map +0 -7
  65. package/dist/js/fokus.min.js.map +0 -7
  66. package/docs/README.md +0 -86
  67. package/docs/comparison.md +0 -124
  68. package/docs/components/accordion.md +0 -104
  69. package/docs/components/alert-dialog.md +0 -99
  70. package/docs/components/alert.md +0 -59
  71. package/docs/components/avatar.md +0 -13
  72. package/docs/components/badge.md +0 -82
  73. package/docs/components/breadcrumb.md +0 -93
  74. package/docs/components/button-group.md +0 -13
  75. package/docs/components/button.md +0 -98
  76. package/docs/components/card.md +0 -111
  77. package/docs/components/carousel.md +0 -167
  78. package/docs/components/checkbox.md +0 -97
  79. package/docs/components/close-button.md +0 -13
  80. package/docs/components/code.md +0 -13
  81. package/docs/components/collapse.md +0 -78
  82. package/docs/components/combobox.md +0 -123
  83. package/docs/components/command-palette.md +0 -131
  84. package/docs/components/datatable.md +0 -173
  85. package/docs/components/datepicker.md +0 -137
  86. package/docs/components/divider.md +0 -57
  87. package/docs/components/dropdown.md +0 -103
  88. package/docs/components/empty-state.md +0 -65
  89. package/docs/components/file-upload-advanced.md +0 -116
  90. package/docs/components/file-upload.md +0 -93
  91. package/docs/components/icon-link.md +0 -13
  92. package/docs/components/input-group.md +0 -73
  93. package/docs/components/input.md +0 -90
  94. package/docs/components/list-group.md +0 -13
  95. package/docs/components/modal.md +0 -120
  96. package/docs/components/navbar.md +0 -74
  97. package/docs/components/nested-menu.md +0 -90
  98. package/docs/components/notification-center.md +0 -116
  99. package/docs/components/offcanvas.md +0 -102
  100. package/docs/components/pagination.md +0 -145
  101. package/docs/components/placeholder.md +0 -13
  102. package/docs/components/popover.md +0 -105
  103. package/docs/components/progress.md +0 -126
  104. package/docs/components/radio.md +0 -70
  105. package/docs/components/range.md +0 -83
  106. package/docs/components/rating.md +0 -91
  107. package/docs/components/ratio.md +0 -13
  108. package/docs/components/scrollspy.md +0 -13
  109. package/docs/components/segmented-control.md +0 -82
  110. package/docs/components/select.md +0 -89
  111. package/docs/components/skeleton.md +0 -70
  112. package/docs/components/stepper.md +0 -107
  113. package/docs/components/switch.md +0 -75
  114. package/docs/components/table.md +0 -90
  115. package/docs/components/tabs.md +0 -104
  116. package/docs/components/tag.md +0 -129
  117. package/docs/components/tile.md +0 -112
  118. package/docs/components/timeline.md +0 -78
  119. package/docs/components/toast.md +0 -95
  120. package/docs/components/tooltip.md +0 -77
  121. package/docs/components/tree-view.md +0 -118
  122. package/docs/contributing/contributing.md +0 -18
  123. package/docs/getting-started/installation.md +0 -70
  124. package/docs/getting-started/usage.md +0 -105
  125. package/docs/guides/accessibility.md +0 -102
  126. package/docs/guides/charts.md +0 -73
  127. package/docs/guides/dark-mode.md +0 -90
  128. package/docs/guides/icons.md +0 -99
  129. package/docs/guides/javascript-api.md +0 -9
  130. package/docs/guides/layout-advanced.md +0 -118
  131. package/docs/guides/migration-clarus-to-fokus.md +0 -48
  132. package/docs/guides/migration-external.md +0 -123
  133. package/docs/guides/migration-v1.md +0 -63
  134. package/docs/guides/print.md +0 -30
  135. package/docs/guides/rtl-and-system-preferences.md +0 -28
  136. package/docs/guides/theming.md +0 -140
  137. package/docs/guides/utility-api.md +0 -9
  138. package/docs/prompts/prompt-plan.md +0 -45
  139. package/docs/reference/accessibility-matrix.md +0 -77
  140. package/docs/reference/browser-support.md +0 -75
  141. package/docs/reference/contrast-report.md +0 -50
  142. package/docs/reference/definitions.md +0 -864
  143. package/docs/reference/design-tokens.md +0 -194
  144. package/docs/reference/scss-architecture.md +0 -227
  145. package/docs/reference/size-baseline.json +0 -34
  146. package/docs/reference/stability.md +0 -89
  147. package/docs/showcase.md +0 -25
  148. package/mockup/README.md +0 -41
  149. package/mockup/assets/carousel-planning.png +0 -0
  150. package/mockup/assets/carousel-workspace.png +0 -0
  151. package/mockup/assets/example-theme.css +0 -8
  152. package/mockup/assets/example-theme.js +0 -11
  153. package/mockup/assets/showcase-contracts.js +0 -84
  154. package/mockup/assets/showcase.css +0 -91
  155. package/mockup/assets/showcase.js +0 -724
  156. package/mockup/content-data.html +0 -9
  157. package/mockup/examples/accordion-tabs-toast.html +0 -149
  158. package/mockup/examples/alert-dialog.html +0 -84
  159. package/mockup/examples/alerts.html +0 -41
  160. package/mockup/examples/badges-alerts.html +0 -77
  161. package/mockup/examples/buttons.html +0 -58
  162. package/mockup/examples/cards.html +0 -132
  163. package/mockup/examples/carousel.html +0 -126
  164. package/mockup/examples/charts.html +0 -102
  165. package/mockup/examples/check-radio-switch.html +0 -144
  166. package/mockup/examples/collapse.html +0 -69
  167. package/mockup/examples/combobox.html +0 -60
  168. package/mockup/examples/command-palette.html +0 -64
  169. package/mockup/examples/datatable.html +0 -113
  170. package/mockup/examples/datepicker.html +0 -62
  171. package/mockup/examples/divider.html +0 -45
  172. package/mockup/examples/dropdown-tooltip.html +0 -77
  173. package/mockup/examples/empty-state.html +0 -56
  174. package/mockup/examples/file-drop.html +0 -74
  175. package/mockup/examples/file-upload-advanced.html +0 -68
  176. package/mockup/examples/forms-advanced.html +0 -77
  177. package/mockup/examples/hover-card.html +0 -86
  178. package/mockup/examples/icons.html +0 -157
  179. package/mockup/examples/input-group.html +0 -74
  180. package/mockup/examples/js-foundation.html +0 -215
  181. package/mockup/examples/layout.html +0 -134
  182. package/mockup/examples/modal-select.html +0 -127
  183. package/mockup/examples/nested-menu.html +0 -73
  184. package/mockup/examples/notification-center.html +0 -86
  185. package/mockup/examples/offcanvas-popover.html +0 -133
  186. package/mockup/examples/pagination-breadcrumbs.html +0 -92
  187. package/mockup/examples/range.html +0 -69
  188. package/mockup/examples/rating.html +0 -103
  189. package/mockup/examples/segmented-control.html +0 -96
  190. package/mockup/examples/skeletons.html +0 -82
  191. package/mockup/examples/spinner-progress.html +0 -130
  192. package/mockup/examples/stepper.html +0 -119
  193. package/mockup/examples/tables-navbar.html +0 -89
  194. package/mockup/examples/tag.html +0 -105
  195. package/mockup/examples/theming.html +0 -68
  196. package/mockup/examples/tile.html +0 -107
  197. package/mockup/examples/timeline.html +0 -108
  198. package/mockup/examples/tree-view.html +0 -68
  199. package/mockup/feedback-actions.html +0 -9
  200. package/mockup/forms.html +0 -13
  201. package/mockup/foundations.html +0 -7
  202. package/mockup/kitchen-sink.html +0 -696
  203. package/mockup/navigation-disclosure.html +0 -11
  204. package/mockup/overlays-commands.html +0 -12
  205. package/mockup/templates/README.md +0 -20
  206. package/mockup/templates/admin.html +0 -334
  207. package/mockup/templates/auth.html +0 -234
  208. package/mockup/templates/dashboard.html +0 -442
  209. package/mockup/templates/landing.html +0 -397
  210. package/packages/fokus-icons/package.json +0 -46
  211. package/scripts/migrate-fokus-map.json +0 -1366
  212. package/scripts/migrate-fokus.mjs +0 -97
@@ -1,1366 +0,0 @@
1
- {
2
- "_comment": "Gerado a partir da renomeacao mecanica da Fase 0.3 (ver docs/guides/migration-v1.md). Chave = nome antigo (sem prefixo), valor = nome novo (.fs-*/.fs-u-*/.is-*). Classes is-valid/is-invalid/is-dragover nao mudaram e nao aparecem aqui.",
3
- "map": {
4
- "accordion": "fs-accordion",
5
- "accordion-body": "fs-accordion-body",
6
- "accordion-button": "fs-accordion-button",
7
- "accordion-collapse": "fs-accordion-collapse",
8
- "accordion-header": "fs-accordion-header",
9
- "accordion-item": "fs-accordion-item",
10
- "active": "is-active",
11
- "alert": "fs-alert",
12
- "alert-danger": "fs-alert-danger",
13
- "alert-dialog-message": "fs-alert-dialog-message",
14
- "alert-info": "fs-alert-info",
15
- "alert-primary": "fs-alert-primary",
16
- "alert-secondary": "fs-alert-secondary",
17
- "alert-success": "fs-alert-success",
18
- "alert-warning": "fs-alert-warning",
19
- "align-items-center": "fs-u-align-items-center",
20
- "align-items-end": "fs-u-align-items-end",
21
- "align-items-lg-center": "fs-u-align-items-lg-center",
22
- "align-items-lg-end": "fs-u-align-items-lg-end",
23
- "align-items-lg-start": "fs-u-align-items-lg-start",
24
- "align-items-md-center": "fs-u-align-items-md-center",
25
- "align-items-md-end": "fs-u-align-items-md-end",
26
- "align-items-md-start": "fs-u-align-items-md-start",
27
- "align-items-sm-center": "fs-u-align-items-sm-center",
28
- "align-items-sm-end": "fs-u-align-items-sm-end",
29
- "align-items-sm-start": "fs-u-align-items-sm-start",
30
- "align-items-start": "fs-u-align-items-start",
31
- "align-items-xl-center": "fs-u-align-items-xl-center",
32
- "align-items-xl-end": "fs-u-align-items-xl-end",
33
- "align-items-xl-start": "fs-u-align-items-xl-start",
34
- "align-items-xxl-center": "fs-u-align-items-xxl-center",
35
- "align-items-xxl-end": "fs-u-align-items-xxl-end",
36
- "align-items-xxl-start": "fs-u-align-items-xxl-start",
37
- "align-items-xxxl-center": "fs-u-align-items-xxxl-center",
38
- "align-items-xxxl-end": "fs-u-align-items-xxxl-end",
39
- "align-items-xxxl-start": "fs-u-align-items-xxxl-start",
40
- "align-self-center": "fs-u-align-self-center",
41
- "align-self-end": "fs-u-align-self-end",
42
- "align-self-lg-center": "fs-u-align-self-lg-center",
43
- "align-self-lg-end": "fs-u-align-self-lg-end",
44
- "align-self-lg-start": "fs-u-align-self-lg-start",
45
- "align-self-md-center": "fs-u-align-self-md-center",
46
- "align-self-md-end": "fs-u-align-self-md-end",
47
- "align-self-md-start": "fs-u-align-self-md-start",
48
- "align-self-sm-center": "fs-u-align-self-sm-center",
49
- "align-self-sm-end": "fs-u-align-self-sm-end",
50
- "align-self-sm-start": "fs-u-align-self-sm-start",
51
- "align-self-start": "fs-u-align-self-start",
52
- "align-self-xl-center": "fs-u-align-self-xl-center",
53
- "align-self-xl-end": "fs-u-align-self-xl-end",
54
- "align-self-xl-start": "fs-u-align-self-xl-start",
55
- "align-self-xxl-center": "fs-u-align-self-xxl-center",
56
- "align-self-xxl-end": "fs-u-align-self-xxl-end",
57
- "align-self-xxl-start": "fs-u-align-self-xxl-start",
58
- "align-self-xxxl-center": "fs-u-align-self-xxxl-center",
59
- "align-self-xxxl-end": "fs-u-align-self-xxxl-end",
60
- "align-self-xxxl-start": "fs-u-align-self-xxxl-start",
61
- "badge": "fs-badge",
62
- "badge-danger": "fs-badge-danger",
63
- "badge-info": "fs-badge-info",
64
- "badge-lg": "fs-badge-lg",
65
- "badge-primary": "fs-badge-primary",
66
- "badge-secondary": "fs-badge-secondary",
67
- "badge-sm": "fs-badge-sm",
68
- "badge-success": "fs-badge-success",
69
- "badge-warning": "fs-badge-warning",
70
- "breadcrumb": "fs-breadcrumb",
71
- "breadcrumb-item": "fs-breadcrumb-item",
72
- "breadcrumb-item-truncate": "fs-breadcrumb-item-truncate",
73
- "breadcrumb-more": "fs-breadcrumb-more",
74
- "btn": "fs-btn",
75
- "btn-close": "fs-btn-close",
76
- "btn-danger": "fs-btn-danger",
77
- "btn-info": "fs-btn-info",
78
- "btn-lg": "fs-btn-lg",
79
- "btn-outline-danger": "fs-btn-outline-danger",
80
- "btn-outline-info": "fs-btn-outline-info",
81
- "btn-outline-primary": "fs-btn-outline-primary",
82
- "btn-outline-secondary": "fs-btn-outline-secondary",
83
- "btn-outline-success": "fs-btn-outline-success",
84
- "btn-outline-warning": "fs-btn-outline-warning",
85
- "btn-primary": "fs-btn-primary",
86
- "btn-secondary": "fs-btn-secondary",
87
- "btn-sm": "fs-btn-sm",
88
- "btn-success": "fs-btn-success",
89
- "btn-warning": "fs-btn-warning",
90
- "card": "fs-card",
91
- "card-body": "fs-card-body",
92
- "card-clickable": "fs-card-clickable",
93
- "card-footer": "fs-card-footer",
94
- "card-header": "fs-card-header",
95
- "card-horizontal": "fs-card-horizontal",
96
- "card-lg": "fs-card-lg",
97
- "card-sm": "fs-card-sm",
98
- "card-subtitle": "fs-card-subtitle",
99
- "card-text": "fs-card-text",
100
- "card-title": "fs-card-title",
101
- "carousel": "fs-carousel",
102
- "carousel-control-next": "fs-carousel-control-next",
103
- "carousel-control-prev": "fs-carousel-control-prev",
104
- "carousel-fade": "fs-carousel-fade",
105
- "carousel-hover-controls": "fs-carousel-hover-controls",
106
- "carousel-indicators": "fs-carousel-indicators",
107
- "carousel-inner": "fs-carousel-inner",
108
- "carousel-item": "fs-carousel-item",
109
- "col": "fs-col",
110
- "col-1": "fs-col-1",
111
- "col-10": "fs-col-10",
112
- "col-11": "fs-col-11",
113
- "col-12": "fs-col-12",
114
- "col-2": "fs-col-2",
115
- "col-3": "fs-col-3",
116
- "col-4": "fs-col-4",
117
- "col-5": "fs-col-5",
118
- "col-6": "fs-col-6",
119
- "col-7": "fs-col-7",
120
- "col-8": "fs-col-8",
121
- "col-9": "fs-col-9",
122
- "col-auto": "fs-col-auto",
123
- "col-fluid": "fs-col-fluid",
124
- "col-lg": "fs-col-lg",
125
- "col-lg-1": "fs-col-lg-1",
126
- "col-lg-10": "fs-col-lg-10",
127
- "col-lg-11": "fs-col-lg-11",
128
- "col-lg-12": "fs-col-lg-12",
129
- "col-lg-2": "fs-col-lg-2",
130
- "col-lg-3": "fs-col-lg-3",
131
- "col-lg-4": "fs-col-lg-4",
132
- "col-lg-5": "fs-col-lg-5",
133
- "col-lg-6": "fs-col-lg-6",
134
- "col-lg-7": "fs-col-lg-7",
135
- "col-lg-8": "fs-col-lg-8",
136
- "col-lg-9": "fs-col-lg-9",
137
- "col-lg-auto": "fs-col-lg-auto",
138
- "col-md": "fs-col-md",
139
- "col-md-1": "fs-col-md-1",
140
- "col-md-10": "fs-col-md-10",
141
- "col-md-11": "fs-col-md-11",
142
- "col-md-12": "fs-col-md-12",
143
- "col-md-2": "fs-col-md-2",
144
- "col-md-3": "fs-col-md-3",
145
- "col-md-4": "fs-col-md-4",
146
- "col-md-5": "fs-col-md-5",
147
- "col-md-6": "fs-col-md-6",
148
- "col-md-7": "fs-col-md-7",
149
- "col-md-8": "fs-col-md-8",
150
- "col-md-9": "fs-col-md-9",
151
- "col-md-auto": "fs-col-md-auto",
152
- "col-sm": "fs-col-sm",
153
- "col-sm-1": "fs-col-sm-1",
154
- "col-sm-10": "fs-col-sm-10",
155
- "col-sm-11": "fs-col-sm-11",
156
- "col-sm-12": "fs-col-sm-12",
157
- "col-sm-2": "fs-col-sm-2",
158
- "col-sm-3": "fs-col-sm-3",
159
- "col-sm-4": "fs-col-sm-4",
160
- "col-sm-5": "fs-col-sm-5",
161
- "col-sm-6": "fs-col-sm-6",
162
- "col-sm-7": "fs-col-sm-7",
163
- "col-sm-8": "fs-col-sm-8",
164
- "col-sm-9": "fs-col-sm-9",
165
- "col-sm-auto": "fs-col-sm-auto",
166
- "col-xl": "fs-col-xl",
167
- "col-xl-1": "fs-col-xl-1",
168
- "col-xl-10": "fs-col-xl-10",
169
- "col-xl-11": "fs-col-xl-11",
170
- "col-xl-12": "fs-col-xl-12",
171
- "col-xl-2": "fs-col-xl-2",
172
- "col-xl-3": "fs-col-xl-3",
173
- "col-xl-4": "fs-col-xl-4",
174
- "col-xl-5": "fs-col-xl-5",
175
- "col-xl-6": "fs-col-xl-6",
176
- "col-xl-7": "fs-col-xl-7",
177
- "col-xl-8": "fs-col-xl-8",
178
- "col-xl-9": "fs-col-xl-9",
179
- "col-xl-auto": "fs-col-xl-auto",
180
- "col-xxl": "fs-col-xxl",
181
- "col-xxl-1": "fs-col-xxl-1",
182
- "col-xxl-10": "fs-col-xxl-10",
183
- "col-xxl-11": "fs-col-xxl-11",
184
- "col-xxl-12": "fs-col-xxl-12",
185
- "col-xxl-2": "fs-col-xxl-2",
186
- "col-xxl-3": "fs-col-xxl-3",
187
- "col-xxl-4": "fs-col-xxl-4",
188
- "col-xxl-5": "fs-col-xxl-5",
189
- "col-xxl-6": "fs-col-xxl-6",
190
- "col-xxl-7": "fs-col-xxl-7",
191
- "col-xxl-8": "fs-col-xxl-8",
192
- "col-xxl-9": "fs-col-xxl-9",
193
- "col-xxl-auto": "fs-col-xxl-auto",
194
- "col-xxxl": "fs-col-xxxl",
195
- "col-xxxl-1": "fs-col-xxxl-1",
196
- "col-xxxl-10": "fs-col-xxxl-10",
197
- "col-xxxl-11": "fs-col-xxxl-11",
198
- "col-xxxl-12": "fs-col-xxxl-12",
199
- "col-xxxl-2": "fs-col-xxxl-2",
200
- "col-xxxl-3": "fs-col-xxxl-3",
201
- "col-xxxl-4": "fs-col-xxxl-4",
202
- "col-xxxl-5": "fs-col-xxxl-5",
203
- "col-xxxl-6": "fs-col-xxxl-6",
204
- "col-xxxl-7": "fs-col-xxxl-7",
205
- "col-xxxl-8": "fs-col-xxxl-8",
206
- "col-xxxl-9": "fs-col-xxxl-9",
207
- "col-xxxl-auto": "fs-col-xxxl-auto",
208
- "collapse": "fs-collapse",
209
- "container": "fs-container",
210
- "container-fluid": "fs-container-fluid",
211
- "container-lg": "fs-container-lg",
212
- "container-md": "fs-container-md",
213
- "container-sm": "fs-container-sm",
214
- "container-xl": "fs-container-xl",
215
- "container-xxl": "fs-container-xxl",
216
- "container-xxxl": "fs-container-xxxl",
217
- "d-block": "fs-u-d-block",
218
- "d-flex": "fs-u-d-flex",
219
- "d-inline": "fs-u-d-inline",
220
- "d-inline-block": "fs-u-d-inline-block",
221
- "d-none": "fs-u-d-none",
222
- "disabled": "is-disabled",
223
- "divider": "fs-divider",
224
- "divider-label": "fs-divider-label",
225
- "dropdown": "fs-dropdown",
226
- "dropdown-divider": "fs-dropdown-divider",
227
- "dropdown-header": "fs-dropdown-header",
228
- "dropdown-item": "fs-dropdown-item",
229
- "dropdown-item-submenu": "fs-dropdown-item-submenu",
230
- "dropdown-menu": "fs-dropdown-menu",
231
- "dropdown-submenu": "fs-dropdown-submenu",
232
- "dropdown-submenu-left": "fs-dropdown-submenu-left",
233
- "dropdown-toggle": "fs-dropdown-toggle",
234
- "empty-state": "fs-empty-state",
235
- "empty-state-icon": "fs-empty-state-icon",
236
- "empty-state-text": "fs-empty-state-text",
237
- "empty-state-title": "fs-empty-state-title",
238
- "file-dropzone-hint": "fs-file-dropzone-hint",
239
- "file-input": "fs-file-input",
240
- "file-label": "fs-file-label",
241
- "file-label-dropzone": "fs-file-label-dropzone",
242
- "file-label-lg": "fs-file-label-lg",
243
- "file-label-sm": "fs-file-label-sm",
244
- "file-upload": "fs-file-upload",
245
- "font-mono": "fs-u-font-mono",
246
- "font-sans": "fs-u-font-sans",
247
- "form-col": "fs-form-col",
248
- "form-control": "fs-form-control",
249
- "form-control-lg": "fs-form-control-lg",
250
- "form-control-sm": "fs-form-control-sm",
251
- "form-label": "fs-form-label",
252
- "form-row": "fs-form-row",
253
- "form-select": "fs-form-select",
254
- "form-select-lg": "fs-form-select-lg",
255
- "form-select-sm": "fs-form-select-sm",
256
- "form-size-lg": "fs-form-size-lg",
257
- "form-size-md": "fs-form-size-md",
258
- "form-size-sm": "fs-form-size-sm",
259
- "form-size-xl": "fs-form-size-xl",
260
- "form-size-xxl": "fs-form-size-xxl",
261
- "form-text": "fs-form-text",
262
- "fs-h1": "fs-u-fs-h1",
263
- "fs-h2": "fs-u-fs-h2",
264
- "fs-h3": "fs-u-fs-h3",
265
- "fs-h4": "fs-u-fs-h4",
266
- "fs-h5": "fs-u-fs-h5",
267
- "fs-h6": "fs-u-fs-h6",
268
- "fs-lg": "fs-u-fs-lg",
269
- "fs-md": "fs-u-fs-md",
270
- "fs-sm": "fs-u-fs-sm",
271
- "fs-xl": "fs-u-fs-xl",
272
- "fs-xs": "fs-u-fs-xs",
273
- "fw-bold": "fs-u-fw-bold",
274
- "fw-medium": "fs-u-fw-medium",
275
- "fw-regular": "fs-u-fw-regular",
276
- "fw-semibold": "fs-u-fw-semibold",
277
- "g-0": "fs-u-g-0",
278
- "g-1": "fs-u-g-1",
279
- "g-2": "fs-u-g-2",
280
- "g-3": "fs-u-g-3",
281
- "g-4": "fs-u-g-4",
282
- "g-5": "fs-u-g-5",
283
- "g-lg-0": "fs-u-g-lg-0",
284
- "g-lg-1": "fs-u-g-lg-1",
285
- "g-lg-2": "fs-u-g-lg-2",
286
- "g-lg-3": "fs-u-g-lg-3",
287
- "g-lg-4": "fs-u-g-lg-4",
288
- "g-lg-5": "fs-u-g-lg-5",
289
- "g-md-0": "fs-u-g-md-0",
290
- "g-md-1": "fs-u-g-md-1",
291
- "g-md-2": "fs-u-g-md-2",
292
- "g-md-3": "fs-u-g-md-3",
293
- "g-md-4": "fs-u-g-md-4",
294
- "g-md-5": "fs-u-g-md-5",
295
- "g-sm-0": "fs-u-g-sm-0",
296
- "g-sm-1": "fs-u-g-sm-1",
297
- "g-sm-2": "fs-u-g-sm-2",
298
- "g-sm-3": "fs-u-g-sm-3",
299
- "g-sm-4": "fs-u-g-sm-4",
300
- "g-sm-5": "fs-u-g-sm-5",
301
- "g-xl-0": "fs-u-g-xl-0",
302
- "g-xl-1": "fs-u-g-xl-1",
303
- "g-xl-2": "fs-u-g-xl-2",
304
- "g-xl-3": "fs-u-g-xl-3",
305
- "g-xl-4": "fs-u-g-xl-4",
306
- "g-xl-5": "fs-u-g-xl-5",
307
- "g-xxl-0": "fs-u-g-xxl-0",
308
- "g-xxl-1": "fs-u-g-xxl-1",
309
- "g-xxl-2": "fs-u-g-xxl-2",
310
- "g-xxl-3": "fs-u-g-xxl-3",
311
- "g-xxl-4": "fs-u-g-xxl-4",
312
- "g-xxl-5": "fs-u-g-xxl-5",
313
- "g-xxxl-0": "fs-u-g-xxxl-0",
314
- "g-xxxl-1": "fs-u-g-xxxl-1",
315
- "g-xxxl-2": "fs-u-g-xxxl-2",
316
- "g-xxxl-3": "fs-u-g-xxxl-3",
317
- "g-xxxl-4": "fs-u-g-xxxl-4",
318
- "g-xxxl-5": "fs-u-g-xxxl-5",
319
- "gap-0": "fs-u-gap-0",
320
- "gap-1": "fs-u-gap-1",
321
- "gap-2": "fs-u-gap-2",
322
- "gap-3": "fs-u-gap-3",
323
- "gap-4": "fs-u-gap-4",
324
- "gap-5": "fs-u-gap-5",
325
- "gap-lg-0": "fs-u-gap-lg-0",
326
- "gap-lg-1": "fs-u-gap-lg-1",
327
- "gap-lg-2": "fs-u-gap-lg-2",
328
- "gap-lg-3": "fs-u-gap-lg-3",
329
- "gap-lg-4": "fs-u-gap-lg-4",
330
- "gap-lg-5": "fs-u-gap-lg-5",
331
- "gap-md-0": "fs-u-gap-md-0",
332
- "gap-md-1": "fs-u-gap-md-1",
333
- "gap-md-2": "fs-u-gap-md-2",
334
- "gap-md-3": "fs-u-gap-md-3",
335
- "gap-md-4": "fs-u-gap-md-4",
336
- "gap-md-5": "fs-u-gap-md-5",
337
- "gap-sm-0": "fs-u-gap-sm-0",
338
- "gap-sm-1": "fs-u-gap-sm-1",
339
- "gap-sm-2": "fs-u-gap-sm-2",
340
- "gap-sm-3": "fs-u-gap-sm-3",
341
- "gap-sm-4": "fs-u-gap-sm-4",
342
- "gap-sm-5": "fs-u-gap-sm-5",
343
- "gap-x-0": "fs-u-gap-x-0",
344
- "gap-x-1": "fs-u-gap-x-1",
345
- "gap-x-2": "fs-u-gap-x-2",
346
- "gap-x-3": "fs-u-gap-x-3",
347
- "gap-x-4": "fs-u-gap-x-4",
348
- "gap-x-5": "fs-u-gap-x-5",
349
- "gap-x-lg-0": "fs-u-gap-x-lg-0",
350
- "gap-x-lg-1": "fs-u-gap-x-lg-1",
351
- "gap-x-lg-2": "fs-u-gap-x-lg-2",
352
- "gap-x-lg-3": "fs-u-gap-x-lg-3",
353
- "gap-x-lg-4": "fs-u-gap-x-lg-4",
354
- "gap-x-lg-5": "fs-u-gap-x-lg-5",
355
- "gap-x-md-0": "fs-u-gap-x-md-0",
356
- "gap-x-md-1": "fs-u-gap-x-md-1",
357
- "gap-x-md-2": "fs-u-gap-x-md-2",
358
- "gap-x-md-3": "fs-u-gap-x-md-3",
359
- "gap-x-md-4": "fs-u-gap-x-md-4",
360
- "gap-x-md-5": "fs-u-gap-x-md-5",
361
- "gap-x-sm-0": "fs-u-gap-x-sm-0",
362
- "gap-x-sm-1": "fs-u-gap-x-sm-1",
363
- "gap-x-sm-2": "fs-u-gap-x-sm-2",
364
- "gap-x-sm-3": "fs-u-gap-x-sm-3",
365
- "gap-x-sm-4": "fs-u-gap-x-sm-4",
366
- "gap-x-sm-5": "fs-u-gap-x-sm-5",
367
- "gap-x-xl-0": "fs-u-gap-x-xl-0",
368
- "gap-x-xl-1": "fs-u-gap-x-xl-1",
369
- "gap-x-xl-2": "fs-u-gap-x-xl-2",
370
- "gap-x-xl-3": "fs-u-gap-x-xl-3",
371
- "gap-x-xl-4": "fs-u-gap-x-xl-4",
372
- "gap-x-xl-5": "fs-u-gap-x-xl-5",
373
- "gap-x-xxl-0": "fs-u-gap-x-xxl-0",
374
- "gap-x-xxl-1": "fs-u-gap-x-xxl-1",
375
- "gap-x-xxl-2": "fs-u-gap-x-xxl-2",
376
- "gap-x-xxl-3": "fs-u-gap-x-xxl-3",
377
- "gap-x-xxl-4": "fs-u-gap-x-xxl-4",
378
- "gap-x-xxl-5": "fs-u-gap-x-xxl-5",
379
- "gap-x-xxxl-0": "fs-u-gap-x-xxxl-0",
380
- "gap-x-xxxl-1": "fs-u-gap-x-xxxl-1",
381
- "gap-x-xxxl-2": "fs-u-gap-x-xxxl-2",
382
- "gap-x-xxxl-3": "fs-u-gap-x-xxxl-3",
383
- "gap-x-xxxl-4": "fs-u-gap-x-xxxl-4",
384
- "gap-x-xxxl-5": "fs-u-gap-x-xxxl-5",
385
- "gap-xl-0": "fs-u-gap-xl-0",
386
- "gap-xl-1": "fs-u-gap-xl-1",
387
- "gap-xl-2": "fs-u-gap-xl-2",
388
- "gap-xl-3": "fs-u-gap-xl-3",
389
- "gap-xl-4": "fs-u-gap-xl-4",
390
- "gap-xl-5": "fs-u-gap-xl-5",
391
- "gap-xxl-0": "fs-u-gap-xxl-0",
392
- "gap-xxl-1": "fs-u-gap-xxl-1",
393
- "gap-xxl-2": "fs-u-gap-xxl-2",
394
- "gap-xxl-3": "fs-u-gap-xxl-3",
395
- "gap-xxl-4": "fs-u-gap-xxl-4",
396
- "gap-xxl-5": "fs-u-gap-xxl-5",
397
- "gap-xxxl-0": "fs-u-gap-xxxl-0",
398
- "gap-xxxl-1": "fs-u-gap-xxxl-1",
399
- "gap-xxxl-2": "fs-u-gap-xxxl-2",
400
- "gap-xxxl-3": "fs-u-gap-xxxl-3",
401
- "gap-xxxl-4": "fs-u-gap-xxxl-4",
402
- "gap-xxxl-5": "fs-u-gap-xxxl-5",
403
- "gap-y-0": "fs-u-gap-y-0",
404
- "gap-y-1": "fs-u-gap-y-1",
405
- "gap-y-2": "fs-u-gap-y-2",
406
- "gap-y-3": "fs-u-gap-y-3",
407
- "gap-y-4": "fs-u-gap-y-4",
408
- "gap-y-5": "fs-u-gap-y-5",
409
- "gap-y-lg-0": "fs-u-gap-y-lg-0",
410
- "gap-y-lg-1": "fs-u-gap-y-lg-1",
411
- "gap-y-lg-2": "fs-u-gap-y-lg-2",
412
- "gap-y-lg-3": "fs-u-gap-y-lg-3",
413
- "gap-y-lg-4": "fs-u-gap-y-lg-4",
414
- "gap-y-lg-5": "fs-u-gap-y-lg-5",
415
- "gap-y-md-0": "fs-u-gap-y-md-0",
416
- "gap-y-md-1": "fs-u-gap-y-md-1",
417
- "gap-y-md-2": "fs-u-gap-y-md-2",
418
- "gap-y-md-3": "fs-u-gap-y-md-3",
419
- "gap-y-md-4": "fs-u-gap-y-md-4",
420
- "gap-y-md-5": "fs-u-gap-y-md-5",
421
- "gap-y-sm-0": "fs-u-gap-y-sm-0",
422
- "gap-y-sm-1": "fs-u-gap-y-sm-1",
423
- "gap-y-sm-2": "fs-u-gap-y-sm-2",
424
- "gap-y-sm-3": "fs-u-gap-y-sm-3",
425
- "gap-y-sm-4": "fs-u-gap-y-sm-4",
426
- "gap-y-sm-5": "fs-u-gap-y-sm-5",
427
- "gap-y-xl-0": "fs-u-gap-y-xl-0",
428
- "gap-y-xl-1": "fs-u-gap-y-xl-1",
429
- "gap-y-xl-2": "fs-u-gap-y-xl-2",
430
- "gap-y-xl-3": "fs-u-gap-y-xl-3",
431
- "gap-y-xl-4": "fs-u-gap-y-xl-4",
432
- "gap-y-xl-5": "fs-u-gap-y-xl-5",
433
- "gap-y-xxl-0": "fs-u-gap-y-xxl-0",
434
- "gap-y-xxl-1": "fs-u-gap-y-xxl-1",
435
- "gap-y-xxl-2": "fs-u-gap-y-xxl-2",
436
- "gap-y-xxl-3": "fs-u-gap-y-xxl-3",
437
- "gap-y-xxl-4": "fs-u-gap-y-xxl-4",
438
- "gap-y-xxl-5": "fs-u-gap-y-xxl-5",
439
- "gap-y-xxxl-0": "fs-u-gap-y-xxxl-0",
440
- "gap-y-xxxl-1": "fs-u-gap-y-xxxl-1",
441
- "gap-y-xxxl-2": "fs-u-gap-y-xxxl-2",
442
- "gap-y-xxxl-3": "fs-u-gap-y-xxxl-3",
443
- "gap-y-xxxl-4": "fs-u-gap-y-xxxl-4",
444
- "gap-y-xxxl-5": "fs-u-gap-y-xxxl-5",
445
- "gx-0": "fs-u-gx-0",
446
- "gx-1": "fs-u-gx-1",
447
- "gx-2": "fs-u-gx-2",
448
- "gx-3": "fs-u-gx-3",
449
- "gx-4": "fs-u-gx-4",
450
- "gx-5": "fs-u-gx-5",
451
- "gx-lg-0": "fs-u-gx-lg-0",
452
- "gx-lg-1": "fs-u-gx-lg-1",
453
- "gx-lg-2": "fs-u-gx-lg-2",
454
- "gx-lg-3": "fs-u-gx-lg-3",
455
- "gx-lg-4": "fs-u-gx-lg-4",
456
- "gx-lg-5": "fs-u-gx-lg-5",
457
- "gx-md-0": "fs-u-gx-md-0",
458
- "gx-md-1": "fs-u-gx-md-1",
459
- "gx-md-2": "fs-u-gx-md-2",
460
- "gx-md-3": "fs-u-gx-md-3",
461
- "gx-md-4": "fs-u-gx-md-4",
462
- "gx-md-5": "fs-u-gx-md-5",
463
- "gx-sm-0": "fs-u-gx-sm-0",
464
- "gx-sm-1": "fs-u-gx-sm-1",
465
- "gx-sm-2": "fs-u-gx-sm-2",
466
- "gx-sm-3": "fs-u-gx-sm-3",
467
- "gx-sm-4": "fs-u-gx-sm-4",
468
- "gx-sm-5": "fs-u-gx-sm-5",
469
- "gx-xl-0": "fs-u-gx-xl-0",
470
- "gx-xl-1": "fs-u-gx-xl-1",
471
- "gx-xl-2": "fs-u-gx-xl-2",
472
- "gx-xl-3": "fs-u-gx-xl-3",
473
- "gx-xl-4": "fs-u-gx-xl-4",
474
- "gx-xl-5": "fs-u-gx-xl-5",
475
- "gx-xxl-0": "fs-u-gx-xxl-0",
476
- "gx-xxl-1": "fs-u-gx-xxl-1",
477
- "gx-xxl-2": "fs-u-gx-xxl-2",
478
- "gx-xxl-3": "fs-u-gx-xxl-3",
479
- "gx-xxl-4": "fs-u-gx-xxl-4",
480
- "gx-xxl-5": "fs-u-gx-xxl-5",
481
- "gx-xxxl-0": "fs-u-gx-xxxl-0",
482
- "gx-xxxl-1": "fs-u-gx-xxxl-1",
483
- "gx-xxxl-2": "fs-u-gx-xxxl-2",
484
- "gx-xxxl-3": "fs-u-gx-xxxl-3",
485
- "gx-xxxl-4": "fs-u-gx-xxxl-4",
486
- "gx-xxxl-5": "fs-u-gx-xxxl-5",
487
- "gy-0": "fs-u-gy-0",
488
- "gy-1": "fs-u-gy-1",
489
- "gy-2": "fs-u-gy-2",
490
- "gy-3": "fs-u-gy-3",
491
- "gy-4": "fs-u-gy-4",
492
- "gy-5": "fs-u-gy-5",
493
- "gy-lg-0": "fs-u-gy-lg-0",
494
- "gy-lg-1": "fs-u-gy-lg-1",
495
- "gy-lg-2": "fs-u-gy-lg-2",
496
- "gy-lg-3": "fs-u-gy-lg-3",
497
- "gy-lg-4": "fs-u-gy-lg-4",
498
- "gy-lg-5": "fs-u-gy-lg-5",
499
- "gy-md-0": "fs-u-gy-md-0",
500
- "gy-md-1": "fs-u-gy-md-1",
501
- "gy-md-2": "fs-u-gy-md-2",
502
- "gy-md-3": "fs-u-gy-md-3",
503
- "gy-md-4": "fs-u-gy-md-4",
504
- "gy-md-5": "fs-u-gy-md-5",
505
- "gy-sm-0": "fs-u-gy-sm-0",
506
- "gy-sm-1": "fs-u-gy-sm-1",
507
- "gy-sm-2": "fs-u-gy-sm-2",
508
- "gy-sm-3": "fs-u-gy-sm-3",
509
- "gy-sm-4": "fs-u-gy-sm-4",
510
- "gy-sm-5": "fs-u-gy-sm-5",
511
- "gy-xl-0": "fs-u-gy-xl-0",
512
- "gy-xl-1": "fs-u-gy-xl-1",
513
- "gy-xl-2": "fs-u-gy-xl-2",
514
- "gy-xl-3": "fs-u-gy-xl-3",
515
- "gy-xl-4": "fs-u-gy-xl-4",
516
- "gy-xl-5": "fs-u-gy-xl-5",
517
- "gy-xxl-0": "fs-u-gy-xxl-0",
518
- "gy-xxl-1": "fs-u-gy-xxl-1",
519
- "gy-xxl-2": "fs-u-gy-xxl-2",
520
- "gy-xxl-3": "fs-u-gy-xxl-3",
521
- "gy-xxl-4": "fs-u-gy-xxl-4",
522
- "gy-xxl-5": "fs-u-gy-xxl-5",
523
- "gy-xxxl-0": "fs-u-gy-xxxl-0",
524
- "gy-xxxl-1": "fs-u-gy-xxxl-1",
525
- "gy-xxxl-2": "fs-u-gy-xxxl-2",
526
- "gy-xxxl-3": "fs-u-gy-xxxl-3",
527
- "gy-xxxl-4": "fs-u-gy-xxxl-4",
528
- "gy-xxxl-5": "fs-u-gy-xxxl-5",
529
- "input-group": "fs-input-group",
530
- "input-group-lg": "fs-input-group-lg",
531
- "input-group-sm": "fs-input-group-sm",
532
- "input-group-text": "fs-input-group-text",
533
- "invalid-feedback": "fs-invalid-feedback",
534
- "invisible": "fs-u-invisible",
535
- "justify-content-around": "fs-u-justify-content-around",
536
- "justify-content-between": "fs-u-justify-content-between",
537
- "justify-content-center": "fs-u-justify-content-center",
538
- "justify-content-end": "fs-u-justify-content-end",
539
- "justify-content-lg-around": "fs-u-justify-content-lg-around",
540
- "justify-content-lg-between": "fs-u-justify-content-lg-between",
541
- "justify-content-lg-center": "fs-u-justify-content-lg-center",
542
- "justify-content-lg-end": "fs-u-justify-content-lg-end",
543
- "justify-content-lg-start": "fs-u-justify-content-lg-start",
544
- "justify-content-md-around": "fs-u-justify-content-md-around",
545
- "justify-content-md-between": "fs-u-justify-content-md-between",
546
- "justify-content-md-center": "fs-u-justify-content-md-center",
547
- "justify-content-md-end": "fs-u-justify-content-md-end",
548
- "justify-content-md-start": "fs-u-justify-content-md-start",
549
- "justify-content-sm-around": "fs-u-justify-content-sm-around",
550
- "justify-content-sm-between": "fs-u-justify-content-sm-between",
551
- "justify-content-sm-center": "fs-u-justify-content-sm-center",
552
- "justify-content-sm-end": "fs-u-justify-content-sm-end",
553
- "justify-content-sm-start": "fs-u-justify-content-sm-start",
554
- "justify-content-start": "fs-u-justify-content-start",
555
- "justify-content-xl-around": "fs-u-justify-content-xl-around",
556
- "justify-content-xl-between": "fs-u-justify-content-xl-between",
557
- "justify-content-xl-center": "fs-u-justify-content-xl-center",
558
- "justify-content-xl-end": "fs-u-justify-content-xl-end",
559
- "justify-content-xl-start": "fs-u-justify-content-xl-start",
560
- "justify-content-xxl-around": "fs-u-justify-content-xxl-around",
561
- "justify-content-xxl-between": "fs-u-justify-content-xxl-between",
562
- "justify-content-xxl-center": "fs-u-justify-content-xxl-center",
563
- "justify-content-xxl-end": "fs-u-justify-content-xxl-end",
564
- "justify-content-xxl-start": "fs-u-justify-content-xxl-start",
565
- "justify-content-xxxl-around": "fs-u-justify-content-xxxl-around",
566
- "justify-content-xxxl-between": "fs-u-justify-content-xxxl-between",
567
- "justify-content-xxxl-center": "fs-u-justify-content-xxxl-center",
568
- "justify-content-xxxl-end": "fs-u-justify-content-xxxl-end",
569
- "justify-content-xxxl-start": "fs-u-justify-content-xxxl-start",
570
- "m-0": "fs-u-m-0",
571
- "m-1": "fs-u-m-1",
572
- "m-2": "fs-u-m-2",
573
- "m-3": "fs-u-m-3",
574
- "m-4": "fs-u-m-4",
575
- "m-5": "fs-u-m-5",
576
- "m-auto": "fs-u-m-auto",
577
- "m-lg-0": "fs-u-m-lg-0",
578
- "m-lg-1": "fs-u-m-lg-1",
579
- "m-lg-2": "fs-u-m-lg-2",
580
- "m-lg-3": "fs-u-m-lg-3",
581
- "m-lg-4": "fs-u-m-lg-4",
582
- "m-lg-5": "fs-u-m-lg-5",
583
- "m-lg-auto": "fs-u-m-lg-auto",
584
- "m-md-0": "fs-u-m-md-0",
585
- "m-md-1": "fs-u-m-md-1",
586
- "m-md-2": "fs-u-m-md-2",
587
- "m-md-3": "fs-u-m-md-3",
588
- "m-md-4": "fs-u-m-md-4",
589
- "m-md-5": "fs-u-m-md-5",
590
- "m-md-auto": "fs-u-m-md-auto",
591
- "m-sm-0": "fs-u-m-sm-0",
592
- "m-sm-1": "fs-u-m-sm-1",
593
- "m-sm-2": "fs-u-m-sm-2",
594
- "m-sm-3": "fs-u-m-sm-3",
595
- "m-sm-4": "fs-u-m-sm-4",
596
- "m-sm-5": "fs-u-m-sm-5",
597
- "m-sm-auto": "fs-u-m-sm-auto",
598
- "m-xl-0": "fs-u-m-xl-0",
599
- "m-xl-1": "fs-u-m-xl-1",
600
- "m-xl-2": "fs-u-m-xl-2",
601
- "m-xl-3": "fs-u-m-xl-3",
602
- "m-xl-4": "fs-u-m-xl-4",
603
- "m-xl-5": "fs-u-m-xl-5",
604
- "m-xl-auto": "fs-u-m-xl-auto",
605
- "m-xxl-0": "fs-u-m-xxl-0",
606
- "m-xxl-1": "fs-u-m-xxl-1",
607
- "m-xxl-2": "fs-u-m-xxl-2",
608
- "m-xxl-3": "fs-u-m-xxl-3",
609
- "m-xxl-4": "fs-u-m-xxl-4",
610
- "m-xxl-5": "fs-u-m-xxl-5",
611
- "m-xxl-auto": "fs-u-m-xxl-auto",
612
- "m-xxxl-0": "fs-u-m-xxxl-0",
613
- "m-xxxl-1": "fs-u-m-xxxl-1",
614
- "m-xxxl-2": "fs-u-m-xxxl-2",
615
- "m-xxxl-3": "fs-u-m-xxxl-3",
616
- "m-xxxl-4": "fs-u-m-xxxl-4",
617
- "m-xxxl-5": "fs-u-m-xxxl-5",
618
- "m-xxxl-auto": "fs-u-m-xxxl-auto",
619
- "mb-0": "fs-u-mb-0",
620
- "mb-1": "fs-u-mb-1",
621
- "mb-2": "fs-u-mb-2",
622
- "mb-3": "fs-u-mb-3",
623
- "mb-4": "fs-u-mb-4",
624
- "mb-5": "fs-u-mb-5",
625
- "mb-auto": "fs-u-mb-auto",
626
- "mb-lg-0": "fs-u-mb-lg-0",
627
- "mb-lg-1": "fs-u-mb-lg-1",
628
- "mb-lg-2": "fs-u-mb-lg-2",
629
- "mb-lg-3": "fs-u-mb-lg-3",
630
- "mb-lg-4": "fs-u-mb-lg-4",
631
- "mb-lg-5": "fs-u-mb-lg-5",
632
- "mb-lg-auto": "fs-u-mb-lg-auto",
633
- "mb-md-0": "fs-u-mb-md-0",
634
- "mb-md-1": "fs-u-mb-md-1",
635
- "mb-md-2": "fs-u-mb-md-2",
636
- "mb-md-3": "fs-u-mb-md-3",
637
- "mb-md-4": "fs-u-mb-md-4",
638
- "mb-md-5": "fs-u-mb-md-5",
639
- "mb-md-auto": "fs-u-mb-md-auto",
640
- "mb-sm-0": "fs-u-mb-sm-0",
641
- "mb-sm-1": "fs-u-mb-sm-1",
642
- "mb-sm-2": "fs-u-mb-sm-2",
643
- "mb-sm-3": "fs-u-mb-sm-3",
644
- "mb-sm-4": "fs-u-mb-sm-4",
645
- "mb-sm-5": "fs-u-mb-sm-5",
646
- "mb-sm-auto": "fs-u-mb-sm-auto",
647
- "mb-xl-0": "fs-u-mb-xl-0",
648
- "mb-xl-1": "fs-u-mb-xl-1",
649
- "mb-xl-2": "fs-u-mb-xl-2",
650
- "mb-xl-3": "fs-u-mb-xl-3",
651
- "mb-xl-4": "fs-u-mb-xl-4",
652
- "mb-xl-5": "fs-u-mb-xl-5",
653
- "mb-xl-auto": "fs-u-mb-xl-auto",
654
- "mb-xxl-0": "fs-u-mb-xxl-0",
655
- "mb-xxl-1": "fs-u-mb-xxl-1",
656
- "mb-xxl-2": "fs-u-mb-xxl-2",
657
- "mb-xxl-3": "fs-u-mb-xxl-3",
658
- "mb-xxl-4": "fs-u-mb-xxl-4",
659
- "mb-xxl-5": "fs-u-mb-xxl-5",
660
- "mb-xxl-auto": "fs-u-mb-xxl-auto",
661
- "mb-xxxl-0": "fs-u-mb-xxxl-0",
662
- "mb-xxxl-1": "fs-u-mb-xxxl-1",
663
- "mb-xxxl-2": "fs-u-mb-xxxl-2",
664
- "mb-xxxl-3": "fs-u-mb-xxxl-3",
665
- "mb-xxxl-4": "fs-u-mb-xxxl-4",
666
- "mb-xxxl-5": "fs-u-mb-xxxl-5",
667
- "mb-xxxl-auto": "fs-u-mb-xxxl-auto",
668
- "ml-0": "fs-u-ml-0",
669
- "ml-1": "fs-u-ml-1",
670
- "ml-2": "fs-u-ml-2",
671
- "ml-3": "fs-u-ml-3",
672
- "ml-4": "fs-u-ml-4",
673
- "ml-5": "fs-u-ml-5",
674
- "ml-auto": "fs-u-ml-auto",
675
- "ml-lg-0": "fs-u-ml-lg-0",
676
- "ml-lg-1": "fs-u-ml-lg-1",
677
- "ml-lg-2": "fs-u-ml-lg-2",
678
- "ml-lg-3": "fs-u-ml-lg-3",
679
- "ml-lg-4": "fs-u-ml-lg-4",
680
- "ml-lg-5": "fs-u-ml-lg-5",
681
- "ml-lg-auto": "fs-u-ml-lg-auto",
682
- "ml-md-0": "fs-u-ml-md-0",
683
- "ml-md-1": "fs-u-ml-md-1",
684
- "ml-md-2": "fs-u-ml-md-2",
685
- "ml-md-3": "fs-u-ml-md-3",
686
- "ml-md-4": "fs-u-ml-md-4",
687
- "ml-md-5": "fs-u-ml-md-5",
688
- "ml-md-auto": "fs-u-ml-md-auto",
689
- "ml-sm-0": "fs-u-ml-sm-0",
690
- "ml-sm-1": "fs-u-ml-sm-1",
691
- "ml-sm-2": "fs-u-ml-sm-2",
692
- "ml-sm-3": "fs-u-ml-sm-3",
693
- "ml-sm-4": "fs-u-ml-sm-4",
694
- "ml-sm-5": "fs-u-ml-sm-5",
695
- "ml-sm-auto": "fs-u-ml-sm-auto",
696
- "ml-xl-0": "fs-u-ml-xl-0",
697
- "ml-xl-1": "fs-u-ml-xl-1",
698
- "ml-xl-2": "fs-u-ml-xl-2",
699
- "ml-xl-3": "fs-u-ml-xl-3",
700
- "ml-xl-4": "fs-u-ml-xl-4",
701
- "ml-xl-5": "fs-u-ml-xl-5",
702
- "ml-xl-auto": "fs-u-ml-xl-auto",
703
- "ml-xxl-0": "fs-u-ml-xxl-0",
704
- "ml-xxl-1": "fs-u-ml-xxl-1",
705
- "ml-xxl-2": "fs-u-ml-xxl-2",
706
- "ml-xxl-3": "fs-u-ml-xxl-3",
707
- "ml-xxl-4": "fs-u-ml-xxl-4",
708
- "ml-xxl-5": "fs-u-ml-xxl-5",
709
- "ml-xxl-auto": "fs-u-ml-xxl-auto",
710
- "ml-xxxl-0": "fs-u-ml-xxxl-0",
711
- "ml-xxxl-1": "fs-u-ml-xxxl-1",
712
- "ml-xxxl-2": "fs-u-ml-xxxl-2",
713
- "ml-xxxl-3": "fs-u-ml-xxxl-3",
714
- "ml-xxxl-4": "fs-u-ml-xxxl-4",
715
- "ml-xxxl-5": "fs-u-ml-xxxl-5",
716
- "ml-xxxl-auto": "fs-u-ml-xxxl-auto",
717
- "modal": "fs-modal",
718
- "modal-body": "fs-modal-body",
719
- "modal-content": "fs-modal-content",
720
- "modal-dialog": "fs-modal-dialog",
721
- "modal-footer": "fs-modal-footer",
722
- "modal-header": "fs-modal-header",
723
- "modal-lg": "fs-modal-lg",
724
- "modal-sm": "fs-modal-sm",
725
- "modal-title": "fs-modal-title",
726
- "mr-0": "fs-u-mr-0",
727
- "mr-1": "fs-u-mr-1",
728
- "mr-2": "fs-u-mr-2",
729
- "mr-3": "fs-u-mr-3",
730
- "mr-4": "fs-u-mr-4",
731
- "mr-5": "fs-u-mr-5",
732
- "mr-auto": "fs-u-mr-auto",
733
- "mr-lg-0": "fs-u-mr-lg-0",
734
- "mr-lg-1": "fs-u-mr-lg-1",
735
- "mr-lg-2": "fs-u-mr-lg-2",
736
- "mr-lg-3": "fs-u-mr-lg-3",
737
- "mr-lg-4": "fs-u-mr-lg-4",
738
- "mr-lg-5": "fs-u-mr-lg-5",
739
- "mr-lg-auto": "fs-u-mr-lg-auto",
740
- "mr-md-0": "fs-u-mr-md-0",
741
- "mr-md-1": "fs-u-mr-md-1",
742
- "mr-md-2": "fs-u-mr-md-2",
743
- "mr-md-3": "fs-u-mr-md-3",
744
- "mr-md-4": "fs-u-mr-md-4",
745
- "mr-md-5": "fs-u-mr-md-5",
746
- "mr-md-auto": "fs-u-mr-md-auto",
747
- "mr-sm-0": "fs-u-mr-sm-0",
748
- "mr-sm-1": "fs-u-mr-sm-1",
749
- "mr-sm-2": "fs-u-mr-sm-2",
750
- "mr-sm-3": "fs-u-mr-sm-3",
751
- "mr-sm-4": "fs-u-mr-sm-4",
752
- "mr-sm-5": "fs-u-mr-sm-5",
753
- "mr-sm-auto": "fs-u-mr-sm-auto",
754
- "mr-xl-0": "fs-u-mr-xl-0",
755
- "mr-xl-1": "fs-u-mr-xl-1",
756
- "mr-xl-2": "fs-u-mr-xl-2",
757
- "mr-xl-3": "fs-u-mr-xl-3",
758
- "mr-xl-4": "fs-u-mr-xl-4",
759
- "mr-xl-5": "fs-u-mr-xl-5",
760
- "mr-xl-auto": "fs-u-mr-xl-auto",
761
- "mr-xxl-0": "fs-u-mr-xxl-0",
762
- "mr-xxl-1": "fs-u-mr-xxl-1",
763
- "mr-xxl-2": "fs-u-mr-xxl-2",
764
- "mr-xxl-3": "fs-u-mr-xxl-3",
765
- "mr-xxl-4": "fs-u-mr-xxl-4",
766
- "mr-xxl-5": "fs-u-mr-xxl-5",
767
- "mr-xxl-auto": "fs-u-mr-xxl-auto",
768
- "mr-xxxl-0": "fs-u-mr-xxxl-0",
769
- "mr-xxxl-1": "fs-u-mr-xxxl-1",
770
- "mr-xxxl-2": "fs-u-mr-xxxl-2",
771
- "mr-xxxl-3": "fs-u-mr-xxxl-3",
772
- "mr-xxxl-4": "fs-u-mr-xxxl-4",
773
- "mr-xxxl-5": "fs-u-mr-xxxl-5",
774
- "mr-xxxl-auto": "fs-u-mr-xxxl-auto",
775
- "mt-0": "fs-u-mt-0",
776
- "mt-1": "fs-u-mt-1",
777
- "mt-2": "fs-u-mt-2",
778
- "mt-3": "fs-u-mt-3",
779
- "mt-4": "fs-u-mt-4",
780
- "mt-5": "fs-u-mt-5",
781
- "mt-auto": "fs-u-mt-auto",
782
- "mt-lg-0": "fs-u-mt-lg-0",
783
- "mt-lg-1": "fs-u-mt-lg-1",
784
- "mt-lg-2": "fs-u-mt-lg-2",
785
- "mt-lg-3": "fs-u-mt-lg-3",
786
- "mt-lg-4": "fs-u-mt-lg-4",
787
- "mt-lg-5": "fs-u-mt-lg-5",
788
- "mt-lg-auto": "fs-u-mt-lg-auto",
789
- "mt-md-0": "fs-u-mt-md-0",
790
- "mt-md-1": "fs-u-mt-md-1",
791
- "mt-md-2": "fs-u-mt-md-2",
792
- "mt-md-3": "fs-u-mt-md-3",
793
- "mt-md-4": "fs-u-mt-md-4",
794
- "mt-md-5": "fs-u-mt-md-5",
795
- "mt-md-auto": "fs-u-mt-md-auto",
796
- "mt-sm-0": "fs-u-mt-sm-0",
797
- "mt-sm-1": "fs-u-mt-sm-1",
798
- "mt-sm-2": "fs-u-mt-sm-2",
799
- "mt-sm-3": "fs-u-mt-sm-3",
800
- "mt-sm-4": "fs-u-mt-sm-4",
801
- "mt-sm-5": "fs-u-mt-sm-5",
802
- "mt-sm-auto": "fs-u-mt-sm-auto",
803
- "mt-xl-0": "fs-u-mt-xl-0",
804
- "mt-xl-1": "fs-u-mt-xl-1",
805
- "mt-xl-2": "fs-u-mt-xl-2",
806
- "mt-xl-3": "fs-u-mt-xl-3",
807
- "mt-xl-4": "fs-u-mt-xl-4",
808
- "mt-xl-5": "fs-u-mt-xl-5",
809
- "mt-xl-auto": "fs-u-mt-xl-auto",
810
- "mt-xxl-0": "fs-u-mt-xxl-0",
811
- "mt-xxl-1": "fs-u-mt-xxl-1",
812
- "mt-xxl-2": "fs-u-mt-xxl-2",
813
- "mt-xxl-3": "fs-u-mt-xxl-3",
814
- "mt-xxl-4": "fs-u-mt-xxl-4",
815
- "mt-xxl-5": "fs-u-mt-xxl-5",
816
- "mt-xxl-auto": "fs-u-mt-xxl-auto",
817
- "mt-xxxl-0": "fs-u-mt-xxxl-0",
818
- "mt-xxxl-1": "fs-u-mt-xxxl-1",
819
- "mt-xxxl-2": "fs-u-mt-xxxl-2",
820
- "mt-xxxl-3": "fs-u-mt-xxxl-3",
821
- "mt-xxxl-4": "fs-u-mt-xxxl-4",
822
- "mt-xxxl-5": "fs-u-mt-xxxl-5",
823
- "mt-xxxl-auto": "fs-u-mt-xxxl-auto",
824
- "mx-0": "fs-u-mx-0",
825
- "mx-1": "fs-u-mx-1",
826
- "mx-2": "fs-u-mx-2",
827
- "mx-3": "fs-u-mx-3",
828
- "mx-4": "fs-u-mx-4",
829
- "mx-5": "fs-u-mx-5",
830
- "mx-auto": "fs-u-mx-auto",
831
- "mx-lg-0": "fs-u-mx-lg-0",
832
- "mx-lg-1": "fs-u-mx-lg-1",
833
- "mx-lg-2": "fs-u-mx-lg-2",
834
- "mx-lg-3": "fs-u-mx-lg-3",
835
- "mx-lg-4": "fs-u-mx-lg-4",
836
- "mx-lg-5": "fs-u-mx-lg-5",
837
- "mx-lg-auto": "fs-u-mx-lg-auto",
838
- "mx-md-0": "fs-u-mx-md-0",
839
- "mx-md-1": "fs-u-mx-md-1",
840
- "mx-md-2": "fs-u-mx-md-2",
841
- "mx-md-3": "fs-u-mx-md-3",
842
- "mx-md-4": "fs-u-mx-md-4",
843
- "mx-md-5": "fs-u-mx-md-5",
844
- "mx-md-auto": "fs-u-mx-md-auto",
845
- "mx-sm-0": "fs-u-mx-sm-0",
846
- "mx-sm-1": "fs-u-mx-sm-1",
847
- "mx-sm-2": "fs-u-mx-sm-2",
848
- "mx-sm-3": "fs-u-mx-sm-3",
849
- "mx-sm-4": "fs-u-mx-sm-4",
850
- "mx-sm-5": "fs-u-mx-sm-5",
851
- "mx-sm-auto": "fs-u-mx-sm-auto",
852
- "mx-xl-0": "fs-u-mx-xl-0",
853
- "mx-xl-1": "fs-u-mx-xl-1",
854
- "mx-xl-2": "fs-u-mx-xl-2",
855
- "mx-xl-3": "fs-u-mx-xl-3",
856
- "mx-xl-4": "fs-u-mx-xl-4",
857
- "mx-xl-5": "fs-u-mx-xl-5",
858
- "mx-xl-auto": "fs-u-mx-xl-auto",
859
- "mx-xxl-0": "fs-u-mx-xxl-0",
860
- "mx-xxl-1": "fs-u-mx-xxl-1",
861
- "mx-xxl-2": "fs-u-mx-xxl-2",
862
- "mx-xxl-3": "fs-u-mx-xxl-3",
863
- "mx-xxl-4": "fs-u-mx-xxl-4",
864
- "mx-xxl-5": "fs-u-mx-xxl-5",
865
- "mx-xxl-auto": "fs-u-mx-xxl-auto",
866
- "mx-xxxl-0": "fs-u-mx-xxxl-0",
867
- "mx-xxxl-1": "fs-u-mx-xxxl-1",
868
- "mx-xxxl-2": "fs-u-mx-xxxl-2",
869
- "mx-xxxl-3": "fs-u-mx-xxxl-3",
870
- "mx-xxxl-4": "fs-u-mx-xxxl-4",
871
- "mx-xxxl-5": "fs-u-mx-xxxl-5",
872
- "mx-xxxl-auto": "fs-u-mx-xxxl-auto",
873
- "my-0": "fs-u-my-0",
874
- "my-1": "fs-u-my-1",
875
- "my-2": "fs-u-my-2",
876
- "my-3": "fs-u-my-3",
877
- "my-4": "fs-u-my-4",
878
- "my-5": "fs-u-my-5",
879
- "my-auto": "fs-u-my-auto",
880
- "my-lg-0": "fs-u-my-lg-0",
881
- "my-lg-1": "fs-u-my-lg-1",
882
- "my-lg-2": "fs-u-my-lg-2",
883
- "my-lg-3": "fs-u-my-lg-3",
884
- "my-lg-4": "fs-u-my-lg-4",
885
- "my-lg-5": "fs-u-my-lg-5",
886
- "my-lg-auto": "fs-u-my-lg-auto",
887
- "my-md-0": "fs-u-my-md-0",
888
- "my-md-1": "fs-u-my-md-1",
889
- "my-md-2": "fs-u-my-md-2",
890
- "my-md-3": "fs-u-my-md-3",
891
- "my-md-4": "fs-u-my-md-4",
892
- "my-md-5": "fs-u-my-md-5",
893
- "my-md-auto": "fs-u-my-md-auto",
894
- "my-sm-0": "fs-u-my-sm-0",
895
- "my-sm-1": "fs-u-my-sm-1",
896
- "my-sm-2": "fs-u-my-sm-2",
897
- "my-sm-3": "fs-u-my-sm-3",
898
- "my-sm-4": "fs-u-my-sm-4",
899
- "my-sm-5": "fs-u-my-sm-5",
900
- "my-sm-auto": "fs-u-my-sm-auto",
901
- "my-xl-0": "fs-u-my-xl-0",
902
- "my-xl-1": "fs-u-my-xl-1",
903
- "my-xl-2": "fs-u-my-xl-2",
904
- "my-xl-3": "fs-u-my-xl-3",
905
- "my-xl-4": "fs-u-my-xl-4",
906
- "my-xl-5": "fs-u-my-xl-5",
907
- "my-xl-auto": "fs-u-my-xl-auto",
908
- "my-xxl-0": "fs-u-my-xxl-0",
909
- "my-xxl-1": "fs-u-my-xxl-1",
910
- "my-xxl-2": "fs-u-my-xxl-2",
911
- "my-xxl-3": "fs-u-my-xxl-3",
912
- "my-xxl-4": "fs-u-my-xxl-4",
913
- "my-xxl-5": "fs-u-my-xxl-5",
914
- "my-xxl-auto": "fs-u-my-xxl-auto",
915
- "my-xxxl-0": "fs-u-my-xxxl-0",
916
- "my-xxxl-1": "fs-u-my-xxxl-1",
917
- "my-xxxl-2": "fs-u-my-xxxl-2",
918
- "my-xxxl-3": "fs-u-my-xxxl-3",
919
- "my-xxxl-4": "fs-u-my-xxxl-4",
920
- "my-xxxl-5": "fs-u-my-xxxl-5",
921
- "my-xxxl-auto": "fs-u-my-xxxl-auto",
922
- "nav-link": "fs-nav-link",
923
- "navbar": "fs-navbar",
924
- "navbar-brand": "fs-navbar-brand",
925
- "navbar-nav": "fs-navbar-nav",
926
- "notification-badge": "fs-notification-badge",
927
- "notification-center": "fs-notification-center",
928
- "notification-center-header": "fs-notification-center-header",
929
- "notification-center-title": "fs-notification-center-title",
930
- "notification-empty": "fs-notification-empty",
931
- "notification-item": "fs-notification-item",
932
- "notification-item-content": "fs-notification-item-content",
933
- "notification-item-danger": "fs-notification-item-danger",
934
- "notification-item-info": "fs-notification-item-info",
935
- "notification-item-primary": "fs-notification-item-primary",
936
- "notification-item-secondary": "fs-notification-item-secondary",
937
- "notification-item-success": "fs-notification-item-success",
938
- "notification-item-text": "fs-notification-item-text",
939
- "notification-item-time": "fs-notification-item-time",
940
- "notification-item-title": "fs-notification-item-title",
941
- "notification-item-unread": "fs-notification-item-unread",
942
- "notification-item-warning": "fs-notification-item-warning",
943
- "notification-list": "fs-notification-list",
944
- "offcanvas": "fs-offcanvas",
945
- "offcanvas-backdrop": "fs-offcanvas-backdrop",
946
- "offcanvas-body": "fs-offcanvas-body",
947
- "offcanvas-bottom": "fs-offcanvas-bottom",
948
- "offcanvas-end": "fs-offcanvas-end",
949
- "offcanvas-footer": "fs-offcanvas-footer",
950
- "offcanvas-header": "fs-offcanvas-header",
951
- "offcanvas-start": "fs-offcanvas-start",
952
- "offcanvas-title": "fs-offcanvas-title",
953
- "offcanvas-top": "fs-offcanvas-top",
954
- "p-0": "fs-u-p-0",
955
- "p-1": "fs-u-p-1",
956
- "p-2": "fs-u-p-2",
957
- "p-3": "fs-u-p-3",
958
- "p-4": "fs-u-p-4",
959
- "p-5": "fs-u-p-5",
960
- "p-lg-0": "fs-u-p-lg-0",
961
- "p-lg-1": "fs-u-p-lg-1",
962
- "p-lg-2": "fs-u-p-lg-2",
963
- "p-lg-3": "fs-u-p-lg-3",
964
- "p-lg-4": "fs-u-p-lg-4",
965
- "p-lg-5": "fs-u-p-lg-5",
966
- "p-md-0": "fs-u-p-md-0",
967
- "p-md-1": "fs-u-p-md-1",
968
- "p-md-2": "fs-u-p-md-2",
969
- "p-md-3": "fs-u-p-md-3",
970
- "p-md-4": "fs-u-p-md-4",
971
- "p-md-5": "fs-u-p-md-5",
972
- "p-sm-0": "fs-u-p-sm-0",
973
- "p-sm-1": "fs-u-p-sm-1",
974
- "p-sm-2": "fs-u-p-sm-2",
975
- "p-sm-3": "fs-u-p-sm-3",
976
- "p-sm-4": "fs-u-p-sm-4",
977
- "p-sm-5": "fs-u-p-sm-5",
978
- "p-xl-0": "fs-u-p-xl-0",
979
- "p-xl-1": "fs-u-p-xl-1",
980
- "p-xl-2": "fs-u-p-xl-2",
981
- "p-xl-3": "fs-u-p-xl-3",
982
- "p-xl-4": "fs-u-p-xl-4",
983
- "p-xl-5": "fs-u-p-xl-5",
984
- "p-xxl-0": "fs-u-p-xxl-0",
985
- "p-xxl-1": "fs-u-p-xxl-1",
986
- "p-xxl-2": "fs-u-p-xxl-2",
987
- "p-xxl-3": "fs-u-p-xxl-3",
988
- "p-xxl-4": "fs-u-p-xxl-4",
989
- "p-xxl-5": "fs-u-p-xxl-5",
990
- "p-xxxl-0": "fs-u-p-xxxl-0",
991
- "p-xxxl-1": "fs-u-p-xxxl-1",
992
- "p-xxxl-2": "fs-u-p-xxxl-2",
993
- "p-xxxl-3": "fs-u-p-xxxl-3",
994
- "p-xxxl-4": "fs-u-p-xxxl-4",
995
- "p-xxxl-5": "fs-u-p-xxxl-5",
996
- "page-item": "fs-page-item",
997
- "page-link": "fs-page-link",
998
- "pagination": "fs-pagination",
999
- "pb-0": "fs-u-pb-0",
1000
- "pb-1": "fs-u-pb-1",
1001
- "pb-2": "fs-u-pb-2",
1002
- "pb-3": "fs-u-pb-3",
1003
- "pb-4": "fs-u-pb-4",
1004
- "pb-5": "fs-u-pb-5",
1005
- "pb-lg-0": "fs-u-pb-lg-0",
1006
- "pb-lg-1": "fs-u-pb-lg-1",
1007
- "pb-lg-2": "fs-u-pb-lg-2",
1008
- "pb-lg-3": "fs-u-pb-lg-3",
1009
- "pb-lg-4": "fs-u-pb-lg-4",
1010
- "pb-lg-5": "fs-u-pb-lg-5",
1011
- "pb-md-0": "fs-u-pb-md-0",
1012
- "pb-md-1": "fs-u-pb-md-1",
1013
- "pb-md-2": "fs-u-pb-md-2",
1014
- "pb-md-3": "fs-u-pb-md-3",
1015
- "pb-md-4": "fs-u-pb-md-4",
1016
- "pb-md-5": "fs-u-pb-md-5",
1017
- "pb-sm-0": "fs-u-pb-sm-0",
1018
- "pb-sm-1": "fs-u-pb-sm-1",
1019
- "pb-sm-2": "fs-u-pb-sm-2",
1020
- "pb-sm-3": "fs-u-pb-sm-3",
1021
- "pb-sm-4": "fs-u-pb-sm-4",
1022
- "pb-sm-5": "fs-u-pb-sm-5",
1023
- "pb-xl-0": "fs-u-pb-xl-0",
1024
- "pb-xl-1": "fs-u-pb-xl-1",
1025
- "pb-xl-2": "fs-u-pb-xl-2",
1026
- "pb-xl-3": "fs-u-pb-xl-3",
1027
- "pb-xl-4": "fs-u-pb-xl-4",
1028
- "pb-xl-5": "fs-u-pb-xl-5",
1029
- "pb-xxl-0": "fs-u-pb-xxl-0",
1030
- "pb-xxl-1": "fs-u-pb-xxl-1",
1031
- "pb-xxl-2": "fs-u-pb-xxl-2",
1032
- "pb-xxl-3": "fs-u-pb-xxl-3",
1033
- "pb-xxl-4": "fs-u-pb-xxl-4",
1034
- "pb-xxl-5": "fs-u-pb-xxl-5",
1035
- "pb-xxxl-0": "fs-u-pb-xxxl-0",
1036
- "pb-xxxl-1": "fs-u-pb-xxxl-1",
1037
- "pb-xxxl-2": "fs-u-pb-xxxl-2",
1038
- "pb-xxxl-3": "fs-u-pb-xxxl-3",
1039
- "pb-xxxl-4": "fs-u-pb-xxxl-4",
1040
- "pb-xxxl-5": "fs-u-pb-xxxl-5",
1041
- "pl-0": "fs-u-pl-0",
1042
- "pl-1": "fs-u-pl-1",
1043
- "pl-2": "fs-u-pl-2",
1044
- "pl-3": "fs-u-pl-3",
1045
- "pl-4": "fs-u-pl-4",
1046
- "pl-5": "fs-u-pl-5",
1047
- "pl-lg-0": "fs-u-pl-lg-0",
1048
- "pl-lg-1": "fs-u-pl-lg-1",
1049
- "pl-lg-2": "fs-u-pl-lg-2",
1050
- "pl-lg-3": "fs-u-pl-lg-3",
1051
- "pl-lg-4": "fs-u-pl-lg-4",
1052
- "pl-lg-5": "fs-u-pl-lg-5",
1053
- "pl-md-0": "fs-u-pl-md-0",
1054
- "pl-md-1": "fs-u-pl-md-1",
1055
- "pl-md-2": "fs-u-pl-md-2",
1056
- "pl-md-3": "fs-u-pl-md-3",
1057
- "pl-md-4": "fs-u-pl-md-4",
1058
- "pl-md-5": "fs-u-pl-md-5",
1059
- "pl-sm-0": "fs-u-pl-sm-0",
1060
- "pl-sm-1": "fs-u-pl-sm-1",
1061
- "pl-sm-2": "fs-u-pl-sm-2",
1062
- "pl-sm-3": "fs-u-pl-sm-3",
1063
- "pl-sm-4": "fs-u-pl-sm-4",
1064
- "pl-sm-5": "fs-u-pl-sm-5",
1065
- "pl-xl-0": "fs-u-pl-xl-0",
1066
- "pl-xl-1": "fs-u-pl-xl-1",
1067
- "pl-xl-2": "fs-u-pl-xl-2",
1068
- "pl-xl-3": "fs-u-pl-xl-3",
1069
- "pl-xl-4": "fs-u-pl-xl-4",
1070
- "pl-xl-5": "fs-u-pl-xl-5",
1071
- "pl-xxl-0": "fs-u-pl-xxl-0",
1072
- "pl-xxl-1": "fs-u-pl-xxl-1",
1073
- "pl-xxl-2": "fs-u-pl-xxl-2",
1074
- "pl-xxl-3": "fs-u-pl-xxl-3",
1075
- "pl-xxl-4": "fs-u-pl-xxl-4",
1076
- "pl-xxl-5": "fs-u-pl-xxl-5",
1077
- "pl-xxxl-0": "fs-u-pl-xxxl-0",
1078
- "pl-xxxl-1": "fs-u-pl-xxxl-1",
1079
- "pl-xxxl-2": "fs-u-pl-xxxl-2",
1080
- "pl-xxxl-3": "fs-u-pl-xxxl-3",
1081
- "pl-xxxl-4": "fs-u-pl-xxxl-4",
1082
- "pl-xxxl-5": "fs-u-pl-xxxl-5",
1083
- "popover": "fs-popover",
1084
- "popover-arrow": "fs-popover-arrow",
1085
- "popover-body": "fs-popover-body",
1086
- "popover-footer": "fs-popover-footer",
1087
- "popover-header": "fs-popover-header",
1088
- "popover-hover-card": "fs-popover-hover-card",
1089
- "pr-0": "fs-u-pr-0",
1090
- "pr-1": "fs-u-pr-1",
1091
- "pr-2": "fs-u-pr-2",
1092
- "pr-3": "fs-u-pr-3",
1093
- "pr-4": "fs-u-pr-4",
1094
- "pr-5": "fs-u-pr-5",
1095
- "pr-lg-0": "fs-u-pr-lg-0",
1096
- "pr-lg-1": "fs-u-pr-lg-1",
1097
- "pr-lg-2": "fs-u-pr-lg-2",
1098
- "pr-lg-3": "fs-u-pr-lg-3",
1099
- "pr-lg-4": "fs-u-pr-lg-4",
1100
- "pr-lg-5": "fs-u-pr-lg-5",
1101
- "pr-md-0": "fs-u-pr-md-0",
1102
- "pr-md-1": "fs-u-pr-md-1",
1103
- "pr-md-2": "fs-u-pr-md-2",
1104
- "pr-md-3": "fs-u-pr-md-3",
1105
- "pr-md-4": "fs-u-pr-md-4",
1106
- "pr-md-5": "fs-u-pr-md-5",
1107
- "pr-sm-0": "fs-u-pr-sm-0",
1108
- "pr-sm-1": "fs-u-pr-sm-1",
1109
- "pr-sm-2": "fs-u-pr-sm-2",
1110
- "pr-sm-3": "fs-u-pr-sm-3",
1111
- "pr-sm-4": "fs-u-pr-sm-4",
1112
- "pr-sm-5": "fs-u-pr-sm-5",
1113
- "pr-xl-0": "fs-u-pr-xl-0",
1114
- "pr-xl-1": "fs-u-pr-xl-1",
1115
- "pr-xl-2": "fs-u-pr-xl-2",
1116
- "pr-xl-3": "fs-u-pr-xl-3",
1117
- "pr-xl-4": "fs-u-pr-xl-4",
1118
- "pr-xl-5": "fs-u-pr-xl-5",
1119
- "pr-xxl-0": "fs-u-pr-xxl-0",
1120
- "pr-xxl-1": "fs-u-pr-xxl-1",
1121
- "pr-xxl-2": "fs-u-pr-xxl-2",
1122
- "pr-xxl-3": "fs-u-pr-xxl-3",
1123
- "pr-xxl-4": "fs-u-pr-xxl-4",
1124
- "pr-xxl-5": "fs-u-pr-xxl-5",
1125
- "pr-xxxl-0": "fs-u-pr-xxxl-0",
1126
- "pr-xxxl-1": "fs-u-pr-xxxl-1",
1127
- "pr-xxxl-2": "fs-u-pr-xxxl-2",
1128
- "pr-xxxl-3": "fs-u-pr-xxxl-3",
1129
- "pr-xxxl-4": "fs-u-pr-xxxl-4",
1130
- "pr-xxxl-5": "fs-u-pr-xxxl-5",
1131
- "progress": "fs-progress",
1132
- "progress-bar": "fs-progress-bar",
1133
- "progress-bar-animated": "fs-progress-bar-animated",
1134
- "progress-bar-danger": "fs-progress-bar-danger",
1135
- "progress-bar-info": "fs-progress-bar-info",
1136
- "progress-bar-primary": "fs-progress-bar-primary",
1137
- "progress-bar-secondary": "fs-progress-bar-secondary",
1138
- "progress-bar-striped": "fs-progress-bar-striped",
1139
- "progress-bar-success": "fs-progress-bar-success",
1140
- "progress-bar-warning": "fs-progress-bar-warning",
1141
- "progress-lg": "fs-progress-lg",
1142
- "progress-sm": "fs-progress-sm",
1143
- "pt-0": "fs-u-pt-0",
1144
- "pt-1": "fs-u-pt-1",
1145
- "pt-2": "fs-u-pt-2",
1146
- "pt-3": "fs-u-pt-3",
1147
- "pt-4": "fs-u-pt-4",
1148
- "pt-5": "fs-u-pt-5",
1149
- "pt-lg-0": "fs-u-pt-lg-0",
1150
- "pt-lg-1": "fs-u-pt-lg-1",
1151
- "pt-lg-2": "fs-u-pt-lg-2",
1152
- "pt-lg-3": "fs-u-pt-lg-3",
1153
- "pt-lg-4": "fs-u-pt-lg-4",
1154
- "pt-lg-5": "fs-u-pt-lg-5",
1155
- "pt-md-0": "fs-u-pt-md-0",
1156
- "pt-md-1": "fs-u-pt-md-1",
1157
- "pt-md-2": "fs-u-pt-md-2",
1158
- "pt-md-3": "fs-u-pt-md-3",
1159
- "pt-md-4": "fs-u-pt-md-4",
1160
- "pt-md-5": "fs-u-pt-md-5",
1161
- "pt-sm-0": "fs-u-pt-sm-0",
1162
- "pt-sm-1": "fs-u-pt-sm-1",
1163
- "pt-sm-2": "fs-u-pt-sm-2",
1164
- "pt-sm-3": "fs-u-pt-sm-3",
1165
- "pt-sm-4": "fs-u-pt-sm-4",
1166
- "pt-sm-5": "fs-u-pt-sm-5",
1167
- "pt-xl-0": "fs-u-pt-xl-0",
1168
- "pt-xl-1": "fs-u-pt-xl-1",
1169
- "pt-xl-2": "fs-u-pt-xl-2",
1170
- "pt-xl-3": "fs-u-pt-xl-3",
1171
- "pt-xl-4": "fs-u-pt-xl-4",
1172
- "pt-xl-5": "fs-u-pt-xl-5",
1173
- "pt-xxl-0": "fs-u-pt-xxl-0",
1174
- "pt-xxl-1": "fs-u-pt-xxl-1",
1175
- "pt-xxl-2": "fs-u-pt-xxl-2",
1176
- "pt-xxl-3": "fs-u-pt-xxl-3",
1177
- "pt-xxl-4": "fs-u-pt-xxl-4",
1178
- "pt-xxl-5": "fs-u-pt-xxl-5",
1179
- "pt-xxxl-0": "fs-u-pt-xxxl-0",
1180
- "pt-xxxl-1": "fs-u-pt-xxxl-1",
1181
- "pt-xxxl-2": "fs-u-pt-xxxl-2",
1182
- "pt-xxxl-3": "fs-u-pt-xxxl-3",
1183
- "pt-xxxl-4": "fs-u-pt-xxxl-4",
1184
- "pt-xxxl-5": "fs-u-pt-xxxl-5",
1185
- "px-0": "fs-u-px-0",
1186
- "px-1": "fs-u-px-1",
1187
- "px-2": "fs-u-px-2",
1188
- "px-3": "fs-u-px-3",
1189
- "px-4": "fs-u-px-4",
1190
- "px-5": "fs-u-px-5",
1191
- "px-lg-0": "fs-u-px-lg-0",
1192
- "px-lg-1": "fs-u-px-lg-1",
1193
- "px-lg-2": "fs-u-px-lg-2",
1194
- "px-lg-3": "fs-u-px-lg-3",
1195
- "px-lg-4": "fs-u-px-lg-4",
1196
- "px-lg-5": "fs-u-px-lg-5",
1197
- "px-md-0": "fs-u-px-md-0",
1198
- "px-md-1": "fs-u-px-md-1",
1199
- "px-md-2": "fs-u-px-md-2",
1200
- "px-md-3": "fs-u-px-md-3",
1201
- "px-md-4": "fs-u-px-md-4",
1202
- "px-md-5": "fs-u-px-md-5",
1203
- "px-sm-0": "fs-u-px-sm-0",
1204
- "px-sm-1": "fs-u-px-sm-1",
1205
- "px-sm-2": "fs-u-px-sm-2",
1206
- "px-sm-3": "fs-u-px-sm-3",
1207
- "px-sm-4": "fs-u-px-sm-4",
1208
- "px-sm-5": "fs-u-px-sm-5",
1209
- "px-xl-0": "fs-u-px-xl-0",
1210
- "px-xl-1": "fs-u-px-xl-1",
1211
- "px-xl-2": "fs-u-px-xl-2",
1212
- "px-xl-3": "fs-u-px-xl-3",
1213
- "px-xl-4": "fs-u-px-xl-4",
1214
- "px-xl-5": "fs-u-px-xl-5",
1215
- "px-xxl-0": "fs-u-px-xxl-0",
1216
- "px-xxl-1": "fs-u-px-xxl-1",
1217
- "px-xxl-2": "fs-u-px-xxl-2",
1218
- "px-xxl-3": "fs-u-px-xxl-3",
1219
- "px-xxl-4": "fs-u-px-xxl-4",
1220
- "px-xxl-5": "fs-u-px-xxl-5",
1221
- "px-xxxl-0": "fs-u-px-xxxl-0",
1222
- "px-xxxl-1": "fs-u-px-xxxl-1",
1223
- "px-xxxl-2": "fs-u-px-xxxl-2",
1224
- "px-xxxl-3": "fs-u-px-xxxl-3",
1225
- "px-xxxl-4": "fs-u-px-xxxl-4",
1226
- "px-xxxl-5": "fs-u-px-xxxl-5",
1227
- "py-0": "fs-u-py-0",
1228
- "py-1": "fs-u-py-1",
1229
- "py-2": "fs-u-py-2",
1230
- "py-3": "fs-u-py-3",
1231
- "py-4": "fs-u-py-4",
1232
- "py-5": "fs-u-py-5",
1233
- "py-lg-0": "fs-u-py-lg-0",
1234
- "py-lg-1": "fs-u-py-lg-1",
1235
- "py-lg-2": "fs-u-py-lg-2",
1236
- "py-lg-3": "fs-u-py-lg-3",
1237
- "py-lg-4": "fs-u-py-lg-4",
1238
- "py-lg-5": "fs-u-py-lg-5",
1239
- "py-md-0": "fs-u-py-md-0",
1240
- "py-md-1": "fs-u-py-md-1",
1241
- "py-md-2": "fs-u-py-md-2",
1242
- "py-md-3": "fs-u-py-md-3",
1243
- "py-md-4": "fs-u-py-md-4",
1244
- "py-md-5": "fs-u-py-md-5",
1245
- "py-sm-0": "fs-u-py-sm-0",
1246
- "py-sm-1": "fs-u-py-sm-1",
1247
- "py-sm-2": "fs-u-py-sm-2",
1248
- "py-sm-3": "fs-u-py-sm-3",
1249
- "py-sm-4": "fs-u-py-sm-4",
1250
- "py-sm-5": "fs-u-py-sm-5",
1251
- "py-xl-0": "fs-u-py-xl-0",
1252
- "py-xl-1": "fs-u-py-xl-1",
1253
- "py-xl-2": "fs-u-py-xl-2",
1254
- "py-xl-3": "fs-u-py-xl-3",
1255
- "py-xl-4": "fs-u-py-xl-4",
1256
- "py-xl-5": "fs-u-py-xl-5",
1257
- "py-xxl-0": "fs-u-py-xxl-0",
1258
- "py-xxl-1": "fs-u-py-xxl-1",
1259
- "py-xxl-2": "fs-u-py-xxl-2",
1260
- "py-xxl-3": "fs-u-py-xxl-3",
1261
- "py-xxl-4": "fs-u-py-xxl-4",
1262
- "py-xxl-5": "fs-u-py-xxl-5",
1263
- "py-xxxl-0": "fs-u-py-xxxl-0",
1264
- "py-xxxl-1": "fs-u-py-xxxl-1",
1265
- "py-xxxl-2": "fs-u-py-xxxl-2",
1266
- "py-xxxl-3": "fs-u-py-xxxl-3",
1267
- "py-xxxl-4": "fs-u-py-xxxl-4",
1268
- "py-xxxl-5": "fs-u-py-xxxl-5",
1269
- "rating": "fs-rating",
1270
- "rating-input": "fs-rating-input",
1271
- "rating-lg": "fs-rating-lg",
1272
- "rating-sm": "fs-rating-sm",
1273
- "rating-star": "fs-rating-star",
1274
- "row": "fs-row",
1275
- "row-fluid": "fs-row-fluid",
1276
- "segmented-control": "fs-segmented-control",
1277
- "segmented-control-lg": "fs-segmented-control-lg",
1278
- "segmented-control-sm": "fs-segmented-control-sm",
1279
- "segmented-input": "fs-segmented-input",
1280
- "segmented-item": "fs-segmented-item",
1281
- "segmented-label": "fs-segmented-label",
1282
- "shadow": "fs-u-shadow",
1283
- "shadow-lg": "fs-u-shadow-lg",
1284
- "shadow-sm": "fs-u-shadow-sm",
1285
- "show": "is-open",
1286
- "skeleton": "fs-skeleton",
1287
- "skeleton-circle": "fs-skeleton-circle",
1288
- "skeleton-rect": "fs-skeleton-rect",
1289
- "skeleton-text": "fs-skeleton-text",
1290
- "skeleton-wave": "fs-skeleton-wave",
1291
- "spinner": "fs-spinner",
1292
- "spinner-danger": "fs-spinner-danger",
1293
- "spinner-info": "fs-spinner-info",
1294
- "spinner-lg": "fs-spinner-lg",
1295
- "spinner-primary": "fs-spinner-primary",
1296
- "spinner-secondary": "fs-spinner-secondary",
1297
- "spinner-sm": "fs-spinner-sm",
1298
- "spinner-success": "fs-spinner-success",
1299
- "spinner-warning": "fs-spinner-warning",
1300
- "step": "fs-step",
1301
- "step-active": "fs-step-active",
1302
- "step-clickable": "fs-step-clickable",
1303
- "step-completed": "fs-step-completed",
1304
- "step-content": "fs-step-content",
1305
- "step-description": "fs-step-description",
1306
- "step-error": "fs-step-error",
1307
- "step-indicator": "fs-step-indicator",
1308
- "step-label": "fs-step-label",
1309
- "step-panel": "fs-step-panel",
1310
- "stepper-actions": "fs-stepper-actions",
1311
- "stepper-content": "fs-stepper-content",
1312
- "stepper-header": "fs-stepper-header",
1313
- "stepper-vertical": "fs-stepper-vertical",
1314
- "stretched-link": "fs-stretched-link",
1315
- "tab-content": "fs-tab-content",
1316
- "tab-pane": "fs-tab-pane",
1317
- "table": "fs-table",
1318
- "table-bordered": "fs-table-bordered",
1319
- "table-borderless": "fs-table-borderless",
1320
- "table-danger": "fs-table-danger",
1321
- "table-hover": "fs-table-hover",
1322
- "table-info": "fs-table-info",
1323
- "table-primary": "fs-table-primary",
1324
- "table-responsive": "fs-table-responsive",
1325
- "table-secondary": "fs-table-secondary",
1326
- "table-sm": "fs-table-sm",
1327
- "table-striped": "fs-table-striped",
1328
- "table-success": "fs-table-success",
1329
- "table-warning": "fs-table-warning",
1330
- "tabs": "fs-tabs",
1331
- "tag": "fs-tag",
1332
- "text-capitalize": "fs-u-text-capitalize",
1333
- "text-center": "fs-u-text-center",
1334
- "text-end": "fs-u-text-end",
1335
- "text-lowercase": "fs-u-text-lowercase",
1336
- "text-start": "fs-u-text-start",
1337
- "text-truncate": "fs-u-text-truncate",
1338
- "text-uppercase": "fs-u-text-uppercase",
1339
- "timeline": "fs-timeline",
1340
- "timeline-active": "fs-timeline-active",
1341
- "timeline-completed": "fs-timeline-completed",
1342
- "timeline-content": "fs-timeline-content",
1343
- "timeline-failed": "fs-timeline-failed",
1344
- "timeline-horizontal": "fs-timeline-horizontal",
1345
- "timeline-item": "fs-timeline-item",
1346
- "timeline-marker": "fs-timeline-marker",
1347
- "timeline-text": "fs-timeline-text",
1348
- "timeline-time": "fs-timeline-time",
1349
- "timeline-title": "fs-timeline-title",
1350
- "toast": "fs-toast",
1351
- "toast-body": "fs-toast-body",
1352
- "toast-container": "fs-toast-container",
1353
- "toast-danger": "fs-toast-danger",
1354
- "toast-header": "fs-toast-header",
1355
- "toast-info": "fs-toast-info",
1356
- "toast-primary": "fs-toast-primary",
1357
- "toast-secondary": "fs-toast-secondary",
1358
- "toast-success": "fs-toast-success",
1359
- "toast-warning": "fs-toast-warning",
1360
- "tooltip": "fs-tooltip",
1361
- "tooltip-arrow": "fs-tooltip-arrow",
1362
- "tooltip-inner": "fs-tooltip-inner",
1363
- "valid-feedback": "fs-valid-feedback",
1364
- "visible": "fs-u-visible"
1365
- }
1366
- }