@kanda-libs/ks-component-ts 0.3.68 → 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.
Files changed (77) hide show
  1. package/.DS_Store +0 -0
  2. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
  3. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
  4. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
  5. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
  6. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
  7. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
  8. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
  9. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
  10. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
  11. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
  12. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
  13. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
  14. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
  15. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
  16. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
  17. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
  18. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
  19. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
  20. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
  21. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
  22. package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js +5 -0
  23. package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js.map +7 -0
  24. package/app/.yalc/@kanda-libs/ks-component-ts/dist/library.css +4657 -0
  25. package/app/.yalc/@kanda-libs/ks-component-ts/package.json +97 -0
  26. package/app/.yalc/@kanda-libs/ks-component-ts/yalc.sig +1 -0
  27. package/app/yalc.lock +9 -0
  28. package/dist/index.d.ts +15180 -12900
  29. package/dist/index.esm.js +4 -4
  30. package/dist/index.esm.js.map +3 -3
  31. package/package.json +1 -1
  32. package/src/.DS_Store +0 -0
  33. package/src/field/.DS_Store +0 -0
  34. package/src/field/components/.DS_Store +0 -0
  35. package/src/generated/components/schemas/Company.ts +3 -0
  36. package/src/generated/components/schemas/CompanyTraining.ts +12 -0
  37. package/src/generated/components/schemas/Enquiry.ts +30 -0
  38. package/src/generated/components/schemas/EnquiryBody.ts +18 -0
  39. package/src/generated/components/schemas/EnquiryInfo.ts +29 -0
  40. package/src/generated/components/schemas/EnquiryState.ts +28 -0
  41. package/src/generated/components/schemas/EnquiryStateRequest.ts +10 -0
  42. package/src/generated/components/schemas/InfoEnquiry.ts +26 -0
  43. package/src/generated/components/schemas/InfoTag.ts +15 -0
  44. package/src/generated/components/schemas/InterestInCredit.ts +5 -0
  45. package/src/generated/components/schemas/InterestInCreditRequest.ts +10 -0
  46. package/src/generated/components/schemas/JobInfo.ts +20 -0
  47. package/src/generated/components/schemas/MaxBudget.ts +16 -0
  48. package/src/generated/components/schemas/PreferenceMap.ts +5 -0
  49. package/src/generated/components/schemas/Tag.ts +7 -0
  50. package/src/generated/components/schemas/TagBody.ts +17 -0
  51. package/src/generated/components/schemas/WorkType.ts +2 -0
  52. package/src/generated/components/schemas/index.ts +15 -0
  53. package/src/generated/operations/deleteEnquiry.ts +29 -0
  54. package/src/generated/operations/deleteTag.ts +29 -0
  55. package/src/generated/operations/getEnquiries.ts +25 -0
  56. package/src/generated/operations/getEnquiry.ts +29 -0
  57. package/src/generated/operations/getInfoEnquiry.ts +29 -0
  58. package/src/generated/operations/getTag.ts +29 -0
  59. package/src/generated/operations/getTags.ts +25 -0
  60. package/src/generated/operations/index.ts +243 -0
  61. package/src/generated/operations/postEnquiry.ts +24 -0
  62. package/src/generated/operations/postEnquiryArchive.ts +29 -0
  63. package/src/generated/operations/postEnquiryBudget.ts +35 -0
  64. package/src/generated/operations/postEnquiryConsumer.ts +35 -0
  65. package/src/generated/operations/postEnquiryConsumerPreferences.ts +38 -0
  66. package/src/generated/operations/postEnquiryConsumerSignature.ts +38 -0
  67. package/src/generated/operations/postEnquiryConvertJob.ts +29 -0
  68. package/src/generated/operations/postEnquiryInterestInCredit.ts +38 -0
  69. package/src/generated/operations/postEnquiryJobInfo.ts +35 -0
  70. package/src/generated/operations/postEnquiryState.ts +38 -0
  71. package/src/generated/operations/postEnquirySubmit.ts +29 -0
  72. package/src/generated/operations/postEnquiryUnarchive.ts +29 -0
  73. package/src/generated/operations/postTag.ts +24 -0
  74. package/src/generated/operations/putEnquiry.ts +35 -0
  75. package/src/generated/operations/putInfoTag.ts +24 -0
  76. package/src/generated/operations/putTag.ts +35 -0
  77. package/src/generated/widget/index.tsx +72343 -63566
@@ -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
package/app/yalc.lock ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "version": "v1",
3
+ "packages": {
4
+ "@kanda-libs/ks-component-ts": {
5
+ "signature": "2faa67722bc5602d4ff4e541d79fef51",
6
+ "link": true
7
+ }
8
+ }
9
+ }