@bloom-housing/ui-components 7.3.2 → 8.0.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 (170) hide show
  1. package/dist/src/actions/Button.stories.js +1 -5
  2. package/dist/src/actions/Button.stories.js.map +1 -1
  3. package/dist/src/blocks/HousingCounselor.js +2 -2
  4. package/dist/src/blocks/InfoCard.js +1 -1
  5. package/dist/src/blocks/StandardCard.stories.js +1 -1
  6. package/dist/src/blocks/ViewItem.js +1 -1
  7. package/dist/src/blocks/ViewItem.js.map +1 -1
  8. package/dist/src/footers/ExygyFooter.js +1 -1
  9. package/dist/src/headers/SiteHeader.js +1 -1
  10. package/dist/src/headers/SiteHeader.js.map +1 -1
  11. package/dist/src/headers/SiteHeader.stories.js +2 -2
  12. package/dist/src/headers/SiteHeader.stories.js.map +1 -1
  13. package/dist/src/helpers/preferences.js +1 -1
  14. package/dist/src/helpers/preferences.js.map +1 -1
  15. package/dist/src/notifications/ApplicationStatus.js +2 -2
  16. package/dist/src/notifications/ApplicationStatus.js.map +1 -1
  17. package/dist/src/notifications/ApplicationStatus.stories.js +8 -24
  18. package/dist/src/notifications/ApplicationStatus.stories.js.map +1 -1
  19. package/dist/src/page_components/NavigationHeader.d.ts +1 -1
  20. package/dist/src/page_components/NavigationHeader.js.map +1 -1
  21. package/dist/src/page_components/forgot-password/FormForgotPassword.js +1 -3
  22. package/dist/src/page_components/forgot-password/FormForgotPassword.js.map +1 -1
  23. package/dist/src/page_components/listing/AdditionalFees.js +1 -1
  24. package/dist/src/page_components/listing/ContentAccordion.stories.js +1 -1
  25. package/dist/src/page_components/listing/ListingCard.stories.js +5 -17
  26. package/dist/src/page_components/listing/ListingCard.stories.js.map +1 -1
  27. package/dist/src/page_components/listing/listing_sidebar/Contact.js +2 -2
  28. package/dist/src/page_components/listing/listing_sidebar/Contact.js.map +1 -1
  29. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.js +1 -1
  30. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.js.map +1 -1
  31. package/dist/src/page_components/listing/listing_sidebar/GetApplication.js +3 -3
  32. package/dist/src/page_components/listing/listing_sidebar/GetApplication.js.map +1 -1
  33. package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.js +1 -1
  34. package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.js.map +1 -1
  35. package/dist/src/page_components/listing/listing_sidebar/NumberedHeader.js +1 -1
  36. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.js +2 -2
  37. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.js.map +1 -1
  38. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.js +1 -1
  39. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.js.map +1 -1
  40. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.js +1 -1
  41. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.js.map +1 -1
  42. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.stories.js +1 -1
  43. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.js +3 -3
  44. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.js.map +1 -1
  45. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.js +1 -1
  46. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.js.map +1 -1
  47. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.js +4 -4
  48. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.js.map +1 -1
  49. package/dist/src/page_components/sign-in/FormSignIn.js +1 -1
  50. package/dist/src/page_components/sign-in/FormSignIn.js.map +1 -1
  51. package/dist/src/page_components/sign-in/FormSignInAddPhone.js.map +1 -1
  52. package/dist/src/page_components/sign-in/FormSignInErrorBox.d.ts +1 -1
  53. package/dist/src/page_components/sign-in/FormSignInErrorBox.js +1 -3
  54. package/dist/src/page_components/sign-in/FormSignInErrorBox.js.map +1 -1
  55. package/dist/src/page_components/sign-in/FormSignInMFACode.js.map +1 -1
  56. package/dist/src/page_components/sign-in/FormSignInMFAType.js.map +1 -1
  57. package/dist/src/page_components/sign-in/FormTerms.js.map +1 -1
  58. package/dist/src/page_components/sign-in/ResendConfirmationModal.js.map +1 -1
  59. package/dist/src/prototypes/SummaryCard.stories.js +1 -1
  60. package/dist/src/sections/InfoCardGrid.js +1 -1
  61. package/dist/src/sections/InfoCardGrid.js.map +1 -1
  62. package/dist/src/tables/AgPagination.js +1 -1
  63. package/dist/src/tables/AgPagination.js.map +1 -1
  64. package/dist/src/tables/GroupedTable.js +1 -1
  65. package/dist/src/tables/StandardTable.js +1 -1
  66. package/package.json +2 -2
  67. package/src/actions/Button.docs.mdx +3 -3
  68. package/src/actions/Button.scss +6 -6
  69. package/src/actions/Button.stories.tsx +1 -5
  70. package/src/blocks/Card.docs.mdx +3 -3
  71. package/src/blocks/DashBlocks.scss +1 -1
  72. package/src/blocks/FormCard.scss +3 -3
  73. package/src/blocks/HousingCounselor.tsx +2 -2
  74. package/src/blocks/ImageCard.scss +1 -1
  75. package/src/blocks/InfoCard.scss +1 -1
  76. package/src/blocks/InfoCard.tsx +1 -1
  77. package/src/blocks/MediaCard.docs.mdx +1 -1
  78. package/src/blocks/MediaCard.scss +1 -1
  79. package/src/blocks/StandardCard.docs.mdx +10 -11
  80. package/src/blocks/StandardCard.scss +1 -1
  81. package/src/blocks/StandardCard.stories.tsx +3 -3
  82. package/src/blocks/StatusItem.scss +3 -3
  83. package/src/blocks/ViewItem.scss +2 -2
  84. package/src/blocks/ViewItem.tsx +1 -1
  85. package/src/documentation/Utilities.scss +1 -1
  86. package/src/footers/ExygyFooter.tsx +1 -1
  87. package/src/forms/Dropzone.scss +1 -1
  88. package/src/forms/MultiSelectField.scss +4 -4
  89. package/src/forms/Textarea.scss +3 -3
  90. package/src/global/app-css.scss +1 -1
  91. package/src/global/blocks.scss +1 -1
  92. package/src/global/custom_counter.scss +2 -2
  93. package/src/global/forms.scss +11 -11
  94. package/src/global/headers.scss +6 -6
  95. package/src/global/homepage.scss +1 -1
  96. package/src/global/markdown.scss +2 -2
  97. package/src/global/mixins.scss +1 -1
  98. package/src/global/tables.scss +6 -6
  99. package/src/global/text.scss +17 -25
  100. package/src/global/tokens/colors.scss +49 -24
  101. package/src/global/tokens/fonts.scss +11 -13
  102. package/src/headers/Hero.scss +3 -3
  103. package/src/headers/PageHeader.docs.mdx +1 -1
  104. package/src/headers/PageHeader.scss +1 -1
  105. package/src/headers/SiteHeader.scss +7 -7
  106. package/src/headers/SiteHeader.stories.tsx +2 -2
  107. package/src/headers/SiteHeader.tsx +1 -1
  108. package/src/headers/StepHeader.docs.mdx +11 -11
  109. package/src/headers/StepHeader.scss +1 -1
  110. package/src/helpers/preferences.tsx +13 -13
  111. package/src/lists/PreferencesList.scss +5 -5
  112. package/src/navigation/Breadcrumbs.scss +2 -2
  113. package/src/navigation/FooterNav.scss +1 -1
  114. package/src/navigation/ProgressNav.docs.mdx +1 -1
  115. package/src/navigation/ProgressNav.scss +2 -2
  116. package/src/navigation/SideNav.docs.mdx +2 -2
  117. package/src/navigation/SideNav.scss +1 -1
  118. package/src/navigation/TabNav.scss +4 -4
  119. package/src/navigation/Tabs.scss +1 -1
  120. package/src/notifications/AlertBox.docs.mdx +2 -2
  121. package/src/notifications/AlertBox.scss +4 -4
  122. package/src/notifications/AlertNotice.scss +4 -4
  123. package/src/notifications/ApplicationStatus.stories.tsx +50 -76
  124. package/src/notifications/ApplicationStatus.tsx +2 -2
  125. package/src/notifications/StatusAside.scss +1 -1
  126. package/src/notifications/StatusMessage.scss +2 -2
  127. package/src/overlays/Modal.docs.mdx +3 -3
  128. package/src/overlays/Modal.scss +3 -3
  129. package/src/overlays/Overlay.scss +1 -1
  130. package/src/page_components/ApplicationTimeline.scss +1 -1
  131. package/src/page_components/NavigationHeader.tsx +31 -31
  132. package/src/page_components/forgot-password/FormForgotPassword.tsx +29 -42
  133. package/src/page_components/listing/AdditionalFees.tsx +1 -1
  134. package/src/page_components/listing/ContentAccordion.scss +2 -2
  135. package/src/page_components/listing/ContentAccordion.stories.tsx +1 -1
  136. package/src/page_components/listing/ListingCard.stories.tsx +5 -17
  137. package/src/page_components/listing/listing_sidebar/Contact.tsx +2 -2
  138. package/src/page_components/listing/listing_sidebar/ExpandableSection.tsx +1 -1
  139. package/src/page_components/listing/listing_sidebar/GetApplication.tsx +3 -3
  140. package/src/page_components/listing/listing_sidebar/ListingUpdated.tsx +1 -1
  141. package/src/page_components/listing/listing_sidebar/NumberedHeader.tsx +1 -1
  142. package/src/page_components/listing/listing_sidebar/QuantityRowSection.tsx +2 -2
  143. package/src/page_components/listing/listing_sidebar/ReferralApplication.tsx +1 -1
  144. package/src/page_components/listing/listing_sidebar/SidebarBlock.stories.tsx +1 -1
  145. package/src/page_components/listing/listing_sidebar/SidebarBlock.tsx +1 -1
  146. package/src/page_components/listing/listing_sidebar/SubmitApplication.tsx +3 -3
  147. package/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.tsx +1 -1
  148. package/src/page_components/listing/listing_sidebar/events/EventSection.tsx +4 -6
  149. package/src/page_components/sign-in/FormSignIn.tsx +40 -51
  150. package/src/page_components/sign-in/FormSignInAddPhone.tsx +24 -32
  151. package/src/page_components/sign-in/FormSignInErrorBox.tsx +18 -32
  152. package/src/page_components/sign-in/FormSignInMFACode.tsx +23 -32
  153. package/src/page_components/sign-in/FormSignInMFAType.tsx +21 -25
  154. package/src/page_components/sign-in/FormTerms.tsx +16 -23
  155. package/src/page_components/sign-in/ResendConfirmationModal.tsx +28 -30
  156. package/src/prototypes/AppCard.scss +2 -2
  157. package/src/prototypes/FieldSection.scss +1 -1
  158. package/src/prototypes/SummaryCard.scss +1 -1
  159. package/src/prototypes/SummaryCard.stories.tsx +1 -1
  160. package/src/sections/GridSection.scss +1 -1
  161. package/src/sections/InfoCardGrid.scss +2 -2
  162. package/src/sections/InfoCardGrid.tsx +1 -1
  163. package/src/tables/AgPagination.tsx +28 -30
  164. package/src/tables/GroupedTable.tsx +1 -1
  165. package/src/tables/StandardTable.tsx +1 -1
  166. package/src/text/Description.scss +2 -2
  167. package/src/text/Message.scss +1 -1
  168. package/src/text/Tag.docs.mdx +3 -3
  169. package/src/text/Tag.scss +8 -8
  170. package/tailwind.config.js +28 -13
