@aortl/admin-react 0.16.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin.scoped.css +25 -0
- package/package.json +2 -2
package/dist/admin.scoped.css
CHANGED
|
@@ -724,6 +724,8 @@
|
|
|
724
724
|
outline-color: var(--color-focus);
|
|
725
725
|
}
|
|
726
726
|
list-style: none;
|
|
727
|
+
overflow-wrap: break-word;
|
|
728
|
+
min-width: 0;
|
|
727
729
|
}
|
|
728
730
|
:scope._ao-accordion-summary::-webkit-details-marker, :scope ._ao-accordion-summary::-webkit-details-marker {
|
|
729
731
|
display: none;
|
|
@@ -754,6 +756,7 @@
|
|
|
754
756
|
font-size: var(--text-sm);
|
|
755
757
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
756
758
|
color: var(--color-text);
|
|
759
|
+
overflow-wrap: break-word;
|
|
757
760
|
}
|
|
758
761
|
:scope._ao-accordion-item::details-content, :scope ._ao-accordion-item::details-content {
|
|
759
762
|
opacity: 0;
|
|
@@ -1205,6 +1208,7 @@
|
|
|
1205
1208
|
font-size: var(--text-sm);
|
|
1206
1209
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1207
1210
|
color: var(--color-text-muted);
|
|
1211
|
+
overflow-wrap: break-word;
|
|
1208
1212
|
}
|
|
1209
1213
|
:scope._ao-breadcrumbs > ol, :scope ._ao-breadcrumbs > ol {
|
|
1210
1214
|
margin: calc(var(--spacing) * 0);
|
|
@@ -1700,6 +1704,7 @@
|
|
|
1700
1704
|
&:focus-visible {
|
|
1701
1705
|
outline-color: var(--color-focus);
|
|
1702
1706
|
}
|
|
1707
|
+
overflow-wrap: break-word;
|
|
1703
1708
|
}
|
|
1704
1709
|
:scope._ao-link > :is(i, svg), :scope ._ao-link > :is(i, svg) {
|
|
1705
1710
|
flex-shrink: 0;
|
|
@@ -2094,6 +2099,8 @@
|
|
|
2094
2099
|
cursor: pointer;
|
|
2095
2100
|
align-items: center;
|
|
2096
2101
|
gap: calc(var(--spacing) * 2);
|
|
2102
|
+
overflow-wrap: break-word;
|
|
2103
|
+
min-width: 0;
|
|
2097
2104
|
}
|
|
2098
2105
|
:scope label:has(> ._ao-checkbox:disabled), :scope label:has(> ._ao-checkbox[data-disabled]) {
|
|
2099
2106
|
cursor: not-allowed;
|
|
@@ -2201,6 +2208,8 @@
|
|
|
2201
2208
|
cursor: pointer;
|
|
2202
2209
|
align-items: center;
|
|
2203
2210
|
gap: calc(var(--spacing) * 2);
|
|
2211
|
+
overflow-wrap: break-word;
|
|
2212
|
+
min-width: 0;
|
|
2204
2213
|
}
|
|
2205
2214
|
:scope label:has(> ._ao-radio:disabled), :scope label:has(> ._ao-radio[data-disabled]) {
|
|
2206
2215
|
cursor: not-allowed;
|
|
@@ -2299,6 +2308,8 @@
|
|
|
2299
2308
|
cursor: pointer;
|
|
2300
2309
|
align-items: center;
|
|
2301
2310
|
gap: calc(var(--spacing) * 3);
|
|
2311
|
+
overflow-wrap: break-word;
|
|
2312
|
+
min-width: 0;
|
|
2302
2313
|
}
|
|
2303
2314
|
:scope label:has(> ._ao-switch:disabled), :scope label:has(> ._ao-switch[data-disabled]) {
|
|
2304
2315
|
cursor: not-allowed;
|
|
@@ -2472,6 +2483,8 @@
|
|
|
2472
2483
|
outline-style: none;
|
|
2473
2484
|
-webkit-user-select: none;
|
|
2474
2485
|
user-select: none;
|
|
2486
|
+
overflow-wrap: break-word;
|
|
2487
|
+
min-width: 0;
|
|
2475
2488
|
}
|
|
2476
2489
|
:scope._ao-select-item[data-highlighted], :scope ._ao-select-item[data-highlighted] {
|
|
2477
2490
|
background-color: var(--color-surface-muted);
|
|
@@ -2515,6 +2528,8 @@
|
|
|
2515
2528
|
color: var(--color-text);
|
|
2516
2529
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
2517
2530
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2531
|
+
overflow-wrap: break-word;
|
|
2532
|
+
min-width: 0;
|
|
2518
2533
|
}
|
|
2519
2534
|
:scope._ao-card-body, :scope ._ao-card-body {
|
|
2520
2535
|
display: flex;
|
|
@@ -2532,6 +2547,7 @@
|
|
|
2532
2547
|
line-height: var(--leading-tight);
|
|
2533
2548
|
--tw-font-weight: var(--font-weight-semibold);
|
|
2534
2549
|
font-weight: var(--font-weight-semibold);
|
|
2550
|
+
min-width: 0;
|
|
2535
2551
|
}
|
|
2536
2552
|
:scope._ao-card-header, :scope ._ao-card-header {
|
|
2537
2553
|
display: flex;
|
|
@@ -2668,6 +2684,7 @@
|
|
|
2668
2684
|
width: calc(100% - 2rem);
|
|
2669
2685
|
max-width: 32rem;
|
|
2670
2686
|
max-height: calc(100dvh - 2rem);
|
|
2687
|
+
overflow-wrap: break-word;
|
|
2671
2688
|
opacity: 1;
|
|
2672
2689
|
transform: translateY(0) scale(1);
|
|
2673
2690
|
transition: display 150ms allow-discrete, overlay 150ms allow-discrete, opacity 150ms ease-out, transform 150ms ease-out;
|
|
@@ -2714,6 +2731,7 @@
|
|
|
2714
2731
|
line-height: var(--leading-tight);
|
|
2715
2732
|
--tw-font-weight: var(--font-weight-semibold);
|
|
2716
2733
|
font-weight: var(--font-weight-semibold);
|
|
2734
|
+
min-width: 0;
|
|
2717
2735
|
}
|
|
2718
2736
|
:scope._ao-dialog-description, :scope ._ao-dialog-description {
|
|
2719
2737
|
margin-top: calc(var(--spacing) * -2);
|
|
@@ -2795,6 +2813,7 @@
|
|
|
2795
2813
|
display: flex;
|
|
2796
2814
|
flex-direction: column;
|
|
2797
2815
|
gap: calc(var(--spacing) * 1.5);
|
|
2816
|
+
overflow-wrap: break-word;
|
|
2798
2817
|
}
|
|
2799
2818
|
:scope._ao-field-row, :scope ._ao-field-row {
|
|
2800
2819
|
flex-direction: row;
|
|
@@ -3183,6 +3202,8 @@
|
|
|
3183
3202
|
&:disabled {
|
|
3184
3203
|
opacity: 50%;
|
|
3185
3204
|
}
|
|
3205
|
+
overflow-wrap: break-word;
|
|
3206
|
+
min-width: 0;
|
|
3186
3207
|
}
|
|
3187
3208
|
:scope._ao-menu-item[aria-disabled="true"], :scope ._ao-menu-item[aria-disabled="true"] {
|
|
3188
3209
|
cursor: not-allowed;
|
|
@@ -3963,6 +3984,9 @@
|
|
|
3963
3984
|
white-space: nowrap;
|
|
3964
3985
|
color: var(--color-text-muted);
|
|
3965
3986
|
}
|
|
3987
|
+
:scope._ao-table :where(td), :scope ._ao-table :where(td), :scope._ao-table-cell, :scope ._ao-table-cell {
|
|
3988
|
+
overflow-wrap: break-word;
|
|
3989
|
+
}
|
|
3966
3990
|
:scope._ao-table > :last-child > tr:last-child :where(td), :scope ._ao-table > :last-child > tr:last-child :where(td), :scope._ao-table > :last-child > tr:last-child ._ao-table-cell, :scope ._ao-table > :last-child > tr:last-child ._ao-table-cell {
|
|
3967
3991
|
border-bottom-style: var(--tw-border-style);
|
|
3968
3992
|
border-bottom-width: 0px;
|
|
@@ -4162,6 +4186,7 @@
|
|
|
4162
4186
|
--tw-leading: var(--leading-normal);
|
|
4163
4187
|
line-height: var(--leading-normal);
|
|
4164
4188
|
color: var(--color-text);
|
|
4189
|
+
overflow-wrap: break-word;
|
|
4165
4190
|
}
|
|
4166
4191
|
:scope._ao-prose :where(p, ul, ol, blockquote, pre, table, figure), :scope ._ao-prose :where(p, ul, ol, blockquote, pre, table, figure) {
|
|
4167
4192
|
margin-block: calc(var(--spacing) * 3);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aortl/admin-react",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"description": "React component library for the admin design system. Pairs with @aortl/admin-css.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@base-ui/react": "1.4.1",
|
|
44
44
|
"clsx": "2.1.1",
|
|
45
|
-
"@aortl/admin-css": "0.16.
|
|
45
|
+
"@aortl/admin-css": "0.16.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@testing-library/dom": "10.4.1",
|