@compill/admin 1.0.86 → 1.0.87
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/index.cjs.js +0 -2
- package/index.esm.js +0 -2
- package/package.json +1 -1
package/index.cjs.js
CHANGED
@@ -368,7 +368,6 @@ function Breadcrumbs(_a) {
|
|
368
368
|
return jsxRuntime.jsx("div", Object.assign({
|
369
369
|
dflex: true,
|
370
370
|
alignItems: "center",
|
371
|
-
placeContent: "center",
|
372
371
|
trait: "typo.h5"
|
373
372
|
}, props, {
|
374
373
|
children: breadcrumbs.map((b, index) => jsxRuntime.jsx(BreadcrumbItem, {
|
@@ -417,7 +416,6 @@ function QueryBreadcrumbs(_a) {
|
|
417
416
|
return jsxRuntime.jsx("div", Object.assign({
|
418
417
|
dflex: true,
|
419
418
|
alignItems: "center",
|
420
|
-
placeContent: "center",
|
421
419
|
trait: "typo.h5"
|
422
420
|
}, props, {
|
423
421
|
children: breadcrumbs.map((b, index) => jsxRuntime.jsx(BreadcrumbItem, {
|
package/index.esm.js
CHANGED
@@ -358,7 +358,6 @@ function Breadcrumbs(_a) {
|
|
358
358
|
return jsx("div", Object.assign({
|
359
359
|
dflex: true,
|
360
360
|
alignItems: "center",
|
361
|
-
placeContent: "center",
|
362
361
|
trait: "typo.h5"
|
363
362
|
}, props, {
|
364
363
|
children: breadcrumbs.map((b, index) => jsx(BreadcrumbItem, {
|
@@ -407,7 +406,6 @@ function QueryBreadcrumbs(_a) {
|
|
407
406
|
return jsx("div", Object.assign({
|
408
407
|
dflex: true,
|
409
408
|
alignItems: "center",
|
410
|
-
placeContent: "center",
|
411
409
|
trait: "typo.h5"
|
412
410
|
}, props, {
|
413
411
|
children: breadcrumbs.map((b, index) => jsx(BreadcrumbItem, {
|