@kanda-libs/ks-component-ts 0.2.257 → 0.2.258
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/app/src/App.tsx +12 -15
- package/dist/index.d.ts +9842 -9842
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +3 -3
- package/package.json +1 -1
- package/src/field/components/BasicNumberInput/BasicNumberInputUncontrolled/index.tsx +1 -2
- package/src/field/components/BasicNumberInput/BasicNumberInputUncontrolled/useBasicNumberInputUncontrolledProps.ts +0 -5
- package/src/generated/widget/index.tsx +47860 -47860
- package/.DS_Store +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js +0 -4
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js.map +0 -7
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/library.css +0 -4499
- package/app/.yalc/@kanda-libs/ks-component-ts/package.json +0 -97
- package/app/.yalc/@kanda-libs/ks-component-ts/yalc.sig +0 -1
- package/app/yalc.lock +0 -9
- package/src/.DS_Store +0 -0
- package/src/field/.DS_Store +0 -0
- package/src/field/components/.DS_Store +0 -0
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@kanda-libs/ks-component-ts",
|
|
3
|
-
"version": "0.2.256-qa",
|
|
4
|
-
"description": "Kanda form component library",
|
|
5
|
-
"main": "dist/index.esm.js",
|
|
6
|
-
"module": "dist/index.esm.js",
|
|
7
|
-
"source": "src/index.ts",
|
|
8
|
-
"types": "dist/index.d.ts",
|
|
9
|
-
"sideEffects": [
|
|
10
|
-
"**/*.css",
|
|
11
|
-
"**/*.d.ts"
|
|
12
|
-
],
|
|
13
|
-
"files": [
|
|
14
|
-
"dist",
|
|
15
|
-
""
|
|
16
|
-
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"clean": "node_modules/.bin/rimraf dist",
|
|
19
|
-
"remove:link": "rm -rf ~/.config/yarn/link/*",
|
|
20
|
-
"prebuild": "yarn clean",
|
|
21
|
-
"build": "yarn build:style && yarn build:esbuild && yalc publish",
|
|
22
|
-
"watch": "yarn && yarn clean && yarn build:style && DEV_WATCH=true yarn build:esbuild",
|
|
23
|
-
"app:dev": "yarn --cwd ./app && yarn --cwd ./app yalc:link && yarn --cwd ./app dev --force",
|
|
24
|
-
"build:types": "./node_modules/.bin/dts-bundle-generator --external-inlines=./generated -o dist/index.d.ts src/index.ts",
|
|
25
|
-
"watch:dashboard": "DEV_DASHBOARD=true && yarn watch",
|
|
26
|
-
"build:esbuild": "yarn clean && yarn build:style && node build.ts && yarn build:types && yalc publish",
|
|
27
|
-
"build:style": "npx tailwindcss --postcss ./tailwind.postcss.config.js -i ./src/styles/tailwind.css -c ./tailwind.config.js -o ./src/styles/library.css",
|
|
28
|
-
"watch:modern": "yarn build:modern -w",
|
|
29
|
-
"build:dev": "APP_ENV=dev yarn build",
|
|
30
|
-
"watch:style": "yarn build:style --watch",
|
|
31
|
-
"lint": "node_modules/.bin/eslint '**/*.{js,ts,tsx}'",
|
|
32
|
-
"type": "node_modules/.bin/tsc --noEmit",
|
|
33
|
-
"bundlesize": "yarn build:style && yarn build:modern && node_modules/.bin/bundlesize",
|
|
34
|
-
"test:app": "yarn clean && yarn && yarn build && cd app && yalc update && cd .. && yarn --cwd ./app && yarn --cwd ./app dev --force",
|
|
35
|
-
"start:app": "yarn clean && node_modules/.bin/tsc && yarn build:style && yarn build:esm && yarn link && yarn --cwd node_modules/react link && yarn --cwd ./app && yarn --cwd ./app run dev",
|
|
36
|
-
"yalc:update": "yalc update"
|
|
37
|
-
},
|
|
38
|
-
"author": "rob@kanda.co.uk",
|
|
39
|
-
"license": "MIT",
|
|
40
|
-
"bundlesize": [
|
|
41
|
-
{
|
|
42
|
-
"path": "./dist/index.cjs.js",
|
|
43
|
-
"maxSize": "10000 kB"
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"peerDependencies": {
|
|
47
|
-
"@kanda-libs/ks-design-library": "0.2.69",
|
|
48
|
-
"@kanda-libs/ks-frontend-services": "0.2.140",
|
|
49
|
-
"clsx": "^1.1.1",
|
|
50
|
-
"lodash.get": "^4.4.2",
|
|
51
|
-
"react": "^16.8.0 || ^17",
|
|
52
|
-
"react-hook-form": "7.43.9"
|
|
53
|
-
},
|
|
54
|
-
"repository": {
|
|
55
|
-
"type": "git",
|
|
56
|
-
"url": "git+https://github.com/kanda-co/ks-form-library.git"
|
|
57
|
-
},
|
|
58
|
-
"dependencies": {
|
|
59
|
-
"@kanda-libs/kanda-quotes": "0.0.6",
|
|
60
|
-
"@kanda-libs/ks-tailwind-config": "^0.2.10",
|
|
61
|
-
"@types/lodash.get": "^4.4.7",
|
|
62
|
-
"@types/lodash.trim": "^4.5.7",
|
|
63
|
-
"@types/react-dropzone": "^5.1.0",
|
|
64
|
-
"@zxcvbn-ts/core": "^1.0.0",
|
|
65
|
-
"browser-image-compression": "^2.0.0",
|
|
66
|
-
"cropperjs": "^1.5.12",
|
|
67
|
-
"draft-js": "^0.11.7",
|
|
68
|
-
"lodash.get": "^4.4.2",
|
|
69
|
-
"lodash.trim": "^4.5.1",
|
|
70
|
-
"markdown-draft-js": "^2.4.0",
|
|
71
|
-
"mime-types": "^2.1.35",
|
|
72
|
-
"monocle-ts": "^2.3.13",
|
|
73
|
-
"newtype-ts": "^0.3.5",
|
|
74
|
-
"react-beautiful-dnd": "^13.1.1",
|
|
75
|
-
"react-cropper": "^2.1.8",
|
|
76
|
-
"react-dropzone": "^11.3.4",
|
|
77
|
-
"react-highlight-words": "^0.18.0",
|
|
78
|
-
"react-hook-form": "7.43.9",
|
|
79
|
-
"react-input-autosize": "^3.0.0",
|
|
80
|
-
"react-loading-skeleton": "^3.1.0",
|
|
81
|
-
"react-number-format": "^4.6.4",
|
|
82
|
-
"react-range": "^1.8.14",
|
|
83
|
-
"react-router-dom": "^5.2.0",
|
|
84
|
-
"react-slick": "^0.29.0",
|
|
85
|
-
"react-table": "^7.7.0",
|
|
86
|
-
"react-textarea-autosize": "^8.4.0",
|
|
87
|
-
"remove": "^0.1.5",
|
|
88
|
-
"rollup-plugin-dotenv": "^0.4.1",
|
|
89
|
-
"setimmediate": "^1.0.5",
|
|
90
|
-
"use-debounce": "^8.0.3"
|
|
91
|
-
},
|
|
92
|
-
"resolutions": {
|
|
93
|
-
"react": "17.0.2",
|
|
94
|
-
"@types/react": "^17.0.39"
|
|
95
|
-
},
|
|
96
|
-
"yalcSig": "a423a252c08900bd27df95409825f0f1"
|
|
97
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a423a252c08900bd27df95409825f0f1
|
package/app/yalc.lock
DELETED
package/src/.DS_Store
DELETED
|
Binary file
|
package/src/field/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|