pollination-react-io 1.88.0 → 1.89.0
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/build/index.esm.js +328 -632
- package/build/index.esm.js.map +1 -1
- package/build/index.js +328 -632
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -106,6 +106,7 @@
|
|
106
106
|
"@radix-ui/react-radio-group": "^1.0.0",
|
107
107
|
"@radix-ui/react-scroll-area": "^1.0.0",
|
108
108
|
"@radix-ui/react-separator": "^1.0.0",
|
109
|
+
"@radix-ui/react-switch": "^1.0.2",
|
109
110
|
"@radix-ui/react-tooltip": "^1.0.0",
|
110
111
|
"chart.js": "^3.9.1",
|
111
112
|
"dayjs": "^1.11.5",
|
@@ -122,10 +123,9 @@
|
|
122
123
|
"react-hot-toast": "^2.4.0",
|
123
124
|
"react-perfect-scrollbar": "^1.5.8",
|
124
125
|
"react-super-responsive-table": "^5.2.1",
|
125
|
-
"react-switch": "^7.0.0",
|
126
126
|
"react-tabs": "^4.2.1",
|
127
127
|
"slugify": "^1.6.5",
|
128
128
|
"swr": "^1.3.0"
|
129
129
|
},
|
130
|
-
"version": "1.
|
130
|
+
"version": "1.89.0"
|
131
131
|
}
|