@trackunit/react-components 0.1.138-alpha-ea50faef71.0 → 0.1.138
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/index.cjs.d.ts +1 -0
- package/{index.cjs → index.cjs.js} +3 -3
- package/{index.js → index.esm.js} +3 -3
- package/package.json +8 -10
- /package/{building_error.cjs → building_error.cjs.js} +0 -0
- /package/{building_error.js → building_error.esm.js} +0 -0
- /package/{road_block.cjs → road_block.cjs.js} +0 -0
- /package/{road_block.js → road_block.esm.js} +0 -0
- /package/{wall_construction.cjs → wall_construction.cjs.js} +0 -0
- /package/{wall_construction.js → wall_construction.esm.js} +0 -0
package/index.cjs.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./src/index";
|
|
@@ -18913,13 +18913,13 @@ const EmptyState = ({ title, description, altText, image, customImageSrc, action
|
|
|
18913
18913
|
importedImage = WorkerWithSign;
|
|
18914
18914
|
break;
|
|
18915
18915
|
case "ROAD_BLOCK":
|
|
18916
|
-
importedImage = (yield Promise.resolve().then(function () { return require('./road_block.cjs'); })).default;
|
|
18916
|
+
importedImage = (yield Promise.resolve().then(function () { return require('./road_block.cjs.js'); })).default;
|
|
18917
18917
|
break;
|
|
18918
18918
|
case "BUILDING_ERROR":
|
|
18919
|
-
importedImage = (yield Promise.resolve().then(function () { return require('./building_error.cjs'); })).default;
|
|
18919
|
+
importedImage = (yield Promise.resolve().then(function () { return require('./building_error.cjs.js'); })).default;
|
|
18920
18920
|
break;
|
|
18921
18921
|
case "WALL_CONSTRUCTION":
|
|
18922
|
-
importedImage = (yield Promise.resolve().then(function () { return require('./wall_construction.cjs'); })).default;
|
|
18922
|
+
importedImage = (yield Promise.resolve().then(function () { return require('./wall_construction.cjs.js'); })).default;
|
|
18923
18923
|
break;
|
|
18924
18924
|
default:
|
|
18925
18925
|
importedImage = WorkerWithSign;
|
|
@@ -18886,13 +18886,13 @@ const EmptyState = ({ title, description, altText, image, customImageSrc, action
|
|
|
18886
18886
|
importedImage = WorkerWithSign;
|
|
18887
18887
|
break;
|
|
18888
18888
|
case "ROAD_BLOCK":
|
|
18889
|
-
importedImage = (yield import('./road_block.js')).default;
|
|
18889
|
+
importedImage = (yield import('./road_block.esm.js')).default;
|
|
18890
18890
|
break;
|
|
18891
18891
|
case "BUILDING_ERROR":
|
|
18892
|
-
importedImage = (yield import('./building_error.js')).default;
|
|
18892
|
+
importedImage = (yield import('./building_error.esm.js')).default;
|
|
18893
18893
|
break;
|
|
18894
18894
|
case "WALL_CONSTRUCTION":
|
|
18895
|
-
importedImage = (yield import('./wall_construction.js')).default;
|
|
18895
|
+
importedImage = (yield import('./wall_construction.esm.js')).default;
|
|
18896
18896
|
break;
|
|
18897
18897
|
default:
|
|
18898
18898
|
importedImage = WorkerWithSign;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-components",
|
|
3
|
-
"version": "0.1.138
|
|
3
|
+
"version": "0.1.138",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@floating-ui/react": "0.22.2",
|
|
11
|
-
"@trackunit/css-class-variance-utilities": "0.0.
|
|
12
|
-
"@trackunit/css-core": "0.0.91
|
|
13
|
-
"@trackunit/tailwind-styled-components": "0.0.
|
|
14
|
-
"@trackunit/ui-design-tokens": "0.0.
|
|
15
|
-
"@trackunit/ui-icons": "0.0.
|
|
11
|
+
"@trackunit/css-class-variance-utilities": "0.0.11",
|
|
12
|
+
"@trackunit/css-core": "0.0.91",
|
|
13
|
+
"@trackunit/tailwind-styled-components": "0.0.60",
|
|
14
|
+
"@trackunit/ui-design-tokens": "0.0.74",
|
|
15
|
+
"@trackunit/ui-icons": "0.0.71",
|
|
16
16
|
"date-fns": "2.29.3",
|
|
17
17
|
"lodash": "4.17.21",
|
|
18
18
|
"react": "18.2.0",
|
|
@@ -23,9 +23,7 @@
|
|
|
23
23
|
"react-useportal": "1.0.17",
|
|
24
24
|
"zod": "3.14.1"
|
|
25
25
|
},
|
|
26
|
-
"module": "./index.js",
|
|
27
|
-
"main": "./index.cjs",
|
|
28
|
-
"type": "module",
|
|
29
|
-
"types": "./src/index.d.ts",
|
|
26
|
+
"module": "./index.esm.js",
|
|
27
|
+
"main": "./index.cjs.js",
|
|
30
28
|
"peerDependencies": {}
|
|
31
29
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|