@factorialco/deprecated-design-system 0.0.1
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/dist/deprecated-design-system.d.ts +5164 -0
- package/dist/deprecated-design-system.js +19686 -0
- package/dist/deprecated-design-system.js.map +1 -0
- package/dist/style.css +1 -0
- package/package.json +151 -0
package/package.json
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@factorialco/deprecated-design-system",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "",
|
|
5
|
+
"private": false,
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public"
|
|
8
|
+
},
|
|
9
|
+
"main": "dist/deprecated-design-system.js",
|
|
10
|
+
"typings": "dist/deprecated-design-system.d.ts",
|
|
11
|
+
"type": "module",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "vite build",
|
|
17
|
+
"prepare": "npm run build"
|
|
18
|
+
},
|
|
19
|
+
"author": "",
|
|
20
|
+
"license": "ISC",
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@babel/parser": "^7.21.4",
|
|
23
|
+
"@testing-library/dom": "^8.13.0",
|
|
24
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
25
|
+
"@testing-library/react": "13.3.0",
|
|
26
|
+
"@testing-library/react-hooks": "8.0.0",
|
|
27
|
+
"@testing-library/user-event": "14.5.2",
|
|
28
|
+
"@vitejs/plugin-react": "4.4.1",
|
|
29
|
+
"fs-extra": "^11.1.1",
|
|
30
|
+
"glob": "^10.2.1",
|
|
31
|
+
"lodash": "^4.17.21",
|
|
32
|
+
"prettier": "^2.8.7",
|
|
33
|
+
"recast": "^0.23.1",
|
|
34
|
+
"vite": "^5.3.3",
|
|
35
|
+
"vite-plugin-dts": "4.5.3",
|
|
36
|
+
"yaml": "2.2.1",
|
|
37
|
+
"@types/apollo-upload-client": "^17.0.1",
|
|
38
|
+
"@types/classnames": "2.2.6",
|
|
39
|
+
"@types/compression": "^1.7.2",
|
|
40
|
+
"@types/d3": "^7.1.0",
|
|
41
|
+
"@types/d3-hierarchy": "^3.1.0",
|
|
42
|
+
"@types/d3-scale": "4.0.2",
|
|
43
|
+
"@types/d3-shape": "^3.0.2",
|
|
44
|
+
"@types/d3-zoom": "^3.0.1",
|
|
45
|
+
"@types/deep-equal": "^1.0.1",
|
|
46
|
+
"@types/dinero.js": "^1.9.0",
|
|
47
|
+
"@types/dom-to-image": "2.6.4",
|
|
48
|
+
"@types/dompurify": "2.2.3",
|
|
49
|
+
"@types/draft-js": "^0.11.8",
|
|
50
|
+
"@types/emoji-mart": "^3.0.9",
|
|
51
|
+
"@types/google-libphonenumber": "7.4.23",
|
|
52
|
+
"@types/google.maps": "^3.54.3",
|
|
53
|
+
"@types/highlight-words-core": "^1.2.0",
|
|
54
|
+
"@types/iban": "0.0.32",
|
|
55
|
+
"@types/jest": "^29.5.12",
|
|
56
|
+
"@types/jest-when": "^3.5.0",
|
|
57
|
+
"@types/jquery-param": "1.0.2",
|
|
58
|
+
"@types/loadable__component": "^5.13.4",
|
|
59
|
+
"@types/lodash": "^4.14.176",
|
|
60
|
+
"@types/lolex": "^5.1.2",
|
|
61
|
+
"@types/madge": "5.0.3",
|
|
62
|
+
"@types/mathjs": "9.4.2",
|
|
63
|
+
"@types/node": "^18.11.17",
|
|
64
|
+
"@types/qrcode-svg": "^1.1.1",
|
|
65
|
+
"@types/qs": "^6.9.7",
|
|
66
|
+
"@types/rails__actioncable": "6.1.6",
|
|
67
|
+
"@types/react": "18.3.5",
|
|
68
|
+
"@types/react-beautiful-dnd": "13.1.4",
|
|
69
|
+
"@types/react-big-calendar": "0.38.2",
|
|
70
|
+
"@types/react-color": "^3.0.6",
|
|
71
|
+
"@types/react-dom": "18.3.0",
|
|
72
|
+
"@types/react-dropzone": "5.1.0",
|
|
73
|
+
"@types/react-grid-layout": "^1.3.5",
|
|
74
|
+
"@types/react-highlight-words": "^0.16.4",
|
|
75
|
+
"@types/react-infinite-scroller": "^1.2.3",
|
|
76
|
+
"@types/react-lazyload": "3.2.0",
|
|
77
|
+
"@types/react-motion": "^0.0.32",
|
|
78
|
+
"@types/react-outside-click-handler": "1.3.0",
|
|
79
|
+
"@types/react-page-visibility": "^6.4.1",
|
|
80
|
+
"@types/react-pdf": "^5.7.4",
|
|
81
|
+
"@types/react-portal": "^4.0.4",
|
|
82
|
+
"@types/react-syntax-highlighter": "15.5.13",
|
|
83
|
+
"@types/react-window": "^1.8.5",
|
|
84
|
+
"@types/svg4everybody": "^2.1.2",
|
|
85
|
+
"@types/testing-library__jest-dom": "^5.14.5",
|
|
86
|
+
"@types/tether": "^1.4.3",
|
|
87
|
+
"@types/tinycolor2": "1.4.3",
|
|
88
|
+
"@types/uuid": "^8.3.4",
|
|
89
|
+
"@types/validator": "13.11.1"
|
|
90
|
+
},
|
|
91
|
+
"dependencies": {
|
|
92
|
+
"@lexical/code": "0.21.0",
|
|
93
|
+
"@lexical/hashtag": "0.21.0",
|
|
94
|
+
"@lexical/html": "0.21.0",
|
|
95
|
+
"@lexical/link": "0.21.0",
|
|
96
|
+
"@lexical/list": "0.21.0",
|
|
97
|
+
"@lexical/mark": "0.21.0",
|
|
98
|
+
"@lexical/overflow": "0.21.0",
|
|
99
|
+
"@lexical/react": "0.21.0",
|
|
100
|
+
"@lexical/rich-text": "0.21.0",
|
|
101
|
+
"@lexical/selection": "0.21.0",
|
|
102
|
+
"@lexical/table": "0.21.0",
|
|
103
|
+
"@lexical/utils": "0.21.0",
|
|
104
|
+
"@nivo/axes": "^0.73.0",
|
|
105
|
+
"@nivo/bar": "^0.73.1",
|
|
106
|
+
"@nivo/core": "^0.73.0",
|
|
107
|
+
"@nivo/line": "^0.73.0",
|
|
108
|
+
"@nivo/pie": "^0.73.0",
|
|
109
|
+
"@nivo/tooltip": "0.73.0",
|
|
110
|
+
"@radix-ui/react-dialog": "^1.0.5",
|
|
111
|
+
"@radix-ui/react-dropdown-menu": "2.0.6",
|
|
112
|
+
"@radix-ui/react-popover": "^1.0.7",
|
|
113
|
+
"@radix-ui/react-tabs": "^1.0.4",
|
|
114
|
+
"@radix-ui/react-toggle": "^1.0.3",
|
|
115
|
+
"@react-spring/web": "9.2.4",
|
|
116
|
+
"@vanilla-extract/babel-plugin": "1.1.4",
|
|
117
|
+
"@vanilla-extract/css": "1.9.0",
|
|
118
|
+
"@vanilla-extract/css-utils": "0.1.2",
|
|
119
|
+
"@vanilla-extract/dynamic": "2.0.3",
|
|
120
|
+
"@vanilla-extract/jest-transform": "1.1.1",
|
|
121
|
+
"@vanilla-extract/vite-plugin": "^3.7.0",
|
|
122
|
+
"axios": "~0.21.4",
|
|
123
|
+
"classnames": "^2.2.6",
|
|
124
|
+
"copy-to-clipboard": "3.3.2",
|
|
125
|
+
"csstype": "^3.1.1",
|
|
126
|
+
"date-fns": "^3.5.0",
|
|
127
|
+
"dompurify": "^2.2.6",
|
|
128
|
+
"focus-trap-react": "10.2.3",
|
|
129
|
+
"framer-motion": "12.4.7",
|
|
130
|
+
"lexical": "0.21.0",
|
|
131
|
+
"moment": "2.29.4",
|
|
132
|
+
"moment-timezone": "0.5.43",
|
|
133
|
+
"node-sass-utils": "^1.1.2",
|
|
134
|
+
"react": "18.3.1",
|
|
135
|
+
"react-day-picker": "^8.10.1",
|
|
136
|
+
"react-dom": "18.3.0",
|
|
137
|
+
"react-dropzone": "14.2.2",
|
|
138
|
+
"react-hotkeys": "2.0.0",
|
|
139
|
+
"react-infinite-scroller": "^1.2.6",
|
|
140
|
+
"react-markdown": "9.0.1",
|
|
141
|
+
"react-outside-click-handler": "1.3.0",
|
|
142
|
+
"react-portal": "4.2.2",
|
|
143
|
+
"react-router-dom": "6.14.2",
|
|
144
|
+
"react-textarea-autosize": "8.3.4",
|
|
145
|
+
"sass": "1.52.1",
|
|
146
|
+
"tether": "1.4.6",
|
|
147
|
+
"tinycolor2": "1.6.0",
|
|
148
|
+
"usehooks-ts": "^2.14.0",
|
|
149
|
+
"utility-types": "^3.10.0"
|
|
150
|
+
}
|
|
151
|
+
}
|