@aortl/admin-react 0.13.1 → 0.13.2
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 +32 -10
- package/package.json +2 -2
package/dist/admin.scoped.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
font-family: "IBM Plex Sans";
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-weight: 400 600;
|
|
7
|
-
font-display:
|
|
7
|
+
font-display: swap;
|
|
8
8
|
src: url(https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxQKYbABA.woff2) format("woff2");
|
|
9
9
|
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
10
10
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
font-family: "IBM Plex Sans";
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400 600;
|
|
15
|
-
font-display:
|
|
15
|
+
font-display: swap;
|
|
16
16
|
src: url(https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYY.woff2) format("woff2");
|
|
17
17
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
18
18
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
font-family: "IBM Plex Mono";
|
|
21
21
|
font-style: normal;
|
|
22
22
|
font-weight: 400;
|
|
23
|
-
font-display:
|
|
23
|
+
font-display: swap;
|
|
24
24
|
src: url(https://fonts.gstatic.com/s/ibmplexmono/v20/-F63fjptAgt5VM-kVkqdyU8n1iEq129k.woff2) format("woff2");
|
|
25
25
|
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
26
26
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
font-family: "IBM Plex Mono";
|
|
29
29
|
font-style: normal;
|
|
30
30
|
font-weight: 400;
|
|
31
|
-
font-display:
|
|
31
|
+
font-display: swap;
|
|
32
32
|
src: url(https://fonts.gstatic.com/s/ibmplexmono/v20/-F63fjptAgt5VM-kVkqdyU8n1i8q1w.woff2) format("woff2");
|
|
33
33
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
34
34
|
}
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
font-family: "IBM Plex Mono";
|
|
37
37
|
font-style: normal;
|
|
38
38
|
font-weight: 500;
|
|
39
|
-
font-display:
|
|
39
|
+
font-display: swap;
|
|
40
40
|
src: url(https://fonts.gstatic.com/s/ibmplexmono/v20/-F6qfjptAgt5VM-kVkqdyU8n3twJwl5FgtIU.woff2) format("woff2");
|
|
41
41
|
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
42
42
|
}
|
|
@@ -44,10 +44,25 @@
|
|
|
44
44
|
font-family: "IBM Plex Mono";
|
|
45
45
|
font-style: normal;
|
|
46
46
|
font-weight: 500;
|
|
47
|
-
font-display:
|
|
47
|
+
font-display: swap;
|
|
48
48
|
src: url(https://fonts.gstatic.com/s/ibmplexmono/v20/-F6qfjptAgt5VM-kVkqdyU8n3twJwlBFgg.woff2) format("woff2");
|
|
49
49
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
50
50
|
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: "IBM Plex Sans Fallback";
|
|
53
|
+
src: local("Arial"), local("ArialMT");
|
|
54
|
+
ascent-override: 101.3184%;
|
|
55
|
+
descent-override: 27.183%;
|
|
56
|
+
line-gap-override: 0%;
|
|
57
|
+
size-adjust: 101.1663%;
|
|
58
|
+
}
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: "IBM Plex Mono Fallback";
|
|
61
|
+
src: local("Courier New"), local("CourierNewPSMT");
|
|
62
|
+
ascent-override: 102.5167%;
|
|
63
|
+
descent-override: 27.5045%;
|
|
64
|
+
size-adjust: 99.9837%;
|
|
65
|
+
}
|
|
51
66
|
@property --tw-rotate-x {
|
|
52
67
|
syntax: "*";
|
|
53
68
|
inherits: false;
|
|
@@ -260,9 +275,10 @@
|
|
|
260
275
|
}
|
|
261
276
|
}
|
|
262
277
|
:scope, :scope:host, :scope :host {
|
|
263
|
-
--font-sans: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
|
|
264
|
-
|
|
265
|
-
monospace
|
|
278
|
+
--font-sans: "IBM Plex Sans", "IBM Plex Sans Fallback", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
|
|
279
|
+
Roboto, sans-serif;
|
|
280
|
+
--font-mono: "IBM Plex Mono", "IBM Plex Mono Fallback", ui-monospace, SFMono-Regular, "SF Mono", Menlo,
|
|
281
|
+
Consolas, "Liberation Mono", monospace;
|
|
266
282
|
--spacing: 0.25rem;
|
|
267
283
|
--container-xs: 20rem;
|
|
268
284
|
--text-xs: 0.75rem;
|
|
@@ -755,10 +771,11 @@
|
|
|
755
771
|
font-size: var(--text-sm);
|
|
756
772
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
757
773
|
color: var(--color-text);
|
|
774
|
+
overflow-wrap: break-word;
|
|
758
775
|
}
|
|
759
776
|
:scope._ao-alert:has(> :is(i, svg):first-child), :scope ._ao-alert:has(> :is(i, svg):first-child) {
|
|
760
777
|
display: grid;
|
|
761
|
-
grid-template-columns: auto 1fr;
|
|
778
|
+
grid-template-columns: auto minmax(0, 1fr);
|
|
762
779
|
column-gap: 0.5rem;
|
|
763
780
|
row-gap: 0.25rem;
|
|
764
781
|
align-items: center;
|
|
@@ -776,6 +793,7 @@
|
|
|
776
793
|
}
|
|
777
794
|
:scope._ao-alert > :is(._ao-alert-title, ._ao-alert-description), :scope ._ao-alert > :is(._ao-alert-title, ._ao-alert-description) {
|
|
778
795
|
grid-column: 2;
|
|
796
|
+
min-width: 0;
|
|
779
797
|
}
|
|
780
798
|
:scope._ao-alert-info, :scope ._ao-alert-info {
|
|
781
799
|
border-color: var(--color-info-muted);
|
|
@@ -1362,6 +1380,10 @@
|
|
|
1362
1380
|
:scope._ao-property-list-value, :scope ._ao-property-list-value {
|
|
1363
1381
|
gap: 0.5rem;
|
|
1364
1382
|
min-width: 0;
|
|
1383
|
+
overflow-wrap: break-word;
|
|
1384
|
+
}
|
|
1385
|
+
:scope._ao-property-list-compact ._ao-property-list-title, :scope ._ao-property-list-compact ._ao-property-list-title {
|
|
1386
|
+
margin-bottom: calc(var(--spacing) * 1);
|
|
1365
1387
|
}
|
|
1366
1388
|
:scope._ao-property-list-compact ._ao-property-list-label, :scope ._ao-property-list-compact ._ao-property-list-label, :scope._ao-property-list-compact ._ao-property-list-value, :scope ._ao-property-list-compact ._ao-property-list-value {
|
|
1367
1389
|
padding: 0.125rem 0.5rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aortl/admin-react",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
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.13.
|
|
45
|
+
"@aortl/admin-css": "0.13.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@testing-library/dom": "10.4.1",
|