catchup-library-web 1.12.11 → 1.12.12

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/dist/index.js CHANGED
@@ -1009,9 +1009,9 @@ var BaseModal = ({
1009
1009
  isOpen,
1010
1010
  onAfterOpen,
1011
1011
  onRequestClose,
1012
+ className: "quicksand",
1012
1013
  style: {
1013
1014
  content: {
1014
- fontFamily: "Quicksand",
1015
1015
  top: "50%",
1016
1016
  left: "50%",
1017
1017
  right: "auto",
package/dist/index.mjs CHANGED
@@ -806,9 +806,9 @@ var BaseModal = ({
806
806
  isOpen,
807
807
  onAfterOpen,
808
808
  onRequestClose,
809
+ className: "quicksand",
809
810
  style: {
810
811
  content: {
811
- fontFamily: "Quicksand",
812
812
  top: "50%",
813
813
  left: "50%",
814
814
  right: "auto",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.12.11",
3
+ "version": "1.12.12",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -14,9 +14,9 @@ const BaseModal = ({
14
14
  isOpen={isOpen}
15
15
  onAfterOpen={onAfterOpen}
16
16
  onRequestClose={onRequestClose}
17
+ className="quicksand"
17
18
  style={{
18
19
  content: {
19
- fontFamily: "Quicksand",
20
20
  top: "50%",
21
21
  left: "50%",
22
22
  right: "auto",