@bloom-housing/ui-components 13.0.2 → 13.0.3
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.
- package/package.json +4 -3
- package/src/global/tables.scss +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bloom-housing/ui-components",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.3",
|
|
4
4
|
"author": "Sean Albert <sean.albert@exygy.com>",
|
|
5
5
|
"description": "Shared user interface components for Bloom affordable housing system",
|
|
6
6
|
"homepage": "https://github.com/bloom-housing/ui-components",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"@storybook/addon-mdx-gfm": "8.6.14",
|
|
54
54
|
"@storybook/addon-styling-webpack": "^2.0.0",
|
|
55
55
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
56
|
+
"@storybook/blocks": "8.6.14",
|
|
56
57
|
"@storybook/components": "8.6.14",
|
|
57
58
|
"@storybook/core-events": "8.6.14",
|
|
58
59
|
"@storybook/node-logger": "8.6.14",
|
|
@@ -133,10 +134,10 @@
|
|
|
133
134
|
"markdown-to-jsx": "7.1.8",
|
|
134
135
|
"nanoid": "^3.1.12",
|
|
135
136
|
"node-polyglot": "^2.4.0",
|
|
136
|
-
"react": "
|
|
137
|
+
"react": "19.2.3",
|
|
137
138
|
"react-accessible-accordion": "5.0.0",
|
|
138
139
|
"react-beautiful-dnd": "^13.1.1",
|
|
139
|
-
"react-dom": "
|
|
140
|
+
"react-dom": "19.2.3",
|
|
140
141
|
"react-dropzone": "^11.3.2",
|
|
141
142
|
"react-focus-lock": "^2.9.4",
|
|
142
143
|
"react-hook-form": "^6.15.5",
|
package/src/global/tables.scss
CHANGED
|
@@ -155,6 +155,9 @@ table {
|
|
|
155
155
|
@apply text-gray-700;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
+
width: 100%;
|
|
159
|
+
@apply text-right;
|
|
160
|
+
@apply pl-2;
|
|
158
161
|
@screen md {
|
|
159
162
|
@apply flex;
|
|
160
163
|
@apply flex-col;
|
|
@@ -162,9 +165,6 @@ table {
|
|
|
162
165
|
@apply text-left;
|
|
163
166
|
@apply w-full;
|
|
164
167
|
}
|
|
165
|
-
width: 100%;
|
|
166
|
-
@apply text-right;
|
|
167
|
-
@apply pl-2;
|
|
168
168
|
|
|
169
169
|
.stacked-table-cell {
|
|
170
170
|
@apply font-semibold;
|
|
@@ -193,10 +193,10 @@ table {
|
|
|
193
193
|
@apply px-0;
|
|
194
194
|
@apply text-base;
|
|
195
195
|
@apply text-gray-700;
|
|
196
|
+
@apply py-2;
|
|
196
197
|
@screen md {
|
|
197
198
|
@apply py-3;
|
|
198
199
|
}
|
|
199
|
-
@apply py-2;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
thead {
|
|
@@ -208,10 +208,10 @@ table {
|
|
|
208
208
|
.stacked-table-cell-container {
|
|
209
209
|
@apply text-right;
|
|
210
210
|
@apply pr-0;
|
|
211
|
+
width: 100%;
|
|
211
212
|
@screen md {
|
|
212
213
|
width: auto;
|
|
213
214
|
}
|
|
214
|
-
width: 100%;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -238,12 +238,13 @@ table {
|
|
|
238
238
|
@apply px-0;
|
|
239
239
|
@apply pb-0;
|
|
240
240
|
font-size: var(--bloom-font-size-sm);
|
|
241
|
+
@apply pt-0;
|
|
242
|
+
@apply pb-2;
|
|
241
243
|
@screen md {
|
|
242
244
|
padding-top: var(--bloom-s2);
|
|
243
245
|
padding-bottom: var(--bloom-s2);
|
|
244
246
|
}
|
|
245
|
-
|
|
246
|
-
@apply pb-2;
|
|
247
|
+
|
|
247
248
|
letter-spacing: normal;
|
|
248
249
|
}
|
|
249
250
|
|
|
@@ -295,12 +296,12 @@ table {
|
|
|
295
296
|
@apply py-0;
|
|
296
297
|
}
|
|
297
298
|
.stacked-table-cell {
|
|
298
|
-
@screen md {
|
|
299
|
-
@apply text-base;
|
|
300
|
-
}
|
|
301
299
|
@apply text-xs;
|
|
302
300
|
@apply text-black;
|
|
303
301
|
@apply font-normal;
|
|
302
|
+
@screen md {
|
|
303
|
+
@apply text-base;
|
|
304
|
+
}
|
|
304
305
|
}
|
|
305
306
|
.stacked-table-subtext {
|
|
306
307
|
@apply pl-0;
|
|
@@ -318,10 +319,10 @@ table {
|
|
|
318
319
|
tr {
|
|
319
320
|
td:first-child {
|
|
320
321
|
.stacked-table-cell:first-child {
|
|
322
|
+
display: none;
|
|
321
323
|
@screen md {
|
|
322
324
|
display: block;
|
|
323
325
|
}
|
|
324
|
-
display: none;
|
|
325
326
|
}
|
|
326
327
|
}
|
|
327
328
|
}
|