@equisoft/design-elements-react 5.2.4 → 5.2.5-snapshot.20230503004022
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/bundle.js +115 -114
- package/dist/theme.js +1 -1
- package/package.json +28 -28
package/dist/theme.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r();else if("function"==typeof define&&define.amd)define([],r);else{var o=r();for(var i in o)("object"==typeof exports?exports:e)[i]=o[i]}}(self,(()=>(()=>{"use strict";var e={
|
|
1
|
+
!function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r();else if("function"==typeof define&&define.amd)define([],r);else{var o=r();for(var i in o)("object"==typeof exports?exports:e)[i]=o[i]}}(self,(()=>(()=>{"use strict";var e={9469:(e,r,o)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.equisoftTheme=void 0;const i=o(9630),t=o(7945),n=o(3424),a=o(1524);r.equisoftTheme={main:t.main,greys:i.greys,notifications:n.notifications,tokens:a.tokens}},9630:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.greys=void 0,r.greys={white:"#FFFFFF","colored-white":"#FAFAFA","light-grey":"#F1F2F2",grey:"#DBDEE1","mid-grey":"#B7BBC2","dark-grey":"#60666E",black:"#000000"}},7945:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.main=void 0,r.main={"primary-1.1":"#006296","primary-1.2":"#84C6EA","primary-1.3":"#003A5A","primary-1.4":"#E0F0F9","primary-2":"#012639","primary-3":"#004E78","secondary-4.1":"#EF483E","secondary-4.2":"#F9B6B2","secondary-4.3":"#D41F14"}},3424:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.notifications=void 0,r.notifications={"info-1.1":"#602FA0","success-1.1":"#008533","success-1.2":"#F6FCF8","success-1.3":"#8ADDA9","alert-2.1":"#CD2C23","alert-2.2":"#FFFAFB","warning-3.1":"#F5A200","warning-3.2":"#FFF9F5","warning-3.3":"#FFB302","warning-3.4":"#A36D00"}},1524:(e,r,o)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.tokens=void 0;const i=o(7945);r.tokens={"focus-box-shadow":`0 0 0 2px ${i.main["primary-1.2"]}`,"focus-border-box-shadow":` 0 0 0 1px ${i.main["primary-1.1"]}, 0 0 0 3px ${i.main["primary-1.2"]}`,"focus-border-box-shadow-inset":`inset 0 0 0 2px ${i.main["primary-1.2"]}, inset 0 0 0 3px ${i.main["primary-1.1"]}`,"focus-border":`${i.main["primary-1.1"]}`,"modal-overlay-background-color":"rgba(0, 0, 0, 0.75)","overlay-box-shadow":"0 10px 20px 0 rgba(0, 0, 0, 0.19)"}}},r={};function o(i){var t=r[i];if(void 0!==t)return t.exports;var n=r[i]={exports:{}};return e[i](n,n.exports,o),n.exports}var i={};return(()=>{var e=i;Object.defineProperty(e,"__esModule",{value:!0}),e.equisoftTheme=void 0;var r=o(9469);Object.defineProperty(e,"equisoftTheme",{enumerable:!0,get:function(){return r.equisoftTheme}})})(),i})()));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equisoft/design-elements-react",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.5-snapshot.20230503004022",
|
|
4
4
|
"description": "React implementation of the Equisoft design system.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "dist/bundle.js",
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@equisoft/eslint-config": "^3.0.3",
|
|
53
|
-
"@equisoft/eslint-config-typescript-react": "^3.0.
|
|
53
|
+
"@equisoft/eslint-config-typescript-react": "^3.0.3",
|
|
54
54
|
"@equisoft/typescript-config": "^2.0.0",
|
|
55
55
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
|
56
|
-
"@svgr/webpack": "^
|
|
56
|
+
"@svgr/webpack": "^7.0.0",
|
|
57
57
|
"@testing-library/react": "^12.1.5",
|
|
58
58
|
"@testing-library/react-hooks": "^8.0.1",
|
|
59
59
|
"@types/cheerio": "^0.22.31",
|
|
60
|
-
"@types/enzyme": "^3.10.
|
|
60
|
+
"@types/enzyme": "^3.10.13",
|
|
61
61
|
"@types/feather-icons": "^4.7.0",
|
|
62
|
-
"@types/jest": "^
|
|
62
|
+
"@types/jest": "^29.5.1",
|
|
63
63
|
"@types/lodash": "^4.14.186",
|
|
64
64
|
"@types/react": "~17.0.52",
|
|
65
65
|
"@types/react-datepicker": "^4.4.2",
|
|
@@ -67,42 +67,42 @@
|
|
|
67
67
|
"@types/react-modal": "^3.13.1",
|
|
68
68
|
"@types/react-table": "^7.7.12",
|
|
69
69
|
"@types/styled-components": "^5.1.26",
|
|
70
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
71
|
-
"@typescript-eslint/parser": "^5.
|
|
72
|
-
"@wojtekmaj/enzyme-adapter-react-17": "^0.
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
71
|
+
"@typescript-eslint/parser": "^5.59.1",
|
|
72
|
+
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
73
73
|
"cross-env": "^7.0.3",
|
|
74
|
-
"css-loader": "^6.7.
|
|
74
|
+
"css-loader": "^6.7.3",
|
|
75
75
|
"enzyme": "^3.11.0",
|
|
76
76
|
"enzyme-to-json": "~3.6.2",
|
|
77
|
-
"eslint": "^8.
|
|
78
|
-
"eslint-import-resolver-node": "^0.3.
|
|
79
|
-
"eslint-import-resolver-typescript": "^3.5.
|
|
80
|
-
"eslint-plugin-import": "^2.
|
|
81
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
82
|
-
"eslint-plugin-react": "^7.
|
|
77
|
+
"eslint": "^8.39.0",
|
|
78
|
+
"eslint-import-resolver-node": "^0.3.7",
|
|
79
|
+
"eslint-import-resolver-typescript": "^3.5.5",
|
|
80
|
+
"eslint-plugin-import": "^2.27.5",
|
|
81
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
82
|
+
"eslint-plugin-react": "^7.32.2",
|
|
83
83
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
84
|
-
"expect": "^
|
|
85
|
-
"full-icu": "^1.5.0",
|
|
84
|
+
"expect": "^29.5.0",
|
|
86
85
|
"i18next": "^22.0.4",
|
|
87
|
-
"jest": "^
|
|
88
|
-
"jest-
|
|
86
|
+
"jest": "^29.5.0",
|
|
87
|
+
"jest-environment-jsdom": "^29.5.0",
|
|
88
|
+
"jest-junit": "^16.0.0",
|
|
89
89
|
"jest-styled-components": "^7.1.1",
|
|
90
90
|
"react": "~17.0.2",
|
|
91
91
|
"react-docgen-typescript-plugin": "^1.0.2",
|
|
92
92
|
"react-dom": "~17.0.2",
|
|
93
93
|
"react-router-dom": "~6.4.2",
|
|
94
|
-
"sass": "~1.
|
|
95
|
-
"sass-loader": "~13.
|
|
96
|
-
"style-loader": "^3.3.
|
|
94
|
+
"sass": "~1.62.1",
|
|
95
|
+
"sass-loader": "~13.2.2",
|
|
96
|
+
"style-loader": "^3.3.2",
|
|
97
97
|
"styled-components": "^5.3.6",
|
|
98
|
-
"stylelint": "^14.
|
|
99
|
-
"ts-jest": "^
|
|
100
|
-
"ts-loader": "^9.4.
|
|
98
|
+
"stylelint": "^14.16.1",
|
|
99
|
+
"ts-jest": "^29.1.0",
|
|
100
|
+
"ts-loader": "^9.4.2",
|
|
101
101
|
"ts-mockito": "^2.6.1",
|
|
102
102
|
"typescript": "~4.8.4",
|
|
103
|
-
"webpack": "^5.
|
|
104
|
-
"webpack-cli": "^
|
|
103
|
+
"webpack": "^5.81.0",
|
|
104
|
+
"webpack-cli": "^5.0.2",
|
|
105
105
|
"webpack-merge": "^5.8.0",
|
|
106
|
-
"yargs": "^17.
|
|
106
|
+
"yargs": "^17.7.2"
|
|
107
107
|
}
|
|
108
108
|
}
|