@processandtools/rp-article-designer 1.0.5 → 1.0.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.
Binary file
@@ -7,5 +7,5 @@ export declare function useVariables(): {
7
7
  getValue: (name: string) => string | number;
8
8
  resolveString: (str: string) => string;
9
9
  hasVariables: (str: string) => boolean;
10
- setValue: any;
10
+ setVarValue: any;
11
11
  };
@@ -1,8 +1,12 @@
1
1
  export declare enum VAR_TYPE {
2
+ None = 0,
3
+ Profile = 2,
2
4
  Surface = 3,
3
5
  Material = 4,
6
+ Kms = 5,
4
7
  Numeric = 100,
5
- Text = 120
8
+ Text = 120,
9
+ color = 29
6
10
  }
7
11
  export interface ImosVariable {
8
12
  NAME: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@processandtools/rp-article-designer",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "3D Article Designer component library for furniture visualization using React Three Fiber",
5
5
  "author": "Otman Abid Lmerabetine",
6
6
  "license": "MIT",
@@ -52,7 +52,8 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@react-three/postprocessing": "^3.0.4",
55
- "imos-linear-division": "^0.1.3"
55
+ "imos-linear-division": "^0.1.3",
56
+ "leva": "^0.10.1"
56
57
  },
57
58
  "devDependencies": {
58
59
  "@eslint/js": "^9.39.1",
@@ -72,6 +73,7 @@
72
73
  "javascript-obfuscator": "^5.1.0",
73
74
  "react": "^19.2.0",
74
75
  "react-dom": "^19.2.0",
76
+ "react-use": "^17.6.0",
75
77
  "terser": "^5.44.1",
76
78
  "three": "^0.181.1",
77
79
  "typescript": "~5.9.3",
Binary file
Binary file
Binary file
Binary file
Binary file