@redacto.io/consent-sdk-react 1.3.0 → 1.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @redacto.io/consent-sdk-react
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix language scroll issue
8
+
3
9
  ## 1.3.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -737,6 +737,8 @@ var styles = {
737
737
  boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)",
738
738
  zIndex: 10,
739
739
  width: "max-content",
740
+ maxHeight: "200px",
741
+ overflowY: "auto",
740
742
  marginTop: "4px",
741
743
  padding: 0,
742
744
  boxSizing: "border-box",
package/dist/index.mjs CHANGED
@@ -710,6 +710,8 @@ var styles = {
710
710
  boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)",
711
711
  zIndex: 10,
712
712
  width: "max-content",
713
+ maxHeight: "200px",
714
+ overflowY: "auto",
713
715
  marginTop: "4px",
714
716
  padding: 0,
715
717
  boxSizing: "border-box",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redacto.io/consent-sdk-react",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -334,6 +334,8 @@ export const styles = {
334
334
  boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)",
335
335
  zIndex: 10,
336
336
  width: "max-content",
337
+ maxHeight: "200px",
338
+ overflowY: "auto",
337
339
  marginTop: "4px",
338
340
  padding: 0,
339
341
  boxSizing: "border-box",