@processandtools/rp-article-designer 1.0.95 → 1.0.96

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,8 @@
1
+ import { DimensionProps } from '../../../types/zone.types';
2
+ import { MaterialDefinition } from '@oak-some/special-kms/dist/types/types';
3
+ interface PanelEdgesProps extends DimensionProps {
4
+ material?: MaterialDefinition;
5
+ edgeThk: number;
6
+ }
7
+ export default function PanelEdges({ width, height, depth, material, edgeThk }: PanelEdgesProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -1,4 +1,4 @@
1
- export declare const articleList: ({
1
+ export declare const articleList: {
2
2
  name: string;
3
3
  dimensions: {
4
4
  width: number;
@@ -7,17 +7,9 @@ export declare const articleList: ({
7
7
  };
8
8
  variables: {
9
9
  Door_Name: string;
10
- Hinge_Side_nbr: number;
10
+ SRF_FR_1_TOP: string;
11
+ SRF_FR_2_TOP: string;
12
+ SRF_FR_3_TOP: string;
13
+ SRF_LS_1_TOP: string;
11
14
  };
12
- } | {
13
- name: string;
14
- dimensions: {
15
- width: number;
16
- height: number;
17
- depth: number;
18
- };
19
- variables: {
20
- Door_Name?: undefined;
21
- Hinge_Side_nbr?: undefined;
22
- };
23
- })[];
15
+ }[];