@markopolo_ai_inc/markopolo-email-editor 1.0.3 → 1.0.4

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.
Files changed (73) hide show
  1. package/package.json +1 -2
  2. package/src/App.js +0 -15
  3. package/src/components/EmailEditor/assets/App.css +0 -339
  4. package/src/components/EmailEditor/assets/Columns.css +0 -309
  5. package/src/components/EmailEditor/assets/Header.css +0 -174
  6. package/src/components/EmailEditor/assets/ImageBlock.css +0 -12
  7. package/src/components/EmailEditor/assets/Preview.css +0 -30
  8. package/src/components/EmailEditor/assets/RichText.css +0 -199
  9. package/src/components/EmailEditor/assets/RightSettings.css +0 -520
  10. package/src/components/EmailEditor/assets/Sidebar.css +0 -195
  11. package/src/components/EmailEditor/components/BlockItems/ButtonBlock.js +0 -25
  12. package/src/components/EmailEditor/components/BlockItems/DividerBlock.js +0 -19
  13. package/src/components/EmailEditor/components/BlockItems/HeadingBlock.js +0 -16
  14. package/src/components/EmailEditor/components/BlockItems/ImageBlock.js +0 -28
  15. package/src/components/EmailEditor/components/BlockItems/MenuBlock.js +0 -52
  16. package/src/components/EmailEditor/components/BlockItems/SocialLinkBlocks.js +0 -26
  17. package/src/components/EmailEditor/components/BlockItems/SpacerBlock.js +0 -23
  18. package/src/components/EmailEditor/components/BlockItems/TextBlock.js +0 -16
  19. package/src/components/EmailEditor/components/BlockItems/index.js +0 -25
  20. package/src/components/EmailEditor/components/ColorPicker/index.js +0 -26
  21. package/src/components/EmailEditor/components/Column/index.js +0 -253
  22. package/src/components/EmailEditor/components/Header/index.js +0 -243
  23. package/src/components/EmailEditor/components/LeftSideBar/index.js +0 -253
  24. package/src/components/EmailEditor/components/Main/index.js +0 -281
  25. package/src/components/EmailEditor/components/Preview/index.js +0 -97
  26. package/src/components/EmailEditor/components/RichText/Bold.js +0 -37
  27. package/src/components/EmailEditor/components/RichText/FontColor.js +0 -39
  28. package/src/components/EmailEditor/components/RichText/InsertOrderedList.js +0 -36
  29. package/src/components/EmailEditor/components/RichText/InsertUnorderedList.js +0 -36
  30. package/src/components/EmailEditor/components/RichText/Italic.js +0 -36
  31. package/src/components/EmailEditor/components/RichText/Link.js +0 -99
  32. package/src/components/EmailEditor/components/RichText/RichTextLayout.js +0 -53
  33. package/src/components/EmailEditor/components/RichText/Strikethrough.js +0 -36
  34. package/src/components/EmailEditor/components/RichText/TextAlign.js +0 -58
  35. package/src/components/EmailEditor/components/RichText/Underline.js +0 -36
  36. package/src/components/EmailEditor/components/RichText/index.js +0 -210
  37. package/src/components/EmailEditor/components/RightSetting/index.js +0 -126
  38. package/src/components/EmailEditor/components/StyleSettings/ButtonStyleSettings.js +0 -141
  39. package/src/components/EmailEditor/components/StyleSettings/ColumnStyleSettings.js +0 -241
  40. package/src/components/EmailEditor/components/StyleSettings/DividerStyleSettings.js +0 -111
  41. package/src/components/EmailEditor/components/StyleSettings/HeadingStyleSettings.js +0 -162
  42. package/src/components/EmailEditor/components/StyleSettings/ImageStyleSettings.js +0 -217
  43. package/src/components/EmailEditor/components/StyleSettings/MenuStyleSettings.js +0 -177
  44. package/src/components/EmailEditor/components/StyleSettings/PaddingSettings.js +0 -30
  45. package/src/components/EmailEditor/components/StyleSettings/SocialLinkSettings.js +0 -250
  46. package/src/components/EmailEditor/components/StyleSettings/SpacerStyleSettings.js +0 -38
  47. package/src/components/EmailEditor/components/StyleSettings/TextStyleSettings.js +0 -108
  48. package/src/components/EmailEditor/components/StyleSettings/index.js +0 -32
  49. package/src/components/EmailEditor/configs/getBlockConfigsList.js +0 -263
  50. package/src/components/EmailEditor/configs/getColumnConfigFunc.js +0 -59
  51. package/src/components/EmailEditor/configs/getColumnsSettings.js +0 -246
  52. package/src/components/EmailEditor/configs/useDataSource.js +0 -19
  53. package/src/components/EmailEditor/index.js +0 -93
  54. package/src/components/EmailEditor/reducers/index.js +0 -173
  55. package/src/components/EmailEditor/translation/en.js +0 -166
  56. package/src/components/EmailEditor/translation/index.js +0 -39
  57. package/src/components/EmailEditor/translation/zh.js +0 -166
  58. package/src/components/EmailEditor/utils/classNames.js +0 -5
  59. package/src/components/EmailEditor/utils/dataToHTML.js +0 -323
  60. package/src/components/EmailEditor/utils/exportValidation.js +0 -296
  61. package/src/components/EmailEditor/utils/helpers.js +0 -48
  62. package/src/components/EmailEditor/utils/pexels.js +0 -20
  63. package/src/components/EmailEditor/utils/useSection.js +0 -24
  64. package/src/components/EmailEditor/utils/useStyleLayout.js +0 -82
  65. package/src/index.css +0 -99
  66. package/src/index.js +0 -15
  67. package/src/logo.svg +0 -1
  68. package/src/pages/AppPage/index.js +0 -10
  69. package/src/pages/Dashboard/Header.js +0 -192
  70. package/src/pages/Dashboard/defaultBlockList.json +0 -1758
  71. package/src/pages/Dashboard/index.js +0 -48
  72. package/src/reportWebVitals.js +0 -13
  73. package/src/setupTests.js +0 -5
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@markopolo_ai_inc/markopolo-email-editor",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "files": [
6
6
  "build",
