synos-helena 21.11.0 → 21.11.2
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/CHANGELOG.md +34 -4
- package/lib/dark.css +984 -519
- package/lib/dark.css.map +1 -1
- package/lib/dark.js.map +1 -1
- package/lib/helena.css +988 -523
- package/lib/helena.css.map +1 -1
- package/lib/helena.js.map +1 -1
- package/lib/index.css +39 -37
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +76 -29
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +15 -5
- package/lib/index.js.map +1 -1
- package/lib/light.css +984 -519
- package/lib/light.css.map +1 -1
- package/lib/light.js.map +1 -1
- package/package.json +16 -6
package/lib/light.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"light.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,iBAAZC,QACdA,QAAQ,kBAAoBD,IAE5BD,EAAK,kBAAoBC,IAR3B,CASGK,MAAM,WACT,M,mBCTA,IAAIC,EAAsB,CCA1BA,EAAyBL,IACH,oBAAXM,QAA0BA,OAAOC,aAC1CC,OAAOC,eAAeT,EAASM,OAAOC,YAAa,CAAEG,MAAO,WAE7DF,OAAOC,eAAeT,EAAS,aAAc,CAAEU,OAAO,M","sources":["webpack://synchro-helena/webpack/universalModuleDefinition","webpack://synchro-helena/webpack/bootstrap","webpack://synchro-helena/webpack/runtime/make namespace object"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"synchro-helena\"] = factory();\n\telse\n\t\troot[\"synchro-helena\"] = factory();\n})(self, function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};"],"names":["root","factory","exports","module","define","amd","self","__webpack_require__","Symbol","toStringTag","Object","defineProperty","value"],"sourceRoot":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "21.11.
|
|
3
|
+
"version": "21.11.2",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -64,6 +64,8 @@
|
|
|
64
64
|
"@babel/register": "^7.8.6",
|
|
65
65
|
"@svgr/webpack": "^5.4.0",
|
|
66
66
|
"@types/react-router-dom": "^5.1.6",
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^3.3.0",
|
|
68
|
+
"@typescript-eslint/parser": "^3.3.0",
|
|
67
69
|
"babel-eslint": "^9.0.0",
|
|
68
70
|
"babel-loader": "^8.0.0",
|
|
69
71
|
"babel-plugin-root-import": "^6.1.0",
|
|
@@ -72,11 +74,13 @@
|
|
|
72
74
|
"css-loader": "^5.0.1",
|
|
73
75
|
"cz-customizable": "^6.3.0",
|
|
74
76
|
"dts-bundle-webpack": "^1.0.2",
|
|
75
|
-
"eslint": "^
|
|
76
|
-
"eslint-config-prettier": "^
|
|
77
|
+
"eslint": "^7.4.0",
|
|
78
|
+
"eslint-config-prettier": "^6.11.0",
|
|
79
|
+
"eslint-import-resolver-typescript": "^2.0.0",
|
|
77
80
|
"eslint-plugin-import": "^2.14.0",
|
|
78
|
-
"eslint-plugin-prettier": "^3.
|
|
79
|
-
"eslint-plugin-react": "^7.
|
|
81
|
+
"eslint-plugin-prettier": "^3.1.4",
|
|
82
|
+
"eslint-plugin-react": "^7.20.3",
|
|
83
|
+
"eslint-plugin-react-hooks": "^4.0.4",
|
|
80
84
|
"file-loader": "^6.2.0",
|
|
81
85
|
"html-webpack-plugin": "^4.5.0",
|
|
82
86
|
"less": "^3.12.2",
|
|
@@ -84,7 +88,7 @@
|
|
|
84
88
|
"less-vars-to-js": "^1.3.0",
|
|
85
89
|
"mini-css-extract-plugin": "^1.3.1",
|
|
86
90
|
"prettier": "^2.2.1",
|
|
87
|
-
"prettier-eslint": "^
|
|
91
|
+
"prettier-eslint": "^11.0.0",
|
|
88
92
|
"prettier-eslint-cli": "^5.0.0",
|
|
89
93
|
"react": "^17.0.1",
|
|
90
94
|
"react-dom": "^17.0.1",
|
|
@@ -102,6 +106,8 @@
|
|
|
102
106
|
"@ant-design/compatible": "^1.0.8",
|
|
103
107
|
"@ant-design/icons": "^4.3.0",
|
|
104
108
|
"@loadable/component": "^5.14.1",
|
|
109
|
+
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
110
|
+
"@types/react-syntax-highlighter": "^13.5.2",
|
|
105
111
|
"antd": "^4.16.12",
|
|
106
112
|
"antd-mask-input": "^0.1.15",
|
|
107
113
|
"bigdecimal": "^0.6.1",
|
|
@@ -110,6 +116,7 @@
|
|
|
110
116
|
"dayjs": "^1.10.4",
|
|
111
117
|
"deepdash": "^5.3.2",
|
|
112
118
|
"enquire-js": "latest",
|
|
119
|
+
"json-loader": "^0.5.7",
|
|
113
120
|
"lodash": "^4.17.15",
|
|
114
121
|
"mobx": "^5.15.4",
|
|
115
122
|
"mobx-react": "^6.3.1",
|
|
@@ -118,9 +125,12 @@
|
|
|
118
125
|
"path-browserify": "^1.0.1",
|
|
119
126
|
"prop-types": "^15.6.2",
|
|
120
127
|
"react-cookie": "^4.0.3",
|
|
128
|
+
"react-copy-to-clipboard": "^5.0.4",
|
|
121
129
|
"react-highlight-words": "^0.16.0",
|
|
130
|
+
"react-markdown": "^7.1.0",
|
|
122
131
|
"react-resize-detector": "^5.0.7",
|
|
123
132
|
"react-scripts": "^4.0.0",
|
|
133
|
+
"react-syntax-highlighter": "^15.4.4",
|
|
124
134
|
"string-mask": "^0.3.0",
|
|
125
135
|
"typescript": "^4.1.2",
|
|
126
136
|
"util": "^0.12.3"
|