@speakapbv/dough-component-library 9.7.0 → 9.9.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.
@@ -22,5 +22,6 @@ export declare const getAppWrapperOverlay: () => any;
22
22
  export declare const getNotificationOverlay: (verticalLayer: any, horizontalLayer: any, selector?: string | undefined) => any;
23
23
  export declare const getInjectedStylesWrapper: () => any;
24
24
  export declare const findParentBySelector: (element: HTMLElement, selector: string) => HTMLElement;
25
+ export declare const setBreakpointSizeManually: (size: BreakpointViewportSizes | null) => void;
25
26
  export declare const registerBreakpointView: (callbacks: any, breakpointSize: BreakpointViewportSizes, id: string) => void;
26
27
  export declare const deRegisterBreakpointView: (id: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakapbv/dough-component-library",
3
- "version": "9.7.0",
3
+ "version": "9.9.0",
4
4
  "description": "DOUGH: Speakap React Component Library",
5
5
  "author": "Speakap",
6
6
  "license": "MIT",
@@ -25,6 +25,7 @@
25
25
  "prepare": "husky install"
26
26
  },
27
27
  "peerDependencies": {
28
+ "lottie-web": ">=5.7.4",
28
29
  "react": ">=16.12.0",
29
30
  "react-dom": ">=16.12.0"
30
31
  },
@@ -59,6 +60,7 @@
59
60
  "eslint-plugin-rulesdir": "^0.1.0",
60
61
  "husky": "^7.0.2",
61
62
  "jest": "^26.2.1",
63
+ "lottie-web": "5.7.4",
62
64
  "prettier": "^1.19.1",
63
65
  "react": "^16.13.1",
64
66
  "react-dom": "^16.13.1",
@@ -66,7 +68,9 @@
66
68
  "rollup": "^1.29.0",
67
69
  "rollup-plugin-peer-deps-external": "^2.2.0",
68
70
  "rollup-plugin-postcss": "^2.0.3",
71
+ "rollup-plugin-purgecss": "^4.0.3",
69
72
  "rollup-plugin-typescript2": "^0.27.1",
73
+ "rollup-plugin-visualizer": "^5.5.2",
70
74
  "sass": "^1.42.1",
71
75
  "semantic-release": "^18.0.0",
72
76
  "typescript": "^3.9.7"
@@ -75,8 +79,7 @@
75
79
  "dist"
76
80
  ],
77
81
  "dependencies": {
78
- "@speakapbv/dough-component-library-tokens": "1.3.4",
79
- "lottie-web": "5.7.4"
82
+ "@speakapbv/dough-component-library-tokens": "1.3.4"
80
83
  },
81
84
  "publishConfig": {
82
85
  "registry": "https://registry.npmjs.org/"