@mhamz.01/easyflow-texteditor 0.1.52 → 0.1.53
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.css +222 -222
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
|
|
3
3
|
|
|
4
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
4
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/tooltip/tooltip.css */
|
|
5
5
|
.tiptap-tooltip {
|
|
6
6
|
--tt-tooltip-bg: var(--tt-gray-light-900);
|
|
7
7
|
--tt-tooltip-text: var(--white);
|
|
@@ -43,114 +43,114 @@
|
|
|
43
43
|
color: var(--tt-kbd);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
46
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/button/button-colors.css */
|
|
47
47
|
.tiptap-button {
|
|
48
|
-
--tt-button-default-bg-color:
|
|
49
|
-
--tt-button-hover-bg-color:
|
|
50
|
-
--tt-button-active-bg-color:
|
|
51
|
-
--tt-button-active-bg-color-emphasized:
|
|
52
|
-
--tt-button-active-bg-color-subdued:
|
|
53
|
-
--tt-button-active-hover-bg-color:
|
|
54
|
-
--tt-button-active-hover-bg-color-emphasized:
|
|
55
|
-
--tt-button-active-hover-bg-color-subdued:
|
|
56
|
-
--tt-button-disabled-bg-color:
|
|
57
|
-
--tt-button-default-text-color:
|
|
58
|
-
--tt-button-hover-text-color:
|
|
59
|
-
--tt-button-active-text-color:
|
|
60
|
-
--tt-button-active-text-color-emphasized:
|
|
61
|
-
--tt-button-active-text-color-subdued:
|
|
62
|
-
--tt-button-disabled-text-color:
|
|
63
|
-
--tt-button-default-icon-color:
|
|
64
|
-
--tt-button-hover-icon-color:
|
|
65
|
-
--tt-button-active-icon-color:
|
|
66
|
-
--tt-button-active-icon-color-emphasized:
|
|
67
|
-
--tt-button-active-icon-color-subdued:
|
|
68
|
-
--tt-button-disabled-icon-color:
|
|
69
|
-
--tt-button-default-icon-sub-color:
|
|
70
|
-
--tt-button-hover-icon-sub-color:
|
|
71
|
-
--tt-button-active-icon-sub-color:
|
|
72
|
-
--tt-button-active-icon-sub-color-emphasized:
|
|
73
|
-
--tt-button-active-icon-sub-color-subdued:
|
|
74
|
-
--tt-button-disabled-icon-sub-color:
|
|
75
|
-
--tt-button-default-dropdown-arrows-color:
|
|
76
|
-
--tt-button-hover-dropdown-arrows-color:
|
|
77
|
-
--tt-button-active-dropdown-arrows-color:
|
|
78
|
-
--tt-button-active-dropdown-arrows-color-emphasized:
|
|
79
|
-
--tt-button-active-dropdown-arrows-color-subdued:
|
|
80
|
-
--tt-button-disabled-dropdown-arrows-color:
|
|
48
|
+
--tt-button-default-bg-color: rgba(231, 231, 243, 0.07);
|
|
49
|
+
--tt-button-hover-bg-color: rgba(45, 45, 47, 1);
|
|
50
|
+
--tt-button-active-bg-color: rgba(238, 238, 246, 0.11);
|
|
51
|
+
--tt-button-active-bg-color-emphasized: rgba(43, 25, 102, 1);
|
|
52
|
+
--tt-button-active-bg-color-subdued: rgba(238, 238, 246, 0.11);
|
|
53
|
+
--tt-button-active-hover-bg-color: rgba(70, 70, 73, 1);
|
|
54
|
+
--tt-button-active-hover-bg-color-emphasized: rgba(56, 0, 153, 1);
|
|
55
|
+
--tt-button-active-hover-bg-color-subdued: rgba(239, 239, 245, 0.22);
|
|
56
|
+
--tt-button-disabled-bg-color: rgba(232, 232, 253, 0.05);
|
|
57
|
+
--tt-button-default-text-color: rgba(247, 247, 253, 0.64);
|
|
58
|
+
--tt-button-hover-text-color: rgba(255, 255, 255, 0.96);
|
|
59
|
+
--tt-button-active-text-color: rgba(255, 255, 255, 0.96);
|
|
60
|
+
--tt-button-active-text-color-emphasized: rgba(255, 255, 255, 0.96);
|
|
61
|
+
--tt-button-active-text-color-subdued: rgba(255, 255, 255, 0.96);
|
|
62
|
+
--tt-button-disabled-text-color: rgba(239, 239, 245, 0.22);
|
|
63
|
+
--tt-button-default-icon-color: rgba(247, 247, 253, 0.64);
|
|
64
|
+
--tt-button-hover-icon-color: rgba(255, 255, 255, 0.96);
|
|
65
|
+
--tt-button-active-icon-color: rgba(122, 82, 255, 1);
|
|
66
|
+
--tt-button-active-icon-color-emphasized: rgba(122, 82, 255, 1);
|
|
67
|
+
--tt-button-active-icon-color-subdued: rgba(255, 255, 255, 0.96);
|
|
68
|
+
--tt-button-disabled-icon-color: rgba(244, 244, 255, 0.37);
|
|
69
|
+
--tt-button-default-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
70
|
+
--tt-button-hover-icon-sub-color: rgba(244, 244, 255, 0.37);
|
|
71
|
+
--tt-button-active-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
72
|
+
--tt-button-active-icon-sub-color-emphasized: rgba(244, 244, 255, 0.37);
|
|
73
|
+
--tt-button-active-icon-sub-color-subdued: rgba(239, 239, 245, 0.22);
|
|
74
|
+
--tt-button-disabled-icon-sub-color: rgba(231, 231, 243, 0.07);
|
|
75
|
+
--tt-button-default-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
76
|
+
--tt-button-hover-dropdown-arrows-color: rgba(251, 251, 254, 0.75);
|
|
77
|
+
--tt-button-active-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
78
|
+
--tt-button-active-dropdown-arrows-color-emphasized: rgba(251, 251, 254, 0.75);
|
|
79
|
+
--tt-button-active-dropdown-arrows-color-subdued: rgba(247, 247, 253, 0.64);
|
|
80
|
+
--tt-button-disabled-dropdown-arrows-color: rgba(244, 244, 255, 0.37);
|
|
81
81
|
}
|
|
82
82
|
.tiptap-button[data-style=ghost] {
|
|
83
|
-
--tt-button-default-bg-color:
|
|
84
|
-
--tt-button-hover-bg-color:
|
|
85
|
-
--tt-button-active-bg-color:
|
|
86
|
-
--tt-button-active-bg-color-emphasized:
|
|
87
|
-
--tt-button-active-bg-color-subdued:
|
|
88
|
-
--tt-button-active-hover-bg-color:
|
|
89
|
-
--tt-button-active-hover-bg-color-emphasized:
|
|
90
|
-
--tt-button-active-hover-bg-color-subdued:
|
|
91
|
-
--tt-button-disabled-bg-color:
|
|
92
|
-
--tt-button-default-text-color:
|
|
93
|
-
--tt-button-hover-text-color:
|
|
94
|
-
--tt-button-active-text-color:
|
|
95
|
-
--tt-button-active-text-color-emphasized:
|
|
96
|
-
--tt-button-active-text-color-subdued:
|
|
97
|
-
--tt-button-disabled-text-color:
|
|
98
|
-
--tt-button-default-icon-color:
|
|
99
|
-
--tt-button-hover-icon-color:
|
|
100
|
-
--tt-button-active-icon-color:
|
|
101
|
-
--tt-button-active-icon-color-emphasized:
|
|
102
|
-
--tt-button-active-icon-color-subdued:
|
|
103
|
-
--tt-button-disabled-icon-color:
|
|
104
|
-
--tt-button-default-icon-sub-color:
|
|
105
|
-
--tt-button-hover-icon-sub-color:
|
|
106
|
-
--tt-button-active-icon-sub-color:
|
|
107
|
-
--tt-button-active-icon-sub-color-emphasized:
|
|
108
|
-
--tt-button-active-icon-sub-color-subdued:
|
|
109
|
-
--tt-button-disabled-icon-sub-color:
|
|
110
|
-
--tt-button-default-dropdown-arrows-color:
|
|
111
|
-
--tt-button-hover-dropdown-arrows-color:
|
|
112
|
-
--tt-button-active-dropdown-arrows-color:
|
|
113
|
-
--tt-button-active-dropdown-arrows-color-emphasized:
|
|
114
|
-
--tt-button-active-dropdown-arrows-color-subdued:
|
|
115
|
-
--tt-button-disabled-dropdown-arrows-color:
|
|
83
|
+
--tt-button-default-bg-color: rgba(255, 255, 255, 0);
|
|
84
|
+
--tt-button-hover-bg-color: rgba(45, 45, 47, 1);
|
|
85
|
+
--tt-button-active-bg-color: rgba(231, 231, 243, 0.07);
|
|
86
|
+
--tt-button-active-bg-color-emphasized: rgba(43, 25, 102, 1);
|
|
87
|
+
--tt-button-active-bg-color-subdued: rgba(231, 231, 243, 0.07);
|
|
88
|
+
--tt-button-active-hover-bg-color: rgba(45, 45, 47, 1);
|
|
89
|
+
--tt-button-active-hover-bg-color-emphasized: rgba(56, 0, 153, 1);
|
|
90
|
+
--tt-button-active-hover-bg-color-subdued: rgba(238, 238, 246, 0.11);
|
|
91
|
+
--tt-button-disabled-bg-color: rgba(255, 255, 255, 0);
|
|
92
|
+
--tt-button-default-text-color: rgba(247, 247, 253, 0.64);
|
|
93
|
+
--tt-button-hover-text-color: rgba(255, 255, 255, 0.96);
|
|
94
|
+
--tt-button-active-text-color: rgba(255, 255, 255, 0.96);
|
|
95
|
+
--tt-button-active-text-color-emphasized: rgba(255, 255, 255, 0.96);
|
|
96
|
+
--tt-button-active-text-color-subdued: rgba(255, 255, 255, 0.96);
|
|
97
|
+
--tt-button-disabled-text-color: rgba(239, 239, 245, 0.22);
|
|
98
|
+
--tt-button-default-icon-color: rgba(247, 247, 253, 0.64);
|
|
99
|
+
--tt-button-hover-icon-color: rgba(255, 255, 255, 0.96);
|
|
100
|
+
--tt-button-active-icon-color: rgba(122, 82, 255, 1);
|
|
101
|
+
--tt-button-active-icon-color-emphasized: rgba(157, 138, 255, 1);
|
|
102
|
+
--tt-button-active-icon-color-subdued: rgba(255, 255, 255, 0.96);
|
|
103
|
+
--tt-button-disabled-icon-color: rgba(244, 244, 255, 0.37);
|
|
104
|
+
--tt-button-default-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
105
|
+
--tt-button-hover-icon-sub-color: rgba(244, 244, 255, 0.37);
|
|
106
|
+
--tt-button-active-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
107
|
+
--tt-button-active-icon-sub-color-emphasized: rgba(244, 244, 255, 0.37);
|
|
108
|
+
--tt-button-active-icon-sub-color-subdued: rgba(239, 239, 245, 0.22);
|
|
109
|
+
--tt-button-disabled-icon-sub-color: rgba(231, 231, 243, 0.07);
|
|
110
|
+
--tt-button-default-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
111
|
+
--tt-button-hover-dropdown-arrows-color: rgba(251, 251, 254, 0.75);
|
|
112
|
+
--tt-button-active-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
113
|
+
--tt-button-active-dropdown-arrows-color-emphasized: rgba(251, 251, 254, 0.75);
|
|
114
|
+
--tt-button-active-dropdown-arrows-color-subdued: rgba(247, 247, 253, 0.64);
|
|
115
|
+
--tt-button-disabled-dropdown-arrows-color: rgba(244, 244, 255, 0.37);
|
|
116
116
|
}
|
|
117
117
|
.tiptap-button[data-style=primary] {
|
|
118
|
-
--tt-button-default-bg-color:
|
|
119
|
-
--tt-button-hover-bg-color:
|
|
120
|
-
--tt-button-active-bg-color:
|
|
121
|
-
--tt-button-active-bg-color-emphasized:
|
|
122
|
-
--tt-button-active-bg-color-subdued:
|
|
123
|
-
--tt-button-active-hover-bg-color:
|
|
124
|
-
--tt-button-active-hover-bg-color-emphasized:
|
|
125
|
-
--tt-button-active-hover-bg-color-subdued:
|
|
126
|
-
--tt-button-disabled-bg-color:
|
|
127
|
-
--tt-button-default-text-color:
|
|
128
|
-
--tt-button-hover-text-color:
|
|
129
|
-
--tt-button-active-text-color:
|
|
130
|
-
--tt-button-active-text-color-emphasized:
|
|
131
|
-
--tt-button-active-text-color-subdued:
|
|
132
|
-
--tt-button-disabled-text-color:
|
|
133
|
-
--tt-button-default-icon-color:
|
|
134
|
-
--tt-button-hover-icon-color:
|
|
135
|
-
--tt-button-active-icon-color:
|
|
136
|
-
--tt-button-active-icon-color-emphasized:
|
|
137
|
-
--tt-button-active-icon-color-subdued:
|
|
138
|
-
--tt-button-disabled-icon-color:
|
|
139
|
-
--tt-button-default-icon-sub-color:
|
|
140
|
-
--tt-button-hover-icon-sub-color:
|
|
141
|
-
--tt-button-active-icon-sub-color:
|
|
142
|
-
--tt-button-active-icon-sub-color-emphasized:
|
|
143
|
-
--tt-button-active-icon-sub-color-subdued:
|
|
144
|
-
--tt-button-disabled-icon-sub-color:
|
|
145
|
-
--tt-button-default-dropdown-arrows-color:
|
|
146
|
-
--tt-button-hover-dropdown-arrows-color:
|
|
147
|
-
--tt-button-active-dropdown-arrows-color:
|
|
148
|
-
--tt-button-active-dropdown-arrows-color-emphasized:
|
|
149
|
-
--tt-button-active-dropdown-arrows-color-subdued:
|
|
150
|
-
--tt-button-disabled-dropdown-arrows-color:
|
|
118
|
+
--tt-button-default-bg-color: rgba(98, 41, 255, 1);
|
|
119
|
+
--tt-button-hover-bg-color: rgba(84, 0, 229, 1);
|
|
120
|
+
--tt-button-active-bg-color: rgba(43, 25, 102, 1);
|
|
121
|
+
--tt-button-active-bg-color-emphasized: rgba(43, 25, 102, 1);
|
|
122
|
+
--tt-button-active-bg-color-subdued: rgba(43, 25, 102, 1);
|
|
123
|
+
--tt-button-active-hover-bg-color: rgba(56, 0, 153, 1);
|
|
124
|
+
--tt-button-active-hover-bg-color-emphasized: rgba(56, 0, 153, 1);
|
|
125
|
+
--tt-button-active-hover-bg-color-subdued: rgba(56, 0, 153, 1);
|
|
126
|
+
--tt-button-disabled-bg-color: rgba(231, 231, 243, 0.07);
|
|
127
|
+
--tt-button-default-text-color: rgba(255, 255, 255, 1);
|
|
128
|
+
--tt-button-hover-text-color: rgba(255, 255, 255, 1);
|
|
129
|
+
--tt-button-active-text-color: rgba(255, 255, 255, 0.96);
|
|
130
|
+
--tt-button-active-text-color-emphasized: rgba(255, 255, 255, 0.96);
|
|
131
|
+
--tt-button-active-text-color-subdued: rgba(255, 255, 255, 0.96);
|
|
132
|
+
--tt-button-disabled-text-color: rgba(239, 239, 245, 0.22);
|
|
133
|
+
--tt-button-default-icon-color: rgba(255, 255, 255, 1);
|
|
134
|
+
--tt-button-hover-icon-color: rgba(255, 255, 255, 1);
|
|
135
|
+
--tt-button-active-icon-color: rgba(122, 82, 255, 1);
|
|
136
|
+
--tt-button-active-icon-color-emphasized: rgba(122, 82, 255, 1);
|
|
137
|
+
--tt-button-active-icon-color-subdued: rgba(122, 82, 255, 1);
|
|
138
|
+
--tt-button-disabled-icon-color: rgba(239, 239, 245, 0.22);
|
|
139
|
+
--tt-button-default-icon-sub-color: rgba(244, 244, 255, 0.37);
|
|
140
|
+
--tt-button-hover-icon-sub-color: rgba(236, 238, 253, 0.5);
|
|
141
|
+
--tt-button-active-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
142
|
+
--tt-button-active-icon-sub-color-emphasized: rgba(244, 244, 255, 0.37);
|
|
143
|
+
--tt-button-active-icon-sub-color-subdued: rgba(239, 239, 245, 0.22);
|
|
144
|
+
--tt-button-disabled-icon-sub-color: rgba(231, 231, 243, 0.07);
|
|
145
|
+
--tt-button-default-dropdown-arrows-color: rgba(255, 255, 255, 1);
|
|
146
|
+
--tt-button-hover-dropdown-arrows-color: rgba(255, 255, 255, 1);
|
|
147
|
+
--tt-button-active-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
148
|
+
--tt-button-active-dropdown-arrows-color-emphasized: rgba(247, 247, 253, 0.64);
|
|
149
|
+
--tt-button-active-dropdown-arrows-color-subdued: rgba(247, 247, 253, 0.64);
|
|
150
|
+
--tt-button-disabled-dropdown-arrows-color: rgba(244, 244, 255, 0.37);
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
153
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/button/button-group.css */
|
|
154
154
|
.tiptap-button-group {
|
|
155
155
|
position: relative;
|
|
156
156
|
display: flex;
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
align-items: center;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
174
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/button/button.css */
|
|
175
175
|
.tiptap-button {
|
|
176
176
|
font-size: 0.875rem;
|
|
177
177
|
font-weight: 500;
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
color: var(--tt-button-disabled-icon-color);
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
437
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/separator/separator.css */
|
|
438
438
|
.tiptap-separator {
|
|
439
439
|
--tt-link-border-color: var(--tt-gray-light-a-200);
|
|
440
440
|
}
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
width: 1px;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
458
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/toolbar/toolbar.css */
|
|
459
459
|
:root {
|
|
460
460
|
--tt-toolbar-height: 2.75rem;
|
|
461
461
|
--tt-safe-area-bottom: env(safe-area-inset-bottom, 0px);
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
|
|
566
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
566
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-node/image-upload-node/image-upload-node.css */
|
|
567
567
|
z {
|
|
568
568
|
--tiptap-image-upload-active: var(--tt-brand-color-500);
|
|
569
569
|
--tiptap-image-upload-progress-bg: var(--tt-brand-color-50);
|
|
@@ -767,7 +767,7 @@ z {
|
|
|
767
767
|
}
|
|
768
768
|
}
|
|
769
769
|
|
|
770
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
770
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-node/blockquote-node/blockquote-node.css */
|
|
771
771
|
.tiptap.ProseMirror {
|
|
772
772
|
--blockquote-bg-color: var(--tt-gray-light-900);
|
|
773
773
|
}
|
|
@@ -797,7 +797,7 @@ z {
|
|
|
797
797
|
border-radius: 0;
|
|
798
798
|
}
|
|
799
799
|
|
|
800
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
800
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-node/code-block-node/code-block-node.css */
|
|
801
801
|
.tiptap.ProseMirror {
|
|
802
802
|
--tt-inline-code-bg-color: var(--tt-gray-light-a-100);
|
|
803
803
|
--tt-inline-code-text-color: var(--tt-gray-light-a-700);
|
|
@@ -842,7 +842,7 @@ z {
|
|
|
842
842
|
color: inherit;
|
|
843
843
|
}
|
|
844
844
|
|
|
845
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
845
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-node/horizontal-rule-node/horizontal-rule-node.css */
|
|
846
846
|
.tiptap.ProseMirror {
|
|
847
847
|
--horizontal-rule-color: var(--tt-gray-light-a-200);
|
|
848
848
|
}
|
|
@@ -861,7 +861,7 @@ z {
|
|
|
861
861
|
padding-bottom: 0.75rem;
|
|
862
862
|
}
|
|
863
863
|
|
|
864
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
864
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-node/list-node/list-node.css */
|
|
865
865
|
.tiptap.ProseMirror {
|
|
866
866
|
--tt-checklist-bg-color: var(--tt-gray-light-a-100);
|
|
867
867
|
--tt-checklist-bg-active-color: var(--tt-gray-light-a-900);
|
|
@@ -986,7 +986,7 @@ z {
|
|
|
986
986
|
min-width: 0;
|
|
987
987
|
}
|
|
988
988
|
|
|
989
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
989
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-node/image-node/image-node.css */
|
|
990
990
|
.tiptap.ProseMirror img {
|
|
991
991
|
max-width: 100%;
|
|
992
992
|
height: auto;
|
|
@@ -1011,7 +1011,7 @@ z {
|
|
|
1011
1011
|
margin: 0;
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1014
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-node/heading-node/heading-node.css */
|
|
1015
1015
|
.tiptap.ProseMirror h1,
|
|
1016
1016
|
.tiptap.ProseMirror h2,
|
|
1017
1017
|
.tiptap.ProseMirror h3,
|
|
@@ -1051,7 +1051,7 @@ z {
|
|
|
1051
1051
|
margin-top: 2em;
|
|
1052
1052
|
}
|
|
1053
1053
|
|
|
1054
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1054
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/badge/badge-colors.css */
|
|
1055
1055
|
.tiptap-badge {
|
|
1056
1056
|
--tt-badge-border-color: var(--tt-gray-light-a-200);
|
|
1057
1057
|
--tt-badge-border-color-subdued: var(--tt-gray-light-a-200);
|
|
@@ -1249,7 +1249,7 @@ z {
|
|
|
1249
1249
|
--tt-badge-icon-color-emphasized: var( --tt-brand-color-900 );
|
|
1250
1250
|
}
|
|
1251
1251
|
|
|
1252
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1252
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/badge/badge-group.css */
|
|
1253
1253
|
.tiptap-badge-group {
|
|
1254
1254
|
align-items: center;
|
|
1255
1255
|
display: flex;
|
|
@@ -1263,7 +1263,7 @@ z {
|
|
|
1263
1263
|
flex-direction: row;
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1266
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/badge/badge.css */
|
|
1267
1267
|
.tiptap-badge {
|
|
1268
1268
|
font-size: 0.625rem;
|
|
1269
1269
|
font-weight: 700;
|
|
@@ -1341,7 +1341,7 @@ z {
|
|
|
1341
1341
|
color: var(--tt-badge-icon-color-subdued);
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1344
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/dropdown-menu/dropdown-menu.css */
|
|
1345
1345
|
.tiptap-dropdown-menu {
|
|
1346
1346
|
--tt-dropdown-menu-bg-color: var(--white);
|
|
1347
1347
|
--tt-dropdown-menu-border-color: var(--tt-gray-light-a-100);
|
|
@@ -1388,7 +1388,7 @@ z {
|
|
|
1388
1388
|
animation: slideFromRight 150ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1391
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/card/card.css */
|
|
1392
1392
|
z {
|
|
1393
1393
|
--tiptap-card-bg-color: var(--white);
|
|
1394
1394
|
--tiptap-card-border-color: var(--tt-gray-light-a-100);
|
|
@@ -1457,7 +1457,7 @@ z {
|
|
|
1457
1457
|
color: var(--tiptap-card-group-label-color);
|
|
1458
1458
|
}
|
|
1459
1459
|
|
|
1460
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1460
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/popover/popover.css */
|
|
1461
1461
|
.tiptap-popover {
|
|
1462
1462
|
--tt-popover-bg-color: var(--white);
|
|
1463
1463
|
--tt-popover-border-color: var(--tt-gray-light-a-100);
|
|
@@ -1504,7 +1504,7 @@ z {
|
|
|
1504
1504
|
animation: slideFromRight 150ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1505
1505
|
}
|
|
1506
1506
|
|
|
1507
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1507
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui/color-highlight-button/color-highlight-button.css */
|
|
1508
1508
|
.tiptap-button-highlight {
|
|
1509
1509
|
position: relative;
|
|
1510
1510
|
width: 1.25rem;
|
|
@@ -1538,7 +1538,7 @@ z {
|
|
|
1538
1538
|
filter: brightness(180%);
|
|
1539
1539
|
}
|
|
1540
1540
|
|
|
1541
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1541
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-ui-primitive/input/input.css */
|
|
1542
1542
|
:root {
|
|
1543
1543
|
--tiptap-input-placeholder: var(--tt-gray-light-a-400);
|
|
1544
1544
|
}
|
|
@@ -1578,7 +1578,7 @@ z {
|
|
|
1578
1578
|
align-items: stretch;
|
|
1579
1579
|
}
|
|
1580
1580
|
|
|
1581
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1581
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/components/tiptap-templates/simple/simple-editor.css */
|
|
1582
1582
|
body {
|
|
1583
1583
|
--tt-toolbar-height: 44px;
|
|
1584
1584
|
--tt-theme-text: var(--tt-gray-dark-900);
|
|
@@ -1722,7 +1722,7 @@ table .column-resize-handle {
|
|
|
1722
1722
|
}
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
1725
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
1725
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/styles/index.css */
|
|
1726
1726
|
.tiptap.ProseMirror {
|
|
1727
1727
|
--blockquote-bg-color: var(--tt-gray-light-900);
|
|
1728
1728
|
}
|
|
@@ -2721,109 +2721,109 @@ table .column-resize-handle {
|
|
|
2721
2721
|
flex-direction: row;
|
|
2722
2722
|
}
|
|
2723
2723
|
.tiptap-button {
|
|
2724
|
-
--tt-button-default-bg-color:
|
|
2725
|
-
--tt-button-hover-bg-color:
|
|
2726
|
-
--tt-button-active-bg-color:
|
|
2727
|
-
--tt-button-active-bg-color-emphasized:
|
|
2728
|
-
--tt-button-active-bg-color-subdued:
|
|
2729
|
-
--tt-button-active-hover-bg-color:
|
|
2730
|
-
--tt-button-active-hover-bg-color-emphasized:
|
|
2731
|
-
--tt-button-active-hover-bg-color-subdued:
|
|
2732
|
-
--tt-button-disabled-bg-color:
|
|
2733
|
-
--tt-button-default-text-color:
|
|
2734
|
-
--tt-button-hover-text-color:
|
|
2735
|
-
--tt-button-active-text-color:
|
|
2736
|
-
--tt-button-active-text-color-emphasized:
|
|
2737
|
-
--tt-button-active-text-color-subdued:
|
|
2738
|
-
--tt-button-disabled-text-color:
|
|
2739
|
-
--tt-button-default-icon-color:
|
|
2740
|
-
--tt-button-hover-icon-color:
|
|
2741
|
-
--tt-button-active-icon-color:
|
|
2742
|
-
--tt-button-active-icon-color-emphasized:
|
|
2743
|
-
--tt-button-active-icon-color-subdued:
|
|
2744
|
-
--tt-button-disabled-icon-color:
|
|
2745
|
-
--tt-button-default-icon-sub-color:
|
|
2746
|
-
--tt-button-hover-icon-sub-color:
|
|
2747
|
-
--tt-button-active-icon-sub-color:
|
|
2748
|
-
--tt-button-active-icon-sub-color-emphasized:
|
|
2749
|
-
--tt-button-active-icon-sub-color-subdued:
|
|
2750
|
-
--tt-button-disabled-icon-sub-color:
|
|
2751
|
-
--tt-button-default-dropdown-arrows-color:
|
|
2752
|
-
--tt-button-hover-dropdown-arrows-color:
|
|
2753
|
-
--tt-button-active-dropdown-arrows-color:
|
|
2754
|
-
--tt-button-active-dropdown-arrows-color-emphasized:
|
|
2755
|
-
--tt-button-active-dropdown-arrows-color-subdued:
|
|
2756
|
-
--tt-button-disabled-dropdown-arrows-color:
|
|
2724
|
+
--tt-button-default-bg-color: rgba(231, 231, 243, 0.07);
|
|
2725
|
+
--tt-button-hover-bg-color: rgba(45, 45, 47, 1);
|
|
2726
|
+
--tt-button-active-bg-color: rgba(238, 238, 246, 0.11);
|
|
2727
|
+
--tt-button-active-bg-color-emphasized: rgba(43, 25, 102, 1);
|
|
2728
|
+
--tt-button-active-bg-color-subdued: rgba(238, 238, 246, 0.11);
|
|
2729
|
+
--tt-button-active-hover-bg-color: rgba(70, 70, 73, 1);
|
|
2730
|
+
--tt-button-active-hover-bg-color-emphasized: rgba(56, 0, 153, 1);
|
|
2731
|
+
--tt-button-active-hover-bg-color-subdued: rgba(239, 239, 245, 0.22);
|
|
2732
|
+
--tt-button-disabled-bg-color: rgba(232, 232, 253, 0.05);
|
|
2733
|
+
--tt-button-default-text-color: rgba(247, 247, 253, 0.64);
|
|
2734
|
+
--tt-button-hover-text-color: rgba(255, 255, 255, 0.96);
|
|
2735
|
+
--tt-button-active-text-color: rgba(255, 255, 255, 0.96);
|
|
2736
|
+
--tt-button-active-text-color-emphasized: rgba(255, 255, 255, 0.96);
|
|
2737
|
+
--tt-button-active-text-color-subdued: rgba(255, 255, 255, 0.96);
|
|
2738
|
+
--tt-button-disabled-text-color: rgba(239, 239, 245, 0.22);
|
|
2739
|
+
--tt-button-default-icon-color: rgba(247, 247, 253, 0.64);
|
|
2740
|
+
--tt-button-hover-icon-color: rgba(255, 255, 255, 0.96);
|
|
2741
|
+
--tt-button-active-icon-color: rgba(122, 82, 255, 1);
|
|
2742
|
+
--tt-button-active-icon-color-emphasized: rgba(122, 82, 255, 1);
|
|
2743
|
+
--tt-button-active-icon-color-subdued: rgba(255, 255, 255, 0.96);
|
|
2744
|
+
--tt-button-disabled-icon-color: rgba(244, 244, 255, 0.37);
|
|
2745
|
+
--tt-button-default-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
2746
|
+
--tt-button-hover-icon-sub-color: rgba(244, 244, 255, 0.37);
|
|
2747
|
+
--tt-button-active-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
2748
|
+
--tt-button-active-icon-sub-color-emphasized: rgba(244, 244, 255, 0.37);
|
|
2749
|
+
--tt-button-active-icon-sub-color-subdued: rgba(239, 239, 245, 0.22);
|
|
2750
|
+
--tt-button-disabled-icon-sub-color: rgba(231, 231, 243, 0.07);
|
|
2751
|
+
--tt-button-default-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
2752
|
+
--tt-button-hover-dropdown-arrows-color: rgba(251, 251, 254, 0.75);
|
|
2753
|
+
--tt-button-active-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
2754
|
+
--tt-button-active-dropdown-arrows-color-emphasized: rgba(251, 251, 254, 0.75);
|
|
2755
|
+
--tt-button-active-dropdown-arrows-color-subdued: rgba(247, 247, 253, 0.64);
|
|
2756
|
+
--tt-button-disabled-dropdown-arrows-color: rgba(244, 244, 255, 0.37);
|
|
2757
2757
|
}
|
|
2758
2758
|
.tiptap-button[data-style=ghost] {
|
|
2759
|
-
--tt-button-default-bg-color:
|
|
2760
|
-
--tt-button-hover-bg-color:
|
|
2761
|
-
--tt-button-active-bg-color:
|
|
2762
|
-
--tt-button-active-bg-color-emphasized:
|
|
2763
|
-
--tt-button-active-bg-color-subdued:
|
|
2764
|
-
--tt-button-active-hover-bg-color:
|
|
2765
|
-
--tt-button-active-hover-bg-color-emphasized:
|
|
2766
|
-
--tt-button-active-hover-bg-color-subdued:
|
|
2767
|
-
--tt-button-disabled-bg-color:
|
|
2768
|
-
--tt-button-default-text-color:
|
|
2769
|
-
--tt-button-hover-text-color:
|
|
2770
|
-
--tt-button-active-text-color:
|
|
2771
|
-
--tt-button-active-text-color-emphasized:
|
|
2772
|
-
--tt-button-active-text-color-subdued:
|
|
2773
|
-
--tt-button-disabled-text-color:
|
|
2774
|
-
--tt-button-default-icon-color:
|
|
2775
|
-
--tt-button-hover-icon-color:
|
|
2776
|
-
--tt-button-active-icon-color:
|
|
2777
|
-
--tt-button-active-icon-color-emphasized:
|
|
2778
|
-
--tt-button-active-icon-color-subdued:
|
|
2779
|
-
--tt-button-disabled-icon-color:
|
|
2780
|
-
--tt-button-default-icon-sub-color:
|
|
2781
|
-
--tt-button-hover-icon-sub-color:
|
|
2782
|
-
--tt-button-active-icon-sub-color:
|
|
2783
|
-
--tt-button-active-icon-sub-color-emphasized:
|
|
2784
|
-
--tt-button-active-icon-sub-color-subdued:
|
|
2785
|
-
--tt-button-disabled-icon-sub-color:
|
|
2786
|
-
--tt-button-default-dropdown-arrows-color:
|
|
2787
|
-
--tt-button-hover-dropdown-arrows-color:
|
|
2788
|
-
--tt-button-active-dropdown-arrows-color:
|
|
2789
|
-
--tt-button-active-dropdown-arrows-color-emphasized:
|
|
2790
|
-
--tt-button-active-dropdown-arrows-color-subdued:
|
|
2791
|
-
--tt-button-disabled-dropdown-arrows-color:
|
|
2759
|
+
--tt-button-default-bg-color: rgba(255, 255, 255, 0);
|
|
2760
|
+
--tt-button-hover-bg-color: rgba(45, 45, 47, 1);
|
|
2761
|
+
--tt-button-active-bg-color: rgba(231, 231, 243, 0.07);
|
|
2762
|
+
--tt-button-active-bg-color-emphasized: rgba(43, 25, 102, 1);
|
|
2763
|
+
--tt-button-active-bg-color-subdued: rgba(231, 231, 243, 0.07);
|
|
2764
|
+
--tt-button-active-hover-bg-color: rgba(45, 45, 47, 1);
|
|
2765
|
+
--tt-button-active-hover-bg-color-emphasized: rgba(56, 0, 153, 1);
|
|
2766
|
+
--tt-button-active-hover-bg-color-subdued: rgba(238, 238, 246, 0.11);
|
|
2767
|
+
--tt-button-disabled-bg-color: rgba(255, 255, 255, 0);
|
|
2768
|
+
--tt-button-default-text-color: rgba(247, 247, 253, 0.64);
|
|
2769
|
+
--tt-button-hover-text-color: rgba(255, 255, 255, 0.96);
|
|
2770
|
+
--tt-button-active-text-color: rgba(255, 255, 255, 0.96);
|
|
2771
|
+
--tt-button-active-text-color-emphasized: rgba(255, 255, 255, 0.96);
|
|
2772
|
+
--tt-button-active-text-color-subdued: rgba(255, 255, 255, 0.96);
|
|
2773
|
+
--tt-button-disabled-text-color: rgba(239, 239, 245, 0.22);
|
|
2774
|
+
--tt-button-default-icon-color: rgba(247, 247, 253, 0.64);
|
|
2775
|
+
--tt-button-hover-icon-color: rgba(255, 255, 255, 0.96);
|
|
2776
|
+
--tt-button-active-icon-color: rgba(122, 82, 255, 1);
|
|
2777
|
+
--tt-button-active-icon-color-emphasized: rgba(157, 138, 255, 1);
|
|
2778
|
+
--tt-button-active-icon-color-subdued: rgba(255, 255, 255, 0.96);
|
|
2779
|
+
--tt-button-disabled-icon-color: rgba(244, 244, 255, 0.37);
|
|
2780
|
+
--tt-button-default-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
2781
|
+
--tt-button-hover-icon-sub-color: rgba(244, 244, 255, 0.37);
|
|
2782
|
+
--tt-button-active-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
2783
|
+
--tt-button-active-icon-sub-color-emphasized: rgba(244, 244, 255, 0.37);
|
|
2784
|
+
--tt-button-active-icon-sub-color-subdued: rgba(239, 239, 245, 0.22);
|
|
2785
|
+
--tt-button-disabled-icon-sub-color: rgba(231, 231, 243, 0.07);
|
|
2786
|
+
--tt-button-default-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
2787
|
+
--tt-button-hover-dropdown-arrows-color: rgba(251, 251, 254, 0.75);
|
|
2788
|
+
--tt-button-active-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
2789
|
+
--tt-button-active-dropdown-arrows-color-emphasized: rgba(251, 251, 254, 0.75);
|
|
2790
|
+
--tt-button-active-dropdown-arrows-color-subdued: rgba(247, 247, 253, 0.64);
|
|
2791
|
+
--tt-button-disabled-dropdown-arrows-color: rgba(244, 244, 255, 0.37);
|
|
2792
2792
|
}
|
|
2793
2793
|
.tiptap-button[data-style=primary] {
|
|
2794
|
-
--tt-button-default-bg-color:
|
|
2795
|
-
--tt-button-hover-bg-color:
|
|
2796
|
-
--tt-button-active-bg-color:
|
|
2797
|
-
--tt-button-active-bg-color-emphasized:
|
|
2798
|
-
--tt-button-active-bg-color-subdued:
|
|
2799
|
-
--tt-button-active-hover-bg-color:
|
|
2800
|
-
--tt-button-active-hover-bg-color-emphasized:
|
|
2801
|
-
--tt-button-active-hover-bg-color-subdued:
|
|
2802
|
-
--tt-button-disabled-bg-color:
|
|
2803
|
-
--tt-button-default-text-color:
|
|
2804
|
-
--tt-button-hover-text-color:
|
|
2805
|
-
--tt-button-active-text-color:
|
|
2806
|
-
--tt-button-active-text-color-emphasized:
|
|
2807
|
-
--tt-button-active-text-color-subdued:
|
|
2808
|
-
--tt-button-disabled-text-color:
|
|
2809
|
-
--tt-button-default-icon-color:
|
|
2810
|
-
--tt-button-hover-icon-color:
|
|
2811
|
-
--tt-button-active-icon-color:
|
|
2812
|
-
--tt-button-active-icon-color-emphasized:
|
|
2813
|
-
--tt-button-active-icon-color-subdued:
|
|
2814
|
-
--tt-button-disabled-icon-color:
|
|
2815
|
-
--tt-button-default-icon-sub-color:
|
|
2816
|
-
--tt-button-hover-icon-sub-color:
|
|
2817
|
-
--tt-button-active-icon-sub-color:
|
|
2818
|
-
--tt-button-active-icon-sub-color-emphasized:
|
|
2819
|
-
--tt-button-active-icon-sub-color-subdued:
|
|
2820
|
-
--tt-button-disabled-icon-sub-color:
|
|
2821
|
-
--tt-button-default-dropdown-arrows-color:
|
|
2822
|
-
--tt-button-hover-dropdown-arrows-color:
|
|
2823
|
-
--tt-button-active-dropdown-arrows-color:
|
|
2824
|
-
--tt-button-active-dropdown-arrows-color-emphasized:
|
|
2825
|
-
--tt-button-active-dropdown-arrows-color-subdued:
|
|
2826
|
-
--tt-button-disabled-dropdown-arrows-color:
|
|
2794
|
+
--tt-button-default-bg-color: rgba(98, 41, 255, 1);
|
|
2795
|
+
--tt-button-hover-bg-color: rgba(84, 0, 229, 1);
|
|
2796
|
+
--tt-button-active-bg-color: rgba(43, 25, 102, 1);
|
|
2797
|
+
--tt-button-active-bg-color-emphasized: rgba(43, 25, 102, 1);
|
|
2798
|
+
--tt-button-active-bg-color-subdued: rgba(43, 25, 102, 1);
|
|
2799
|
+
--tt-button-active-hover-bg-color: rgba(56, 0, 153, 1);
|
|
2800
|
+
--tt-button-active-hover-bg-color-emphasized: rgba(56, 0, 153, 1);
|
|
2801
|
+
--tt-button-active-hover-bg-color-subdued: rgba(56, 0, 153, 1);
|
|
2802
|
+
--tt-button-disabled-bg-color: rgba(231, 231, 243, 0.07);
|
|
2803
|
+
--tt-button-default-text-color: rgba(255, 255, 255, 1);
|
|
2804
|
+
--tt-button-hover-text-color: rgba(255, 255, 255, 1);
|
|
2805
|
+
--tt-button-active-text-color: rgba(255, 255, 255, 0.96);
|
|
2806
|
+
--tt-button-active-text-color-emphasized: rgba(255, 255, 255, 0.96);
|
|
2807
|
+
--tt-button-active-text-color-subdued: rgba(255, 255, 255, 0.96);
|
|
2808
|
+
--tt-button-disabled-text-color: rgba(239, 239, 245, 0.22);
|
|
2809
|
+
--tt-button-default-icon-color: rgba(255, 255, 255, 1);
|
|
2810
|
+
--tt-button-hover-icon-color: rgba(255, 255, 255, 1);
|
|
2811
|
+
--tt-button-active-icon-color: rgba(122, 82, 255, 1);
|
|
2812
|
+
--tt-button-active-icon-color-emphasized: rgba(122, 82, 255, 1);
|
|
2813
|
+
--tt-button-active-icon-color-subdued: rgba(122, 82, 255, 1);
|
|
2814
|
+
--tt-button-disabled-icon-color: rgba(239, 239, 245, 0.22);
|
|
2815
|
+
--tt-button-default-icon-sub-color: rgba(244, 244, 255, 0.37);
|
|
2816
|
+
--tt-button-hover-icon-sub-color: rgba(236, 238, 253, 0.5);
|
|
2817
|
+
--tt-button-active-icon-sub-color: rgba(239, 239, 245, 0.22);
|
|
2818
|
+
--tt-button-active-icon-sub-color-emphasized: rgba(244, 244, 255, 0.37);
|
|
2819
|
+
--tt-button-active-icon-sub-color-subdued: rgba(239, 239, 245, 0.22);
|
|
2820
|
+
--tt-button-disabled-icon-sub-color: rgba(231, 231, 243, 0.07);
|
|
2821
|
+
--tt-button-default-dropdown-arrows-color: rgba(255, 255, 255, 1);
|
|
2822
|
+
--tt-button-hover-dropdown-arrows-color: rgba(255, 255, 255, 1);
|
|
2823
|
+
--tt-button-active-dropdown-arrows-color: rgba(247, 247, 253, 0.64);
|
|
2824
|
+
--tt-button-active-dropdown-arrows-color-emphasized: rgba(247, 247, 253, 0.64);
|
|
2825
|
+
--tt-button-active-dropdown-arrows-color-subdued: rgba(247, 247, 253, 0.64);
|
|
2826
|
+
--tt-button-disabled-dropdown-arrows-color: rgba(244, 244, 255, 0.37);
|
|
2827
2827
|
}
|
|
2828
2828
|
.tiptap-button-group {
|
|
2829
2829
|
position: relative;
|
|
@@ -3466,7 +3466,7 @@ z {
|
|
|
3466
3466
|
color: var(--tt-kbd);
|
|
3467
3467
|
}
|
|
3468
3468
|
|
|
3469
|
-
/* C:/Users/hamza/AppData/Local/Temp/tmp-
|
|
3469
|
+
/* C:/Users/hamza/AppData/Local/Temp/tmp-18300-ZIrBcpkrGtf4/easyflow-texteditor/src/styles/_variables.css */
|
|
3470
3470
|
easyflow-editor {
|
|
3471
3471
|
overflow-wrap: break-word;
|
|
3472
3472
|
text-size-adjust: none;
|