@genesislcap/foundation-react-utils 14.354.2-FUI-2341-3.2 → 14.367.1-FUI-2341-3.2
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/custom-elements.json +1 -20
- package/dist/dts/index.d.ts +0 -5
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -5
- package/dist/foundation-react-utils.api.json +0 -27
- package/dist/foundation-react-utils.d.ts +0 -6
- package/docs/api/foundation-react-utils.md +0 -26
- package/docs/api-report.md.api.md +0 -3
- package/package.json +11 -11
- package/src/index.ts +0 -6
- package/temp/api-report.md.api.md +0 -3
- package/docs/api/foundation-react-utils.version.md +0 -13
|
@@ -5,27 +5,8 @@
|
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "src/index.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "VERSION",
|
|
12
|
-
"type": {
|
|
13
|
-
"text": "string"
|
|
14
|
-
},
|
|
15
|
-
"default": "'14.354.2'",
|
|
16
|
-
"description": "Package version",
|
|
17
|
-
"privacy": "public"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
8
|
+
"declarations": [],
|
|
20
9
|
"exports": [
|
|
21
|
-
{
|
|
22
|
-
"kind": "js",
|
|
23
|
-
"name": "VERSION",
|
|
24
|
-
"declaration": {
|
|
25
|
-
"name": "VERSION",
|
|
26
|
-
"module": "src/index.ts"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
10
|
{
|
|
30
11
|
"kind": "js",
|
|
31
12
|
"name": "reactFactory",
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -6,10 +6,5 @@
|
|
|
6
6
|
* This module serves as a central location for React-specific utilities.
|
|
7
7
|
* Exports will be added here as utilities are developed.
|
|
8
8
|
*/
|
|
9
|
-
/**
|
|
10
|
-
* Package version
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
export declare const VERSION = "14.354.2";
|
|
14
9
|
export { reactFactory, reactFactoryWithProvider } from './react-layout-factory';
|
|
15
10
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,YAAY,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -6,9 +6,4 @@
|
|
|
6
6
|
* This module serves as a central location for React-specific utilities.
|
|
7
7
|
* Exports will be added here as utilities are developed.
|
|
8
8
|
*/
|
|
9
|
-
/**
|
|
10
|
-
* Package version
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
export const VERSION = '14.354.2';
|
|
14
9
|
export { reactFactory, reactFactoryWithProvider } from './react-layout-factory';
|
|
@@ -412,33 +412,6 @@
|
|
|
412
412
|
}
|
|
413
413
|
],
|
|
414
414
|
"name": "reactFactoryWithProvider"
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"kind": "Variable",
|
|
418
|
-
"canonicalReference": "@genesislcap/foundation-react-utils!VERSION:var",
|
|
419
|
-
"docComment": "/**\n * Package version\n *\n * @public\n */\n",
|
|
420
|
-
"excerptTokens": [
|
|
421
|
-
{
|
|
422
|
-
"kind": "Content",
|
|
423
|
-
"text": "VERSION = "
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"kind": "Content",
|
|
427
|
-
"text": "\"14.354.2\""
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
"fileUrlPath": "src/index.ts",
|
|
431
|
-
"initializerTokenRange": {
|
|
432
|
-
"startIndex": 1,
|
|
433
|
-
"endIndex": 2
|
|
434
|
-
},
|
|
435
|
-
"isReadonly": true,
|
|
436
|
-
"releaseTag": "Public",
|
|
437
|
-
"name": "VERSION",
|
|
438
|
-
"variableTypeTokenRange": {
|
|
439
|
-
"startIndex": 0,
|
|
440
|
-
"endIndex": 0
|
|
441
|
-
}
|
|
442
415
|
}
|
|
443
416
|
]
|
|
444
417
|
}
|
|
@@ -49,10 +49,4 @@ export declare function reactFactoryWithProvider<CP = {}, WP = {}>(Component: Re
|
|
|
49
49
|
children: React_2.ReactNode;
|
|
50
50
|
}>, wrapperProps: WP, componentProps?: CP): ComponentFactory;
|
|
51
51
|
|
|
52
|
-
/**
|
|
53
|
-
* Package version
|
|
54
|
-
* @public
|
|
55
|
-
*/
|
|
56
|
-
export declare const VERSION = "14.354.2";
|
|
57
|
-
|
|
58
52
|
export { }
|
|
@@ -41,29 +41,3 @@ Creates a factory function that wraps a React component with a provider (e.g., R
|
|
|
41
41
|
</td></tr>
|
|
42
42
|
</tbody></table>
|
|
43
43
|
|
|
44
|
-
## Variables
|
|
45
|
-
|
|
46
|
-
<table><thead><tr><th>
|
|
47
|
-
|
|
48
|
-
Variable
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</th><th>
|
|
52
|
-
|
|
53
|
-
Description
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</th></tr></thead>
|
|
57
|
-
<tbody><tr><td>
|
|
58
|
-
|
|
59
|
-
[VERSION](./foundation-react-utils.version.md)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
</td><td>
|
|
63
|
-
|
|
64
|
-
Package version
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
</td></tr>
|
|
68
|
-
</tbody></table>
|
|
69
|
-
|
|
@@ -15,9 +15,6 @@ export function reactFactoryWithProvider<CP = {}, WP = {}>(Component: React_2.Co
|
|
|
15
15
|
children: React_2.ReactNode;
|
|
16
16
|
}>, wrapperProps: WP, componentProps?: CP): ComponentFactory;
|
|
17
17
|
|
|
18
|
-
// @public
|
|
19
|
-
export const VERSION = "14.354.2";
|
|
20
|
-
|
|
21
18
|
// (No @packageDocumentation comment for this package)
|
|
22
19
|
|
|
23
20
|
```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-react-utils",
|
|
3
3
|
"description": "Genesis Foundation React Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.367.1-FUI-2341-3.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.367.1-FUI-2341-3.2",
|
|
31
|
+
"@genesislcap/genx": "14.367.1-FUI-2341-3.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.367.1-FUI-2341-3.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.367.1-FUI-2341-3.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.367.1-FUI-2341-3.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.367.1-FUI-2341-3.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.367.1-FUI-2341-3.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^19.0.0",
|
|
40
40
|
"react-dom": "^19.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@genesislcap/foundation-layout": "14.
|
|
44
|
-
"@genesislcap/foundation-logger": "14.
|
|
43
|
+
"@genesislcap/foundation-layout": "14.367.1-FUI-2341-3.2",
|
|
44
|
+
"@genesislcap/foundation-logger": "14.367.1-FUI-2341-3.2"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
54
|
"customElements": "dist/custom-elements.json",
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "4902641627e0fe74adbca60fba3873a589826c6c"
|
|
56
56
|
}
|
package/src/index.ts
CHANGED
|
@@ -15,9 +15,6 @@ export function reactFactoryWithProvider<CP = {}, WP = {}>(Component: React_2.Co
|
|
|
15
15
|
children: React_2.ReactNode;
|
|
16
16
|
}>, wrapperProps: WP, componentProps?: CP): ComponentFactory;
|
|
17
17
|
|
|
18
|
-
// @public
|
|
19
|
-
export const VERSION = "14.354.2";
|
|
20
|
-
|
|
21
18
|
// (No @packageDocumentation comment for this package)
|
|
22
19
|
|
|
23
20
|
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-react-utils](./foundation-react-utils.md) > [VERSION](./foundation-react-utils.version.md)
|
|
4
|
-
|
|
5
|
-
## VERSION variable
|
|
6
|
-
|
|
7
|
-
Package version
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
VERSION = "14.354.2"
|
|
13
|
-
```
|