@selfdecode/sd-component-library 4.0.69 → 4.0.71
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/lib/components/texts/index.d.ts +1 -0
- package/lib/components/texts/{mixed-texts/mixed-texts.d.ts → mixed-texts.d.ts} +1 -1
- package/lib/components/texts/responsive-texts.d.ts +10 -0
- package/lib/components/texts/{transformed-texts/transformed-texts.d.ts → transformed-texts.d.ts} +1 -1
- package/lib/components/texts/{weighted-texts/weighted-texts.d.ts → weighted-texts.d.ts} +1 -1
- package/lib/core/functions.d.ts +2 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/package.json +51 -51
- package/lib/components/texts/mixed-texts/index.d.ts +0 -1
- package/lib/components/texts/transformed-texts/index.d.ts +0 -1
- package/lib/components/texts/weighted-texts/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfdecode/sd-component-library",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.71",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -11,55 +11,19 @@
|
|
|
11
11
|
"lib": "lib"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@babel/core": "^7.16.0",
|
|
15
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
16
14
|
"@rebass/forms": "^4.0.6",
|
|
17
|
-
"@svgr/webpack": "^5.5.0",
|
|
18
|
-
"@testing-library/jest-dom": "^4.2.4",
|
|
19
|
-
"@testing-library/react": "^13.3.0",
|
|
20
|
-
"@testing-library/user-event": "^7.2.1",
|
|
21
|
-
"@types/body-scroll-lock": "^3.1.0",
|
|
22
|
-
"@types/jest": "^24.9.1",
|
|
23
|
-
"@types/node": "^18.7.11",
|
|
24
|
-
"@types/react": "^18.0.17",
|
|
25
|
-
"@types/react-date-range": "1.1.3",
|
|
26
|
-
"@types/react-dom": "^18.0.6",
|
|
27
|
-
"@zarconontol/enzyme-adapter-react-18": "^0.7.3",
|
|
28
|
-
"babel-jest": "^27.4.2",
|
|
29
|
-
"babel-loader": "^8.2.3",
|
|
30
|
-
"babel-plugin-named-asset-import": "^0.3.8",
|
|
31
|
-
"babel-preset-react-app": "^10.0.1",
|
|
32
15
|
"bfj": "^7.0.2",
|
|
33
16
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
34
17
|
"browserslist": "^4.18.1",
|
|
35
18
|
"camelcase": "^6.2.1",
|
|
36
|
-
"
|
|
37
|
-
"css-loader": "^6.5.1",
|
|
38
|
-
"css-minimizer-webpack-plugin": "^3.2.0",
|
|
39
|
-
"date-fns": "^2.28.0",
|
|
19
|
+
"date-fns": "^2.30.0",
|
|
40
20
|
"dotenv": "^10.0.0",
|
|
41
21
|
"dotenv-expand": "^5.1.0",
|
|
42
22
|
"emotion-theming": "^10.0.27",
|
|
43
|
-
"eslint": "^8.3.0",
|
|
44
|
-
"eslint-config-react-app": "^7.0.1",
|
|
45
|
-
"eslint-webpack-plugin": "^3.1.1",
|
|
46
|
-
"file-loader": "^6.2.0",
|
|
47
23
|
"fs-extra": "^10.0.0",
|
|
48
24
|
"history": "^4.10.1",
|
|
49
|
-
"html-webpack-plugin": "^5.5.0",
|
|
50
25
|
"identity-obj-proxy": "^3.0.0",
|
|
51
|
-
"jest": "^27.4.3",
|
|
52
|
-
"jest-resolve": "^27.4.2",
|
|
53
|
-
"jest-watch-typeahead": "^1.0.0",
|
|
54
|
-
"lint-staged": "^10.2.11",
|
|
55
|
-
"mini-css-extract-plugin": "^2.4.5",
|
|
56
26
|
"next-share": "^0.18.0",
|
|
57
|
-
"postcss": "^8.4.4",
|
|
58
|
-
"postcss-flexbugs-fixes": "^5.0.2",
|
|
59
|
-
"postcss-loader": "^6.2.1",
|
|
60
|
-
"postcss-normalize": "^10.0.1",
|
|
61
|
-
"postcss-preset-env": "^7.0.1",
|
|
62
|
-
"prettier": "^2.0.5",
|
|
63
27
|
"prompts": "^2.4.2",
|
|
64
28
|
"react": "^18.2.0",
|
|
65
29
|
"react-app-polyfill": "^3.0.0",
|
|
@@ -74,17 +38,7 @@
|
|
|
74
38
|
"rebass": "^4.0.7",
|
|
75
39
|
"resolve": "^1.20.0",
|
|
76
40
|
"resolve-url-loader": "^4.0.0",
|
|
77
|
-
"
|
|
78
|
-
"sass-loader": "^12.3.0",
|
|
79
|
-
"semver": "^7.3.5",
|
|
80
|
-
"source-map-loader": "^3.0.0",
|
|
81
|
-
"style-loader": "^3.3.1",
|
|
82
|
-
"tailwindcss": "^3.0.2",
|
|
83
|
-
"terser-webpack-plugin": "^5.2.5",
|
|
84
|
-
"webpack": "^5.64.4",
|
|
85
|
-
"webpack-dev-server": "^4.6.0",
|
|
86
|
-
"webpack-manifest-plugin": "^4.0.2",
|
|
87
|
-
"workbox-webpack-plugin": "^6.4.1"
|
|
41
|
+
"semver": "^7.3.5"
|
|
88
42
|
},
|
|
89
43
|
"husky": {
|
|
90
44
|
"hooks": {
|
|
@@ -126,27 +80,73 @@
|
|
|
126
80
|
]
|
|
127
81
|
},
|
|
128
82
|
"devDependencies": {
|
|
83
|
+
"@babel/core": "^7.16.0",
|
|
84
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
85
|
+
"@svgr/webpack": "^5.5.0",
|
|
86
|
+
"@testing-library/jest-dom": "^4.2.4",
|
|
87
|
+
"@testing-library/react": "^13.3.0",
|
|
88
|
+
"@testing-library/user-event": "^7.2.1",
|
|
129
89
|
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
|
|
90
|
+
"@types/body-scroll-lock": "^3.1.0",
|
|
130
91
|
"@types/enzyme": "^3.10.5",
|
|
131
92
|
"@types/history": "^4.7.11",
|
|
93
|
+
"@types/jest": "^24.9.1",
|
|
132
94
|
"@types/lodash": "^4.14.182",
|
|
95
|
+
"@types/node": "^18.7.11",
|
|
96
|
+
"@types/react": "^18.0.17",
|
|
97
|
+
"@types/react-date-range": "1.1.3",
|
|
98
|
+
"@types/react-dom": "^18.0.6",
|
|
133
99
|
"@types/react-router-dom": "^5.3.3",
|
|
134
100
|
"@types/react-transition-group": "^4.4.1",
|
|
135
101
|
"@types/rebass": "^4.0.6",
|
|
136
102
|
"@types/rebass__forms": "^4.0.2",
|
|
103
|
+
"@zarconontol/enzyme-adapter-react-18": "^0.7.3",
|
|
104
|
+
"babel-jest": "^27.4.2",
|
|
105
|
+
"babel-loader": "^8.2.3",
|
|
106
|
+
"babel-plugin-named-asset-import": "^0.3.8",
|
|
107
|
+
"babel-preset-react-app": "^10.0.1",
|
|
108
|
+
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
137
109
|
"copyfiles": "^2.3.0",
|
|
110
|
+
"css-loader": "^6.5.1",
|
|
111
|
+
"css-minimizer-webpack-plugin": "^3.2.0",
|
|
138
112
|
"enzyme": "^3.11.0",
|
|
113
|
+
"eslint": "^8.3.0",
|
|
114
|
+
"eslint-config-react-app": "^7.0.1",
|
|
115
|
+
"eslint-webpack-plugin": "^3.1.1",
|
|
116
|
+
"file-loader": "^6.2.0",
|
|
139
117
|
"husky": "^4.2.5",
|
|
118
|
+
"html-webpack-plugin": "^5.5.0",
|
|
119
|
+
"jest": "^27.4.3",
|
|
140
120
|
"jest-canvas-mock": "^2.4.0",
|
|
121
|
+
"jest-resolve": "^27.4.2",
|
|
122
|
+
"jest-watch-typeahead": "^1.0.0",
|
|
123
|
+
"lint-staged": "^10.2.11",
|
|
124
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
125
|
+
"postcss": "^8.4.4",
|
|
126
|
+
"postcss-flexbugs-fixes": "^5.0.2",
|
|
127
|
+
"postcss-loader": "^6.2.1",
|
|
128
|
+
"postcss-normalize": "^10.0.1",
|
|
129
|
+
"postcss-preset-env": "^7.0.1",
|
|
130
|
+
"prettier": "^2.0.5",
|
|
141
131
|
"prettier-check": "^2.0.0",
|
|
142
132
|
"react-docgen-typescript": "^1.18.0",
|
|
143
133
|
"react-styleguidist": "^11.2.0",
|
|
134
|
+
"sass": "^1.52.1",
|
|
135
|
+
"sass-loader": "^12.3.0",
|
|
144
136
|
"shelljs": "^0.8.4",
|
|
137
|
+
"source-map-loader": "^3.0.0",
|
|
138
|
+
"style-loader": "^3.3.1",
|
|
139
|
+
"tailwindcss": "^3.0.2",
|
|
140
|
+
"terser-webpack-plugin": "^5.2.5",
|
|
145
141
|
"typescript": "^4.6.4",
|
|
142
|
+
"webpack-manifest-plugin": "^4.0.2",
|
|
146
143
|
"webpack-cli": "^4.1.0",
|
|
147
|
-
"webpack-node-externals": "^2.5.2"
|
|
144
|
+
"webpack-node-externals": "^2.5.2",
|
|
145
|
+
"webpack": "^5.64.4",
|
|
146
|
+
"webpack-dev-server": "^4.6.0",
|
|
147
|
+
"workbox-webpack-plugin": "^6.4.1"
|
|
148
148
|
},
|
|
149
|
-
"description": "The SelfDecode Component
|
|
149
|
+
"description": "The SelfDecode Component Library (SCL) was built with intention of speeding up the development of all products under SD, by creating a single source for all shared components such as form components which are re-used across our different products.",
|
|
150
150
|
"repository": {
|
|
151
151
|
"type": "git",
|
|
152
152
|
"url": "git+ssh://git@bitbucket.org/selfdecode/sd-component-library.git"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./mixed-texts";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./transformed-texts";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./weighted-texts";
|