@doneisbetter/gds-core 2.6.5 → 2.6.6
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/{chunk-BU3CRWRC.mjs → chunk-4YTMKBGW.mjs} +1 -1
- package/dist/{chunk-6LOTZ3IZ.mjs → chunk-IAP3JU55.mjs} +3 -3
- package/dist/client.js +3 -3
- package/dist/client.mjs +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/server.js +3 -3
- package/dist/server.mjs +1 -1
- package/package.json +2 -2
|
@@ -1775,15 +1775,15 @@ function DocsPageShell({
|
|
|
1775
1775
|
footerNext,
|
|
1776
1776
|
children
|
|
1777
1777
|
}) {
|
|
1778
|
-
return /* @__PURE__ */ jsx33(Container4, {
|
|
1779
|
-
/* @__PURE__ */ jsxs27(Stack27, { component: "article", gap: "lg",
|
|
1778
|
+
return /* @__PURE__ */ jsx33(Container4, { fluid: true, py: "xl", px: "xl", children: /* @__PURE__ */ jsxs27(Group24, { align: "flex-start", gap: "xl", wrap: "nowrap", children: [
|
|
1779
|
+
/* @__PURE__ */ jsxs27(Stack27, { component: "article", gap: "lg", flex: 1, miw: 0, children: [
|
|
1780
1780
|
breadcrumbs.length ? /* @__PURE__ */ jsx33(Breadcrumbs, { children: breadcrumbs.map(
|
|
1781
1781
|
(crumb) => crumb.href ? /* @__PURE__ */ jsx33(Anchor5, { href: crumb.href, children: crumb.label }, `${crumb.label}-${crumb.href}`) : /* @__PURE__ */ jsx33(Text23, { children: crumb.label }, crumb.label)
|
|
1782
1782
|
) }) : null,
|
|
1783
1783
|
/* @__PURE__ */ jsxs27(Stack27, { gap: "sm", children: [
|
|
1784
1784
|
eyebrow ? /* @__PURE__ */ jsx33(Text23, { size: "sm", fw: 700, c: "dimmed", children: eyebrow }) : null,
|
|
1785
1785
|
/* @__PURE__ */ jsx33(Title18, { order: 1, children: title }),
|
|
1786
|
-
lead ? /* @__PURE__ */ jsx33(Text23, { size: "lg", c: "dimmed", children: lead }) : null,
|
|
1786
|
+
lead ? /* @__PURE__ */ jsx33(Text23, { size: "lg", c: "dimmed", maw: 920, children: lead }) : null,
|
|
1787
1787
|
meta ? /* @__PURE__ */ jsx33(Group24, { gap: "md", children: meta }) : null
|
|
1788
1788
|
] }),
|
|
1789
1789
|
/* @__PURE__ */ jsx33(Stack27, { gap: "md", children }),
|
package/dist/client.js
CHANGED
|
@@ -2384,15 +2384,15 @@ function DocsPageShell({
|
|
|
2384
2384
|
footerNext,
|
|
2385
2385
|
children
|
|
2386
2386
|
}) {
|
|
2387
|
-
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Container, {
|
|
2388
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_core39.Stack, { component: "article", gap: "lg",
|
|
2387
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Container, { fluid: true, py: "xl", px: "xl", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_core39.Group, { align: "flex-start", gap: "xl", wrap: "nowrap", children: [
|
|
2388
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_core39.Stack, { component: "article", gap: "lg", flex: 1, miw: 0, children: [
|
|
2389
2389
|
breadcrumbs.length ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Breadcrumbs, { children: breadcrumbs.map(
|
|
2390
2390
|
(crumb) => crumb.href ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Anchor, { href: crumb.href, children: crumb.label }, `${crumb.label}-${crumb.href}`) : /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Text, { children: crumb.label }, crumb.label)
|
|
2391
2391
|
) }) : null,
|
|
2392
2392
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_core39.Stack, { gap: "sm", children: [
|
|
2393
2393
|
eyebrow ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Text, { size: "sm", fw: 700, c: "dimmed", children: eyebrow }) : null,
|
|
2394
2394
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Title, { order: 1, children: title }),
|
|
2395
|
-
lead ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Text, { size: "lg", c: "dimmed", children: lead }) : null,
|
|
2395
|
+
lead ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Text, { size: "lg", c: "dimmed", maw: 920, children: lead }) : null,
|
|
2396
2396
|
meta ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Group, { gap: "md", children: meta }) : null
|
|
2397
2397
|
] }),
|
|
2398
2398
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Stack, { gap: "md", children }),
|
package/dist/client.mjs
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
SidebarNavSection,
|
|
13
13
|
ThemeToggle,
|
|
14
14
|
UploadDropzone
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-4YTMKBGW.mjs";
|
|
16
16
|
import {
|
|
17
17
|
AccentPanel,
|
|
18
18
|
AccessSummary,
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
resolveAccentPanelStyles,
|
|
80
80
|
resolveSemanticActionConfig,
|
|
81
81
|
ru
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-IAP3JU55.mjs";
|
|
83
83
|
export {
|
|
84
84
|
AccentPanel,
|
|
85
85
|
AccessRecoveryPanel,
|
package/dist/index.js
CHANGED
|
@@ -2384,15 +2384,15 @@ function DocsPageShell({
|
|
|
2384
2384
|
footerNext,
|
|
2385
2385
|
children
|
|
2386
2386
|
}) {
|
|
2387
|
-
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Container, {
|
|
2388
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_core39.Stack, { component: "article", gap: "lg",
|
|
2387
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Container, { fluid: true, py: "xl", px: "xl", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_core39.Group, { align: "flex-start", gap: "xl", wrap: "nowrap", children: [
|
|
2388
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_core39.Stack, { component: "article", gap: "lg", flex: 1, miw: 0, children: [
|
|
2389
2389
|
breadcrumbs.length ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Breadcrumbs, { children: breadcrumbs.map(
|
|
2390
2390
|
(crumb) => crumb.href ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Anchor, { href: crumb.href, children: crumb.label }, `${crumb.label}-${crumb.href}`) : /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Text, { children: crumb.label }, crumb.label)
|
|
2391
2391
|
) }) : null,
|
|
2392
2392
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_core39.Stack, { gap: "sm", children: [
|
|
2393
2393
|
eyebrow ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Text, { size: "sm", fw: 700, c: "dimmed", children: eyebrow }) : null,
|
|
2394
2394
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Title, { order: 1, children: title }),
|
|
2395
|
-
lead ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Text, { size: "lg", c: "dimmed", children: lead }) : null,
|
|
2395
|
+
lead ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Text, { size: "lg", c: "dimmed", maw: 920, children: lead }) : null,
|
|
2396
2396
|
meta ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Group, { gap: "md", children: meta }) : null
|
|
2397
2397
|
] }),
|
|
2398
2398
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_core39.Stack, { gap: "md", children }),
|
package/dist/index.mjs
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
SidebarNavSection,
|
|
13
13
|
ThemeToggle,
|
|
14
14
|
UploadDropzone
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-4YTMKBGW.mjs";
|
|
16
16
|
import {
|
|
17
17
|
AccentPanel,
|
|
18
18
|
AccessSummary,
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
resolveAccentPanelStyles,
|
|
80
80
|
resolveSemanticActionConfig,
|
|
81
81
|
ru
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-IAP3JU55.mjs";
|
|
83
83
|
export {
|
|
84
84
|
AccentPanel,
|
|
85
85
|
AccessRecoveryPanel,
|
package/dist/server.js
CHANGED
|
@@ -1714,15 +1714,15 @@ function DocsPageShell({
|
|
|
1714
1714
|
footerNext,
|
|
1715
1715
|
children
|
|
1716
1716
|
}) {
|
|
1717
|
-
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Container, {
|
|
1718
|
-
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_core29.Stack, { component: "article", gap: "lg",
|
|
1717
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Container, { fluid: true, py: "xl", px: "xl", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_core29.Group, { align: "flex-start", gap: "xl", wrap: "nowrap", children: [
|
|
1718
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_core29.Stack, { component: "article", gap: "lg", flex: 1, miw: 0, children: [
|
|
1719
1719
|
breadcrumbs.length ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Breadcrumbs, { children: breadcrumbs.map(
|
|
1720
1720
|
(crumb) => crumb.href ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Anchor, { href: crumb.href, children: crumb.label }, `${crumb.label}-${crumb.href}`) : /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Text, { children: crumb.label }, crumb.label)
|
|
1721
1721
|
) }) : null,
|
|
1722
1722
|
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_core29.Stack, { gap: "sm", children: [
|
|
1723
1723
|
eyebrow ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Text, { size: "sm", fw: 700, c: "dimmed", children: eyebrow }) : null,
|
|
1724
1724
|
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Title, { order: 1, children: title }),
|
|
1725
|
-
lead ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Text, { size: "lg", c: "dimmed", children: lead }) : null,
|
|
1725
|
+
lead ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Text, { size: "lg", c: "dimmed", maw: 920, children: lead }) : null,
|
|
1726
1726
|
meta ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Group, { gap: "md", children: meta }) : null
|
|
1727
1727
|
] }),
|
|
1728
1728
|
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_core29.Stack, { gap: "md", children }),
|
package/dist/server.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doneisbetter/gds-core",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.6",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dev": "tsup --watch"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@doneisbetter/gds-theme": "^2.6.
|
|
41
|
+
"@doneisbetter/gds-theme": "^2.6.6",
|
|
42
42
|
"@mantine/core": "^7.9.0 || ^8.3.0 || ^9.0.0",
|
|
43
43
|
"@mantine/hooks": "^7.9.0 || ^8.3.0 || ^9.0.0",
|
|
44
44
|
"@tabler/icons-react": "^3.5.0",
|