xmlui 0.11.9 → 0.11.11
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/lib/{index-Dh81qoMM.js → index-BNm0RhXG.js} +96 -37
- package/dist/lib/index.css +1 -1
- package/dist/lib/{initMock-GfhLAym0.js → initMock-DK8FL64P.js} +1 -1
- package/dist/lib/xmlui.d.ts +2 -1
- package/dist/lib/xmlui.js +1 -1
- package/dist/metadata/{collectedComponentMetadata-DfzPdHnk.js → collectedComponentMetadata-DvV8yJ4N.js} +100 -38
- package/dist/metadata/{initMock-BGnNBTSg.js → initMock-Bndg9J7D.js} +1 -1
- package/dist/metadata/xmlui-metadata.css +1 -1
- package/dist/metadata/xmlui-metadata.js +1 -1
- package/dist/metadata/xmlui-metadata.umd.cjs +3 -3
- package/dist/standalone/xmlui-standalone.es.d.ts +4 -2
- package/dist/standalone/xmlui-standalone.umd.js +13 -13
- package/package.json +1 -1
|
@@ -577,7 +577,8 @@ declare type ContainerState = Record<string | symbol, any>;
|
|
|
577
577
|
declare const ContentSeparator: ForwardRefExoticComponent<ContentSeparatorProps & RefAttributes<HTMLDivElement>>;
|
|
578
578
|
|
|
579
579
|
declare type ContentSeparatorProps = {
|
|
580
|
-
|
|
580
|
+
thickness?: number | string;
|
|
581
|
+
length?: number | string;
|
|
581
582
|
orientation?: string;
|
|
582
583
|
style?: CSSProperties;
|
|
583
584
|
className?: string;
|
|
@@ -1795,7 +1796,8 @@ declare const standaloneExports: {
|
|
|
1795
1796
|
enabled?: boolean;
|
|
1796
1797
|
} & default_2.RefAttributes<unknown>>;
|
|
1797
1798
|
ContentSeparator: default_2.ForwardRefExoticComponent<{
|
|
1798
|
-
|
|
1799
|
+
thickness?: number | string;
|
|
1800
|
+
length?: number | string;
|
|
1799
1801
|
orientation?: string;
|
|
1800
1802
|
style?: default_2.CSSProperties;
|
|
1801
1803
|
className?: string;
|