@redsift/products 12.1.1-muiv7 → 12.2.0-muiv5
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/index.d.ts +24 -0
- package/index2.js +8031 -410
- package/index2.js.map +1 -1
- package/package.json +6 -10
package/package.json
CHANGED
|
@@ -30,19 +30,15 @@
|
|
|
30
30
|
"test": "yarn test:unit && yarn test:storybook"
|
|
31
31
|
},
|
|
32
32
|
"types": "index.d.ts",
|
|
33
|
-
"version": "12.
|
|
33
|
+
"version": "12.2.0-muiv5",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@redsift/d3-rs-sankey": "0.4.0",
|
|
36
36
|
"@redsift/d3-rs-theme": "0.7.0",
|
|
37
|
-
"@redsift/design-system": "^12.1.1-muiv7",
|
|
38
|
-
"@redsift/icons": "^12.1.1-muiv7",
|
|
39
|
-
"@redsift/pickers": "^12.1.1-muiv7",
|
|
40
37
|
"classnames": "^2.3.1",
|
|
41
38
|
"d3-selection": "1.4.2",
|
|
42
39
|
"d3-transition": "1.3.2",
|
|
43
40
|
"date-fns": "2.30.0",
|
|
44
|
-
"pako": "2.1.0"
|
|
45
|
-
"styled-components": "6.1.19"
|
|
41
|
+
"pako": "2.1.0"
|
|
46
42
|
},
|
|
47
43
|
"devDependencies": {
|
|
48
44
|
"@babel/core": "^7.8.3",
|
|
@@ -97,12 +93,12 @@
|
|
|
97
93
|
"ts-jest": "^28.0.3"
|
|
98
94
|
},
|
|
99
95
|
"peerDependencies": {
|
|
100
|
-
"@redsift/design-system": "^12.
|
|
101
|
-
"@redsift/icons": "^12.
|
|
102
|
-
"@redsift/pickers": "^12.
|
|
96
|
+
"@redsift/design-system": "^12.2.0-0",
|
|
97
|
+
"@redsift/icons": "^12.2.0-0",
|
|
98
|
+
"@redsift/pickers": "^12.2.0-0",
|
|
103
99
|
"react": ">=17",
|
|
104
100
|
"react-dom": ">=17",
|
|
105
101
|
"styled-components": "6.1.19"
|
|
106
102
|
},
|
|
107
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "038e15b5d9c298df0721d2512969c1ce0826ce32"
|
|
108
104
|
}
|