@kanda-libs/ks-component-ts 0.3.69 → 0.3.70
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/.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 +5 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js.map +7 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/dist/library.css +4657 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/package.json +97 -0
- package/app/.yalc/@kanda-libs/ks-component-ts/yalc.sig +1 -0
- package/app/yalc.lock +9 -0
- package/dist/index.d.ts +15520 -13248
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +3 -3
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/field/.DS_Store +0 -0
- package/src/field/components/.DS_Store +0 -0
- package/src/generated/components/schemas/Enquiry.ts +30 -0
- package/src/generated/components/schemas/EnquiryBody.ts +18 -0
- package/src/generated/components/schemas/EnquiryInfo.ts +29 -0
- package/src/generated/components/schemas/EnquiryState.ts +28 -0
- package/src/generated/components/schemas/EnquiryStateRequest.ts +10 -0
- package/src/generated/components/schemas/InfoEnquiry.ts +26 -0
- package/src/generated/components/schemas/InfoTag.ts +15 -0
- package/src/generated/components/schemas/InterestInCredit.ts +5 -0
- package/src/generated/components/schemas/InterestInCreditRequest.ts +10 -0
- package/src/generated/components/schemas/JobInfo.ts +20 -0
- package/src/generated/components/schemas/MaxBudget.ts +16 -0
- package/src/generated/components/schemas/PreferenceMap.ts +5 -0
- package/src/generated/components/schemas/Tag.ts +7 -0
- package/src/generated/components/schemas/TagBody.ts +17 -0
- package/src/generated/components/schemas/WorkType.ts +2 -0
- package/src/generated/components/schemas/index.ts +14 -0
- package/src/generated/operations/deleteEnquiry.ts +29 -0
- package/src/generated/operations/deleteTag.ts +29 -0
- package/src/generated/operations/getEnquiries.ts +25 -0
- package/src/generated/operations/getEnquiry.ts +29 -0
- package/src/generated/operations/getInfoEnquiry.ts +29 -0
- package/src/generated/operations/getTag.ts +29 -0
- package/src/generated/operations/getTags.ts +25 -0
- package/src/generated/operations/index.ts +243 -0
- package/src/generated/operations/postEnquiry.ts +24 -0
- package/src/generated/operations/postEnquiryArchive.ts +29 -0
- package/src/generated/operations/postEnquiryBudget.ts +35 -0
- package/src/generated/operations/postEnquiryConsumer.ts +35 -0
- package/src/generated/operations/postEnquiryConsumerPreferences.ts +38 -0
- package/src/generated/operations/postEnquiryConsumerSignature.ts +38 -0
- package/src/generated/operations/postEnquiryConvertJob.ts +29 -0
- package/src/generated/operations/postEnquiryInterestInCredit.ts +38 -0
- package/src/generated/operations/postEnquiryJobInfo.ts +35 -0
- package/src/generated/operations/postEnquiryState.ts +38 -0
- package/src/generated/operations/postEnquirySubmit.ts +29 -0
- package/src/generated/operations/postEnquiryUnarchive.ts +29 -0
- package/src/generated/operations/postTag.ts +24 -0
- package/src/generated/operations/putEnquiry.ts +35 -0
- package/src/generated/operations/putInfoTag.ts +24 -0
- package/src/generated/operations/putTag.ts +35 -0
- package/src/generated/widget/index.tsx +73510 -64803
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@kanda-libs/ks-component-ts",
|
|
3
|
+
"version": "0.3.0-qa.1",
|
|
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": "2faa67722bc5602d4ff4e541d79fef51"
|
|
97
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2faa67722bc5602d4ff4e541d79fef51
|