7
7
  "public",
8
- "src",
9
8
  "README.md"
10
9
  ],
11
10
  "dependencies": {
package/src/App.js DELETED
@@ -1,15 +0,0 @@
1
- import AppPage from "./pages/AppPage";
2
- import { createBrowserHistory } from "history";
3
- import { Router } from "react-router-dom";
4
-
5
- function App() {
6
- const history = createBrowserHistory();
7
-
8
- return (
9
- <Router history={history}>
10
- <AppPage />
11
- </Router>
12
- );
13
- }
14
-
15
- export default App;
@@ -1,339 +0,0 @@
1
- @import "./RichText.css";
2
- @import "./ImageBlock.css";
3
- @import "./Sidebar.css";
4
- @import "./Preview.css";
5
- @import "./Header.css";
6
- @import "./Columns.css";
7
- @import "./RightSettings.css";
8
-
9
- .email-editor * {
10
- box-sizing: border-box;
11
- }
12
-
13
- /* Email editor design tokens aligned to Nabiq dark theme (globals.scss .dark). */
14
- :root {
15
- color-scheme: dark;
16
-
17
- /* Nabiq dark semantic tokens */
18
- --ee-bg: #0a0a0a;
19
- --ee-foreground: #fafafa;
20
- --ee-primary: #d8fe91;
21
- --ee-primary-foreground: #171717;
22
- --ee-card: #171717;
23
- --ee-muted: #262626;
24
- --ee-muted-foreground: #a1a1a1;
25
- --ee-border: #282828;
26
- --ee-border-width: 1px;
27
- --ee-radius: 0.5rem;
28
- --ee-shadow:
29
- 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
30
- --ee-shadow-sm: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
31
-
32
- --block-active-border: var(--ee-primary);
33
- --block-hover-border: #b8e67a;
34
- --block-empty-content-color: #374151;
35
- --block-empty-content-background: rgba(216, 254, 145, 0.12);
36
-
37
- --start-content-background: var(--ee-muted);
38
- --start-content-font-color: var(--ee-muted-foreground);
39
-
40
- --left-sidebar-background: var(--ee-muted);
41
- --left-sidebar-tabs-background: var(--ee-card);
42
- --left-sidebar-tab-color: var(--ee-foreground);
43
- --left-sidebar-tab-hover-background: #404040;
44
- --left-sidebar-tab-active-color: var(--ee-primary);
45
- --rich-text-icon: rgba(216, 254, 145, 0.35);
46
-
47
- --tools-font-color: var(--ee-primary-foreground);
48
- --option-hover-color: rgba(216, 254, 145, 0.15);
49
- --border-color: var(--ee-border);
50
-
51
- --header-bg-color: var(--ee-card);
52
- --header-icon-hover-color: var(--ee-foreground);
53
- --header-icon-active-color: var(--ee-primary);
54
- --header-icon-disabled-color: var(--ee-muted-foreground);
55
- --header-drawer-close-bg-color: var(--ee-muted-foreground);
56
- --header-drawer-close-color: var(--ee-foreground);
57
- --header-drawer-close-hover-bg-color: #404040;
58
- --header-drawer-head-bg-color: var(--ee-muted);
59
-
60
- --right-settings-font-color: var(--ee-foreground);
61
- --right-settings-title-font-color: var(--ee-muted-foreground);
62
- --right-settings-block-title-font-color: var(--ee-foreground);
63
- --right-settings-block-title-background-color: var(--ee-muted);
64
-
65
- --column-background: var(--ee-muted);
66
- --column-active-border: var(--ee-primary);
67
- --column-un-active-border: var(--ee-border);
68
- --column-divider-color: var(--ee-muted-foreground);
69
-
70
- --align-style-item-active-color: var(--ee-primary);
71
- --align-style-item-un-active-color: var(--ee-border);
72
-
73
- --blue-500: var(--ee-primary);
74
- --gray-400: var(--ee-muted-foreground);
75
- --slate-100: var(--ee-muted);
76
- --red-100: rgba(248, 113, 113, 0.2);
77
- --red-500: #f87070;
78
- }
79
-
80
- img {
81
- max-width: 100%;
82
- }
83
-
84
- .hover-visible {
85
- width: 100%;
86
- height: 100%;
87
- position: absolute;
88
- }
89
-
90
- .font-semibold {
91
- font-weight: 600;
92
- }
93
-
94
- .width-full {
95
- width: 100%;
96
- }
97
-
98
- .margin-y-30 {
99
- margin-top: 30px;
100
- margin-bottom: 30px;
101
- }
102
-
103
- .margin-top-6 {
104
- margin-top: 6px;
105
- }
106
-
107
- .margin-top-12 {
108
- margin-top: 12px;
109
- }
110
-
111
- .margin-top-18 {
112
- margin-top: 18px;
113
- }
114
-
115
- .margin-top-32 {
116
- margin-top: 32px;
117
- }
118
-
119
- .height-full {
120
- height: 100%;
121
- }
122
-
123
- .relative {
124
- position: relative;
125
- }
126
-
127
- .absolute {
128
- position: absolute;
129
- }
130
-
131
- .select-none {
132
- user-select: none;
133
- }
134
-
135
- .margin-auto {
136
- margin: auto;
137
- }
138
-
139
- .text-left {
140
- text-align: left;
141
- }
142
-
143
- .text-center {
144
- text-align: center;
145
- }
146
-
147
- .text-right {
148
- text-align: right;
149
- }
150
-
151
- .inline-block {
152
- display: inline-block;
153
- }
154
-
155
- .flex {
156
- display: flex;
157
- }
158
-
159
- .justify-center {
160
- justify-content: center;
161
- }
162
-
163
- .justify-between {
164
- justify-content: space-between;
165
- }
166
-
167
- .items-center {
168
- align-items: center;
169
- }
170
-
171
- .cursor-default {
172
- cursor: default;
173
- }
174
-
175
- .cursor-pointer {
176
- cursor: pointer;
177
- }
178
-
179
- .cursor-grab {
180
- cursor: grab;
181
- }
182
-
183
- .border-transparent {
184
- border-color: transparent;
185
- }
186
-
187
- ol {
188
- list-style: auto;
189
- margin-left: 11px;
190
- }
191
-
192
- ul {
193
- list-style: disc;
194
- margin-left: 11px;
195
- }
196
-
197
- a:hover {
198
- text-decoration: underline;
199
- }
200
-
201
- @keyframes shake {
202
- 0%,
203
- 100% {
204
- transform: translateX(0) rotate(0);
205
- }
206
-
207
- 5%,
208
- 30%,
209
- 50%,
210
- 70%,
211
- 90% {
212
- transform: rotate(5deg);
213
- }
214
-
215
- 20%,
216
- 40%,
217
- 60%,
218
- 80% {
219
- transform: rotate(-5deg);
220
- }
221
- }
222
-
223
- .ant-btn-primary {
224
- background-color: var(--ee-primary);
225
- border-color: var(--ee-primary);
226
- }
227
-
228
- .block-style_settings-collapse .ant-collapse-header {
229
- font-weight: bold;
230
- background-color: var(--start-content-background);
231
- color: var(--start-content-font-color) !important;
232
- }
233
-
234
- .block-style_settings-collapse .ant-collapse-item {
235
- margin-bottom: 12px;
236
- padding: 0;
237
- }
238
-
239
- .block-style_settings-collapse .ant-collapse-content-box {
240
- padding: 0 !important;
241
- }
242
-
243
- /* Dark theme for confirmation modals (Delete Column, Add Link, etc.) */
244
- .ee-modal-dark .ant-modal-content {
245
- background-color: var(--ee-card) !important;
246
- border: var(--ee-border-width) solid var(--ee-border);
247
- border-radius: var(--ee-radius);
248
- box-shadow: var(--ee-shadow);
249
- }
250
- .ee-modal-dark .ant-modal-header {
251
- background-color: var(--ee-card) !important;
252
- border-bottom: var(--ee-border-width) solid var(--ee-border);
253
- border-radius: var(--ee-radius) var(--ee-radius) 0 0;
254
- }
255
- .ee-modal-dark .ant-modal-title {
256
- color: var(--ee-foreground) !important;
257
- }
258
- .ee-modal-dark .ant-modal-body {
259
- background-color: var(--ee-card) !important;
260
- color: var(--ee-foreground);
261
- }
262
- .ee-modal-dark .ant-modal-body p,
263
- .ee-modal-dark .ant-modal-body .column-modal-context {
264
- color: var(--ee-foreground);
265
- }
266
- .ee-modal-dark .ant-modal-close-x {
267
- color: var(--ee-muted-foreground);
268
- }
269
- .ee-modal-dark .ant-modal-close-x:hover {
270
- color: var(--ee-foreground);
271
- }
272
- .ee-modal-dark .ant-modal-footer {
273
- background-color: var(--ee-card) !important;
274
- border-top: var(--ee-border-width) solid var(--ee-border);
275
- }
276
- .ee-modal-dark .ant-modal-footer .ant-btn-default {
277
- background-color: var(--ee-muted) !important;
278
- border-color: var(--ee-border) !important;
279
- color: var(--ee-foreground);
280
- }
281
- .ee-modal-dark .ant-modal-footer .ant-btn-default:hover {
282
- border-color: var(--ee-primary);
283
- color: var(--ee-primary);
284
- }
285
- .ee-modal-dark .ant-modal-footer .ant-btn-primary {
286
- background-color: var(--ee-primary) !important;
287
- border-color: var(--ee-primary) !important;
288
- color: var(--ee-primary-foreground) !important;
289
- }
290
- .ee-modal-dark .ant-modal-footer .ant-btn-primary:hover {
291
- background-color: #b8e67a !important;
292
- border-color: #b8e67a !important;
293
- color: var(--ee-primary-foreground) !important;
294
- }
295
- /* Input inside modal (e.g. Add Link) */
296
- .ee-modal-dark .ant-modal-body .ant-input,
297
- .ee-modal-dark .ant-modal-body .ant-input-affix-wrapper {
298
- background-color: var(--ee-muted) !important;
299
- border-color: var(--ee-border) !important;
300
- color: var(--ee-foreground) !important;
301
- }
302
- .ee-modal-dark .ant-modal-body .ant-input:focus,
303
- .ee-modal-dark .ant-modal-body .ant-input-affix-wrapper-focused {
304
- border-color: var(--ee-primary) !important;
305
- box-shadow: 0 0 0 1px var(--ee-primary) !important;
306
- }
307
- .ee-modal-dark .ant-modal-body .ant-input-group-addon {
308
- background-color: var(--ee-muted) !important;
309
- border-color: var(--ee-border) !important;
310
- color: var(--ee-foreground);
311
- }
312
-
313
- /* Export validation modal: severity headings and location text (dark theme) */
314
- .ee-modal-dark .export-validation-errors-heading {
315
- color: var(--red-500);
316
- }
317
- .ee-modal-dark .export-validation-warnings-heading {
318
- color: #fbbf24;
319
- }
320
- .ee-modal-dark .export-validation-info-heading {
321
- color: #60a5fa;
322
- }
323
- .ee-modal-dark .export-validation-location {
324
- color: var(--ee-muted-foreground);
325
- }
326
-
327
- /* Force InputNumber unit addon (px/%) dark – antd uses .ant-input-number-group-addon with #fafafa */
328
- .email-editor .right-settings .ant-input-number-group-addon,
329
- .email-editor
330
- .right-settings
331
- .ant-input-number-group-wrapper
332
- .ant-input-number-group-addon {
333
- background-color: var(--ee-muted) !important;
334
- border-color: var(--ee-border) !important;
335
- color: var(--ee-foreground) !important;
336
- }
337
- .email-editor .right-settings .ant-input-number-group-addon * {
338
- color: var(--ee-foreground) !important;
339
- }
@@ -1,309 +0,0 @@
1
- .hover-visible::after {
2
- visibility: visible;
3
- content: '';
4
- position: absolute;
5
- outline: 2px solid var(--block-active-border);
6
- right: 0px;
7
- left: 0px;
8
- top: 0%;
9
- bottom: 0%;
10
- opacity: 0;
11
- z-index: 100;
12
- outline-offset: -2px
13
- }
14
-
15
- .hover-visible:hover::after {
16
- outline: 2px solid var(--block-hover-border);
17
- opacity: 1;
18
- }
19
-
20
- .block-focus>.hover-visible::after {
21
- outline: 2px solid var(--block-active-border);
22
- opacity: 1;
23
- }
24
-
25
- .mobile-block-focus>.hover-visible::after {
26
- margin-left: -50px;
27
- margin-right: -50px;
28
- }
29
-
30
- .mobile-block-focus .block-move {
31
- margin-right: -50px;
32
- }
33
-
34
- .mobile-block-focus .block-delete {
35
- margin-right: -50px;
36
- }
37
-
38
- .block-content {
39
- height: 100%;
40
- display: flex;
41
- margin: 0 auto;
42
- flex-wrap: wrap;
43
- max-width: 100%;
44
- }
45
-
46
- .block-focus .block-move {
47
- visibility: visible;
48
- }
49
-
50
-
51
- .block-focus .block-delete {
52
- visibility: visible;
53
- }
54
-
55
- .block-delete {
56
- width: 30px;
57
- height: 30px;
58
- visibility: hidden;
59
- right: 0;
60
- bottom: -36px;
61
- background-color: var(--block-active-border);
62
- color: var(--tools-font-color);
63
- text-align: center;
64
- line-height: 30px;
65
- z-index: 120;
66
- cursor: pointer;
67
- }
68
-
69
- .block-move {
70
- width: 30px;
71
- height: 30px;
72
- visibility: hidden;
73
- right: -14px;
74
- bottom: 50%;
75
- background-color: var(--block-active-border);
76
- color: var(--tools-font-color);
77
- text-align: center;
78
- line-height: 30px;
79
- z-index: 120;
80
- border-radius: 25px;
81
- font-size: 16px;
82
- transform: translateY(50%);
83
- cursor: pointer;
84
- }
85
-
86
- .block-move-content {
87
- height: 50%;
88
- z-index: 100;
89
- }
90
-
91
- .block-move-content-top::after {
92
- content: '';
93
- position: absolute;
94
- width: 100%;
95
- bottom: 50%;
96
- z-index: 104;
97
- top: 0;
98
- }
99
-
100
- .block-move-content-bottom::after {
101
- content: '';
102
- position: absolute;
103
- width: 100%;
104
- top: 50%;
105
- z-index: 104;
106
- bottom: 0;
107
- }
108
-
109
-
110
- .block-move-top {
111
- width: 100%;
112
- top: -2px;
113
- height: 4px;
114
- background-color: var(--block-active-border);
115
- display: flex;
116
- justify-content: center;
117
- align-items: center;
118
- z-index: 103;
119
- visibility: hidden;
120
- }
121
-
122
- .block-move-bottom {
123
- width: 100%;
124
- bottom: -2px;
125
- height: 4px;
126
- background-color: var(--block-active-border);
127
- display: flex;
128
- justify-content: center;
129
- align-items: center;
130
- z-index: 103;
131
- visibility: hidden;
132
- }
133
-
134
- .block-tools-drag_here {
135
- position: absolute;
136
- padding: 6px 12px;
137
- border-radius: 25px;
138
- background-color: var(--block-active-border);
139
- color: var(--tools-font-color);
140
- text-align: center;
141
- z-index: 98;
142
- }
143
-
144
- .block-empty-content {
145
- display: flex;
146
- color: var(--block-empty-content-color);
147
- background-color: var(--block-empty-content-background);
148
- outline: var(--block-empty-content-color) dashed 1px;
149
- justify-content: center;
150
- align-items: center;
151
- text-align: center;
152
- outline-offset: -1px;
153
- height: 96px;
154
- position: relative;
155
- padding: 8px;
156
- }
157
-
158
- .block-empty-content-tools {
159
- z-index: 110;
160
- position: absolute;
161
- display: flex;
162
- justify-content: center;
163
- align-items: center;
164
- opacity: 0;
165
- background-color: var(--block-empty-content-color);
166
- color: var(--tools-font-color);
167
- left: 0px;
168
- right: 0px;
169
- bottom: 0px;
170
- top: 0px;
171
- }
172
-
173
- .start-to-add {
174
- width: 100;
175
- height: 50px;
176
- background-color: var(--start-content-background);
177
- color: var(--start-content-font-color);
178
- display: flex;
179
- justify-content: center;
180
- align-items: center;
181
- margin: auto;
182
- }
183
-
184
- .block-item {
185
- position: relative;
186
- flex: 1;
187
- }
188
-
189
- .block-item-tools {
190
- position: absolute;
191
- top: 0;
192
- bottom: 0;
193
- left: 0;
194
- right: 0;
195
- }
196
-
197
- .block-item-tools::after {
198
- visibility: visible;
199
- content: '';
200
- position: absolute;
201
- outline: 2px solid var(--block-active-border);
202
- right: 0px;
203
- left: 0px;
204
- top: 0px;
205
- bottom: 0px;
206
- opacity: 0;
207
- z-index: 100;
208
- outline-offset: -1.5px;
209
- }
210
-
211
- .block-item-tools:hover::after {
212
- opacity: 0.9;
213
- }
214
-
215
- .block-item-focus .block-item-tools::after {
216
- outline: 2px solid var(--block-active-border);
217
- opacity: 1;
218
- }
219
-
220
- .block-item-delete {
221
- width: 30px;
222
- height: 30px;
223
- visibility: hidden;
224
- right: 0;
225
- bottom: -36px;
226
- background-color: var(--block-active-border);
227
- color: var(--tools-font-color);
228
- text-align: center;
229
- line-height: 30px;
230
- z-index: 120;
231
- cursor: pointer;
232
- }
233
-
234
- .block-item-move {
235
- width: 30px;
236
- height: 30px;
237
- visibility: hidden;
238
- right: -14px;
239
- bottom: 50%;
240
- background-color: var(--block-active-border);
241
- color: var(--tools-font-color);
242
- text-align: center;
243
- line-height: 30px;
244
- z-index: 120;
245
- border-radius: 25px;
246
- font-size: 16px;
247
- transform: translateY(50%);
248
- cursor: pointer;
249
- }
250
-
251
- .block-item-focus .block-item-move {
252
- visibility: visible;
253
- }
254
-
255
-
256
- .block-item-focus .block-item-delete {
257
- visibility: visible;
258
- }
259
-
260
- .text-block {
261
- position: relative;
262
- z-index: 101;
263
- border: none;
264
- flex: 1;
265
- }
266
-
267
- .text-block:focus-visible {
268
- outline: unset;
269
- }
270
-
271
- .column-item {
272
- width: 100%;
273
- border-radius: var(--ee-radius);
274
- height: 36px;
275
- background-color: var(--column-background);
276
- border-width: var(--ee-border-width);
277
- border-style: solid;
278
- cursor: pointer;
279
- display: flex;
280
- margin-top: 12px;
281
- }
282
-
283
- .column-item-active {
284
- border-color: var(--column-active-border);
285
- }
286
-
287
- .column-item-un_active {
288
- border-color: var(--column-un-active-border);
289
-
290
- }
291
-
292
- .column-item-un_active:hover {
293
- border-color: var(--ee-primary);
294
- box-shadow: 0px 3px 12px 0px rgba(216, 254, 145, 0.2);
295
- }
296
-
297
- .column-item-border-right {
298
- border-right-width: var(--ee-border-width);
299
- border-right-style: solid;
300
- }
301
- /* Inner column dividers: visible in dark mode (muted-foreground on muted bg) */
302
- .column-item .column-item-border-right {
303
- border-right-color: var(--column-divider-color) !important;
304
- }
305
-
306
- .column-modal-context {
307
- margin: 0 3px;
308
- font-weight: 600;
309
- }