@akinon/app-client 0.1.3 → 0.2.0
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/README.md +0 -3
- package/dist/app-client-provider.d.ts +15 -0
- package/dist/app-client-provider.d.ts.map +1 -0
- package/dist/index.cjs +2 -298
- package/dist/index.d.ts +1 -98
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +149 -30736
- package/package.json +4 -6
- package/dist/components/button.d.ts +0 -4
- package/dist/components/button.d.ts.map +0 -1
- package/dist/components/card.d.ts +0 -4
- package/dist/components/card.d.ts.map +0 -1
- package/dist/components/checkbox.d.ts +0 -1
- package/dist/components/checkbox.d.ts.map +0 -1
- package/dist/components/collapse.d.ts +0 -1
- package/dist/components/collapse.d.ts.map +0 -1
- package/dist/components/divider.d.ts +0 -1
- package/dist/components/divider.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -2
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/input.d.ts +0 -1
- package/dist/components/input.d.ts.map +0 -1
- package/dist/components/radio.d.ts +0 -1
- package/dist/components/radio.d.ts.map +0 -1
- package/dist/components/select.d.ts +0 -1
- package/dist/components/select.d.ts.map +0 -1
- package/dist/components/spin.d.ts +0 -1
- package/dist/components/spin.d.ts.map +0 -1
- package/dist/components/switch.d.ts +0 -1
- package/dist/components/switch.d.ts.map +0 -1
- package/dist/components/table.d.ts +0 -1
- package/dist/components/table.d.ts.map +0 -1
- package/dist/components/typography.d.ts +0 -1
- package/dist/components/typography.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akinon/app-client",
|
|
3
3
|
"description": "Akinon UI App Client. This library is used to create a new plugin or an application which will reside in Akinon's applications.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -12,20 +12,18 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"postmate": "^1.5.2",
|
|
14
14
|
"use-immer": "^0.9.0",
|
|
15
|
-
"@akinon/
|
|
15
|
+
"@akinon/app-shared": "^0.1.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/postmate": "^1.5.3",
|
|
19
19
|
"clean-package": "2.2.0",
|
|
20
20
|
"@akinon/vite-config": "^0.1.1",
|
|
21
21
|
"eslint-config-custom": "0.1.0",
|
|
22
|
-
"tsconfig": "0.0.0"
|
|
23
|
-
"@akinon/app-shell": "^0.1.1"
|
|
22
|
+
"tsconfig": "0.0.0"
|
|
24
23
|
},
|
|
25
24
|
"peerDependencies": {
|
|
26
25
|
"react": "18.x",
|
|
27
|
-
"react-dom": "18.x"
|
|
28
|
-
"react-router-dom": "6.x"
|
|
26
|
+
"react-dom": "18.x"
|
|
29
27
|
},
|
|
30
28
|
"clean-package": "../../clean-package.config.json",
|
|
31
29
|
"types": "dist/index.d.ts",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../src/components/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAExC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/components/card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAEpC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=checkbox.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../src/components/checkbox.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=collapse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"collapse.d.ts","sourceRoot":"","sources":["../../src/components/collapse.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=divider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../src/components/divider.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/components/input.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=radio.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../src/components/radio.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=select.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../src/components/select.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=spin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"spin.d.ts","sourceRoot":"","sources":["../../src/components/spin.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=switch.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../src/components/switch.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=table.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../src/components/table.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/components/typography.tsx"],"names":[],"mappings":""}
|