@@ -1,6 +1,6 @@
1
- import { Canvas, Story, ArgsTable } from "@storybook/addon-docs";
2
- import { Swatch } from "../prototypes/Swatch";
3
- import { Card } from "./Card";
1
+ import { Canvas, Story, ArgsTable } from "@storybook/addon-docs"
2
+ import { Swatch } from "../prototypes/Swatch"
3
+ import { Card } from "./Card"
4
4
 
5
5
  # Card
6
6
 
@@ -27,7 +27,7 @@
27
27
  @apply p-4;
28
28
  @apply pt-8;
29
29
  @apply pb-8;
30
- @apply text-tiny;
30
+ @apply text-sm;
31
31
 
32
32
  @screen md {
33
33
  @apply rounded-lg;
@@ -32,7 +32,7 @@
32
32
  @apply border-t-4;
33
33
  @apply border-primary;
34
34
  @apply leading-tight;
35
- @apply text-3xl;
35
+ @apply text-2xl;
36
36
 
37
37
  @screen md {
38
38
  @apply mx-auto;
@@ -115,7 +115,7 @@
115
115
  }
116
116
 
117
117
  .form-card__header_title {
118
- @apply text-lg;
118
+ @apply text-xl;
119
119
  @apply font-alt-sans;
120
120
  @apply font-bold;
121
121
  @apply uppercase;
@@ -193,7 +193,7 @@
193
193
  @apply tracking-widest;
194
194
  @apply font-semibold;
195
195
  @apply font-sans;
196
- @apply text-tiny;
196
+ @apply text-sm;
197
197
  @apply mb-2;
198
198
  @apply inline-block;
199
199
  }
@@ -27,8 +27,8 @@ const LanguageLabel = (language: string) => {
27
27
  const HousingCounselor = (props: HousingCounselorProps) => {
28
28
  return (
29
29
  <div className="resource-item text-base">
30
- <h3 className="font-sans text-lg">{props.name}</h3>
31
- <p className="text-sm text-gray-800 pb-2">
30
+ <h3 className="font-sans text-xl">{props.name}</h3>
31
+ <p className="text-xs text-gray-800 pb-2">
32
32
  {props.strings?.languageServices ?? t("housingCounselors.languageServices")}
33
33
  {props.languages.map((language) => LanguageLabel(language))}
34
34
  </p>
@@ -100,7 +100,7 @@
100
100
  justify-content: center;
101
101
 
102
102
  @media (max-width: $screen-sm) {
103
- font-size: var(--bloom-font-size-sm);
103
+ font-size: var(--bloom-font-size-xs);
104
104
  line-height: var(--bloom-line-height-none);
105
105
  }
106
106
  }
@@ -5,7 +5,7 @@
5
5
  --background-color: var(--bloom-color-white);
6
6
  --background-color-lighter: var(--bloom-color-primary-lighter);
7
7
  --title-color: var(--bloom-color-gray-800);
8
- --title-font-size: var(--bloom-font-size-sm);
8
+ --title-font-size: var(--bloom-font-size-xs);
9
9
  --title-font-size-lighter: var(--bloom-font-size-base);
10
10
  --title-font-family: var(--bloom-font-sans);
11
11
  --title-text-transform: uppercase;
@@ -28,7 +28,7 @@ const InfoCard = (props: InfoCardProps) => {
28
28
  ) : (
29
29
  <h3 className="info-card__title">{props.title}</h3>
30
30
  )}
31
- {props.subtitle && <span className={"text-sm text-gray-700"}>{props.subtitle}</span>}
31
+ {props.subtitle && <span className={"text-xs text-gray-700"}>{props.subtitle}</span>}
32
32
  </div>
33
33
  {typeof props.children == "string" ? (
34
34
  <div className="markdown">
@@ -30,7 +30,7 @@ You can apply CSS variables to the `.media-card` selector to customize the appea
30
30
  | `--title-font-size` | Size | The font size of media title | `--bloom-font-size-base` |
31
31
  | `--title-font-family` | Size | The font family of the media title | `--bloom-font-sans` |
32
32
  | `--title-font-spacing` | Size | The letter spacing of media title | `--bloom-letter-spacing-wide` |
33
- | `--subtitle-font-size` | Size | The font size of the media subtitle | `--bloom-font-size-tiny` |
33
+ | `--subtitle-font-size` | Size | The font size of the media subtitle | `--bloom-font-size-sm` |
34
34
  | `--content-bg-color` | Color | The background color of card body | `--bloom-color-gray-200` |
35
35
  | `--card-border` | Size | The card border settings (thickness, border type, color) | `--bloom-border-1 solid --bloom-color-gray-450` |
36
36
  | `--card-border-rounded` | Size | The card corner radius | `--bloom-rounded` |
@@ -4,7 +4,7 @@
4
4
  --title-font-size: var(--bloom-font-size-base);
5
5
  --title-font-family: var(--bloom-font-sans);
6
6
  --title-font-spacing: var(--bloom-letter-spacing-wide);
7
- --subtitle-font-size: var(--bloom-font-size-tiny);
7
+ --subtitle-font-size: var(--bloom-font-size-sm);
8
8
  --content-bg-color: var(--bloom-color-gray-200);
9
9
  --card-border: var(--bloom-border-1) solid var(--bloom-color-gray-450);
10
10
  --card-border-rounded: var(--bloom-rounded);
@@ -9,7 +9,6 @@ The standard card component displays a title with a child element (e.g table) an
9
9
  <Story id="blocks-standard-card" />
10
10
  </Canvas>
11
11
 
12
-
13
12
  ## Component Properties
14
13
 
15
14
  <ArgsTable of={StandardCard} />
@@ -22,13 +21,13 @@ The standard card component displays a title with a child element (e.g table) an
22
21
 
23
22
  You can apply CSS variables to the `.standard-card` selector to customize the appearance of the component.
24
23
 
25
- | Name | Type | Description | Default |
26
- | ---------------------------- | ----- | --------------------------------------------------------- | ------------------------------- |
27
- | `--font-family` | Font | Title font family | `--bloom-font-alt-sans` |
28
- | `--border-radius` | Size | Card border radius | `--bloom-rounded-lg` |
29
- | `--border-width` | Size | Card border width | `--bloom-border-1` |
30
- | `--border-color` | Size | Card border color | `--bloom-color-gray-500` |
31
- | `--title-color` | Color | Card title color | `--bloom-color-gray-900` |
32
- | `--background-color` | Size | Card background color | `--bloom-color-white` |
33
- | `--blank-color` | Color | Empty state text color | `--bloom-color-gray-750` |
34
- | `--blank-background` | Color | Empty state background color | `--bloom-color-gray-200` |
24
+ | Name | Type | Description | Default |
25
+ | -------------------- | ----- | ---------------------------- | ------------------------ |
26
+ | `--font-family` | Font | Title font family | `--bloom-font-alt-sans` |
27
+ | `--border-radius` | Size | Card border radius | `--bloom-rounded-lg` |
28
+ | `--border-width` | Size | Card border width | `--bloom-border-1` |
29
+ | `--border-color` | Size | Card border color | `--bloom-color-gray-500` |
30
+ | `--title-color` | Color | Card title color | `--bloom-color-gray-950` |
31
+ | `--background-color` | Size | Card background color | `--bloom-color-white` |
32
+ | `--blank-color` | Color | Empty state text color | `--bloom-color-gray-750` |
33
+ | `--blank-background` | Color | Empty state background color | `--bloom-color-gray-200` |
@@ -3,7 +3,7 @@
3
3
  --border-radius: var(--bloom-rounded-lg);
4
4
  --border-width: var(--bloom-border-1);
5
5
  --border-color: var(--bloom-color-gray-500);
6
- --title-color: var(--bloom-color-gray-900);
6
+ --title-color: var(--bloom-color-gray-950);
7
7
  --background-color: var(--bloom-color-white);
8
8
  --blank-color: var(--bloom-text-color);
9
9
  --blank-background: var(--bloom-color-gray-200);
@@ -47,9 +47,9 @@ export const styleOverrides = () => {
47
47
  --font-family: var(--bloom-font-sans);
48
48
  --border-radius: var(--bloom-rounded-md);
49
49
  --border-width: var(--bloom-border-4);
50
- --border-color: var(--bloom-color-blue-600);
51
- --title-color: var(--bloom-color-blue-600);
52
- --background-color: var(--bloom-color-blue-200);
50
+ --border-color: var(--bloom-color-blue-500);
51
+ --title-color: var(--bloom-color-blue-500);
52
+ --background-color: var(--bloom-color-blue-100);
53
53
  --blank-color: var(--bloom-color-black);
54
54
  --blank-background: var(--bloom-color-gray-400);
55
55
  }
@@ -117,7 +117,7 @@
117
117
  }
118
118
 
119
119
  .status-item__date {
120
- @apply text-sm;
120
+ @apply text-xs;
121
121
  }
122
122
 
123
123
  .status-item__address {
@@ -125,12 +125,12 @@
125
125
  }
126
126
 
127
127
  .status-item__confirm-text {
128
- @apply text-tiny;
128
+ @apply text-sm;
129
129
  @apply mb-4;
130
130
  }
131
131
 
132
132
  .status-item__confirm-number {
133
- @apply text-lg;
133
+ @apply text-xl;
134
134
  }
135
135
 
136
136
  .status-item__address {
@@ -28,7 +28,7 @@
28
28
  .view-item__label {
29
29
  @apply text-gray-800;
30
30
  @apply font-sans;
31
- @apply text-tiny;
31
+ @apply text-sm;
32
32
  @apply block;
33
33
  }
34
34
 
@@ -54,6 +54,6 @@
54
54
  .view-item__helper {
55
55
  @apply text-gray-750;
56
56
  @apply font-sans;
57
- @apply text-tiny;
57
+ @apply text-sm;
58
58
  @apply block;
59
59
  }
@@ -25,7 +25,7 @@ const ViewItem = (props: ViewItemProps) => {
25
25
  return (
26
26
  <div id={props.id} className={viewItemClasses.join(" ")} data-test-id={props.dataTestId}>
27
27
  {props.label && (
28
- <span className={`view-item__label ${props.error ? "text-alert text-tiny" : ""}`}>
28
+ <span className={`view-item__label ${props.error ? "text-alert text-sm" : ""}`}>
29
29
  {props.label}
30
30
  </span>
31
31
  )}
@@ -3,7 +3,7 @@
3
3
  table-layout: auto;
4
4
  white-space: nowrap;
5
5
  margin-top: var(--bloom-s8);
6
- font-size: var(--bloom-font-size-tiny);
6
+ font-size: var(--bloom-font-size-sm);
7
7
 
8
8
  tr {
9
9
  padding: var(--bloom-s4);
@@ -1,7 +1,7 @@
1
1
  import * as React from "react"
2
2
 
3
3
  const ExygyFooter = () => (
4
- <span className="text-sm tracking-wider">
4
+ <span className="text-xs tracking-wider">
5
5
  made with ❤️ by{" "}
6
6
  <a href="http://exygy.com" target="_blank" aria-label="Opens in new window">
7
7
  exygy
@@ -20,5 +20,5 @@
20
20
  margin-block: var(--bloom-s2) var(--bloom-s4);
21
21
  color: var(--bloom-color-gray-700);
22
22
  font-family: var(--bloom-font-alt-sans);
23
- font-size: var(--bloom-font-size-sm);
23
+ font-size: var(--bloom-font-size-xs);
24
24
  }
@@ -73,7 +73,7 @@
73
73
  background: var(--list-background-color);
74
74
  border: 1px solid var(--bloom-color-gray-700);
75
75
  border-radius: var(--bloom-rounded-sm);
76
- font-size: var(--bloom-font-size-tiny);
76
+ font-size: var(--bloom-font-size-sm);
77
77
  }
78
78
 
79
79
  .multi-select-field__list--has-results[aria-label]:before {
@@ -81,7 +81,7 @@
81
81
  display: block;
82
82
  width: 100%;
83
83
  padding: var(--bloom-s1) var(--bloom-s2);
84
- font-size: var(--bloom-font-size-sm);
84
+ font-size: var(--bloom-font-size-xs);
85
85
  color: var(--bloom-text-color);
86
86
  text-align: right;
87
87
  }
@@ -108,7 +108,7 @@
108
108
  }
109
109
 
110
110
  .multi-select-field__option:hover {
111
- background: var(--bloom-color-blue-200);
111
+ background: var(--bloom-color-blue-100);
112
112
  color: var(--bloom-color-primary);
113
113
  margin: 0;
114
114
  cursor: pointer;
@@ -144,7 +144,7 @@
144
144
  padding-block: var(--bloom-s3);
145
145
  padding-inline: var(--bloom-s5) var(--bloom-s10);
146
146
  margin: 2px 4px 2px 0;
147
- font-size: var(--bloom-font-size-tiny);
147
+ font-size: var(--bloom-font-size-sm);
148
148
  border-radius: var(--bloom-rounded-full);
149
149
  word-break: break-word;
150
150
  cursor: pointer;
@@ -4,7 +4,7 @@
4
4
  @apply border;
5
5
  @apply border-gray-500;
6
6
  @apply p-2;
7
- @apply text-gray-900;
7
+ @apply text-gray-950;
8
8
  @apply bg-gray-200;
9
9
  @apply align-top;
10
10
  font-size: 1rem;
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  .textarea-error-message {
27
- @apply text-xs;
27
+ @apply text-2xs;
28
28
  @apply text-alert;
29
29
  @apply block;
30
30
  @apply leading-5;
@@ -34,7 +34,7 @@
34
34
  .textarea-label {
35
35
  @apply block;
36
36
  @apply pb-2;
37
- @apply text-tiny;
37
+ @apply text-sm;
38
38
  @apply text-gray-800;
39
39
  }
40
40
 
@@ -12,7 +12,7 @@ html {
12
12
  body {
13
13
  @apply font-sans;
14
14
  @apply bg-white;
15
- @apply text-gray-900;
15
+ @apply text-gray-950;
16
16
  }
17
17
 
18
18
  .-top {
@@ -1,7 +1,7 @@
1
1
  // Box
2
2
  .box,
3
3
  .block {
4
- @apply text-sm;
4
+ @apply text-xs;
5
5
  @apply text-gray-700;
6
6
  @apply rounded;
7
7
  }
@@ -37,7 +37,7 @@
37
37
  }
38
38
 
39
39
  .custom-counter__title {
40
- @apply text-lg;
40
+ @apply text-xl;
41
41
 
42
42
  @screen md {
43
43
  @apply text-xl;
@@ -46,5 +46,5 @@
46
46
 
47
47
  .custom-counter__subtitle {
48
48
  @apply text-gray-750;
49
- @apply text-tiny;
49
+ @apply text-sm;
50
50
  }
@@ -14,7 +14,7 @@
14
14
  label,
15
15
  .label {
16
16
  @apply pb-2;
17
- @apply text-tiny;
17
+ @apply text-sm;
18
18
  @apply text-gray-800;
19
19
  }
20
20
 
@@ -73,7 +73,7 @@
73
73
  @apply rounded;
74
74
  @apply w-full;
75
75
  @apply py-3;
76
- @apply text-gray-900;
76
+ @apply text-gray-950;
77
77
  font-family: inherit;
78
78
  font-size: 1rem;
79
79
  line-height: normal;
@@ -93,7 +93,7 @@
93
93
  @apply px-3;
94
94
  @apply py-2;
95
95
  @apply items-center;
96
- @apply text-lg;
96
+ @apply text-xl;
97
97
  background: transparent;
98
98
  }
99
99
 
@@ -187,12 +187,12 @@
187
187
  }
188
188
 
189
189
  select {
190
- @apply text-gray-900;
190
+ @apply text-gray-950;
191
191
  @apply rounded;
192
192
  @apply border;
193
193
  @apply border-gray-500;
194
194
  @apply bg-gray-200;
195
- @apply text-gray-900;
195
+ @apply text-gray-950;
196
196
  @apply leading-tight;
197
197
  @apply py-2;
198
198
  @apply px-3;
@@ -237,7 +237,7 @@
237
237
  .input,
238
238
  .prepend,
239
239
  select {
240
- @apply border-red-700;
240
+ @apply border-red-500;
241
241
  @apply border-2;
242
242
  }
243
243
 
@@ -293,7 +293,7 @@ input[type="number"] {
293
293
 
294
294
  .field-label {
295
295
  @apply pb-2;
296
- @apply text-tiny;
296
+ @apply text-sm;
297
297
  @apply text-gray-800;
298
298
  }
299
299
 
@@ -341,14 +341,14 @@ input[type="number"] {
341
341
  }
342
342
 
343
343
  .field-note {
344
- @apply text-tiny;
344
+ @apply text-sm;
345
345
  @apply text-gray-700;
346
346
  white-space: pre-line;
347
347
  }
348
348
 
349
349
  .error-message {
350
350
  display: inline-block;
351
- @apply text-sm;
351
+ @apply text-xs;
352
352
  @apply text-alert;
353
353
  @apply tracking-wide;
354
354
  @apply leading-5;
@@ -358,7 +358,7 @@ input[type="number"] {
358
358
  .field-sub-note {
359
359
  @apply mt-2;
360
360
  @apply text-gray-750;
361
- @apply text-sm;
361
+ @apply text-xs;
362
362
  @apply tracking-wide;
363
363
  @apply font-sans;
364
364
  font-weight: normal;
@@ -367,7 +367,7 @@ input[type="number"] {
367
367
  .form-section__title {
368
368
  @apply font-alt-sans;
369
369
  @apply text-xl;
370
- @apply text-gray-900;
370
+ @apply text-gray-950;
371
371
  @apply font-medium;
372
372
  @apply block;
373
373
  @apply mb-1;
@@ -12,7 +12,7 @@
12
12
  @screen md {
13
13
  @apply pt-0;
14
14
  @apply pb-8;
15
- @apply text-sm;
15
+ @apply text-xs;
16
16
  @apply border-none;
17
17
  @apply text-gray-800;
18
18
  }
@@ -56,22 +56,22 @@
56
56
  .detail-header__title {
57
57
  @apply font-alt-sans;
58
58
  @apply uppercase;
59
- @apply text-tiny;
59
+ @apply text-sm;
60
60
  @apply tracking-widest;
61
61
  @apply text-primary-darker;
62
62
 
63
63
  @screen md {
64
64
  @apply text-black;
65
65
  @apply font-serif;
66
- @apply text-3xl;
66
+ @apply text-2xl;
67
67
  @apply normal-case;
68
68
  @apply tracking-normal;
69
- @apply text-gray-900;
69
+ @apply text-gray-950;
70
70
  }
71
71
  }
72
72
 
73
73
  .detail-header__subtitle {
74
- @apply text-tiny;
74
+ @apply text-sm;
75
75
 
76
76
  @screen md {
77
77
  @apply text-gray-750;
@@ -88,6 +88,6 @@
88
88
  }
89
89
  .toggle-header-content {
90
90
  @apply font-sans;
91
- @apply text-tiny;
91
+ @apply text-sm;
92
92
  @apply text-gray-800;
93
93
  }
@@ -15,7 +15,7 @@
15
15
  @apply items-center;
16
16
 
17
17
  @screen md {
18
- @apply text-lg;
18
+ @apply text-xl;
19
19
  @apply flex-row;
20
20
  @apply justify-around;
21
21
  > :nth-child(2) {
@@ -3,7 +3,7 @@
3
3
 
4
4
  h2 {
5
5
  margin-block: var(--bloom-s8) var(--bloom-s5);
6
- font-size: var(--bloom-font-size-3xl);
6
+ font-size: var(--bloom-font-size-2xl);
7
7
 
8
8
  @media (min-width: $screen-md) {
9
9
  font-size: var(--bloom-font-size-xl);
@@ -32,7 +32,7 @@
32
32
  /* Certain text blocks in the application form flow use this extra styling: */
33
33
 
34
34
  &.markdown-informational {
35
- font-size: var(--bloom-font-size-tiny);
35
+ font-size: var(--bloom-font-size-sm);
36
36
  color: var(--bloom-color-gray-750);
37
37
 
38
38
  h3 {
@@ -37,7 +37,7 @@
37
37
  display: inline-block;
38
38
  margin-left: var(--bloom-s2);
39
39
  margin-right: var(--bloom-s2);
40
- font-size: var(--bloom-font-size-sm);
40
+ font-size: var(--bloom-font-size-xs);
41
41
  content: "⌃";
42
42
  transform: rotate(180deg) translateY(2px);
43
43
  }
@@ -173,7 +173,7 @@ table {
173
173
  }
174
174
 
175
175
  .stacked-table-subtext {
176
- @apply text-sm;
176
+ @apply text-xs;
177
177
  @apply text-gray-700;
178
178
  @apply pl-1;
179
179
  @apply font-normal;
@@ -227,7 +227,7 @@ table {
227
227
  @apply normal-case;
228
228
  @apply px-0;
229
229
  @apply pb-0;
230
- @apply text-sm;
230
+ @apply text-xs;
231
231
  @screen md {
232
232
  @apply py-3;
233
233
  }
@@ -241,7 +241,7 @@ table {
241
241
  @apply normal-case;
242
242
  @apply px-0;
243
243
  @apply pb-0;
244
- @apply text-sm;
244
+ @apply text-xs;
245
245
  @apply pl-2;
246
246
  @apply font-normal;
247
247
  }
@@ -287,7 +287,7 @@ table {
287
287
  @screen md {
288
288
  @apply text-base;
289
289
  }
290
- @apply text-sm;
290
+ @apply text-xs;
291
291
  @apply text-black;
292
292
  @apply font-normal;
293
293
  }
@@ -334,7 +334,7 @@ td.reserved {
334
334
  @apply font-sans;
335
335
  @apply font-bold;
336
336
  @apply uppercase;
337
- @apply text-2xs;
337
+ @apply text-3xs;
338
338
  @apply leading-tight;
339
339
  @apply py-2;
340
340
  @apply text-gray-750;
@@ -349,7 +349,7 @@ td.reserved {
349
349
 
350
350
  .reserved-icon {
351
351
  @apply text-accent-warm;
352
- @apply text-sm;
352
+ @apply text-xs;
353
353
  }
354
354
  }
355
355