@zeedhi/zd-richtext-common 1.2.1 → 1.2.3

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.
@@ -19,10 +19,6 @@ class RichText extends ComponentRender {
19
19
  * Disable the component
20
20
  */
21
21
  this.disabled = false;
22
- /**
23
- * Toolbar color
24
- */
25
- this.toolbarColor = 'var(--v-primary-base)';
26
22
  /**
27
23
  * Card color
28
24
  */
@@ -22,10 +22,6 @@
22
22
  * Disable the component
23
23
  */
24
24
  this.disabled = false;
25
- /**
26
- * Toolbar color
27
- */
28
- this.toolbarColor = 'var(--v-primary-base)';
29
25
  /**
30
26
  * Card color
31
27
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/zd-richtext-common",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "RichTextCommon by BVR",
5
5
  "main": "dist/rich-text-common.umd.js",
6
6
  "module": "dist/rich-text-common.esm.js",
@@ -15,13 +15,13 @@
15
15
  "watch": "npm run build -- -w"
16
16
  },
17
17
  "devDependencies": {
18
- "@types/jest": "^26.0.19",
19
- "jest": "^26.6.3",
20
- "ts-jest": "^26.4.4"
18
+ "@types/jest": "26.0.*",
19
+ "jest": "26.6.*",
20
+ "ts-jest": "26.5.*"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@zeedhi/common": "*",
24
24
  "@zeedhi/core": "*"
25
25
  },
26
- "gitHead": "bd123ff962b96257a9fa5b06982a36d1f760eb01"
26
+ "gitHead": "725a6d43624963e972df32f239dc3262de6e5655"
27
27
  }
@@ -19,7 +19,7 @@ export declare class RichText extends ComponentRender implements IRichText {
19
19
  /**
20
20
  * Toolbar color
21
21
  */
22
- toolbarColor: string;
22
+ toolbarColor?: string;
23
23
  /**
24
24
  * Card color
25
25
  */