@toptal/picasso-rich-text-editor 17.0.1 → 17.0.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.
|
@@ -14,8 +14,8 @@ export default (theme) => {
|
|
|
14
14
|
},
|
|
15
15
|
disabled: {
|
|
16
16
|
pointerEvents: 'none',
|
|
17
|
-
background: palette.grey.
|
|
18
|
-
border: `1px solid ${palette.grey.
|
|
17
|
+
background: palette.grey.lighter2,
|
|
18
|
+
border: `1px solid ${palette.grey.light2}`,
|
|
19
19
|
},
|
|
20
20
|
error: {
|
|
21
21
|
borderColor: palette.red.main,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/RichTextEditor/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAEvD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAEvD,eAAe,CAAC,KAAY,EAAE,EAAE;IAC9B,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,KAAK,CAAA;IAEhC,OAAO,YAAY,CAAC;QAClB,aAAa,EAAE;YACb,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC,KAAK;YACtC,MAAM,EAAE,aAAa,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE;YAC1C,OAAO,EAAE,OAAO;YAEhB,oCAAoC,EAAE;gBACpC,WAAW,EAAE,OAAO,CAAC,IAAI,CAAC,KAAK;aAChC;SACF;QAED,QAAQ,EAAE;YACR,aAAa,EAAE,MAAM;YACrB,UAAU,EAAE,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/RichTextEditor/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAEvD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAEvD,eAAe,CAAC,KAAY,EAAE,EAAE;IAC9B,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,KAAK,CAAA;IAEhC,OAAO,YAAY,CAAC;QAClB,aAAa,EAAE;YACb,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC,KAAK;YACtC,MAAM,EAAE,aAAa,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE;YAC1C,OAAO,EAAE,OAAO;YAEhB,oCAAoC,EAAE;gBACpC,WAAW,EAAE,OAAO,CAAC,IAAI,CAAC,KAAK;aAChC;SACF;QAED,QAAQ,EAAE;YACR,aAAa,EAAE,MAAM;YACrB,UAAU,EAAE,OAAO,CAAC,IAAI,CAAC,QAAQ;YACjC,MAAM,EAAE,aAAa,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE;SAC3C;QAED,KAAK,EAAE;YACL,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,IAAI;YAC7B,WAAW,kBACT,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,IAAI,IAC1B,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAC7B;SACF;QAED,OAAO,kBACL,WAAW,EAAE,OAAO,CAAC,IAAI,CAAC,KAAK,IAC5B,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CACjC;QAED,iBAAiB,EAAE;YACjB,oEAAoE;YACpE,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAQ,EAAE,GAAG,CAAC;SACrD;KACF,CAAC,CAAA;AACJ,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/picasso-rich-text-editor",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.3",
|
|
4
4
|
"description": "Picasso rich text editor",
|
|
5
5
|
"author": "Toptal",
|
|
6
6
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-rich-text-editor#readme",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"@lexical/html": "0.11.2",
|
|
43
43
|
"@lexical/react": "0.11.2",
|
|
44
44
|
"@toptal/picasso-container": "3.1.0",
|
|
45
|
-
"@toptal/picasso-button": "4.0.
|
|
45
|
+
"@toptal/picasso-button": "4.0.5",
|
|
46
46
|
"@toptal/picasso-icons": "1.6.1",
|
|
47
|
-
"@toptal/picasso-file-input": "4.0.
|
|
47
|
+
"@toptal/picasso-file-input": "4.0.3",
|
|
48
48
|
"@toptal/picasso-image": "3.0.1",
|
|
49
|
-
"@toptal/picasso-outlined-input": "4.0.
|
|
49
|
+
"@toptal/picasso-outlined-input": "4.0.3",
|
|
50
50
|
"@toptal/picasso-list": "5.0.2",
|
|
51
|
-
"@toptal/picasso-link": "3.0.
|
|
52
|
-
"@toptal/picasso-select": "4.0.
|
|
51
|
+
"@toptal/picasso-link": "3.0.2",
|
|
52
|
+
"@toptal/picasso-select": "4.0.3",
|
|
53
53
|
"@toptal/picasso-input-adornment": "3.0.2",
|
|
54
54
|
"@toptal/picasso-typography": "4.0.1",
|
|
55
|
-
"@toptal/picasso-modal": "3.0.
|
|
56
|
-
"@toptal/picasso-form": "6.0
|
|
57
|
-
"@toptal/picasso-input": "4.0.
|
|
55
|
+
"@toptal/picasso-modal": "3.0.16",
|
|
56
|
+
"@toptal/picasso-form": "6.1.0",
|
|
57
|
+
"@toptal/picasso-input": "4.0.3",
|
|
58
58
|
"@toptal/picasso-utils": "2.0.0",
|
|
59
59
|
"classnames": "^2.5.1",
|
|
60
60
|
"emoji-mart": "^5.5.2",
|
|
@@ -19,8 +19,8 @@ export default (theme: Theme) => {
|
|
|
19
19
|
|
|
20
20
|
disabled: {
|
|
21
21
|
pointerEvents: 'none',
|
|
22
|
-
background: palette.grey.
|
|
23
|
-
border: `1px solid ${palette.grey.
|
|
22
|
+
background: palette.grey.lighter2,
|
|
23
|
+
border: `1px solid ${palette.grey.light2}`,
|
|
24
24
|
},
|
|
25
25
|
|
|
26
26
|
error: {
|