@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.36 → 0.0.1-alpha.37

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.
@@ -0,0 +1,4 @@
1
+ import { FC, PropsWithChildren } from 'react';
2
+ type ArrayInsideContainer = PropsWithChildren;
3
+ export declare const ArrayInsideContainer: FC<ArrayInsideContainer>;
4
+ export {};
@@ -0,0 +1 @@
1
+ export * from './ArrayInsideContainer';
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ type TContentProps = {
3
+ $isOpen?: boolean;
4
+ $designNewLayout?: boolean;
5
+ };
6
+ export declare const Styled: {
7
+ Content: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TContentProps>>;
8
+ };
9
+ export {};
@@ -4,3 +4,4 @@ export * from './DebugNameViewer';
4
4
  export * from './PossibleHiddenContainer';
5
5
  export * from './ResetedFormItem';
6
6
  export * from './CustomSizeTitle';
7
+ export * from './ArrayInsideContainer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prorobotech/openapi-k8s-toolkit",
3
- "version": "0.0.1-alpha.36",
3
+ "version": "0.0.1-alpha.37",
4
4
  "description": "ProRobotech OpenAPI k8s tools",
5
5
  "main": "dist/openapi-k8s-toolkit.cjs.js",
6
6
  "module": "dist/openapi-k8s-toolkit.es.js",