@reacteditor/core 0.0.4 → 0.0.6

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 (51) hide show
  1. package/dist/Editor-4LPVLYSU.css +415 -0
  2. package/dist/{Editor-2TYODRQT.mjs → Editor-YNFB7B6Z.mjs} +8 -8
  3. package/dist/{Render-VDC7AEQK.mjs → Render-STFB5CNO.mjs} +1 -1
  4. package/dist/Render-ZTUTUUAH.css +103 -0
  5. package/dist/{actions-BCDhqbeL.d.mts → actions-CQmL3wwa.d.mts} +11 -6
  6. package/dist/{actions-BCDhqbeL.d.ts → actions-CQmL3wwa.d.ts} +11 -6
  7. package/dist/{chunk-VD3EVRUF.mjs → chunk-275EJPEB.mjs} +2 -2
  8. package/dist/{chunk-ZHNRSSMW.mjs → chunk-6LG4Q4HO.mjs} +1 -1
  9. package/dist/chunk-6QJ2HF4O.mjs +11 -0
  10. package/dist/{chunk-6Q6A3BQH.mjs → chunk-BRDUM7MJ.mjs} +15 -15
  11. package/dist/{chunk-2LVYDXZS.mjs → chunk-CRF2GWQA.mjs} +3 -3
  12. package/dist/{chunk-TCVU3WEN.mjs → chunk-DB4R5IWG.mjs} +4 -4
  13. package/dist/{chunk-D2RG73WI.mjs → chunk-HCFEY5Y7.mjs} +475 -288
  14. package/dist/{chunk-VUEM62JF.mjs → chunk-UB2DES2O.mjs} +17 -6
  15. package/dist/{chunk-M2RKJTNY.mjs → chunk-WGPCLAZR.mjs} +1 -1
  16. package/dist/{chunk-HMTHZBH6.mjs → chunk-Z6IIVDFY.mjs} +1 -1
  17. package/dist/{full-7KJICNR5.mjs → full-24FOTNTB.mjs} +6 -6
  18. package/dist/full-7ABPY2WA.css +311 -0
  19. package/dist/{index-DVwiIwYU.d.mts → index-BOP2qNVA.d.mts} +1 -1
  20. package/dist/{index-ComBHfdn.d.ts → index-_G46lHpL.d.ts} +1 -1
  21. package/dist/index.css +1307 -1203
  22. package/dist/index.d.mts +11 -20
  23. package/dist/index.d.ts +11 -20
  24. package/dist/index.js +572 -372
  25. package/dist/index.mjs +10 -10
  26. package/dist/internal.d.mts +2 -2
  27. package/dist/internal.d.ts +2 -2
  28. package/dist/internal.js +17 -6
  29. package/dist/internal.mjs +1 -1
  30. package/dist/{loaded-DGSPK47E.mjs → loaded-6IBSSOXD.mjs} +3 -3
  31. package/dist/{loaded-IJNA4SY5.mjs → loaded-6NPDD7SF.mjs} +3 -3
  32. package/dist/{loaded-CBJRWD4Z.mjs → loaded-BQVZGQG2.mjs} +3 -3
  33. package/dist/loaded-N4KWL7FV.css +90 -0
  34. package/dist/no-external.css +1307 -1203
  35. package/dist/no-external.d.mts +4 -4
  36. package/dist/no-external.d.ts +4 -4
  37. package/dist/no-external.js +572 -372
  38. package/dist/no-external.mjs +10 -10
  39. package/dist/rsc.css +41 -41
  40. package/dist/rsc.d.mts +2 -2
  41. package/dist/rsc.d.ts +2 -2
  42. package/dist/rsc.js +5 -5
  43. package/dist/rsc.mjs +2 -2
  44. package/dist/{walk-tree-BPIigVTF.d.mts → walk-tree-Dwv3c_9M.d.mts} +1 -1
  45. package/dist/{walk-tree-BZq1CPCH.d.ts → walk-tree-DxSkPLnl.d.ts} +1 -1
  46. package/package.json +2 -1
  47. package/dist/Editor-GBV2O5RD.css +0 -415
  48. package/dist/Render-EFT7YD2C.css +0 -103
  49. package/dist/chunk-MFI3RDA4.mjs +0 -11
  50. package/dist/full-ELX6RALJ.css +0 -311
  51. package/dist/loaded-TBSVRJPY.css +0 -90
package/dist/index.css CHANGED
@@ -2,221 +2,221 @@
2
2
 
3
3
  /* styles/color.css */
4
4
  :root {
5
- --re-color-rose-01: #4a001c;
6
- --re-color-rose-02: #670833;
7
- --re-color-rose-03: #87114c;
8
- --re-color-rose-04: #a81a66;
9
- --re-color-rose-05: #bc5089;
10
- --re-color-rose-06: #cc7ca5;
11
- --re-color-rose-07: #d89aba;
12
- --re-color-rose-08: #e3b8cf;
13
- --re-color-rose-09: #efd6e3;
14
- --re-color-rose-10: #f6eaf1;
15
- --re-color-rose-11: #faf4f8;
16
- --re-color-rose-12: #fef8fc;
17
- --re-color-azure-01: #00175d;
18
- --re-color-azure-02: #002c77;
19
- --re-color-azure-03: #014292;
20
- --re-color-azure-04: #0158ad;
21
- --re-color-azure-05: #3479be;
22
- --re-color-azure-06: #6499cf;
23
- --re-color-azure-07: #88b0da;
24
- --re-color-azure-08: #abc7e5;
25
- --re-color-azure-09: #cfdff0;
26
- --re-color-azure-10: #e7eef7;
27
- --re-color-azure-11: #f3f6fb;
28
- --re-color-azure-12: #f7faff;
29
- --re-color-green-01: #002000;
30
- --re-color-green-02: #043604;
31
- --re-color-green-03: #084e08;
32
- --re-color-green-04: #0c680c;
33
- --re-color-green-05: #1d882f;
34
- --re-color-green-06: #2faa53;
35
- --re-color-green-07: #56c16f;
36
- --re-color-green-08: #7dd78b;
37
- --re-color-green-09: #b8e8bf;
38
- --re-color-green-10: #ddf3e0;
39
- --re-color-green-11: #eff8f0;
40
- --re-color-green-12: #f3fcf4;
41
- --re-color-yellow-01: #211000;
42
- --re-color-yellow-02: #362700;
43
- --re-color-yellow-03: #4c4000;
44
- --re-color-yellow-04: #645a00;
45
- --re-color-yellow-05: #877614;
46
- --re-color-yellow-06: #ab9429;
47
- --re-color-yellow-07: #bfac4e;
48
- --re-color-yellow-08: #d4c474;
49
- --re-color-yellow-09: #e6deb1;
50
- --re-color-yellow-10: #f3efd9;
51
- --re-color-yellow-11: #f9f7ed;
52
- --re-color-yellow-12: #fcfaf0;
53
- --re-color-red-01: #4c0000;
54
- --re-color-red-02: #6a0a10;
55
- --re-color-red-03: #8a1422;
56
- --re-color-red-04: #ac1f35;
57
- --re-color-red-05: #bf5366;
58
- --re-color-red-06: #ce7e8e;
59
- --re-color-red-07: #d99ca8;
60
- --re-color-red-08: #e4b9c2;
61
- --re-color-red-09: #efd7db;
62
- --re-color-red-10: #f6eaec;
63
- --re-color-red-11: #faf4f5;
64
- --re-color-red-12: #fff9fa;
65
- --re-color-grey-01: #181818;
66
- --re-color-grey-02: #292929;
67
- --re-color-grey-03: #404040;
68
- --re-color-grey-04: #5a5a5a;
69
- --re-color-grey-05: #767676;
70
- --re-color-grey-06: #949494;
71
- --re-color-grey-07: #ababab;
72
- --re-color-grey-08: #c3c3c3;
73
- --re-color-grey-09: #dcdcdc;
74
- --re-color-grey-10: #efefef;
75
- --re-color-grey-11: #f5f5f5;
76
- --re-color-grey-12: #fafafa;
77
- --re-color-black: #000000;
78
- --re-color-white: #ffffff;
5
+ --editor-color-rose-01: #4a001c;
6
+ --editor-color-rose-02: #670833;
7
+ --editor-color-rose-03: #87114c;
8
+ --editor-color-rose-04: #a81a66;
9
+ --editor-color-rose-05: #bc5089;
10
+ --editor-color-rose-06: #cc7ca5;
11
+ --editor-color-rose-07: #d89aba;
12
+ --editor-color-rose-08: #e3b8cf;
13
+ --editor-color-rose-09: #efd6e3;
14
+ --editor-color-rose-10: #f6eaf1;
15
+ --editor-color-rose-11: #faf4f8;
16
+ --editor-color-rose-12: #fef8fc;
17
+ --editor-color-azure-01: #00175d;
18
+ --editor-color-azure-02: #002c77;
19
+ --editor-color-azure-03: #014292;
20
+ --editor-color-azure-04: #0158ad;
21
+ --editor-color-azure-05: #3479be;
22
+ --editor-color-azure-06: #6499cf;
23
+ --editor-color-azure-07: #88b0da;
24
+ --editor-color-azure-08: #abc7e5;
25
+ --editor-color-azure-09: #cfdff0;
26
+ --editor-color-azure-10: #e7eef7;
27
+ --editor-color-azure-11: #f3f6fb;
28
+ --editor-color-azure-12: #f7faff;
29
+ --editor-color-green-01: #002000;
30
+ --editor-color-green-02: #043604;
31
+ --editor-color-green-03: #084e08;
32
+ --editor-color-green-04: #0c680c;
33
+ --editor-color-green-05: #1d882f;
34
+ --editor-color-green-06: #2faa53;
35
+ --editor-color-green-07: #56c16f;
36
+ --editor-color-green-08: #7dd78b;
37
+ --editor-color-green-09: #b8e8bf;
38
+ --editor-color-green-10: #ddf3e0;
39
+ --editor-color-green-11: #eff8f0;
40
+ --editor-color-green-12: #f3fcf4;
41
+ --editor-color-yellow-01: #211000;
42
+ --editor-color-yellow-02: #362700;
43
+ --editor-color-yellow-03: #4c4000;
44
+ --editor-color-yellow-04: #645a00;
45
+ --editor-color-yellow-05: #877614;
46
+ --editor-color-yellow-06: #ab9429;
47
+ --editor-color-yellow-07: #bfac4e;
48
+ --editor-color-yellow-08: #d4c474;
49
+ --editor-color-yellow-09: #e6deb1;
50
+ --editor-color-yellow-10: #f3efd9;
51
+ --editor-color-yellow-11: #f9f7ed;
52
+ --editor-color-yellow-12: #fcfaf0;
53
+ --editor-color-red-01: #4c0000;
54
+ --editor-color-red-02: #6a0a10;
55
+ --editor-color-red-03: #8a1422;
56
+ --editor-color-red-04: #ac1f35;
57
+ --editor-color-red-05: #bf5366;
58
+ --editor-color-red-06: #ce7e8e;
59
+ --editor-color-red-07: #d99ca8;
60
+ --editor-color-red-08: #e4b9c2;
61
+ --editor-color-red-09: #efd7db;
62
+ --editor-color-red-10: #f6eaec;
63
+ --editor-color-red-11: #faf4f5;
64
+ --editor-color-red-12: #fff9fa;
65
+ --editor-color-grey-01: #181818;
66
+ --editor-color-grey-02: #292929;
67
+ --editor-color-grey-03: #404040;
68
+ --editor-color-grey-04: #5a5a5a;
69
+ --editor-color-grey-05: #767676;
70
+ --editor-color-grey-06: #949494;
71
+ --editor-color-grey-07: #ababab;
72
+ --editor-color-grey-08: #c3c3c3;
73
+ --editor-color-grey-09: #dcdcdc;
74
+ --editor-color-grey-10: #efefef;
75
+ --editor-color-grey-11: #f5f5f5;
76
+ --editor-color-grey-12: #fafafa;
77
+ --editor-color-black: #000000;
78
+ --editor-color-white: #ffffff;
79
79
  }
80
80
 
81
81
  /* styles/tokens.css */
82
82
  :root {
83
- --re-radius-sm: 4px;
84
- --re-radius-md: 6px;
85
- --re-radius-lg: 8px;
86
- --re-radius-xl: 12px;
87
- --re-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 1px rgba(15, 23, 42, 0.03);
88
- --re-shadow-md: 0 2px 4px rgba(15, 23, 42, 0.05), 0 1px 2px rgba(15, 23, 42, 0.04);
89
- --re-shadow-lg: 0 8px 16px rgba(15, 23, 42, 0.08), 0 2px 4px rgba(15, 23, 42, 0.04);
90
- --re-shadow-xl: 0 20px 40px rgba(15, 23, 42, 0.12), 0 4px 8px rgba(15, 23, 42, 0.06);
91
- --re-motion-fast: 120ms;
92
- --re-motion-base: 150ms;
93
- --re-motion-slow: 220ms;
94
- --re-ease: cubic-bezier(0.2, 0, 0.1, 1);
95
- --re-ring-color: var(--re-color-azure-05);
96
- --re-ring-offset: 2px;
97
- --re-ring-width: 2px;
98
- --re-ring: 0 0 0 var(--re-ring-width) var(--re-ring-color);
99
- --re-surface-app: #fafafb;
100
- --re-surface-panel: #ffffff;
101
- --re-surface-raised: #ffffff;
102
- --re-surface-sunken: #f4f5f7;
103
- --re-surface-hover: var(--re-color-azure-11);
104
- --re-border-subtle: #ececf0;
105
- --re-border-default: #e2e3e8;
106
- --re-border-strong: #cfd1d8;
107
- --re-text-primary: #1b1d22;
108
- --re-text-secondary: #555863;
109
- --re-text-tertiary: #878a93;
110
- --re-text-inverse: #ffffff;
111
- --re-text-accent: var(--re-color-azure-04);
112
- --re-accent: var(--re-color-azure-05);
113
- --re-accent-strong: var(--re-color-azure-04);
114
- --re-accent-soft: var(--re-color-azure-11);
115
- --re-color-global: #7c3aed;
116
- --re-color-global-strong: #5b21b6;
117
- --re-color-global-soft: #f3e8ff;
118
- --re-primary: #1b1d22;
119
- --re-primary-hover: #2a2d34;
120
- --re-primary-foreground: #ffffff;
83
+ --editor-radius-sm: 4px;
84
+ --editor-radius-md: 6px;
85
+ --editor-radius-lg: 8px;
86
+ --editor-radius-xl: 12px;
87
+ --editor-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 1px rgba(15, 23, 42, 0.03);
88
+ --editor-shadow-md: 0 2px 4px rgba(15, 23, 42, 0.05), 0 1px 2px rgba(15, 23, 42, 0.04);
89
+ --editor-shadow-lg: 0 8px 16px rgba(15, 23, 42, 0.08), 0 2px 4px rgba(15, 23, 42, 0.04);
90
+ --editor-shadow-xl: 0 20px 40px rgba(15, 23, 42, 0.12), 0 4px 8px rgba(15, 23, 42, 0.06);
91
+ --editor-motion-fast: 120ms;
92
+ --editor-motion-base: 150ms;
93
+ --editor-motion-slow: 220ms;
94
+ --editor-ease: cubic-bezier(0.2, 0, 0.1, 1);
95
+ --editor-ring-color: var(--editor-color-azure-05);
96
+ --editor-ring-offset: 2px;
97
+ --editor-ring-width: 2px;
98
+ --editor-ring: 0 0 0 var(--editor-ring-width) var(--editor-ring-color);
99
+ --editor-surface-app: #fafafb;
100
+ --editor-surface-panel: #ffffff;
101
+ --editor-surface-raised: #ffffff;
102
+ --editor-surface-sunken: #f4f5f7;
103
+ --editor-surface-hover: var(--editor-color-azure-11);
104
+ --editor-border-subtle: #ececf0;
105
+ --editor-border-default: #e2e3e8;
106
+ --editor-border-strong: #cfd1d8;
107
+ --editor-text-primary: #1b1d22;
108
+ --editor-text-secondary: #555863;
109
+ --editor-text-tertiary: #878a93;
110
+ --editor-text-inverse: #ffffff;
111
+ --editor-text-accent: var(--editor-color-azure-04);
112
+ --editor-accent: var(--editor-color-azure-05);
113
+ --editor-accent-strong: var(--editor-color-azure-04);
114
+ --editor-accent-soft: var(--editor-color-azure-11);
115
+ --editor-color-global: #7c3aed;
116
+ --editor-color-global-strong: #5b21b6;
117
+ --editor-color-global-soft: #f3e8ff;
118
+ --editor-primary: #1b1d22;
119
+ --editor-primary-hover: #2a2d34;
120
+ --editor-primary-foreground: #ffffff;
121
121
  }
122
122
  :root {
123
- --re-color-grey-01: #1b1d22;
124
- --re-color-grey-02: #2a2d34;
125
- --re-color-grey-03: #42454d;
126
- --re-color-grey-04: #555863;
127
- --re-color-grey-05: #747780;
128
- --re-color-grey-06: #9093a0;
129
- --re-color-grey-07: #abaeba;
130
- --re-color-grey-08: #c5c7d0;
131
- --re-color-grey-09: #dcdee3;
132
- --re-color-grey-10: #eceef2;
133
- --re-color-grey-11: #f4f5f7;
134
- --re-color-grey-12: #fafafb;
123
+ --editor-color-grey-01: #1b1d22;
124
+ --editor-color-grey-02: #2a2d34;
125
+ --editor-color-grey-03: #42454d;
126
+ --editor-color-grey-04: #555863;
127
+ --editor-color-grey-05: #747780;
128
+ --editor-color-grey-06: #9093a0;
129
+ --editor-color-grey-07: #abaeba;
130
+ --editor-color-grey-08: #c5c7d0;
131
+ --editor-color-grey-09: #dcdee3;
132
+ --editor-color-grey-10: #eceef2;
133
+ --editor-color-grey-11: #f4f5f7;
134
+ --editor-color-grey-12: #fafafb;
135
135
  }
136
136
  .Editor[data-theme=dark] {
137
- color: var(--re-text-primary);
138
- --re-surface-app: #0f1115;
139
- --re-surface-panel: #161a20;
140
- --re-surface-raised: #1c2028;
141
- --re-surface-sunken: #0b0d11;
142
- --re-surface-hover: #1f2834;
143
- --re-border-subtle: #1f232b;
144
- --re-border-default: #262c35;
145
- --re-border-strong: #353c48;
146
- --re-text-primary: #e7e9ee;
147
- --re-text-secondary: #a7abb5;
148
- --re-text-tertiary: #8f939e;
149
- --re-text-inverse: #0f1115;
150
- --re-text-accent: #8ab3ee;
151
- --re-accent: #6f9fe3;
152
- --re-accent-strong: #8ab3ee;
153
- --re-accent-soft: #192233;
154
- --re-color-global: #a78bfa;
155
- --re-color-global-strong: #c4b5fd;
156
- --re-color-global-soft: #2e1065;
157
- --re-primary: #f4f5f7;
158
- --re-primary-hover: #dcdee3;
159
- --re-primary-foreground: #0f1115;
160
- --re-ring-color: #8ab3ee;
161
- --re-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
162
- --re-shadow-md: 0 2px 6px rgba(0, 0, 0, 0.5);
163
- --re-shadow-lg: 0 10px 24px rgba(0, 0, 0, 0.55);
164
- --re-shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.6);
165
- --re-color-grey-01: #f4f5f7;
166
- --re-color-grey-02: #e7e9ee;
167
- --re-color-grey-03: #cfd1d8;
168
- --re-color-grey-04: #a7abb5;
169
- --re-color-grey-05: #8a8e99;
170
- --re-color-grey-06: #70747f;
171
- --re-color-grey-07: #555863;
172
- --re-color-grey-08: #3a3e48;
173
- --re-color-grey-09: #262c35;
174
- --re-color-grey-10: #1c2028;
175
- --re-color-grey-11: #161a20;
176
- --re-color-grey-12: #0f1115;
177
- --re-color-white: #0f1115;
178
- --re-color-black: #e7e9ee;
179
- --re-color-azure-11: #192233;
180
- --re-color-azure-12: #121a28;
181
- --re-color-azure-10: #1e2a40;
182
- --re-color-azure-09: #24344f;
183
- --re-color-azure-08: #2c4166;
184
- --re-color-azure-07: #3a5684;
185
- --re-color-azure-06: #5375a3;
186
- --re-color-azure-05: #6f9fe3;
187
- --re-color-azure-04: #8ab3ee;
137
+ color: var(--editor-text-primary);
138
+ --editor-surface-app: #0f1115;
139
+ --editor-surface-panel: #161a20;
140
+ --editor-surface-raised: #1c2028;
141
+ --editor-surface-sunken: #0b0d11;
142
+ --editor-surface-hover: #1f2834;
143
+ --editor-border-subtle: #1f232b;
144
+ --editor-border-default: #262c35;
145
+ --editor-border-strong: #353c48;
146
+ --editor-text-primary: #e7e9ee;
147
+ --editor-text-secondary: #a7abb5;
148
+ --editor-text-tertiary: #8f939e;
149
+ --editor-text-inverse: #0f1115;
150
+ --editor-text-accent: #8ab3ee;
151
+ --editor-accent: #6f9fe3;
152
+ --editor-accent-strong: #8ab3ee;
153
+ --editor-accent-soft: #192233;
154
+ --editor-color-global: #a78bfa;
155
+ --editor-color-global-strong: #c4b5fd;
156
+ --editor-color-global-soft: #2e1065;
157
+ --editor-primary: #f4f5f7;
158
+ --editor-primary-hover: #dcdee3;
159
+ --editor-primary-foreground: #0f1115;
160
+ --editor-ring-color: #8ab3ee;
161
+ --editor-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
162
+ --editor-shadow-md: 0 2px 6px rgba(0, 0, 0, 0.5);
163
+ --editor-shadow-lg: 0 10px 24px rgba(0, 0, 0, 0.55);
164
+ --editor-shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.6);
165
+ --editor-color-grey-01: #f4f5f7;
166
+ --editor-color-grey-02: #e7e9ee;
167
+ --editor-color-grey-03: #cfd1d8;
168
+ --editor-color-grey-04: #a7abb5;
169
+ --editor-color-grey-05: #8a8e99;
170
+ --editor-color-grey-06: #70747f;
171
+ --editor-color-grey-07: #555863;
172
+ --editor-color-grey-08: #3a3e48;
173
+ --editor-color-grey-09: #262c35;
174
+ --editor-color-grey-10: #1c2028;
175
+ --editor-color-grey-11: #161a20;
176
+ --editor-color-grey-12: #0f1115;
177
+ --editor-color-white: #0f1115;
178
+ --editor-color-black: #e7e9ee;
179
+ --editor-color-azure-11: #192233;
180
+ --editor-color-azure-12: #121a28;
181
+ --editor-color-azure-10: #1e2a40;
182
+ --editor-color-azure-09: #24344f;
183
+ --editor-color-azure-08: #2c4166;
184
+ --editor-color-azure-07: #3a5684;
185
+ --editor-color-azure-06: #5375a3;
186
+ --editor-color-azure-05: #6f9fe3;
187
+ --editor-color-azure-04: #8ab3ee;
188
188
  }
189
189
 
190
190
  /* styles/typography.css */
191
191
  :root {
192
- --re-font-size-scale-base-unitless: 12;
193
- --re-font-size-xxxs-unitless: 12;
194
- --re-font-size-xxs-unitless: 14;
195
- --re-font-size-xs-unitless: 16;
196
- --re-font-size-s-unitless: 18;
197
- --re-font-size-m-unitless: 21;
198
- --re-font-size-l-unitless: 24;
199
- --re-font-size-xl-unitless: 28;
200
- --re-font-size-xxl-unitless: 36;
201
- --re-font-size-xxxl-unitless: 48;
202
- --re-font-size-xxxxl-unitless: 56;
203
- --re-font-size-xxxs: calc(1rem * var(--re-font-size-xxxs-unitless) / 16);
204
- --re-font-size-xxs: calc(1rem * var(--re-font-size-xxs-unitless) / 16);
205
- --re-font-size-xs: calc(1rem * var(--re-font-size-xs-unitless) / 16);
206
- --re-font-size-s: calc(1rem * var(--re-font-size-s-unitless) / 16);
207
- --re-font-size-m: calc(1rem * var(--re-font-size-m-unitless) / 16);
208
- --re-font-size-l: calc(1rem * var(--re-font-size-l-unitless) / 16);
209
- --re-font-size-xl: calc(1rem * var(--re-font-size-xl-unitless) / 16);
210
- --re-font-size-xxl: calc(1rem * var(--re-font-size-xxl-unitless) / 16);
211
- --re-font-size-xxxl: calc(1rem * var(--re-font-size-xxxl-unitless) / 16);
212
- --re-font-size-xxxxl: calc( 1rem * var(--re-font-size-xxxxl-unitless) / 16 );
213
- --re-font-size-base: var(--re-font-size-xs);
192
+ --editor-font-size-scale-base-unitless: 12;
193
+ --editor-font-size-xxxs-unitless: 12;
194
+ --editor-font-size-xxs-unitless: 14;
195
+ --editor-font-size-xs-unitless: 16;
196
+ --editor-font-size-s-unitless: 18;
197
+ --editor-font-size-m-unitless: 21;
198
+ --editor-font-size-l-unitless: 24;
199
+ --editor-font-size-xl-unitless: 28;
200
+ --editor-font-size-xxl-unitless: 36;
201
+ --editor-font-size-xxxl-unitless: 48;
202
+ --editor-font-size-xxxxl-unitless: 56;
203
+ --editor-font-size-xxxs: calc(1rem * var(--editor-font-size-xxxs-unitless) / 16);
204
+ --editor-font-size-xxs: calc(1rem * var(--editor-font-size-xxs-unitless) / 16);
205
+ --editor-font-size-xs: calc(1rem * var(--editor-font-size-xs-unitless) / 16);
206
+ --editor-font-size-s: calc(1rem * var(--editor-font-size-s-unitless) / 16);
207
+ --editor-font-size-m: calc(1rem * var(--editor-font-size-m-unitless) / 16);
208
+ --editor-font-size-l: calc(1rem * var(--editor-font-size-l-unitless) / 16);
209
+ --editor-font-size-xl: calc(1rem * var(--editor-font-size-xl-unitless) / 16);
210
+ --editor-font-size-xxl: calc(1rem * var(--editor-font-size-xxl-unitless) / 16);
211
+ --editor-font-size-xxxl: calc(1rem * var(--editor-font-size-xxxl-unitless) / 16);
212
+ --editor-font-size-xxxxl: calc( 1rem * var(--editor-font-size-xxxxl-unitless) / 16 );
213
+ --editor-font-size-base: var(--editor-font-size-xs);
214
214
  --line-height-reset: 1;
215
- --line-height-xs: calc( var(--space-m-unitless) / var(--re-font-size-m-unitless) );
216
- --line-height-s: calc( var(--space-m-unitless) / var(--re-font-size-s-unitless) );
217
- --line-height-m: calc( var(--space-m-unitless) / var(--re-font-size-xs-unitless) );
218
- --line-height-l: calc( var(--space-m-unitless) / var(--re-font-size-xxs-unitless) );
219
- --line-height-xl: calc( var(--space-m-unitless) / var(--re-font-size-scale-base-unitless) );
215
+ --line-height-xs: calc( var(--space-m-unitless) / var(--editor-font-size-m-unitless) );
216
+ --line-height-s: calc( var(--space-m-unitless) / var(--editor-font-size-s-unitless) );
217
+ --line-height-m: calc( var(--space-m-unitless) / var(--editor-font-size-xs-unitless) );
218
+ --line-height-l: calc( var(--space-m-unitless) / var(--editor-font-size-xxs-unitless) );
219
+ --line-height-xl: calc( var(--space-m-unitless) / var(--editor-font-size-scale-base-unitless) );
220
220
  --line-height-base: var(--line-height-m);
221
221
  --fallback-font-stack:
222
222
  -apple-system,
@@ -227,8 +227,8 @@
227
227
  Apple Color Emoji,
228
228
  Segoe UI Emoji,
229
229
  Segoe UI Symbol;
230
- --re-font-family: Inter, var(--fallback-font-stack);
231
- --re-font-family-monospaced:
230
+ --editor-font-family: Inter, var(--fallback-font-stack);
231
+ --editor-font-family-monospaced:
232
232
  ui-monospace,
233
233
  "Cascadia Code",
234
234
  "Source Code Pro",
@@ -239,7 +239,7 @@
239
239
  }
240
240
  @supports (font-variation-settings: normal) {
241
241
  :root {
242
- --re-font-family: InterVariable, var(--fallback-font-stack);
242
+ --editor-font-family: InterVariable, var(--fallback-font-stack);
243
243
  }
244
244
  }
245
245
 
@@ -262,8 +262,8 @@ html:not(:has(.Editor)) {
262
262
 
263
263
  /* bundle/index.css */
264
264
 
265
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/ActionBar/styles.module.css/#css-module-data */
266
- ._ActionBar_5kf61_1 {
265
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/ActionBar/styles.module.css/#css-module-data */
266
+ ._ActionBar_15hub_1 {
267
267
  align-items: center;
268
268
  cursor: default;
269
269
  display: flex;
@@ -271,19 +271,19 @@ html:not(:has(.Editor)) {
271
271
  padding: 4px;
272
272
  padding-inline-start: 0;
273
273
  padding-inline-end: 0;
274
- border-top-left-radius: var(--re-radius-lg);
275
- border-top-right-radius: var(--re-radius-lg);
276
- border-radius: var(--re-radius-lg);
277
- background: var(--re-primary);
278
- color: var(--re-primary-foreground);
279
- font-family: var(--re-font-family);
274
+ border-top-left-radius: var(--editor-radius-lg);
275
+ border-top-right-radius: var(--editor-radius-lg);
276
+ border-radius: var(--editor-radius-lg);
277
+ background: var(--editor-primary);
278
+ color: var(--editor-primary-foreground);
279
+ font-family: var(--editor-font-family);
280
280
  min-height: 26px;
281
- box-shadow: var(--re-shadow-md);
281
+ box-shadow: var(--editor-shadow-md);
282
282
  }
283
- ._ActionBar-label_5kf61_19 {
284
- color: var(--re-primary-foreground);
283
+ ._ActionBar-label_15hub_19 {
284
+ color: var(--editor-primary-foreground);
285
285
  opacity: 0.85;
286
- font-size: var(--re-font-size-xxxs);
286
+ font-size: var(--editor-font-size-xxxs);
287
287
  font-weight: 500;
288
288
  padding-inline-start: 8px;
289
289
  padding-inline-end: 8px;
@@ -292,13 +292,13 @@ html:not(:has(.Editor)) {
292
292
  text-overflow: ellipsis;
293
293
  white-space: nowrap;
294
294
  }
295
- ._ActionBarAction_5kf61_32 + ._ActionBar-label_5kf61_19 {
295
+ ._ActionBarAction_15hub_32 + ._ActionBar-label_15hub_19 {
296
296
  padding-inline-start: 0;
297
297
  }
298
- ._ActionBar-label_5kf61_19 + ._ActionBarAction_5kf61_32 {
298
+ ._ActionBar-label_15hub_19 + ._ActionBarAction_15hub_32 {
299
299
  margin-inline-start: -4px;
300
300
  }
301
- ._ActionBar-group_5kf61_40 {
301
+ ._ActionBar-group_15hub_40 {
302
302
  align-items: center;
303
303
  border-inline-start: 0.5px solid rgba(255, 255, 255, 0.2);
304
304
  display: flex;
@@ -306,200 +306,200 @@ html:not(:has(.Editor)) {
306
306
  padding-inline-start: 4px;
307
307
  padding-inline-end: 4px;
308
308
  }
309
- ._ActionBar-group_5kf61_40:first-of-type {
309
+ ._ActionBar-group_15hub_40:first-of-type {
310
310
  border-inline-start: 0;
311
311
  }
312
- ._ActionBar-group_5kf61_40:empty {
312
+ ._ActionBar-group_15hub_40:empty {
313
313
  display: none;
314
314
  }
315
- ._ActionBarAction_5kf61_32 {
315
+ ._ActionBarAction_15hub_32 {
316
316
  background: transparent;
317
317
  border: none;
318
- color: var(--re-primary-foreground);
318
+ color: var(--editor-primary-foreground);
319
319
  opacity: 0.85;
320
320
  cursor: pointer;
321
321
  padding: 6px;
322
322
  margin-inline-start: 4px;
323
323
  margin-inline-end: 4px;
324
- border-radius: var(--re-radius-sm);
324
+ border-radius: var(--editor-radius-sm);
325
325
  overflow: hidden;
326
326
  display: flex;
327
327
  align-items: center;
328
328
  justify-content: center;
329
- transition: opacity var(--re-motion-fast) var(--re-ease), background-color var(--re-motion-fast) var(--re-ease);
329
+ transition: opacity var(--editor-motion-fast) var(--editor-ease), background-color var(--editor-motion-fast) var(--editor-ease);
330
330
  }
331
- ._ActionBarAction--disabled_5kf61_75 {
331
+ ._ActionBarAction--disabled_15hub_75 {
332
332
  cursor: auto;
333
333
  opacity: 0.4;
334
334
  }
335
- ._ActionBarAction_5kf61_32 svg {
335
+ ._ActionBarAction_15hub_32 svg {
336
336
  max-width: none !important;
337
337
  }
338
- ._ActionBarAction_5kf61_32:focus-visible {
338
+ ._ActionBarAction_15hub_32:focus-visible {
339
339
  outline: none;
340
- box-shadow: var(--re-ring);
340
+ box-shadow: var(--editor-ring);
341
341
  }
342
342
  @media (hover: hover) and (pointer: fine) {
343
- ._ActionBarAction_5kf61_32:hover:not(._ActionBarAction--disabled_5kf61_75) {
343
+ ._ActionBarAction_15hub_32:hover:not(._ActionBarAction--disabled_15hub_75) {
344
344
  opacity: 1;
345
345
  background: rgba(255, 255, 255, 0.12);
346
346
  transition: none;
347
347
  }
348
348
  }
349
- ._ActionBarAction_5kf61_32:active:not(._ActionBarAction--disabled_5kf61_75),
350
- ._ActionBarAction--active_5kf61_98 {
349
+ ._ActionBarAction_15hub_32:active:not(._ActionBarAction--disabled_15hub_75),
350
+ ._ActionBarAction--active_15hub_98 {
351
351
  opacity: 1;
352
352
  background: rgba(255, 255, 255, 0.18);
353
353
  transition: none;
354
354
  }
355
- ._ActionBar-group_5kf61_40 * {
355
+ ._ActionBar-group_15hub_40 * {
356
356
  margin: 0;
357
357
  }
358
- ._ActionBar-separator_5kf61_108 {
358
+ ._ActionBar-separator_15hub_108 {
359
359
  background: rgba(255, 255, 255, 0.2);
360
360
  margin-inline: 4px;
361
361
  width: 0.5px;
362
362
  height: 100%;
363
363
  }
364
364
 
365
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/AutoField/styles.module.css/#css-module-data */
366
- ._InputWrapper_yqqgz_1 + ._InputWrapper_yqqgz_1 {
365
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/AutoField/styles.module.css/#css-module-data */
366
+ ._InputWrapper_1hd99_1 + ._InputWrapper_1hd99_1 {
367
367
  margin-top: 12px;
368
368
  }
369
- ._Input-label_yqqgz_5 {
369
+ ._Input-label_1hd99_5 {
370
370
  align-items: center;
371
- color: var(--re-text-secondary);
371
+ color: var(--editor-text-secondary);
372
372
  display: flex;
373
373
  padding-bottom: 8px;
374
- font-size: var(--re-font-size-xxs);
374
+ font-size: var(--editor-font-size-xxs);
375
375
  font-weight: 500;
376
376
  letter-spacing: 0.005em;
377
377
  }
378
- ._Input-labelIcon_yqqgz_15 {
379
- color: var(--re-text-tertiary);
378
+ ._Input-labelIcon_1hd99_15 {
379
+ color: var(--editor-text-tertiary);
380
380
  display: flex;
381
381
  margin-inline-end: 4px;
382
382
  padding-inline-start: 4px;
383
383
  }
384
- ._Input-disabledIcon_yqqgz_22 {
385
- color: var(--re-text-tertiary);
384
+ ._Input-disabledIcon_1hd99_22 {
385
+ color: var(--editor-text-tertiary);
386
386
  margin-inline-start: auto;
387
387
  }
388
- ._Input-input_yqqgz_27 {
389
- background: var(--re-surface-panel);
388
+ ._Input-input_1hd99_27 {
389
+ background: var(--editor-surface-panel);
390
390
  border-width: 1px;
391
391
  border-style: solid;
392
- border-color: var(--re-border-default);
393
- border-radius: var(--re-radius-md);
392
+ border-color: var(--editor-border-default);
393
+ border-radius: var(--editor-radius-md);
394
394
  box-sizing: border-box;
395
- color: var(--re-text-primary);
395
+ color: var(--editor-text-primary);
396
396
  font-family: inherit;
397
397
  font-size: 16px;
398
398
  padding: 10px 12px;
399
399
  transition:
400
- border-color var(--re-motion-fast) var(--re-ease),
401
- box-shadow var(--re-motion-fast) var(--re-ease),
402
- background-color var(--re-motion-fast) var(--re-ease);
400
+ border-color var(--editor-motion-fast) var(--editor-ease),
401
+ box-shadow var(--editor-motion-fast) var(--editor-ease),
402
+ background-color var(--editor-motion-fast) var(--editor-ease);
403
403
  width: 100%;
404
404
  max-width: 100%;
405
405
  }
406
406
  @media (min-width: 458px) {
407
- ._Input-input_yqqgz_27 {
407
+ ._Input-input_1hd99_27 {
408
408
  font-size: 13px;
409
409
  }
410
410
  }
411
- select._Input-input_yqqgz_27 {
411
+ select._Input-input_1hd99_27 {
412
412
  appearance: none;
413
413
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23878a93'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
414
414
  background-size: 10px;
415
415
  background-position: calc(100% - 12px) calc(50% + 3px);
416
416
  background-repeat: no-repeat;
417
- background-color: var(--re-surface-panel);
417
+ background-color: var(--editor-surface-panel);
418
418
  cursor: pointer;
419
419
  }
420
- select._Input-input_yqqgz_27:dir(rtl) {
420
+ select._Input-input_1hd99_27:dir(rtl) {
421
421
  background-position: 12px calc(50% + 3px);
422
422
  }
423
423
  @media (hover: hover) and (pointer: fine) {
424
- ._Input_yqqgz_1:has(> input):hover ._Input-input_yqqgz_27:not([readonly]),
425
- ._Input_yqqgz_1:has(> textarea):hover ._Input-input_yqqgz_27:not([readonly]) {
426
- border-color: var(--re-border-strong);
424
+ ._Input_1hd99_1:has(> input):hover ._Input-input_1hd99_27:not([readonly]),
425
+ ._Input_1hd99_1:has(> textarea):hover ._Input-input_1hd99_27:not([readonly]) {
426
+ border-color: var(--editor-border-strong);
427
427
  transition: none;
428
428
  }
429
- ._Input_yqqgz_1:has(> select):hover ._Input-input_yqqgz_27:not([disabled]) {
430
- background-color: var(--re-surface-hover);
429
+ ._Input_1hd99_1:has(> select):hover ._Input-input_1hd99_27:not([disabled]) {
430
+ background-color: var(--editor-surface-hover);
431
431
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
432
- border-color: var(--re-border-strong);
432
+ border-color: var(--editor-border-strong);
433
433
  transition: none;
434
434
  }
435
435
  }
436
- ._Input-input_yqqgz_27:focus {
437
- border-color: var(--re-accent);
436
+ ._Input-input_1hd99_27:focus {
437
+ border-color: var(--editor-accent);
438
438
  outline: none;
439
- box-shadow: var(--re-ring);
439
+ box-shadow: var(--editor-ring);
440
440
  transition: none;
441
441
  }
442
- ._Input--readOnly_yqqgz_87 > ._Input-input_yqqgz_27,
443
- ._Input--readOnly_yqqgz_87 > select._Input-input_yqqgz_27 {
444
- background-color: var(--re-surface-sunken);
445
- border-color: var(--re-border-subtle);
446
- color: var(--re-text-secondary);
442
+ ._Input--readOnly_1hd99_87 > ._Input-input_1hd99_27,
443
+ ._Input--readOnly_1hd99_87 > select._Input-input_1hd99_27 {
444
+ background-color: var(--editor-surface-sunken);
445
+ border-color: var(--editor-border-subtle);
446
+ color: var(--editor-text-secondary);
447
447
  cursor: default;
448
448
  opacity: 1;
449
449
  outline: 0;
450
450
  transition: none;
451
451
  }
452
- ._Input-radioGroupItems_yqqgz_98 {
452
+ ._Input-radioGroupItems_1hd99_98 {
453
453
  display: flex;
454
- border: 1px solid var(--re-border-default);
455
- border-radius: var(--re-radius-md);
454
+ border: 1px solid var(--editor-border-default);
455
+ border-radius: var(--editor-radius-md);
456
456
  flex-wrap: wrap;
457
457
  overflow: hidden;
458
458
  }
459
- ._Input-radio_yqqgz_98 {
460
- border-inline-end: 1px solid var(--re-border-default);
459
+ ._Input-radio_1hd99_98 {
460
+ border-inline-end: 1px solid var(--editor-border-default);
461
461
  flex-grow: 1;
462
462
  }
463
- ._Input-radio_yqqgz_98:last-of-type {
463
+ ._Input-radio_1hd99_98:last-of-type {
464
464
  border-inline-end: 0;
465
465
  }
466
- ._Input-radioInner_yqqgz_115 {
467
- background-color: var(--re-surface-panel);
468
- color: var(--re-text-secondary);
466
+ ._Input-radioInner_1hd99_115 {
467
+ background-color: var(--editor-surface-panel);
468
+ color: var(--editor-text-secondary);
469
469
  cursor: pointer;
470
- font-size: var(--re-font-size-xxxs);
470
+ font-size: var(--editor-font-size-xxxs);
471
471
  padding: 8px 12px;
472
472
  text-align: center;
473
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
473
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
474
474
  }
475
- ._Input-radio_yqqgz_98:has(:focus-visible) {
475
+ ._Input-radio_1hd99_98:has(:focus-visible) {
476
476
  outline: none;
477
- box-shadow: var(--re-ring);
477
+ box-shadow: var(--editor-ring);
478
478
  position: relative;
479
479
  z-index: 1;
480
480
  }
481
481
  @media (hover: hover) and (pointer: fine) {
482
- ._Input-radioInner_yqqgz_115:hover {
483
- background-color: var(--re-surface-hover);
484
- color: var(--re-text-primary);
482
+ ._Input-radioInner_1hd99_115:hover {
483
+ background-color: var(--editor-surface-hover);
484
+ color: var(--editor-text-primary);
485
485
  transition: none;
486
486
  }
487
487
  }
488
- ._Input--readOnly_yqqgz_87 ._Input-radioInner_yqqgz_115 {
489
- background-color: var(--re-surface-sunken);
490
- color: var(--re-text-secondary);
488
+ ._Input--readOnly_1hd99_87 ._Input-radioInner_1hd99_115 {
489
+ background-color: var(--editor-surface-sunken);
490
+ color: var(--editor-text-secondary);
491
491
  cursor: default;
492
492
  }
493
- ._Input-radio_yqqgz_98 ._Input-radioInput_yqqgz_147:checked ~ ._Input-radioInner_yqqgz_115 {
494
- background-color: var(--re-accent-soft);
495
- color: var(--re-text-accent);
493
+ ._Input-radio_1hd99_98 ._Input-radioInput_1hd99_147:checked ~ ._Input-radioInner_1hd99_115 {
494
+ background-color: var(--editor-accent-soft);
495
+ color: var(--editor-text-accent);
496
496
  font-weight: 500;
497
497
  }
498
- ._Input--readOnly_yqqgz_87 ._Input-radioInput_yqqgz_147:checked ~ ._Input-radioInner_yqqgz_115 {
499
- background-color: var(--re-surface-sunken);
500
- color: var(--re-text-secondary);
498
+ ._Input--readOnly_1hd99_87 ._Input-radioInput_1hd99_147:checked ~ ._Input-radioInner_1hd99_115 {
499
+ background-color: var(--editor-surface-sunken);
500
+ color: var(--editor-text-secondary);
501
501
  }
502
- ._Input-radio_yqqgz_98 ._Input-radioInput_yqqgz_147 {
502
+ ._Input-radio_1hd99_98 ._Input-radioInput_1hd99_147 {
503
503
  clip: rect(0 0 0 0);
504
504
  clip-path: inset(100%);
505
505
  height: 1px;
@@ -508,28 +508,28 @@ select._Input-input_yqqgz_27:dir(rtl) {
508
508
  white-space: nowrap;
509
509
  width: 1px;
510
510
  }
511
- textarea._Input-input_yqqgz_27 {
511
+ textarea._Input-input_1hd99_27 {
512
512
  margin-bottom: -4px;
513
513
  }
514
514
 
515
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
516
- ._ArrayField_13xcf_5 {
515
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
516
+ ._ArrayField_1tth0_5 {
517
517
  display: flex;
518
518
  flex-direction: column;
519
- background: var(--re-surface-sunken);
520
- border: 1px solid var(--re-border-subtle);
521
- border-radius: var(--re-radius-md);
519
+ background: var(--editor-surface-sunken);
520
+ border: 1px solid var(--editor-border-subtle);
521
+ border-radius: var(--editor-radius-md);
522
522
  overflow: hidden;
523
523
  }
524
- ._ArrayField--isDraggingFrom_13xcf_14 {
525
- background-color: var(--re-accent-soft);
524
+ ._ArrayField--isDraggingFrom_1tth0_14 {
525
+ background-color: var(--editor-accent-soft);
526
526
  overflow: hidden;
527
527
  }
528
- ._ArrayField-addButton_13xcf_19 {
529
- background-color: var(--re-surface-panel);
528
+ ._ArrayField-addButton_1tth0_19 {
529
+ background-color: var(--editor-surface-panel);
530
530
  border: none;
531
531
  display: flex;
532
- color: var(--re-text-accent);
532
+ color: var(--editor-text-accent);
533
533
  justify-content: center;
534
534
  cursor: pointer;
535
535
  width: 100%;
@@ -537,162 +537,162 @@ textarea._Input-input_yqqgz_27 {
537
537
  padding: 10px;
538
538
  text-align: left;
539
539
  font-weight: 500;
540
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
540
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
541
541
  }
542
- ._ArrayField--hasItems_13xcf_35 > ._ArrayField-addButton_13xcf_19 {
543
- border-top: 1px solid var(--re-border-subtle);
542
+ ._ArrayField--hasItems_1tth0_35 > ._ArrayField-addButton_1tth0_19 {
543
+ border-top: 1px solid var(--editor-border-subtle);
544
544
  border-top-left-radius: 0;
545
545
  border-top-right-radius: 0;
546
546
  }
547
- ._ArrayField-addButton_13xcf_19:focus-visible {
547
+ ._ArrayField-addButton_1tth0_19:focus-visible {
548
548
  outline: none;
549
- box-shadow: var(--re-ring);
549
+ box-shadow: var(--editor-ring);
550
550
  position: relative;
551
551
  }
552
552
  @media (hover: hover) and (pointer: fine) {
553
- ._ArrayField_13xcf_5:not(._ArrayField--isDraggingFrom_13xcf_14) > ._ArrayField-addButton_13xcf_19:hover {
554
- background: var(--re-surface-hover);
555
- color: var(--re-accent-strong);
553
+ ._ArrayField_1tth0_5:not(._ArrayField--isDraggingFrom_1tth0_14) > ._ArrayField-addButton_1tth0_19:hover {
554
+ background: var(--editor-surface-hover);
555
+ color: var(--editor-accent-strong);
556
556
  transition: none;
557
557
  }
558
558
  }
559
- ._ArrayField_13xcf_5:not(._ArrayField--isDraggingFrom_13xcf_14) > ._ArrayField-addButton_13xcf_19:active {
560
- background: var(--re-accent-soft);
561
- color: var(--re-accent-strong);
559
+ ._ArrayField_1tth0_5:not(._ArrayField--isDraggingFrom_1tth0_14) > ._ArrayField-addButton_1tth0_19:active {
560
+ background: var(--editor-accent-soft);
561
+ color: var(--editor-accent-strong);
562
562
  transition: none;
563
563
  }
564
- ._ArrayField-inner_13xcf_61 {
564
+ ._ArrayField-inner_1tth0_61 {
565
565
  margin-top: -1px;
566
566
  }
567
- ._ArrayFieldItem_13xcf_69 {
567
+ ._ArrayFieldItem_1tth0_69 {
568
568
  display: block;
569
569
  position: relative;
570
570
  }
571
- ._ArrayFieldItem_13xcf_69 {
572
- border-top: 1px solid var(--re-border-subtle);
571
+ ._ArrayFieldItem_1tth0_69 {
572
+ border-top: 1px solid var(--editor-border-subtle);
573
573
  }
574
- ._ArrayFieldItem--isDragging_13xcf_78 {
574
+ ._ArrayFieldItem--isDragging_1tth0_78 {
575
575
  border-top: transparent;
576
576
  }
577
- ._ArrayFieldItem--isExpanded_13xcf_82::before {
577
+ ._ArrayFieldItem--isExpanded_1tth0_82::before {
578
578
  display: none;
579
579
  }
580
- ._ArrayFieldItem--isExpanded_13xcf_82 {
580
+ ._ArrayFieldItem--isExpanded_1tth0_82 {
581
581
  border-bottom: 0;
582
582
  outline-offset: 0px !important;
583
- outline: 1px solid var(--re-accent) !important;
583
+ outline: 1px solid var(--editor-accent) !important;
584
584
  z-index: 2;
585
585
  }
586
- ._ArrayFieldItem--isDragging_13xcf_78 {
587
- outline: 1px var(--re-accent) solid !important;
586
+ ._ArrayFieldItem--isDragging_1tth0_78 {
587
+ outline: 1px var(--editor-accent) solid !important;
588
588
  }
589
- ._ArrayFieldItem--isDragging_13xcf_78 ._ArrayFieldItem-summary_13xcf_97:active {
590
- background-color: var(--re-surface-panel);
589
+ ._ArrayFieldItem--isDragging_1tth0_78 ._ArrayFieldItem-summary_1tth0_97:active {
590
+ background-color: var(--editor-surface-panel);
591
591
  }
592
- ._ArrayFieldItem-summary_13xcf_97 {
593
- background: var(--re-surface-panel);
594
- color: var(--re-text-secondary);
592
+ ._ArrayFieldItem-summary_1tth0_97 {
593
+ background: var(--editor-surface-panel);
594
+ color: var(--editor-text-secondary);
595
595
  cursor: pointer;
596
596
  display: flex;
597
597
  align-items: center;
598
598
  gap: 2px;
599
599
  justify-content: space-between;
600
- font-size: var(--re-font-size-xxs);
600
+ font-size: var(--editor-font-size-xxs);
601
601
  list-style: none;
602
602
  padding: 10px 12px;
603
603
  position: relative;
604
604
  overflow: hidden;
605
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
605
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
606
606
  }
607
- ._ArrayFieldItem--noFields_13xcf_118 > ._ArrayFieldItem-summary_13xcf_97 {
607
+ ._ArrayFieldItem--noFields_1tth0_118 > ._ArrayFieldItem-summary_1tth0_97 {
608
608
  cursor: grab;
609
609
  }
610
- ._ArrayFieldItem-summary_13xcf_97:focus-visible {
610
+ ._ArrayFieldItem-summary_1tth0_97:focus-visible {
611
611
  outline: none;
612
- box-shadow: var(--re-ring);
612
+ box-shadow: var(--editor-ring);
613
613
  }
614
614
  @media (hover: hover) and (pointer: fine) {
615
- ._ArrayFieldItem-summary_13xcf_97:hover {
616
- background-color: var(--re-surface-hover);
617
- color: var(--re-text-primary);
615
+ ._ArrayFieldItem-summary_1tth0_97:hover {
616
+ background-color: var(--editor-surface-hover);
617
+ color: var(--editor-text-primary);
618
618
  transition: none;
619
619
  }
620
620
  }
621
- ._ArrayFieldItem-summary_13xcf_97:active {
622
- background-color: var(--re-accent-soft);
621
+ ._ArrayFieldItem-summary_1tth0_97:active {
622
+ background-color: var(--editor-accent-soft);
623
623
  transition: none;
624
624
  }
625
- ._ArrayFieldItem--isExpanded_13xcf_82 > ._ArrayFieldItem-summary_13xcf_97 {
626
- background: var(--re-accent-soft);
627
- color: var(--re-text-accent);
625
+ ._ArrayFieldItem--isExpanded_1tth0_82 > ._ArrayFieldItem-summary_1tth0_97 {
626
+ background: var(--editor-accent-soft);
627
+ color: var(--editor-text-accent);
628
628
  font-weight: 600;
629
629
  transition: none;
630
630
  }
631
- ._ArrayFieldItem-body_13xcf_147 {
632
- background: var(--re-surface-panel);
631
+ ._ArrayFieldItem-body_1tth0_147 {
632
+ background: var(--editor-surface-panel);
633
633
  display: none;
634
634
  }
635
- ._ArrayFieldItem--isExpanded_13xcf_82 > ._ArrayFieldItem-body_13xcf_147 {
635
+ ._ArrayFieldItem--isExpanded_1tth0_82 > ._ArrayFieldItem-body_1tth0_147 {
636
636
  display: block;
637
637
  }
638
- ._ArrayFieldItem-fieldset_13xcf_156 {
638
+ ._ArrayFieldItem-fieldset_1tth0_156 {
639
639
  border: none;
640
- border-top: 1px solid var(--re-border-subtle);
640
+ border-top: 1px solid var(--editor-border-subtle);
641
641
  margin: 0;
642
642
  min-width: 0;
643
643
  padding: 14px 12px;
644
644
  }
645
- ._ArrayFieldItem-rhs_13xcf_164 {
645
+ ._ArrayFieldItem-rhs_1tth0_164 {
646
646
  display: flex;
647
647
  gap: 4px;
648
648
  align-items: center;
649
649
  }
650
- ._ArrayFieldItem-actions_13xcf_170 {
651
- color: var(--re-text-tertiary);
650
+ ._ArrayFieldItem-actions_1tth0_170 {
651
+ color: var(--editor-text-tertiary);
652
652
  display: flex;
653
653
  gap: 4px;
654
654
  opacity: 0;
655
- transition: opacity var(--re-motion-fast) var(--re-ease);
655
+ transition: opacity var(--editor-motion-fast) var(--editor-ease);
656
656
  }
657
- ._ArrayFieldItem-summary_13xcf_97:focus-within > ._ArrayFieldItem-rhs_13xcf_164 > ._ArrayFieldItem-actions_13xcf_170,
658
- ._ArrayFieldItem-summary_13xcf_97:hover > ._ArrayFieldItem-rhs_13xcf_164 > ._ArrayFieldItem-actions_13xcf_170 {
657
+ ._ArrayFieldItem-summary_1tth0_97:focus-within > ._ArrayFieldItem-rhs_1tth0_164 > ._ArrayFieldItem-actions_1tth0_170,
658
+ ._ArrayFieldItem-summary_1tth0_97:hover > ._ArrayFieldItem-rhs_1tth0_164 > ._ArrayFieldItem-actions_1tth0_170 {
659
659
  opacity: 1;
660
660
  }
661
661
 
662
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
663
- ._IconButton_19x6h_1 {
662
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
663
+ ._IconButton_3u943_1 {
664
664
  align-items: center;
665
665
  background: transparent;
666
666
  border: none;
667
- border-radius: var(--re-radius-md);
667
+ border-radius: var(--editor-radius-md);
668
668
  color: currentColor;
669
669
  display: flex;
670
- font-family: var(--re-font-family);
670
+ font-family: var(--editor-font-family);
671
671
  justify-content: center;
672
672
  padding: 4px;
673
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
673
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
674
674
  }
675
- ._IconButton--active_19x6h_15 {
676
- color: var(--re-text-accent);
677
- background: var(--re-accent-soft);
675
+ ._IconButton--active_3u943_15 {
676
+ color: var(--editor-text-accent);
677
+ background: var(--editor-accent-soft);
678
678
  }
679
- ._IconButton_19x6h_1:focus-visible {
679
+ ._IconButton_3u943_1:focus-visible {
680
680
  outline: none;
681
- box-shadow: var(--re-ring);
681
+ box-shadow: var(--editor-ring);
682
682
  }
683
683
  @media (hover: hover) and (pointer: fine) {
684
- ._IconButton_19x6h_1:hover:not(._IconButton--disabled_19x6h_26) {
685
- background: var(--re-surface-hover);
686
- color: var(--re-text-accent);
684
+ ._IconButton_3u943_1:hover:not(._IconButton--disabled_3u943_26) {
685
+ background: var(--editor-surface-hover);
686
+ color: var(--editor-text-accent);
687
687
  cursor: pointer;
688
688
  transition: none;
689
689
  }
690
690
  }
691
- ._IconButton_19x6h_1:active {
692
- background: var(--re-accent-soft);
691
+ ._IconButton_3u943_1:active {
692
+ background: var(--editor-accent-soft);
693
693
  transition: none;
694
694
  }
695
- ._IconButton-title_19x6h_39 {
695
+ ._IconButton-title_3u943_39 {
696
696
  clip: rect(0 0 0 0);
697
697
  clip-path: inset(100%);
698
698
  height: 1px;
@@ -701,11 +701,11 @@ textarea._Input-input_yqqgz_27 {
701
701
  white-space: nowrap;
702
702
  width: 1px;
703
703
  }
704
- ._IconButton--disabled_19x6h_26 {
705
- color: var(--re-text-tertiary);
704
+ ._IconButton--disabled_3u943_26 {
705
+ color: var(--editor-text-tertiary);
706
706
  }
707
707
 
708
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Loader/styles.module.css/#css-module-data */
708
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Loader/styles.module.css/#css-module-data */
709
709
  @keyframes _loader-animation_nacdm_1 {
710
710
  0% {
711
711
  transform: rotate(0deg) scale(1);
@@ -727,20 +727,20 @@ textarea._Input-input_yqqgz_27 {
727
727
  animation-fill-mode: both;
728
728
  }
729
729
 
730
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/DragIcon/styles.module.css/#css-module-data */
731
- ._DragIcon_53afe_1 {
732
- color: var(--re-color-grey-05);
730
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/DragIcon/styles.module.css/#css-module-data */
731
+ ._DragIcon_eapcz_1 {
732
+ color: var(--editor-color-grey-05);
733
733
  cursor: grab;
734
734
  padding: 4px;
735
735
  border-radius: 4px;
736
736
  }
737
- ._DragIcon--disabled_53afe_8 {
737
+ ._DragIcon--disabled_eapcz_8 {
738
738
  cursor: no-drop;
739
739
  }
740
740
  @media (hover: hover) and (pointer: fine) {
741
- ._DragIcon_53afe_1:not(._DragIcon--disabled_53afe_8):hover {
742
- color: var(--re-color-azure-05);
743
- background-color: var(--re-color-azure-12);
741
+ ._DragIcon_eapcz_1:not(._DragIcon--disabled_eapcz_8):hover {
742
+ color: var(--editor-color-azure-05);
743
+ background-color: var(--editor-color-azure-12);
744
744
  }
745
745
  }
746
746
 
@@ -749,7 +749,7 @@ textarea._Input-input_yqqgz_27 {
749
749
  opacity: 0 !important;
750
750
  }
751
751
  [data-dnd-placeholder] {
752
- background: var(--re-color-azure-09) !important;
752
+ background: var(--editor-color-azure-09) !important;
753
753
  border: none !important;
754
754
  color: #00000000 !important;
755
755
  opacity: 0.3 !important;
@@ -757,76 +757,76 @@ textarea._Input-input_yqqgz_27 {
757
757
  transition: none !important;
758
758
  }
759
759
 
760
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
761
- ._ExternalInput-actions_3fhqq_1 {
760
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
761
+ ._ExternalInput-actions_142hz_1 {
762
762
  display: flex;
763
763
  }
764
- ._ExternalInput-button_3fhqq_5 {
764
+ ._ExternalInput-button_142hz_5 {
765
765
  display: flex;
766
766
  gap: 8px;
767
767
  align-items: center;
768
768
  justify-content: center;
769
- background-color: var(--re-surface-panel);
770
- border: 1px solid var(--re-border-default);
771
- border-radius: var(--re-radius-md);
772
- color: var(--re-text-accent);
769
+ background-color: var(--editor-surface-panel);
770
+ border: 1px solid var(--editor-border-default);
771
+ border-radius: var(--editor-radius-md);
772
+ color: var(--editor-text-accent);
773
773
  padding: 10px 12px;
774
774
  font-weight: 500;
775
775
  white-space: nowrap;
776
776
  text-overflow: ellipsis;
777
- transition: background-color var(--re-motion-fast) var(--re-ease), border-color var(--re-motion-fast) var(--re-ease);
777
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), border-color var(--editor-motion-fast) var(--editor-ease);
778
778
  position: relative;
779
779
  overflow: hidden;
780
780
  flex-grow: 1;
781
781
  }
782
- ._ExternalInput--dataSelected_3fhqq_25 ._ExternalInput-button_3fhqq_5 {
783
- color: var(--re-text-primary);
782
+ ._ExternalInput--dataSelected_142hz_25 ._ExternalInput-button_142hz_5 {
783
+ color: var(--editor-text-primary);
784
784
  display: block;
785
785
  border-top-right-radius: 0px;
786
786
  border-bottom-right-radius: 0px;
787
787
  }
788
- ._ExternalInput--readOnly_3fhqq_32 ._ExternalInput-button_3fhqq_5 {
789
- background-color: var(--re-surface-sunken);
788
+ ._ExternalInput--readOnly_142hz_32 ._ExternalInput-button_142hz_5 {
789
+ background-color: var(--editor-surface-sunken);
790
790
  }
791
- ._ExternalInput-detachButton_3fhqq_36 {
792
- border: 1px solid var(--re-border-default);
793
- border-top-right-radius: var(--re-radius-md);
794
- border-bottom-right-radius: var(--re-radius-md);
795
- background-color: var(--re-surface-sunken);
796
- color: var(--re-text-tertiary);
791
+ ._ExternalInput-detachButton_142hz_36 {
792
+ border: 1px solid var(--editor-border-default);
793
+ border-top-right-radius: var(--editor-radius-md);
794
+ border-bottom-right-radius: var(--editor-radius-md);
795
+ background-color: var(--editor-surface-sunken);
796
+ color: var(--editor-text-tertiary);
797
797
  display: flex;
798
798
  gap: 8px;
799
799
  align-items: center;
800
800
  justify-content: center;
801
801
  padding: 8px 12px;
802
802
  position: relative;
803
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
803
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
804
804
  margin-inline-start: -1px;
805
805
  }
806
- ._ExternalInput-button_3fhqq_5:focus-visible,
807
- ._ExternalInput-detachButton_3fhqq_36:focus-visible {
806
+ ._ExternalInput-button_142hz_5:focus-visible,
807
+ ._ExternalInput-detachButton_142hz_36:focus-visible {
808
808
  outline: none;
809
- box-shadow: var(--re-ring);
809
+ box-shadow: var(--editor-ring);
810
810
  z-index: 1;
811
811
  }
812
812
  @media (hover: hover) and (pointer: fine) {
813
- ._ExternalInput_3fhqq_1:not(._ExternalInput--readOnly_3fhqq_32) ._ExternalInput-button_3fhqq_5:hover,
814
- ._ExternalInput_3fhqq_1:not(._ExternalInput--readOnly_3fhqq_32) ._ExternalInput-detachButton_3fhqq_36:hover {
815
- background: var(--re-surface-hover);
816
- border-color: var(--re-border-strong);
813
+ ._ExternalInput_142hz_1:not(._ExternalInput--readOnly_142hz_32) ._ExternalInput-button_142hz_5:hover,
814
+ ._ExternalInput_142hz_1:not(._ExternalInput--readOnly_142hz_32) ._ExternalInput-detachButton_142hz_36:hover {
815
+ background: var(--editor-surface-hover);
816
+ border-color: var(--editor-border-strong);
817
817
  transition: none;
818
818
  }
819
- ._ExternalInput_3fhqq_1:not(._ExternalInput--readOnly_3fhqq_32) ._ExternalInput-detachButton_3fhqq_36:hover {
820
- color: var(--re-text-accent);
819
+ ._ExternalInput_142hz_1:not(._ExternalInput--readOnly_142hz_32) ._ExternalInput-detachButton_142hz_36:hover {
820
+ color: var(--editor-text-accent);
821
821
  }
822
822
  }
823
- ._ExternalInput_3fhqq_1:not(._ExternalInput--readOnly_3fhqq_32) ._ExternalInput-button_3fhqq_5:active,
824
- ._ExternalInput_3fhqq_1:not(._ExternalInput--readOnly_3fhqq_32) ._ExternalInput-detachButton_3fhqq_36:active {
825
- background: var(--re-accent-soft);
823
+ ._ExternalInput_142hz_1:not(._ExternalInput--readOnly_142hz_32) ._ExternalInput-button_142hz_5:active,
824
+ ._ExternalInput_142hz_1:not(._ExternalInput--readOnly_142hz_32) ._ExternalInput-detachButton_142hz_36:active {
825
+ background: var(--editor-accent-soft);
826
826
  transition: none;
827
827
  }
828
- ._ExternalInputModal_3fhqq_82 {
829
- color: var(--re-color-black);
828
+ ._ExternalInputModal_142hz_82 {
829
+ color: var(--editor-color-black);
830
830
  display: grid;
831
831
  grid-template-rows: min-content minmax(128px, 100%) min-content;
832
832
  grid-template-columns: 100%;
@@ -834,103 +834,103 @@ textarea._Input-input_yqqgz_27 {
834
834
  min-height: 50dvh;
835
835
  max-height: 90dvh;
836
836
  }
837
- ._ExternalInputModal-grid_3fhqq_92 {
837
+ ._ExternalInputModal-grid_142hz_92 {
838
838
  display: flex;
839
839
  flex-direction: column;
840
840
  }
841
841
  @media (min-width: 458px) {
842
- ._ExternalInputModal-grid_3fhqq_92 {
842
+ ._ExternalInputModal-grid_142hz_92 {
843
843
  display: grid;
844
844
  grid-template-columns: 100%;
845
845
  }
846
- ._ExternalInputModal--filtersToggled_3fhqq_103 ._ExternalInputModal-grid_3fhqq_92 {
846
+ ._ExternalInputModal--filtersToggled_142hz_103 ._ExternalInputModal-grid_142hz_92 {
847
847
  grid-template-columns: 25% 75%;
848
848
  }
849
849
  }
850
- ._ExternalInputModal-filters_3fhqq_108 {
851
- border-bottom: 1px solid var(--re-border-subtle);
850
+ ._ExternalInputModal-filters_142hz_108 {
851
+ border-bottom: 1px solid var(--editor-border-subtle);
852
852
  }
853
- ._ExternalInputModal--filtersToggled_3fhqq_103 ._ExternalInputModal-filters_3fhqq_108 {
853
+ ._ExternalInputModal--filtersToggled_142hz_103 ._ExternalInputModal-filters_142hz_108 {
854
854
  display: none;
855
855
  }
856
856
  @media (min-width: 458px) {
857
- ._ExternalInputModal-filters_3fhqq_108 {
858
- border-inline-end: 1px solid var(--re-border-subtle);
857
+ ._ExternalInputModal-filters_142hz_108 {
858
+ border-inline-end: 1px solid var(--editor-border-subtle);
859
859
  display: none;
860
860
  }
861
- ._ExternalInputModal--filtersToggled_3fhqq_103 ._ExternalInputModal-filters_3fhqq_108 {
861
+ ._ExternalInputModal--filtersToggled_142hz_103 ._ExternalInputModal-filters_142hz_108 {
862
862
  display: block;
863
863
  }
864
864
  }
865
- ._ExternalInputModal-masthead_3fhqq_127 {
866
- background-color: var(--re-surface-sunken);
867
- border-bottom: 1px solid var(--re-border-subtle);
865
+ ._ExternalInputModal-masthead_142hz_127 {
866
+ background-color: var(--editor-surface-sunken);
867
+ border-bottom: 1px solid var(--editor-border-subtle);
868
868
  display: flex;
869
869
  flex-wrap: wrap;
870
870
  gap: 24px;
871
871
  padding: 24px;
872
872
  }
873
- ._ExternalInputModal-tableWrapper_3fhqq_136 {
873
+ ._ExternalInputModal-tableWrapper_142hz_136 {
874
874
  position: relative;
875
875
  overflow-x: auto;
876
876
  overflow-y: auto;
877
877
  flex-grow: 1;
878
878
  }
879
- ._ExternalInputModal-table_3fhqq_136 {
879
+ ._ExternalInputModal-table_142hz_136 {
880
880
  border-collapse: unset;
881
881
  border-spacing: 0px;
882
- color: var(--re-text-primary);
882
+ color: var(--editor-text-primary);
883
883
  position: relative;
884
884
  z-index: 0;
885
885
  min-width: 100%;
886
886
  }
887
- ._ExternalInputModal-thead_3fhqq_152 {
888
- background-color: var(--re-surface-panel);
887
+ ._ExternalInputModal-thead_142hz_152 {
888
+ background-color: var(--editor-surface-panel);
889
889
  position: sticky;
890
890
  top: 0;
891
891
  z-index: 1;
892
892
  }
893
- ._ExternalInputModal-th_3fhqq_152 {
894
- border-bottom: 1px solid var(--re-border-subtle);
895
- color: var(--re-text-secondary);
893
+ ._ExternalInputModal-th_142hz_152 {
894
+ border-bottom: 1px solid var(--editor-border-subtle);
895
+ color: var(--editor-text-secondary);
896
896
  font-weight: 500;
897
897
  font-size: 14px;
898
898
  padding: 16px 24px;
899
899
  }
900
- ._ExternalInputModal-td_3fhqq_167 {
901
- border-bottom: 1px solid var(--re-border-subtle);
900
+ ._ExternalInputModal-td_142hz_167 {
901
+ border-bottom: 1px solid var(--editor-border-subtle);
902
902
  padding: 16px 24px;
903
903
  }
904
- ._ExternalInputModal-tr_3fhqq_172 ._ExternalInputModal-td_3fhqq_167:first-of-type {
904
+ ._ExternalInputModal-tr_142hz_172 ._ExternalInputModal-td_142hz_167:first-of-type {
905
905
  font-weight: 500;
906
906
  width: 1%;
907
907
  white-space: nowrap;
908
908
  }
909
909
  @media (hover: hover) and (pointer: fine) {
910
- ._ExternalInputModal-tbody_3fhqq_179 ._ExternalInputModal-tr_3fhqq_172:hover {
911
- background: var(--re-surface-hover);
912
- color: var(--re-text-accent);
910
+ ._ExternalInputModal-tbody_142hz_179 ._ExternalInputModal-tr_142hz_172:hover {
911
+ background: var(--editor-surface-hover);
912
+ color: var(--editor-text-accent);
913
913
  cursor: pointer;
914
914
  position: relative;
915
915
  margin-inline-start: -5px;
916
916
  }
917
- ._ExternalInputModal-tbody_3fhqq_179 ._ExternalInputModal-tr_3fhqq_172:hover ._ExternalInputModal-td_3fhqq_167:first-of-type {
918
- border-inline-start: 4px solid var(--re-text-accent);
917
+ ._ExternalInputModal-tbody_142hz_179 ._ExternalInputModal-tr_142hz_172:hover ._ExternalInputModal-td_142hz_167:first-of-type {
918
+ border-inline-start: 4px solid var(--editor-text-accent);
919
919
  padding-inline-start: 20px;
920
920
  }
921
921
  }
922
- ._ExternalInputModal-tbody_3fhqq_179 ._ExternalInputModal-tr_3fhqq_172:last-of-type ._ExternalInputModal-td_3fhqq_167 {
922
+ ._ExternalInputModal-tbody_142hz_179 ._ExternalInputModal-tr_142hz_172:last-of-type ._ExternalInputModal-td_142hz_167 {
923
923
  border-bottom: none;
924
924
  }
925
- ._ExternalInputModal-tableWrapper_3fhqq_136 {
925
+ ._ExternalInputModal-tableWrapper_142hz_136 {
926
926
  display: none;
927
927
  }
928
- ._ExternalInputModal--hasData_3fhqq_205 ._ExternalInputModal-tableWrapper_3fhqq_136 {
928
+ ._ExternalInputModal--hasData_142hz_205 ._ExternalInputModal-tableWrapper_142hz_136 {
929
929
  display: block;
930
930
  }
931
- ._ExternalInputModal-loadingBanner_3fhqq_209 {
931
+ ._ExternalInputModal-loadingBanner_142hz_209 {
932
932
  display: none;
933
- background-color: color-mix(in srgb, var(--re-surface-panel) 90%, transparent);
933
+ background-color: color-mix(in srgb, var(--editor-surface-panel) 90%, transparent);
934
934
  padding: 64px;
935
935
  align-items: center;
936
936
  justify-content: center;
@@ -940,64 +940,64 @@ textarea._Input-input_yqqgz_27 {
940
940
  right: 0;
941
941
  bottom: 0;
942
942
  }
943
- ._ExternalInputModal--isLoading_3fhqq_226 ._ExternalInputModal-loadingBanner_3fhqq_209 {
943
+ ._ExternalInputModal--isLoading_142hz_226 ._ExternalInputModal-loadingBanner_142hz_209 {
944
944
  display: flex;
945
945
  }
946
- ._ExternalInputModal-searchForm_3fhqq_230 {
946
+ ._ExternalInputModal-searchForm_142hz_230 {
947
947
  display: flex;
948
948
  flex-wrap: wrap;
949
949
  gap: 12px;
950
950
  flex-grow: 1;
951
951
  }
952
952
  @media (min-width: 458px) {
953
- ._ExternalInputModal-searchForm_3fhqq_230 {
953
+ ._ExternalInputModal-searchForm_142hz_230 {
954
954
  flex-wrap: nowrap;
955
955
  }
956
956
  }
957
- ._ExternalInputModal-search_3fhqq_230 {
957
+ ._ExternalInputModal-search_142hz_230 {
958
958
  display: flex;
959
- background: var(--re-surface-panel);
959
+ background: var(--editor-surface-panel);
960
960
  border-width: 1px;
961
961
  border-style: solid;
962
- border-color: var(--re-border-subtle);
962
+ border-color: var(--editor-border-subtle);
963
963
  border-radius: 4px;
964
964
  flex-grow: 1;
965
965
  transition: border-color 50ms ease-in;
966
966
  }
967
- ._ExternalInputModal-search_3fhqq_230:focus-within {
968
- border-color: var(--re-border-strong);
969
- outline: 2px solid var(--re-accent);
967
+ ._ExternalInputModal-search_142hz_230:focus-within {
968
+ border-color: var(--editor-border-strong);
969
+ outline: 2px solid var(--editor-accent);
970
970
  transition: none;
971
971
  }
972
972
  @media (hover: hover) and (pointer: fine) {
973
- ._ExternalInputModal-search_3fhqq_230:hover {
974
- border-color: var(--re-border-strong);
973
+ ._ExternalInputModal-search_142hz_230:hover {
974
+ border-color: var(--editor-border-strong);
975
975
  transition: none;
976
976
  }
977
977
  }
978
- ._ExternalInputModal-searchIcon_3fhqq_267 {
978
+ ._ExternalInputModal-searchIcon_142hz_267 {
979
979
  align-items: center;
980
- background: var(--re-surface-sunken);
980
+ background: var(--editor-surface-sunken);
981
981
  border-bottom-left-radius: 4px;
982
982
  border-top-left-radius: 4px;
983
- border-inline-end: 1px solid var(--re-border-subtle);
984
- color: var(--re-text-tertiary);
983
+ border-inline-end: 1px solid var(--editor-border-subtle);
984
+ color: var(--editor-text-tertiary);
985
985
  display: flex;
986
986
  justify-content: center;
987
987
  padding: 12px 15px;
988
988
  transition: color 50ms ease-in;
989
989
  }
990
- ._ExternalInputModal-search_3fhqq_230:focus-within ._ExternalInputModal-searchIcon_3fhqq_267 {
991
- color: var(--re-text-secondary);
990
+ ._ExternalInputModal-search_142hz_230:focus-within ._ExternalInputModal-searchIcon_142hz_267 {
991
+ color: var(--editor-text-secondary);
992
992
  transition: none;
993
993
  }
994
994
  @media (hover: hover) and (pointer: fine) {
995
- ._ExternalInputModal-search_3fhqq_230:hover ._ExternalInputModal-searchIcon_3fhqq_267 {
996
- color: var(--re-text-secondary);
995
+ ._ExternalInputModal-search_142hz_230:hover ._ExternalInputModal-searchIcon_142hz_267 {
996
+ color: var(--editor-text-secondary);
997
997
  transition: none;
998
998
  }
999
999
  }
1000
- ._ExternalInputModal-searchIconText_3fhqq_292 {
1000
+ ._ExternalInputModal-searchIconText_142hz_292 {
1001
1001
  clip: rect(0 0 0 0);
1002
1002
  clip-path: inset(100%);
1003
1003
  height: 1px;
@@ -1006,53 +1006,53 @@ textarea._Input-input_yqqgz_27 {
1006
1006
  white-space: nowrap;
1007
1007
  width: 1px;
1008
1008
  }
1009
- ._ExternalInputModal-searchInput_3fhqq_302 {
1009
+ ._ExternalInputModal-searchInput_142hz_302 {
1010
1010
  border: none;
1011
1011
  border-radius: 4px;
1012
- background: var(--re-surface-panel);
1012
+ background: var(--editor-surface-panel);
1013
1013
  font-family: inherit;
1014
1014
  font-size: 14px;
1015
1015
  padding: 12px 15px;
1016
1016
  width: 100%;
1017
1017
  }
1018
- ._ExternalInputModal-searchInput_3fhqq_302:focus {
1018
+ ._ExternalInputModal-searchInput_142hz_302:focus {
1019
1019
  outline: 0;
1020
1020
  }
1021
- ._ExternalInputModal-searchActions_3fhqq_316 {
1021
+ ._ExternalInputModal-searchActions_142hz_316 {
1022
1022
  display: flex;
1023
1023
  gap: 8px;
1024
1024
  height: 44px;
1025
1025
  width: 100%;
1026
1026
  }
1027
1027
  @media (min-width: 458px) {
1028
- ._ExternalInputModal-searchActions_3fhqq_316 {
1028
+ ._ExternalInputModal-searchActions_142hz_316 {
1029
1029
  width: auto;
1030
1030
  }
1031
1031
  }
1032
- ._ExternalInputModal-searchActionIcon_3fhqq_329 {
1032
+ ._ExternalInputModal-searchActionIcon_142hz_329 {
1033
1033
  align-self: center;
1034
1034
  }
1035
- ._ExternalInputModal-footerContainer_3fhqq_333 {
1036
- background-color: var(--re-surface-sunken);
1037
- border-top: 1px solid var(--re-border-subtle);
1038
- color: var(--re-text-secondary);
1035
+ ._ExternalInputModal-footerContainer_142hz_333 {
1036
+ background-color: var(--editor-surface-sunken);
1037
+ border-top: 1px solid var(--editor-border-subtle);
1038
+ color: var(--editor-text-secondary);
1039
1039
  padding: 16px;
1040
1040
  }
1041
- ._ExternalInputModal-footer_3fhqq_333 {
1041
+ ._ExternalInputModal-footer_142hz_333 {
1042
1042
  font-weight: 500;
1043
1043
  font-size: 14px;
1044
1044
  text-align: right;
1045
1045
  }
1046
- ._ExternalInputModal-field_3fhqq_346 {
1047
- color: var(--re-text-secondary);
1046
+ ._ExternalInputModal-field_142hz_346 {
1047
+ color: var(--editor-text-secondary);
1048
1048
  margin: 16px;
1049
1049
  margin-bottom: 12px;
1050
1050
  display: block;
1051
1051
  }
1052
1052
 
1053
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Modal/styles.module.css/#css-module-data */
1054
- ._Modal_1qmqa_1 {
1055
- background: color-mix(in srgb, var(--re-color-black) 75%, transparent);
1053
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Modal/styles.module.css/#css-module-data */
1054
+ ._Modal_vim19_1 {
1055
+ background: color-mix(in srgb, var(--editor-color-black) 75%, transparent);
1056
1056
  display: none;
1057
1057
  justify-content: center;
1058
1058
  align-items: center;
@@ -1064,71 +1064,71 @@ textarea._Input-input_yqqgz_27 {
1064
1064
  z-index: 1;
1065
1065
  padding: 32px;
1066
1066
  }
1067
- ._Modal--isOpen_1qmqa_15 {
1067
+ ._Modal--isOpen_vim19_15 {
1068
1068
  display: flex;
1069
1069
  }
1070
- ._Modal-inner_1qmqa_19 {
1070
+ ._Modal-inner_vim19_19 {
1071
1071
  width: 100%;
1072
1072
  max-width: 1024px;
1073
- border-radius: var(--re-radius-lg);
1073
+ border-radius: var(--editor-radius-lg);
1074
1074
  overflow: hidden;
1075
- background: var(--re-surface-panel);
1076
- box-shadow: var(--re-shadow-xl);
1075
+ background: var(--editor-surface-panel);
1076
+ box-shadow: var(--editor-shadow-xl);
1077
1077
  display: flex;
1078
1078
  flex-direction: column;
1079
1079
  max-height: 90dvh;
1080
1080
  }
1081
1081
 
1082
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Heading/styles.module.css/#css-module-data */
1083
- ._Heading_crcfw_1 {
1082
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Heading/styles.module.css/#css-module-data */
1083
+ ._Heading_1537i_1 {
1084
1084
  display: block;
1085
- color: var(--re-text-primary);
1085
+ color: var(--editor-text-primary);
1086
1086
  font-weight: 600;
1087
1087
  letter-spacing: -0.01em;
1088
1088
  margin: 0;
1089
1089
  }
1090
- ._Heading_crcfw_1 b {
1090
+ ._Heading_1537i_1 b {
1091
1091
  font-weight: 700;
1092
1092
  }
1093
- ._Heading--xxxxl_crcfw_13 {
1094
- font-size: var(--re-font-size-xxxxl);
1093
+ ._Heading--xxxxl_1537i_13 {
1094
+ font-size: var(--editor-font-size-xxxxl);
1095
1095
  letter-spacing: 0.08ch;
1096
1096
  font-weight: 800;
1097
1097
  }
1098
- ._Heading--xxxl_crcfw_19 {
1099
- font-size: var(--re-font-size-xxxl);
1098
+ ._Heading--xxxl_1537i_19 {
1099
+ font-size: var(--editor-font-size-xxxl);
1100
1100
  }
1101
- ._Heading--xxl_crcfw_23 {
1102
- font-size: var(--re-font-size-xxl);
1101
+ ._Heading--xxl_1537i_23 {
1102
+ font-size: var(--editor-font-size-xxl);
1103
1103
  }
1104
- ._Heading--xl_crcfw_27 {
1105
- font-size: var(--re-font-size-xl);
1104
+ ._Heading--xl_1537i_27 {
1105
+ font-size: var(--editor-font-size-xl);
1106
1106
  }
1107
- ._Heading--l_crcfw_31 {
1108
- font-size: var(--re-font-size-l);
1107
+ ._Heading--l_1537i_31 {
1108
+ font-size: var(--editor-font-size-l);
1109
1109
  }
1110
- ._Heading--m_crcfw_35 {
1111
- font-size: var(--re-font-size-m);
1110
+ ._Heading--m_1537i_35 {
1111
+ font-size: var(--editor-font-size-m);
1112
1112
  }
1113
- ._Heading--s_crcfw_39 {
1114
- font-size: var(--re-font-size-s);
1113
+ ._Heading--s_1537i_39 {
1114
+ font-size: var(--editor-font-size-s);
1115
1115
  }
1116
- ._Heading--xs_crcfw_43 {
1117
- font-size: var(--re-font-size-xs);
1116
+ ._Heading--xs_1537i_43 {
1117
+ font-size: var(--editor-font-size-xs);
1118
1118
  }
1119
1119
 
1120
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Button/Button.module.css/#css-module-data */
1121
- ._Button_1g3xu_1 {
1120
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Button/Button.module.css/#css-module-data */
1121
+ ._Button_rj9nn_1 {
1122
1122
  appearance: none;
1123
1123
  background: none;
1124
1124
  border: 1px solid transparent;
1125
- border-radius: var(--re-radius-md);
1126
- color: var(--re-primary-foreground);
1125
+ border-radius: var(--editor-radius-md);
1126
+ color: var(--editor-primary-foreground);
1127
1127
  display: inline-flex;
1128
1128
  align-items: center;
1129
1129
  gap: 8px;
1130
1130
  letter-spacing: 0.01ch;
1131
- font-family: var(--re-font-family);
1131
+ font-family: var(--editor-font-family);
1132
1132
  font-size: 13px;
1133
1133
  font-weight: 500;
1134
1134
  box-sizing: border-box;
@@ -1136,185 +1136,185 @@ textarea._Input-input_yqqgz_27 {
1136
1136
  text-align: center;
1137
1137
  text-decoration: none;
1138
1138
  transition:
1139
- background-color var(--re-motion-fast) var(--re-ease),
1140
- box-shadow var(--re-motion-fast) var(--re-ease),
1141
- transform var(--re-motion-fast) var(--re-ease);
1139
+ background-color var(--editor-motion-fast) var(--editor-ease),
1140
+ box-shadow var(--editor-motion-fast) var(--editor-ease),
1141
+ transform var(--editor-motion-fast) var(--editor-ease);
1142
1142
  cursor: pointer;
1143
1143
  white-space: nowrap;
1144
1144
  margin: 0;
1145
1145
  }
1146
- ._Button_1g3xu_1:hover,
1147
- ._Button_1g3xu_1:active {
1146
+ ._Button_rj9nn_1:hover,
1147
+ ._Button_rj9nn_1:active {
1148
1148
  transition: none;
1149
1149
  }
1150
- ._Button--medium_1g3xu_31 {
1150
+ ._Button--medium_rj9nn_31 {
1151
1151
  min-height: 34px;
1152
1152
  padding-bottom: 7px;
1153
1153
  padding-inline-start: 19px;
1154
1154
  padding-inline-end: 19px;
1155
1155
  padding-top: 7px;
1156
1156
  }
1157
- ._Button--large_1g3xu_39 {
1157
+ ._Button--large_rj9nn_39 {
1158
1158
  padding-bottom: 11px;
1159
1159
  padding-inline-start: 19px;
1160
1160
  padding-inline-end: 19px;
1161
1161
  padding-top: 11px;
1162
1162
  }
1163
- ._Button-icon_1g3xu_46 {
1163
+ ._Button-icon_rj9nn_46 {
1164
1164
  margin-top: 2px;
1165
1165
  }
1166
- ._Button--primary_1g3xu_50 {
1167
- background: var(--re-primary);
1168
- color: var(--re-primary-foreground);
1166
+ ._Button--primary_rj9nn_50 {
1167
+ background: var(--editor-primary);
1168
+ color: var(--editor-primary-foreground);
1169
1169
  }
1170
- ._Button_1g3xu_1:focus-visible {
1170
+ ._Button_rj9nn_1:focus-visible {
1171
1171
  outline: none;
1172
- box-shadow: var(--re-ring);
1172
+ box-shadow: var(--editor-ring);
1173
1173
  }
1174
1174
  @media (hover: hover) and (pointer: fine) {
1175
- ._Button--primary_1g3xu_50:hover {
1176
- background-color: var(--re-primary-hover);
1175
+ ._Button--primary_rj9nn_50:hover {
1176
+ background-color: var(--editor-primary-hover);
1177
1177
  }
1178
1178
  }
1179
- ._Button--primary_1g3xu_50:active {
1180
- background-color: var(--re-primary-hover);
1179
+ ._Button--primary_rj9nn_50:active {
1180
+ background-color: var(--editor-primary-hover);
1181
1181
  transform: translateY(1px);
1182
1182
  }
1183
- ._Button--secondary_1g3xu_71 {
1184
- border: 1px solid var(--re-border-default);
1185
- color: var(--re-text-primary);
1183
+ ._Button--secondary_rj9nn_71 {
1184
+ border: 1px solid var(--editor-border-default);
1185
+ color: var(--editor-text-primary);
1186
1186
  }
1187
1187
  @media (hover: hover) and (pointer: fine) {
1188
- ._Button--secondary_1g3xu_71:hover {
1189
- background-color: var(--re-surface-hover);
1190
- color: var(--re-text-primary);
1188
+ ._Button--secondary_rj9nn_71:hover {
1189
+ background-color: var(--editor-surface-hover);
1190
+ color: var(--editor-text-primary);
1191
1191
  }
1192
1192
  }
1193
- ._Button--secondary_1g3xu_71:active {
1194
- background-color: var(--re-accent-soft);
1195
- color: var(--re-text-primary);
1193
+ ._Button--secondary_rj9nn_71:active {
1194
+ background-color: var(--editor-accent-soft);
1195
+ color: var(--editor-text-primary);
1196
1196
  }
1197
- ._Button--flush_1g3xu_88 {
1197
+ ._Button--flush_rj9nn_88 {
1198
1198
  border-radius: 0;
1199
1199
  }
1200
- ._Button--disabled_1g3xu_92,
1201
- ._Button--disabled_1g3xu_92:hover {
1202
- background-color: var(--re-border-subtle);
1203
- color: var(--re-text-tertiary);
1200
+ ._Button--disabled_rj9nn_92,
1201
+ ._Button--disabled_rj9nn_92:hover {
1202
+ background-color: var(--editor-border-subtle);
1203
+ color: var(--editor-text-tertiary);
1204
1204
  cursor: not-allowed;
1205
1205
  box-shadow: none;
1206
1206
  }
1207
- ._Button--fullWidth_1g3xu_100 {
1207
+ ._Button--fullWidth_rj9nn_100 {
1208
1208
  justify-content: center;
1209
1209
  width: 100%;
1210
1210
  }
1211
- ._Button-spinner_1g3xu_105 {
1211
+ ._Button-spinner_rj9nn_105 {
1212
1212
  padding-inline-start: 8px;
1213
1213
  }
1214
1214
 
1215
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/ui/Select/styles.module.css/#css-module-data */
1216
- ._FeSelect-trigger_13era_3 {
1215
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/ui/Select/styles.module.css/#css-module-data */
1216
+ ._EditorSelect-trigger_13s1k_3 {
1217
1217
  align-items: center;
1218
- background: var(--re-surface-panel);
1219
- border: 1px solid var(--re-border-subtle);
1220
- border-radius: var(--re-radius-md);
1221
- color: var(--re-text-primary);
1218
+ background: var(--editor-surface-panel);
1219
+ border: 1px solid var(--editor-border-subtle);
1220
+ border-radius: var(--editor-radius-md);
1221
+ color: var(--editor-text-primary);
1222
1222
  cursor: pointer;
1223
1223
  display: inline-flex;
1224
1224
  font: inherit;
1225
- font-size: var(--re-font-size-xxs);
1225
+ font-size: var(--editor-font-size-xxs);
1226
1226
  gap: 8px;
1227
1227
  justify-content: space-between;
1228
1228
  outline: none;
1229
1229
  padding: 9px 10px;
1230
1230
  transition:
1231
- background-color var(--re-motion-fast) var(--re-ease),
1232
- border-color var(--re-motion-fast) var(--re-ease),
1233
- box-shadow var(--re-motion-fast) var(--re-ease);
1231
+ background-color var(--editor-motion-fast) var(--editor-ease),
1232
+ border-color var(--editor-motion-fast) var(--editor-ease),
1233
+ box-shadow var(--editor-motion-fast) var(--editor-ease);
1234
1234
  white-space: nowrap;
1235
1235
  width: fit-content;
1236
1236
  }
1237
- ._FeSelect-trigger_13era_3[data-size=sm] {
1237
+ ._EditorSelect-trigger_13s1k_3[data-size=sm] {
1238
1238
  padding: 6px 8px;
1239
1239
  }
1240
- ._FeSelect-trigger_13era_3[data-placeholder] {
1241
- color: var(--re-text-tertiary);
1240
+ ._EditorSelect-trigger_13s1k_3[data-placeholder] {
1241
+ color: var(--editor-text-tertiary);
1242
1242
  }
1243
1243
  @media (hover: hover) and (pointer: fine) {
1244
- ._FeSelect-trigger_13era_3:hover {
1245
- background: var(--re-surface-hover);
1246
- border-color: var(--re-border-default);
1244
+ ._EditorSelect-trigger_13s1k_3:hover {
1245
+ background: var(--editor-surface-hover);
1246
+ border-color: var(--editor-border-default);
1247
1247
  }
1248
1248
  }
1249
- ._FeSelect-trigger_13era_3:focus-visible,
1250
- ._FeSelect-trigger_13era_3[data-state=open] {
1251
- border-color: var(--re-border-default);
1252
- box-shadow: var(--re-ring);
1249
+ ._EditorSelect-trigger_13s1k_3:focus-visible,
1250
+ ._EditorSelect-trigger_13s1k_3[data-state=open] {
1251
+ border-color: var(--editor-border-default);
1252
+ box-shadow: var(--editor-ring);
1253
1253
  }
1254
- ._FeSelect-trigger_13era_3:disabled {
1254
+ ._EditorSelect-trigger_13s1k_3:disabled {
1255
1255
  cursor: not-allowed;
1256
1256
  opacity: 0.5;
1257
1257
  }
1258
- ._FeSelect-trigger_13era_3[aria-invalid=true] {
1259
- border-color: var(--re-color-red-05, #d04040);
1258
+ ._EditorSelect-trigger_13s1k_3[aria-invalid=true] {
1259
+ border-color: var(--editor-color-red-05, #d04040);
1260
1260
  }
1261
- ._FeSelect-triggerIcon_13era_54 {
1262
- color: var(--re-text-tertiary);
1261
+ ._EditorSelect-triggerIcon_13s1k_54 {
1262
+ color: var(--editor-text-tertiary);
1263
1263
  flex-shrink: 0;
1264
1264
  pointer-events: none;
1265
1265
  }
1266
- ._FeSelect-content_13era_61 {
1267
- background: var(--re-surface-raised);
1268
- border: 1px solid var(--re-border-subtle);
1269
- border-radius: var(--re-radius-md);
1270
- box-shadow: var(--re-shadow-md);
1271
- color: var(--re-text-primary);
1272
- font-family: var(--re-font-family);
1273
- font-size: var(--re-font-size-xxs);
1266
+ ._EditorSelect-content_13s1k_61 {
1267
+ background: var(--editor-surface-raised);
1268
+ border: 1px solid var(--editor-border-subtle);
1269
+ border-radius: var(--editor-radius-md);
1270
+ box-shadow: var(--editor-shadow-md);
1271
+ color: var(--editor-text-primary);
1272
+ font-family: var(--editor-font-family);
1273
+ font-size: var(--editor-font-size-xxs);
1274
1274
  max-height: var(--radix-select-content-available-height);
1275
1275
  min-width: 9rem;
1276
1276
  overflow: hidden;
1277
1277
  transform-origin: var(--radix-select-content-transform-origin);
1278
1278
  z-index: 50;
1279
1279
  }
1280
- ._FeSelect-content_13era_61[data-position=popper][data-side=bottom] {
1280
+ ._EditorSelect-content_13s1k_61[data-position=popper][data-side=bottom] {
1281
1281
  margin-top: 4px;
1282
1282
  }
1283
- ._FeSelect-content_13era_61[data-position=popper][data-side=top] {
1283
+ ._EditorSelect-content_13s1k_61[data-position=popper][data-side=top] {
1284
1284
  margin-bottom: 4px;
1285
1285
  }
1286
- ._FeSelect-viewport_13era_84 {
1286
+ ._EditorSelect-viewport_13s1k_84 {
1287
1287
  padding: 4px;
1288
1288
  }
1289
- ._FeSelect-content_13era_61[data-position=popper] ._FeSelect-viewport_13era_84 {
1289
+ ._EditorSelect-content_13s1k_61[data-position=popper] ._EditorSelect-viewport_13s1k_84 {
1290
1290
  min-width: var(--radix-select-trigger-width);
1291
1291
  }
1292
- ._FeSelect-item_13era_93 {
1292
+ ._EditorSelect-item_13s1k_93 {
1293
1293
  align-items: center;
1294
- border-radius: var(--re-radius-sm);
1294
+ border-radius: var(--editor-radius-sm);
1295
1295
  cursor: pointer;
1296
1296
  display: flex;
1297
1297
  font: inherit;
1298
- font-size: var(--re-font-size-xxs);
1298
+ font-size: var(--editor-font-size-xxs);
1299
1299
  gap: 8px;
1300
1300
  outline: none;
1301
1301
  padding: 6px 8px 6px 28px;
1302
1302
  position: relative;
1303
1303
  user-select: none;
1304
1304
  }
1305
- ._FeSelect-item_13era_93[data-highlighted],
1306
- ._FeSelect-item_13era_93[data-state=checked] {
1307
- background: var(--re-accent-soft);
1308
- color: var(--re-text-accent);
1305
+ ._EditorSelect-item_13s1k_93[data-highlighted],
1306
+ ._EditorSelect-item_13s1k_93[data-state=checked] {
1307
+ background: var(--editor-accent-soft);
1308
+ color: var(--editor-text-accent);
1309
1309
  }
1310
- ._FeSelect-item_13era_93[data-disabled] {
1310
+ ._EditorSelect-item_13s1k_93[data-disabled] {
1311
1311
  cursor: not-allowed;
1312
1312
  opacity: 0.5;
1313
1313
  pointer-events: none;
1314
1314
  }
1315
- ._FeSelect-itemIndicator_13era_119 {
1315
+ ._EditorSelect-itemIndicator_13s1k_119 {
1316
1316
  align-items: center;
1317
- color: var(--re-accent-strong);
1317
+ color: var(--editor-accent-strong);
1318
1318
  display: inline-flex;
1319
1319
  justify-content: center;
1320
1320
  left: 8px;
@@ -1322,27 +1322,27 @@ textarea._Input-input_yqqgz_27 {
1322
1322
  position: absolute;
1323
1323
  width: 14px;
1324
1324
  }
1325
- ._FeSelect-group_13era_131 {
1325
+ ._EditorSelect-group_13s1k_131 {
1326
1326
  padding: 4px 0;
1327
1327
  }
1328
- ._FeSelect-label_13era_135 {
1329
- color: var(--re-text-tertiary);
1330
- font-size: var(--re-font-size-xxxs);
1328
+ ._EditorSelect-label_13s1k_135 {
1329
+ color: var(--editor-text-tertiary);
1330
+ font-size: var(--editor-font-size-xxxs);
1331
1331
  font-weight: 600;
1332
1332
  letter-spacing: 0.04em;
1333
1333
  padding: 6px 8px 4px;
1334
1334
  text-transform: uppercase;
1335
1335
  }
1336
- ._FeSelect-separator_13era_144 {
1337
- background: var(--re-border-subtle);
1336
+ ._EditorSelect-separator_13s1k_144 {
1337
+ background: var(--editor-border-subtle);
1338
1338
  height: 1px;
1339
1339
  margin: 4px;
1340
1340
  pointer-events: none;
1341
1341
  }
1342
- ._FeSelect-scrollButton_13era_152 {
1342
+ ._EditorSelect-scrollButton_13s1k_152 {
1343
1343
  align-items: center;
1344
- background: var(--re-surface-raised);
1345
- color: var(--re-text-tertiary);
1344
+ background: var(--editor-surface-raised);
1345
+ color: var(--editor-text-tertiary);
1346
1346
  cursor: default;
1347
1347
  display: flex;
1348
1348
  justify-content: center;
@@ -1350,22 +1350,22 @@ textarea._Input-input_yqqgz_27 {
1350
1350
  z-index: 1;
1351
1351
  }
1352
1352
 
1353
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/RichTextMenu/styles.module.css/#css-module-data */
1354
- ._RichTextMenu_7muaf_1 {
1353
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/RichTextMenu/styles.module.css/#css-module-data */
1354
+ ._RichTextMenu_1l3cr_1 {
1355
1355
  display: flex;
1356
1356
  flex-direction: row;
1357
1357
  flex-wrap: nowrap;
1358
1358
  }
1359
- ._RichTextMenu--form_7muaf_7 {
1360
- border-top-left-radius: var(--re-radius-md);
1361
- border-top-right-radius: var(--re-radius-md);
1359
+ ._RichTextMenu--form_1l3cr_7 {
1360
+ border-top-left-radius: var(--editor-radius-md);
1361
+ border-top-right-radius: var(--editor-radius-md);
1362
1362
  padding: 6px 6px;
1363
- background-color: var(--re-surface-sunken);
1363
+ background-color: var(--editor-surface-sunken);
1364
1364
  position: relative;
1365
1365
  scrollbar-width: none;
1366
1366
  overflow-x: auto;
1367
1367
  }
1368
- ._RichTextMenu-group_7muaf_17 {
1368
+ ._RichTextMenu-group_1l3cr_17 {
1369
1369
  display: flex;
1370
1370
  align-items: space-between;
1371
1371
  flex-direction: row;
@@ -1374,26 +1374,26 @@ textarea._Input-input_yqqgz_27 {
1374
1374
  gap: 2px;
1375
1375
  position: relative;
1376
1376
  }
1377
- ._RichTextMenu-group_7muaf_17:first-of-type {
1377
+ ._RichTextMenu-group_1l3cr_17:first-of-type {
1378
1378
  padding-left: 0;
1379
1379
  }
1380
- ._RichTextMenu-group_7muaf_17:last-of-type {
1380
+ ._RichTextMenu-group_1l3cr_17:last-of-type {
1381
1381
  padding-right: 0;
1382
1382
  }
1383
- ._RichTextMenu--inline_7muaf_35 ._RichTextMenu-group_7muaf_17 {
1384
- color: var(--re-text-inverse);
1383
+ ._RichTextMenu--inline_1l3cr_35 ._RichTextMenu-group_1l3cr_17 {
1384
+ color: var(--editor-text-inverse);
1385
1385
  opacity: 0.85;
1386
1386
  gap: 0px;
1387
1387
  flex-wrap: nowrap;
1388
1388
  }
1389
- ._RichTextMenu-group_7muaf_17 + ._RichTextMenu-group_7muaf_17 {
1390
- border-left: 1px solid var(--re-border-subtle);
1389
+ ._RichTextMenu-group_1l3cr_17 + ._RichTextMenu-group_1l3cr_17 {
1390
+ border-left: 1px solid var(--editor-border-subtle);
1391
1391
  }
1392
- ._RichTextMenu--inline_7muaf_35 ._RichTextMenu-group_7muaf_17 + ._RichTextMenu-group_7muaf_17 {
1392
+ ._RichTextMenu--inline_1l3cr_35 ._RichTextMenu-group_1l3cr_17 + ._RichTextMenu-group_1l3cr_17 {
1393
1393
  border-left: 0.5px solid rgba(255, 255, 255, 0.2);
1394
1394
  }
1395
1395
 
1396
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1396
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1397
1397
  ._Control_1aveu_1 .lucide {
1398
1398
  height: 18px;
1399
1399
  width: 18px;
@@ -1403,286 +1403,286 @@ textarea._Input-input_yqqgz_27 {
1403
1403
  width: 16px;
1404
1404
  }
1405
1405
 
1406
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Select/styles.module.css/#css-module-data */
1407
- ._Select_6nen1_1 {
1406
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Select/styles.module.css/#css-module-data */
1407
+ ._Select_1hzg4_1 {
1408
1408
  position: relative;
1409
1409
  z-index: 1;
1410
1410
  }
1411
- ._Select-button_6nen1_6 {
1411
+ ._Select-button_1hzg4_6 {
1412
1412
  align-items: center;
1413
1413
  background: transparent;
1414
1414
  border: none;
1415
- border-radius: var(--re-radius-sm);
1415
+ border-radius: var(--editor-radius-sm);
1416
1416
  display: flex;
1417
1417
  justify-content: center;
1418
1418
  gap: 0px;
1419
1419
  height: 100%;
1420
1420
  padding: 4px;
1421
1421
  padding-right: 2px;
1422
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
1422
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
1423
1423
  }
1424
- ._Select--hasOptions_6nen1_21 ._Select-button_6nen1_6 {
1424
+ ._Select--hasOptions_1hzg4_21 ._Select-button_1hzg4_6 {
1425
1425
  color: currentColor;
1426
1426
  }
1427
- ._Select--hasOptions_6nen1_21:not(._Select--disabled_6nen1_25) ._Select-button_6nen1_6 {
1427
+ ._Select--hasOptions_1hzg4_21:not(._Select--disabled_1hzg4_25) ._Select-button_1hzg4_6 {
1428
1428
  cursor: pointer;
1429
1429
  }
1430
- ._Select-buttonIcon_6nen1_29 {
1430
+ ._Select-buttonIcon_1hzg4_29 {
1431
1431
  align-items: center;
1432
1432
  display: flex;
1433
1433
  justify-content: center;
1434
1434
  }
1435
- ._Select--standalone_6nen1_35 ._Select-buttonIcon_6nen1_29 .lucide {
1435
+ ._Select--standalone_1hzg4_35 ._Select-buttonIcon_1hzg4_29 .lucide {
1436
1436
  height: 18px;
1437
1437
  width: 18px;
1438
1438
  }
1439
- ._Select--actionBar_6nen1_40 ._Select-buttonIcon_6nen1_29 .lucide {
1439
+ ._Select--actionBar_1hzg4_40 ._Select-buttonIcon_1hzg4_29 .lucide {
1440
1440
  height: 16px;
1441
1441
  width: 16px;
1442
1442
  }
1443
- ._Select--hasOptions_6nen1_21:not(._Select--disabled_6nen1_25) ._Select-button_6nen1_6:hover,
1444
- ._Select--hasValue_6nen1_46 ._Select-button_6nen1_6 {
1445
- background: var(--re-surface-hover);
1446
- color: var(--re-text-accent);
1443
+ ._Select--hasOptions_1hzg4_21:not(._Select--disabled_1hzg4_25) ._Select-button_1hzg4_6:hover,
1444
+ ._Select--hasValue_1hzg4_46 ._Select-button_1hzg4_6 {
1445
+ background: var(--editor-surface-hover);
1446
+ color: var(--editor-text-accent);
1447
1447
  }
1448
- ._Select--disabled_6nen1_25 ._Select-button_6nen1_6 {
1449
- color: var(--re-text-tertiary);
1448
+ ._Select--disabled_1hzg4_25 ._Select-button_1hzg4_6 {
1449
+ color: var(--editor-text-tertiary);
1450
1450
  }
1451
- ._Select--actionBar_6nen1_40 {
1452
- &._Select--hasOptions_6nen1_21 ._Select-button_6nen1_6:hover,
1453
- &._Select--hasValue_6nen1_46 ._Select-button_6nen1_6 {
1451
+ ._Select--actionBar_1hzg4_40 {
1452
+ &._Select--hasOptions_1hzg4_21 ._Select-button_1hzg4_6:hover,
1453
+ &._Select--hasValue_1hzg4_46 ._Select-button_1hzg4_6 {
1454
1454
  background: rgba(255, 255, 255, 0.12);
1455
- color: var(--re-text-inverse);
1455
+ color: var(--editor-text-inverse);
1456
1456
  }
1457
1457
  }
1458
- ._Select-items_6nen1_63 {
1459
- background: var(--re-surface-panel);
1460
- border: 1px solid var(--re-border-subtle);
1461
- border-radius: var(--re-radius-lg);
1462
- box-shadow: var(--re-shadow-lg);
1458
+ ._Select-items_1hzg4_63 {
1459
+ background: var(--editor-surface-panel);
1460
+ border: 1px solid var(--editor-border-subtle);
1461
+ border-radius: var(--editor-radius-lg);
1462
+ box-shadow: var(--editor-shadow-lg);
1463
1463
  margin: 10px 8px;
1464
1464
  margin-left: 0;
1465
1465
  padding: 4px;
1466
1466
  z-index: 2;
1467
1467
  list-style: none;
1468
1468
  }
1469
- ._SelectItem_6nen1_75 {
1469
+ ._SelectItem_1hzg4_75 {
1470
1470
  background: transparent;
1471
- border-radius: var(--re-radius-sm);
1471
+ border-radius: var(--editor-radius-sm);
1472
1472
  border: none;
1473
- color: var(--re-text-secondary);
1473
+ color: var(--editor-text-secondary);
1474
1474
  cursor: pointer;
1475
1475
  display: flex;
1476
1476
  gap: 8px;
1477
1477
  align-items: center;
1478
- font-size: var(--re-font-size-xxs);
1478
+ font-size: var(--editor-font-size-xxs);
1479
1479
  margin: 0;
1480
1480
  padding: 8px 12px;
1481
1481
  width: 100%;
1482
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
1482
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
1483
1483
  }
1484
- ._SelectItem--isSelected_6nen1_92 {
1485
- background: var(--re-accent-soft);
1486
- color: var(--re-text-accent);
1484
+ ._SelectItem--isSelected_1hzg4_92 {
1485
+ background: var(--editor-accent-soft);
1486
+ color: var(--editor-text-accent);
1487
1487
  font-weight: 500;
1488
1488
  }
1489
- ._SelectItem--isSelected_6nen1_92 ._SelectItem-icon_6nen1_98 {
1490
- color: var(--re-text-accent);
1489
+ ._SelectItem--isSelected_1hzg4_92 ._SelectItem-icon_1hzg4_98 {
1490
+ color: var(--editor-text-accent);
1491
1491
  }
1492
- ._SelectItem_6nen1_75:hover {
1493
- background: var(--re-surface-hover);
1494
- color: var(--re-text-accent);
1492
+ ._SelectItem_1hzg4_75:hover {
1493
+ background: var(--editor-surface-hover);
1494
+ color: var(--editor-text-accent);
1495
1495
  }
1496
1496
 
1497
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
1498
- ._RichTextEditor_1grt5_1 .ProseMirror {
1497
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
1498
+ ._RichTextEditor_150ed_1 .ProseMirror {
1499
1499
  white-space: pre-wrap;
1500
1500
  word-wrap: break-word;
1501
1501
  cursor: text;
1502
1502
  outline: none;
1503
1503
  position: relative;
1504
1504
  }
1505
- ._RichTextEditor_1grt5_1 .rich-text * {
1505
+ ._RichTextEditor_150ed_1 .rich-text * {
1506
1506
  white-space: pre-wrap;
1507
1507
  user-select: auto;
1508
1508
  -webkit-user-select: auto;
1509
1509
  }
1510
- ._RichTextEditor_1grt5_1 .rich-text blockquote {
1510
+ ._RichTextEditor_150ed_1 .rich-text blockquote {
1511
1511
  margin: 1em 0;
1512
1512
  padding: 0 1em;
1513
- border-left: 4px solid var(--re-border-default);
1513
+ border-left: 4px solid var(--editor-border-default);
1514
1514
  }
1515
- ._RichTextEditor_1grt5_1 .rich-text code {
1516
- background-color: var(--re-surface-sunken);
1515
+ ._RichTextEditor_150ed_1 .rich-text code {
1516
+ background-color: var(--editor-surface-sunken);
1517
1517
  padding: 4px 8px;
1518
- border-radius: var(--re-radius-sm);
1518
+ border-radius: var(--editor-radius-sm);
1519
1519
  }
1520
- ._RichTextEditor_1grt5_1 .rich-text p:empty::before {
1520
+ ._RichTextEditor_150ed_1 .rich-text p:empty::before {
1521
1521
  content: "\a0";
1522
1522
  }
1523
- ._RichTextEditor_1grt5_1 .rich-text pre code {
1523
+ ._RichTextEditor_150ed_1 .rich-text pre code {
1524
1524
  display: block;
1525
1525
  padding: 8px 12px;
1526
1526
  }
1527
- ._RichTextEditor_1grt5_1 .rich-text > *:first-child,
1528
- ._RichTextEditor_1grt5_1 .ProseMirror > *:first-child,
1529
- ._RichTextEditor_1grt5_1 .rich-text * p:first-of-type {
1527
+ ._RichTextEditor_150ed_1 .rich-text > *:first-child,
1528
+ ._RichTextEditor_150ed_1 .ProseMirror > *:first-child,
1529
+ ._RichTextEditor_150ed_1 .rich-text * p:first-of-type {
1530
1530
  margin-top: 0;
1531
1531
  }
1532
- ._RichTextEditor_1grt5_1 .rich-text > *:last-child,
1533
- ._RichTextEditor_1grt5_1 .ProseMirror > *:last-child,
1534
- ._RichTextEditor_1grt5_1 .rich-text * p:last-of-type {
1532
+ ._RichTextEditor_150ed_1 .rich-text > *:last-child,
1533
+ ._RichTextEditor_150ed_1 .ProseMirror > *:last-child,
1534
+ ._RichTextEditor_150ed_1 .rich-text * p:last-of-type {
1535
1535
  margin-bottom: 0;
1536
1536
  }
1537
- ._RichTextEditor--editor_1grt5_50 {
1538
- background: var(--re-surface-panel);
1537
+ ._RichTextEditor--editor_150ed_50 {
1538
+ background: var(--editor-surface-panel);
1539
1539
  border-width: 1px;
1540
1540
  border-style: solid;
1541
- border-color: var(--re-border-default);
1542
- border-radius: var(--re-radius-md);
1541
+ border-color: var(--editor-border-default);
1542
+ border-radius: var(--editor-radius-md);
1543
1543
  box-sizing: border-box;
1544
1544
  display: flex;
1545
1545
  flex-direction: column;
1546
1546
  font-family: inherit;
1547
- font-size: var(--re-font-size-xxs);
1547
+ font-size: var(--editor-font-size-xxs);
1548
1548
  resize: vertical;
1549
1549
  text-align: initial;
1550
- transition: border-color var(--re-motion-fast) var(--re-ease), box-shadow var(--re-motion-fast) var(--re-ease);
1550
+ transition: border-color var(--editor-motion-fast) var(--editor-ease), box-shadow var(--editor-motion-fast) var(--editor-ease);
1551
1551
  width: 100%;
1552
1552
  max-width: 100%;
1553
1553
  min-height: 128px;
1554
1554
  }
1555
- ._RichTextEditor--editor_1grt5_50 .rich-text {
1555
+ ._RichTextEditor--editor_150ed_50 .rich-text {
1556
1556
  flex-grow: 1;
1557
1557
  }
1558
- ._RichTextEditor--editor_1grt5_50 .rich-text:not(:has(.ProseMirror)),
1559
- ._RichTextEditor--editor_1grt5_50 .rich-text .ProseMirror {
1558
+ ._RichTextEditor--editor_150ed_50 .rich-text:not(:has(.ProseMirror)),
1559
+ ._RichTextEditor--editor_150ed_50 .rich-text .ProseMirror {
1560
1560
  height: 100%;
1561
1561
  padding: 12px 15px;
1562
1562
  }
1563
- ._RichTextEditor--editor_1grt5_50 .rich-text ul,
1564
- ._RichTextEditor--editor_1grt5_50 .rich-text ol {
1563
+ ._RichTextEditor--editor_150ed_50 .rich-text ul,
1564
+ ._RichTextEditor--editor_150ed_50 .rich-text ol {
1565
1565
  padding-left: 24px;
1566
1566
  }
1567
- ._RichTextEditor--editor_1grt5_50 .rich-text li {
1567
+ ._RichTextEditor--editor_150ed_50 .rich-text li {
1568
1568
  line-height: 1.5;
1569
1569
  }
1570
- ._RichTextEditor--editor_1grt5_50 .rich-text p {
1570
+ ._RichTextEditor--editor_150ed_50 .rich-text p {
1571
1571
  margin-block: 12px;
1572
1572
  }
1573
- ._RichTextEditor--editor_1grt5_50 .rich-text ul {
1573
+ ._RichTextEditor--editor_150ed_50 .rich-text ul {
1574
1574
  list-style: disc;
1575
1575
  }
1576
- ._RichTextEditor--editor_1grt5_50 .rich-text ol {
1576
+ ._RichTextEditor--editor_150ed_50 .rich-text ol {
1577
1577
  list-style: decimal;
1578
1578
  }
1579
- ._RichTextEditor--editor_1grt5_50:focus-within {
1580
- border-color: var(--re-accent);
1579
+ ._RichTextEditor--editor_150ed_50:focus-within {
1580
+ border-color: var(--editor-accent);
1581
1581
  outline: none;
1582
- box-shadow: var(--re-ring);
1582
+ box-shadow: var(--editor-ring);
1583
1583
  transition: none;
1584
1584
  }
1585
- ._RichTextEditor--editor_1grt5_50._RichTextEditor--disabled_1grt5_109 {
1586
- background: var(--re-surface-sunken);
1585
+ ._RichTextEditor--editor_150ed_50._RichTextEditor--disabled_150ed_109 {
1586
+ background: var(--editor-surface-sunken);
1587
1587
  }
1588
- ._RichTextEditor_1grt5_1:not(:focus-within):not(._RichTextEditor--isActive_1grt5_113) .ProseMirror ::selection {
1588
+ ._RichTextEditor_150ed_1:not(:focus-within):not(._RichTextEditor--isActive_150ed_113) .ProseMirror ::selection {
1589
1589
  background-color: transparent;
1590
1590
  }
1591
- ._RichTextEditor-menu_1grt5_119 {
1592
- border-bottom: 1px solid var(--re-border-subtle);
1591
+ ._RichTextEditor-menu_150ed_119 {
1592
+ border-bottom: 1px solid var(--editor-border-subtle);
1593
1593
  position: sticky;
1594
1594
  top: 0;
1595
1595
  z-index: 1;
1596
1596
  }
1597
- ._RichTextEditor--disabled_1grt5_109 ._RichTextEditor-menu_1grt5_119 {
1598
- border-bottom: 1px solid var(--re-border-subtle);
1597
+ ._RichTextEditor--disabled_150ed_109 ._RichTextEditor-menu_150ed_119 {
1598
+ border-bottom: 1px solid var(--editor-border-subtle);
1599
1599
  }
1600
1600
 
1601
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1602
- ._ObjectField_1o8gv_5 {
1601
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1602
+ ._ObjectField_1byjv_5 {
1603
1603
  display: flex;
1604
1604
  flex-direction: column;
1605
- background-color: var(--re-surface-panel);
1606
- border: 1px solid var(--re-border-subtle);
1607
- border-radius: var(--re-radius-md);
1605
+ background-color: var(--editor-surface-panel);
1606
+ border: 1px solid var(--editor-border-subtle);
1607
+ border-radius: var(--editor-radius-md);
1608
1608
  }
1609
- ._ObjectField-fieldset_1o8gv_13 {
1609
+ ._ObjectField-fieldset_1byjv_13 {
1610
1610
  border: none;
1611
1611
  margin: 0;
1612
1612
  min-width: 0;
1613
1613
  padding: 14px 12px;
1614
1614
  }
1615
1615
 
1616
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1617
- ._ComponentList_apsvr_1 {
1616
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1617
+ ._ComponentList_1mlcu_1 {
1618
1618
  max-width: 100%;
1619
1619
  }
1620
- ._ComponentList--isExpanded_apsvr_5 + ._ComponentList_apsvr_1 {
1620
+ ._ComponentList--isExpanded_1mlcu_5 + ._ComponentList_1mlcu_1 {
1621
1621
  margin-top: 12px;
1622
1622
  }
1623
- ._ComponentList-content_apsvr_9 {
1623
+ ._ComponentList-content_1mlcu_9 {
1624
1624
  display: none;
1625
1625
  }
1626
- ._ComponentList--isExpanded_apsvr_5 > ._ComponentList-content_apsvr_9 {
1626
+ ._ComponentList--isExpanded_1mlcu_5 > ._ComponentList-content_1mlcu_9 {
1627
1627
  display: block;
1628
1628
  }
1629
- ._ComponentList-title_apsvr_17 {
1629
+ ._ComponentList-title_1mlcu_17 {
1630
1630
  background-color: transparent;
1631
1631
  border: 0;
1632
- color: var(--re-text-secondary);
1632
+ color: var(--editor-text-secondary);
1633
1633
  cursor: pointer;
1634
1634
  display: flex;
1635
1635
  font: inherit;
1636
- font-size: var(--re-font-size-xxs);
1636
+ font-size: var(--editor-font-size-xxs);
1637
1637
  font-weight: 600;
1638
1638
  list-style: none;
1639
1639
  margin-bottom: 4px;
1640
1640
  padding: 8px;
1641
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
1641
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
1642
1642
  gap: 4px;
1643
- border-radius: var(--re-radius-md);
1643
+ border-radius: var(--editor-radius-md);
1644
1644
  width: 100%;
1645
1645
  }
1646
- ._ComponentList-title_apsvr_17:focus-visible {
1646
+ ._ComponentList-title_1mlcu_17:focus-visible {
1647
1647
  outline: none;
1648
- box-shadow: var(--re-ring);
1648
+ box-shadow: var(--editor-ring);
1649
1649
  }
1650
1650
  @media (hover: hover) and (pointer: fine) {
1651
- ._ComponentList-title_apsvr_17:hover {
1652
- background-color: var(--re-surface-hover);
1653
- color: var(--re-text-accent);
1651
+ ._ComponentList-title_1mlcu_17:hover {
1652
+ background-color: var(--editor-surface-hover);
1653
+ color: var(--editor-text-accent);
1654
1654
  transition: none;
1655
1655
  }
1656
1656
  }
1657
- ._ComponentList-title_apsvr_17:active {
1658
- background-color: var(--re-accent-soft);
1657
+ ._ComponentList-title_1mlcu_17:active {
1658
+ background-color: var(--editor-accent-soft);
1659
1659
  transition: none;
1660
1660
  }
1661
- ._ComponentList-titleIcon_apsvr_54 {
1661
+ ._ComponentList-titleIcon_1mlcu_54 {
1662
1662
  display: flex;
1663
1663
  align-items: center;
1664
- transition: transform var(--re-motion-fast) var(--re-ease);
1664
+ transition: transform var(--editor-motion-fast) var(--editor-ease);
1665
1665
  }
1666
- ._ComponentList--isExpanded_apsvr_5 ._ComponentList-titleIcon_apsvr_54 {
1666
+ ._ComponentList--isExpanded_1mlcu_5 ._ComponentList-titleIcon_1mlcu_54 {
1667
1667
  transform: rotate(90deg);
1668
1668
  }
1669
1669
 
1670
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Drawer/styles.module.css/#css-module-data */
1671
- ._Drawer_rcm43_1 {
1670
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Drawer/styles.module.css/#css-module-data */
1671
+ ._Drawer_146py_1 {
1672
1672
  display: flex;
1673
1673
  flex-direction: column;
1674
- font-family: var(--re-font-family);
1674
+ font-family: var(--editor-font-family);
1675
1675
  gap: 6px;
1676
1676
  }
1677
- ._Drawer--tile_rcm43_8 {
1677
+ ._Drawer--tile_146py_8 {
1678
1678
  display: grid;
1679
1679
  grid-template-columns: repeat(auto-fill, minmax(min(88px, calc(50% - 3px)), 1fr));
1680
1680
  gap: 6px;
1681
1681
  }
1682
- ._Drawer-draggable_rcm43_19 {
1682
+ ._Drawer-draggable_146py_19 {
1683
1683
  position: relative;
1684
1684
  }
1685
- ._Drawer-draggableBg_rcm43_23 {
1685
+ ._Drawer-draggableBg_146py_23 {
1686
1686
  position: absolute;
1687
1687
  top: 0;
1688
1688
  right: 0;
@@ -1691,60 +1691,60 @@ textarea._Input-input_yqqgz_27 {
1691
1691
  pointer-events: none;
1692
1692
  z-index: -1;
1693
1693
  }
1694
- ._DrawerItem-draggable_rcm43_33 {
1695
- background: var(--re-surface-panel);
1694
+ ._DrawerItem-draggable_146py_33 {
1695
+ background: var(--editor-surface-panel);
1696
1696
  cursor: grab;
1697
1697
  padding: 8px 10px;
1698
1698
  display: flex;
1699
- border: 1px var(--re-border-subtle) solid;
1700
- border-radius: var(--re-radius-md);
1701
- font-size: var(--re-font-size-xxs);
1702
- color: var(--re-text-primary);
1699
+ border: 1px var(--editor-border-subtle) solid;
1700
+ border-radius: var(--editor-radius-md);
1701
+ font-size: var(--editor-font-size-xxs);
1702
+ color: var(--editor-text-primary);
1703
1703
  gap: 8px;
1704
1704
  align-items: center;
1705
1705
  transition:
1706
- background-color var(--re-motion-fast) var(--re-ease),
1707
- color var(--re-motion-fast) var(--re-ease),
1708
- border-color var(--re-motion-fast) var(--re-ease),
1709
- box-shadow var(--re-motion-fast) var(--re-ease);
1706
+ background-color var(--editor-motion-fast) var(--editor-ease),
1707
+ color var(--editor-motion-fast) var(--editor-ease),
1708
+ border-color var(--editor-motion-fast) var(--editor-ease),
1709
+ box-shadow var(--editor-motion-fast) var(--editor-ease);
1710
1710
  }
1711
- ._DrawerItem-icon_rcm43_50 {
1712
- color: var(--re-text-tertiary);
1711
+ ._DrawerItem-icon_146py_50 {
1712
+ color: var(--editor-text-tertiary);
1713
1713
  display: flex;
1714
- transition: color var(--re-motion-fast) var(--re-ease);
1714
+ transition: color var(--editor-motion-fast) var(--editor-ease);
1715
1715
  }
1716
- ._DrawerItem--disabled_rcm43_56 ._DrawerItem-draggable_rcm43_33 {
1717
- background: var(--re-surface-sunken);
1718
- color: var(--re-text-tertiary);
1716
+ ._DrawerItem--disabled_146py_56 ._DrawerItem-draggable_146py_33 {
1717
+ background: var(--editor-surface-sunken);
1718
+ color: var(--editor-text-tertiary);
1719
1719
  cursor: not-allowed;
1720
1720
  }
1721
- ._DrawerItem_rcm43_33:focus-visible {
1721
+ ._DrawerItem_146py_33:focus-visible {
1722
1722
  outline: 0;
1723
1723
  }
1724
- ._Drawer_rcm43_1:not(._Drawer--isDraggingFrom_rcm43_66) ._DrawerItem_rcm43_33:focus-visible ._DrawerItem-draggable_rcm43_33 {
1725
- border-radius: var(--re-radius-md);
1724
+ ._Drawer_146py_1:not(._Drawer--isDraggingFrom_146py_66) ._DrawerItem_146py_33:focus-visible ._DrawerItem-draggable_146py_33 {
1725
+ border-radius: var(--editor-radius-md);
1726
1726
  outline: none;
1727
- box-shadow: var(--re-ring);
1727
+ box-shadow: var(--editor-ring);
1728
1728
  }
1729
1729
  @media (hover: hover) and (pointer: fine) {
1730
- ._Drawer_rcm43_1:not(._Drawer--isDraggingFrom_rcm43_66) ._DrawerItem_rcm43_33:not(._DrawerItem--disabled_rcm43_56) ._DrawerItem-draggable_rcm43_33:hover {
1731
- background-color: var(--re-surface-hover);
1732
- border-color: var(--re-border-default);
1733
- color: var(--re-text-accent);
1734
- box-shadow: var(--re-shadow-sm);
1730
+ ._Drawer_146py_1:not(._Drawer--isDraggingFrom_146py_66) ._DrawerItem_146py_33:not(._DrawerItem--disabled_146py_56) ._DrawerItem-draggable_146py_33:hover {
1731
+ background-color: var(--editor-surface-hover);
1732
+ border-color: var(--editor-border-default);
1733
+ color: var(--editor-text-accent);
1734
+ box-shadow: var(--editor-shadow-sm);
1735
1735
  transition: none;
1736
1736
  }
1737
- ._Drawer_rcm43_1:not(._Drawer--isDraggingFrom_rcm43_66) ._DrawerItem_rcm43_33:not(._DrawerItem--disabled_rcm43_56) ._DrawerItem-draggable_rcm43_33:hover ._DrawerItem-icon_rcm43_50 {
1738
- color: var(--re-text-accent);
1737
+ ._Drawer_146py_1:not(._Drawer--isDraggingFrom_146py_66) ._DrawerItem_146py_33:not(._DrawerItem--disabled_146py_56) ._DrawerItem-draggable_146py_33:hover ._DrawerItem-icon_146py_50 {
1738
+ color: var(--editor-text-accent);
1739
1739
  }
1740
1740
  }
1741
- ._DrawerItem-name_rcm43_91 {
1741
+ ._DrawerItem-name_146py_91 {
1742
1742
  overflow-x: hidden;
1743
1743
  text-overflow: ellipsis;
1744
1744
  white-space: nowrap;
1745
1745
  font-weight: 500;
1746
1746
  }
1747
- ._Drawer--tile_rcm43_8 ._DrawerItem-draggable_rcm43_33 {
1747
+ ._Drawer--tile_146py_8 ._DrawerItem-draggable_146py_33 {
1748
1748
  flex-direction: column;
1749
1749
  align-items: center;
1750
1750
  justify-content: center;
@@ -1753,28 +1753,28 @@ textarea._Input-input_yqqgz_27 {
1753
1753
  padding: 8px;
1754
1754
  gap: 6px;
1755
1755
  }
1756
- ._Drawer--tile_rcm43_8 ._DrawerItem-icon_rcm43_50 {
1756
+ ._Drawer--tile_146py_8 ._DrawerItem-icon_146py_50 {
1757
1757
  display: flex;
1758
1758
  align-items: center;
1759
1759
  justify-content: center;
1760
1760
  }
1761
- ._Drawer--tile_rcm43_8 ._DrawerItem-icon_rcm43_50 svg {
1761
+ ._Drawer--tile_146py_8 ._DrawerItem-icon_146py_50 svg {
1762
1762
  width: 22px;
1763
1763
  height: 22px;
1764
1764
  }
1765
- ._Drawer--tile_rcm43_8 ._DrawerItem-name_rcm43_91 {
1765
+ ._Drawer--tile_146py_8 ._DrawerItem-name_146py_91 {
1766
1766
  width: 100%;
1767
- font-size: var(--re-font-size-xxxs);
1767
+ font-size: var(--editor-font-size-xxxs);
1768
1768
  line-height: 1.2;
1769
1769
  }
1770
1770
 
1771
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
1772
- ._DraggableComponent_d90mv_1 {
1771
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
1772
+ ._DraggableComponent_ie0on_1 {
1773
1773
  position: absolute;
1774
1774
  pointer-events: none;
1775
- --overlay-background: color-mix( in srgb, var(--re-color-azure-05) 14%, transparent );
1775
+ --overlay-background: color-mix( in srgb, var(--editor-color-azure-05) 14%, transparent );
1776
1776
  }
1777
- ._DraggableComponent-overlayWrapper_d90mv_12 {
1777
+ ._DraggableComponent-overlayWrapper_ie0on_12 {
1778
1778
  height: 100%;
1779
1779
  width: 100%;
1780
1780
  top: 0;
@@ -1783,22 +1783,22 @@ textarea._Input-input_yqqgz_27 {
1783
1783
  box-sizing: border-box;
1784
1784
  z-index: 1;
1785
1785
  }
1786
- ._DraggableComponent-overlay_d90mv_12 {
1786
+ ._DraggableComponent-overlay_ie0on_12 {
1787
1787
  cursor: pointer;
1788
1788
  height: 100%;
1789
- outline: 1.5px var(--re-accent) solid;
1789
+ outline: 1.5px var(--editor-accent) solid;
1790
1790
  outline-offset: -1.5px;
1791
1791
  width: 100%;
1792
- transition: outline-color var(--re-motion-fast) var(--re-ease), background-color var(--re-motion-fast) var(--re-ease);
1792
+ transition: outline-color var(--editor-motion-fast) var(--editor-ease), background-color var(--editor-motion-fast) var(--editor-ease);
1793
1793
  }
1794
- ._DraggableComponent_d90mv_1:focus-visible > ._DraggableComponent-overlayWrapper_d90mv_12 {
1795
- outline: 1px solid var(--re-accent);
1794
+ ._DraggableComponent_ie0on_1:focus-visible > ._DraggableComponent-overlayWrapper_ie0on_12 {
1795
+ outline: 1px solid var(--editor-accent);
1796
1796
  }
1797
- ._DraggableComponent-loadingOverlay_d90mv_36 {
1798
- background: var(--re-surface-panel);
1799
- color: var(--re-text-primary);
1800
- border-radius: var(--re-radius-md);
1801
- box-shadow: var(--re-shadow-sm);
1797
+ ._DraggableComponent-loadingOverlay_ie0on_36 {
1798
+ background: var(--editor-surface-panel);
1799
+ color: var(--editor-text-primary);
1800
+ border-radius: var(--editor-radius-md);
1801
+ box-shadow: var(--editor-shadow-sm);
1802
1802
  display: flex;
1803
1803
  padding: 8px;
1804
1804
  top: 8px;
@@ -1810,41 +1810,41 @@ textarea._Input-input_yqqgz_27 {
1810
1810
  opacity: 0.85;
1811
1811
  z-index: 1;
1812
1812
  }
1813
- ._DraggableComponent--hover_d90mv_53 > ._DraggableComponent-overlayWrapper_d90mv_12 > ._DraggableComponent-overlay_d90mv_12 {
1813
+ ._DraggableComponent--hover_ie0on_53 > ._DraggableComponent-overlayWrapper_ie0on_12 > ._DraggableComponent-overlay_ie0on_12 {
1814
1814
  background: var(--overlay-background);
1815
- outline: 1.5px var(--re-accent) solid;
1815
+ outline: 1.5px var(--editor-accent) solid;
1816
1816
  }
1817
- ._DraggableComponent--isSelected_d90mv_60 > ._DraggableComponent-overlayWrapper_d90mv_12 > ._DraggableComponent-overlay_d90mv_12 {
1818
- outline-color: var(--re-accent-strong);
1817
+ ._DraggableComponent--isSelected_ie0on_60 > ._DraggableComponent-overlayWrapper_ie0on_12 > ._DraggableComponent-overlay_ie0on_12 {
1818
+ outline-color: var(--editor-accent-strong);
1819
1819
  outline-width: 2px;
1820
1820
  }
1821
- ._DraggableComponent--isGlobal_d90mv_69 {
1822
- --overlay-background: color-mix( in srgb, var(--re-color-global) 14%, transparent );
1821
+ ._DraggableComponent--isGlobal_ie0on_69 {
1822
+ --overlay-background: color-mix( in srgb, var(--editor-color-global) 14%, transparent );
1823
1823
  }
1824
- ._DraggableComponent--isGlobal_d90mv_69 > ._DraggableComponent-overlayWrapper_d90mv_12 > ._DraggableComponent-overlay_d90mv_12,
1825
- ._DraggableComponent--isGlobal_d90mv_69._DraggableComponent--hover_d90mv_53 > ._DraggableComponent-overlayWrapper_d90mv_12 > ._DraggableComponent-overlay_d90mv_12 {
1826
- outline-color: var(--re-color-global);
1824
+ ._DraggableComponent--isGlobal_ie0on_69 > ._DraggableComponent-overlayWrapper_ie0on_12 > ._DraggableComponent-overlay_ie0on_12,
1825
+ ._DraggableComponent--isGlobal_ie0on_69._DraggableComponent--hover_ie0on_53 > ._DraggableComponent-overlayWrapper_ie0on_12 > ._DraggableComponent-overlay_ie0on_12 {
1826
+ outline-color: var(--editor-color-global);
1827
1827
  }
1828
- ._DraggableComponent--isGlobal_d90mv_69._DraggableComponent--isSelected_d90mv_60 > ._DraggableComponent-overlayWrapper_d90mv_12 > ._DraggableComponent-overlay_d90mv_12 {
1829
- outline-color: var(--re-color-global-strong);
1828
+ ._DraggableComponent--isGlobal_ie0on_69._DraggableComponent--isSelected_ie0on_60 > ._DraggableComponent-overlayWrapper_ie0on_12 > ._DraggableComponent-overlay_ie0on_12 {
1829
+ outline-color: var(--editor-color-global-strong);
1830
1830
  }
1831
- ._DraggableComponent--isGlobal_d90mv_69:focus-visible > ._DraggableComponent-overlayWrapper_d90mv_12 {
1832
- outline-color: var(--re-color-global);
1831
+ ._DraggableComponent--isGlobal_ie0on_69:focus-visible > ._DraggableComponent-overlayWrapper_ie0on_12 {
1832
+ outline-color: var(--editor-color-global);
1833
1833
  }
1834
- ._DraggableComponent_d90mv_1:has(._DraggableComponent--hover_d90mv_53 > ._DraggableComponent-overlayWrapper_d90mv_12) > ._DraggableComponent-overlayWrapper_d90mv_12 {
1834
+ ._DraggableComponent_ie0on_1:has(._DraggableComponent--hover_ie0on_53 > ._DraggableComponent-overlayWrapper_ie0on_12) > ._DraggableComponent-overlayWrapper_ie0on_12 {
1835
1835
  display: none;
1836
1836
  }
1837
- ._DraggableComponent-actionsOverlay_d90mv_105 {
1837
+ ._DraggableComponent-actionsOverlay_ie0on_105 {
1838
1838
  position: sticky;
1839
1839
  opacity: 0;
1840
1840
  pointer-events: none;
1841
1841
  z-index: 2;
1842
1842
  }
1843
- ._DraggableComponent--isSelected_d90mv_60 ._DraggableComponent-actionsOverlay_d90mv_105 {
1843
+ ._DraggableComponent--isSelected_ie0on_60 ._DraggableComponent-actionsOverlay_ie0on_105 {
1844
1844
  opacity: 1;
1845
1845
  pointer-events: auto;
1846
1846
  }
1847
- ._DraggableComponent-actions_d90mv_105 {
1847
+ ._DraggableComponent-actions_ie0on_105 {
1848
1848
  position: absolute;
1849
1849
  width: auto;
1850
1850
  cursor: grab;
@@ -1873,7 +1873,7 @@ textarea._Input-input_yqqgz_27 {
1873
1873
  cursor: pointer;
1874
1874
  }
1875
1875
  [data-dnd-placeholder] {
1876
- background: var(--re-color-azure-06) !important;
1876
+ background: var(--editor-color-azure-06) !important;
1877
1877
  border: none !important;
1878
1878
  color: #00000000 !important;
1879
1879
  opacity: 0.3 !important;
@@ -1887,12 +1887,12 @@ textarea._Input-input_yqqgz_27 {
1887
1887
  }
1888
1888
  [data-dnd-dragging][data-editor-component] {
1889
1889
  pointer-events: none !important;
1890
- outline: 2px var(--re-color-azure-09) solid !important;
1890
+ outline: 2px var(--editor-color-azure-09) solid !important;
1891
1891
  outline-offset: -2px !important;
1892
1892
  }
1893
1893
 
1894
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/DropZone/styles.module.css/#css-module-data */
1895
- ._DropZone_q9qsx_1 {
1894
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/DropZone/styles.module.css/#css-module-data */
1895
+ ._DropZone_1h108_1 {
1896
1896
  --resize-animation-ms: 150ms;
1897
1897
  position: relative;
1898
1898
  height: 100%;
@@ -1900,52 +1900,52 @@ textarea._Input-input_yqqgz_27 {
1900
1900
  outline-offset: -2px;
1901
1901
  width: 100%;
1902
1902
  }
1903
- ._DropZone--hasChildren_q9qsx_11 {
1903
+ ._DropZone--hasChildren_1h108_11 {
1904
1904
  min-height: 0;
1905
1905
  }
1906
- ._DropZone_q9qsx_1:empty {
1906
+ ._DropZone_1h108_1:empty {
1907
1907
  min-height: var(--min-empty-height);
1908
1908
  }
1909
- [data-editor-entry]:not([data-editor-dragging]) ._DropZone_q9qsx_1 {
1909
+ [data-editor-entry]:not([data-editor-dragging]) ._DropZone_1h108_1 {
1910
1910
  transition: min-height var(--resize-animation-ms) ease-in;
1911
1911
  }
1912
- ._DropZone--isAreaSelected_q9qsx_24,
1913
- ._DropZone--hoveringOverArea_q9qsx_25:not(._DropZone--isRootZone_q9qsx_25) {
1914
- background: var(--re-accent-soft);
1915
- outline: 1px dashed var(--re-accent);
1916
- border-radius: var(--re-radius-md);
1912
+ ._DropZone--isAreaSelected_1h108_24,
1913
+ ._DropZone--hoveringOverArea_1h108_25:not(._DropZone--isRootZone_1h108_25) {
1914
+ background: var(--editor-accent-soft);
1915
+ outline: 1px dashed var(--editor-accent);
1916
+ border-radius: var(--editor-radius-md);
1917
1917
  }
1918
- ._DropZone_q9qsx_1:empty {
1919
- background: var(--re-surface-sunken);
1920
- outline: 1px dashed var(--re-border-default);
1921
- border-radius: var(--re-radius-md);
1922
- transition: background-color var(--re-motion-base) var(--re-ease), outline-color var(--re-motion-base) var(--re-ease);
1918
+ ._DropZone_1h108_1:empty {
1919
+ background: var(--editor-surface-sunken);
1920
+ outline: 1px dashed var(--editor-border-default);
1921
+ border-radius: var(--editor-radius-md);
1922
+ transition: background-color var(--editor-motion-base) var(--editor-ease), outline-color var(--editor-motion-base) var(--editor-ease);
1923
1923
  }
1924
- ._DropZone--isDestination_q9qsx_39 {
1925
- outline: 1px dashed var(--re-accent-strong) !important;
1926
- border-radius: var(--re-radius-md);
1924
+ ._DropZone--isDestination_1h108_39 {
1925
+ outline: 1px dashed var(--editor-accent-strong) !important;
1926
+ border-radius: var(--editor-radius-md);
1927
1927
  }
1928
- ._DropZone--isDestination_q9qsx_39:not(._DropZone--isRootZone_q9qsx_25) {
1929
- background: var(--re-accent-soft) !important;
1928
+ ._DropZone--isDestination_1h108_39:not(._DropZone--isRootZone_1h108_25) {
1929
+ background: var(--editor-accent-soft) !important;
1930
1930
  }
1931
- ._DropZone-item_q9qsx_48 {
1931
+ ._DropZone-item_1h108_48 {
1932
1932
  position: relative;
1933
1933
  }
1934
- ._DropZone-hitbox_q9qsx_52 {
1934
+ ._DropZone-hitbox_1h108_52 {
1935
1935
  position: absolute;
1936
1936
  bottom: -12px;
1937
1937
  height: 24px;
1938
1938
  width: 100%;
1939
1939
  z-index: 1;
1940
1940
  }
1941
- [data-editor-dragging] ._DropZone--isEnabled_q9qsx_60 {
1942
- outline: 1px dashed var(--re-accent);
1943
- border-radius: var(--re-radius-md);
1941
+ [data-editor-dragging] ._DropZone--isEnabled_1h108_60 {
1942
+ outline: 1px dashed var(--editor-accent);
1943
+ border-radius: var(--editor-radius-md);
1944
1944
  }
1945
- ._DropZone_q9qsx_1 > *:not([data-editor-component]) {
1945
+ ._DropZone_1h108_1 > *:not([data-editor-component]) {
1946
1946
  opacity: 0;
1947
1947
  }
1948
- body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
1948
+ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
1949
1949
  opacity: 0 !important;
1950
1950
  }
1951
1951
 
@@ -1955,15 +1955,15 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
1955
1955
  pointer-events: auto !important;
1956
1956
  }
1957
1957
  [data-editor-overlay-portal]:hover {
1958
- outline: 2px var(--re-color-azure-09) dashed;
1958
+ outline: 2px var(--editor-color-azure-09) dashed;
1959
1959
  outline-offset: 2px;
1960
1960
  }
1961
1961
  [data-editor-overlay-portal]:focus-within {
1962
- outline: 2px var(--re-color-azure-07) dashed;
1962
+ outline: 2px var(--editor-color-azure-07) dashed;
1963
1963
  outline-offset: 2px;
1964
1964
  }
1965
1965
 
1966
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1966
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1967
1967
  ._InlineTextField_104qp_1 {
1968
1968
  cursor: text;
1969
1969
  display: inline-block;
@@ -1978,16 +1978,16 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
1978
1978
  display: none;
1979
1979
  }
1980
1980
 
1981
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Editor/components/Fields/styles.module.css/#css-module-data */
1982
- ._EditorFields_1di93_1 {
1981
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Fields/styles.module.css/#css-module-data */
1982
+ ._EditorFields_3dnua_1 {
1983
1983
  position: relative;
1984
- font-family: var(--re-font-family);
1984
+ font-family: var(--editor-font-family);
1985
1985
  }
1986
- ._EditorFields--isLoading_1di93_6 {
1986
+ ._EditorFields--isLoading_3dnua_6 {
1987
1987
  min-height: 48px;
1988
1988
  }
1989
- ._EditorFields-loadingOverlay_1di93_10 {
1990
- background: var(--re-surface-panel);
1989
+ ._EditorFields-loadingOverlay_3dnua_10 {
1990
+ background: var(--editor-surface-panel);
1991
1991
  display: flex;
1992
1992
  justify-content: flex-end;
1993
1993
  align-items: flex-start;
@@ -2000,109 +2000,109 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2000
2000
  box-sizing: border-box;
2001
2001
  opacity: 0.8;
2002
2002
  }
2003
- ._EditorFields-loadingOverlayInner_1di93_25 {
2003
+ ._EditorFields-loadingOverlayInner_3dnua_25 {
2004
2004
  display: flex;
2005
2005
  padding: 16px;
2006
2006
  position: sticky;
2007
2007
  top: 0;
2008
2008
  }
2009
- ._EditorFields-field_1di93_32 * {
2009
+ ._EditorFields-field_3dnua_32 * {
2010
2010
  box-sizing: border-box;
2011
2011
  }
2012
- ._EditorFields--wrapFields_1di93_36 ._EditorFields-field_1di93_32 {
2013
- color: var(--re-text-secondary);
2012
+ ._EditorFields--wrapFields_3dnua_36 ._EditorFields-field_3dnua_32 {
2013
+ color: var(--editor-text-secondary);
2014
2014
  padding: 14px 16px;
2015
2015
  display: block;
2016
2016
  }
2017
- ._EditorFields--wrapFields_1di93_36 ._EditorFields-field_1di93_32 + ._EditorFields-field_1di93_32 {
2018
- border-top: 1px solid var(--re-border-subtle);
2017
+ ._EditorFields--wrapFields_3dnua_36 ._EditorFields-field_3dnua_32 + ._EditorFields-field_3dnua_32 {
2018
+ border-top: 1px solid var(--editor-border-subtle);
2019
2019
  }
2020
- ._EditorFields-syncButton_1di93_46 {
2020
+ ._EditorFields-syncButton_3dnua_46 {
2021
2021
  align-items: center;
2022
2022
  background: transparent;
2023
- border: 1px solid var(--re-color-global);
2024
- border-radius: var(--re-radius-md);
2025
- color: var(--re-color-global);
2023
+ border: 1px solid var(--editor-color-global);
2024
+ border-radius: var(--editor-radius-md);
2025
+ color: var(--editor-color-global);
2026
2026
  cursor: pointer;
2027
2027
  display: flex;
2028
2028
  font: inherit;
2029
- font-size: var(--re-font-size-xxs);
2029
+ font-size: var(--editor-font-size-xxs);
2030
2030
  font-weight: 500;
2031
2031
  gap: 8px;
2032
2032
  justify-content: center;
2033
2033
  margin: 12px 16px;
2034
2034
  padding: 10px;
2035
2035
  transition:
2036
- background-color var(--re-motion-fast) var(--re-ease),
2037
- border-color var(--re-motion-fast) var(--re-ease),
2038
- color var(--re-motion-fast) var(--re-ease);
2036
+ background-color var(--editor-motion-fast) var(--editor-ease),
2037
+ border-color var(--editor-motion-fast) var(--editor-ease),
2038
+ color var(--editor-motion-fast) var(--editor-ease);
2039
2039
  width: calc(100% - 32px);
2040
2040
  }
2041
2041
  @media (hover: hover) and (pointer: fine) {
2042
- ._EditorFields-syncButton_1di93_46:hover {
2043
- background: var(--re-color-global-soft);
2042
+ ._EditorFields-syncButton_3dnua_46:hover {
2043
+ background: var(--editor-color-global-soft);
2044
2044
  }
2045
2045
  }
2046
- ._EditorFields-syncButton_1di93_46:focus-visible {
2046
+ ._EditorFields-syncButton_3dnua_46:focus-visible {
2047
2047
  outline: none;
2048
- box-shadow: var(--re-ring);
2048
+ box-shadow: var(--editor-ring);
2049
2049
  }
2050
- ._EditorFields-syncButton--unlinked_1di93_78 {
2051
- border-color: var(--re-border-default);
2052
- color: var(--re-text-secondary);
2050
+ ._EditorFields-syncButton--unlinked_3dnua_78 {
2051
+ border-color: var(--editor-border-default);
2052
+ color: var(--editor-text-secondary);
2053
2053
  }
2054
2054
  @media (hover: hover) and (pointer: fine) {
2055
- ._EditorFields-syncButton--unlinked_1di93_78:hover {
2056
- background: var(--re-surface-hover);
2057
- border-color: var(--re-border-strong);
2058
- color: var(--re-text-primary);
2055
+ ._EditorFields-syncButton--unlinked_3dnua_78:hover {
2056
+ background: var(--editor-surface-hover);
2057
+ border-color: var(--editor-border-strong);
2058
+ color: var(--editor-text-primary);
2059
2059
  }
2060
2060
  }
2061
- ._EditorFields--wrapFields_1di93_36 ._EditorFields-syncButton_1di93_46 + ._EditorFields-field_1di93_32 {
2061
+ ._EditorFields--wrapFields_3dnua_36 ._EditorFields-syncButton_3dnua_46 + ._EditorFields-field_3dnua_32 {
2062
2062
  border-top: none;
2063
2063
  }
2064
2064
 
2065
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Editor/components/Components/styles.module.css/#css-module-data */
2066
- ._Components-search_4hb2y_1 {
2065
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Components/styles.module.css/#css-module-data */
2066
+ ._Components-search_recer_1 {
2067
2067
  position: relative;
2068
2068
  display: flex;
2069
2069
  align-items: center;
2070
2070
  margin-bottom: 12px;
2071
2071
  }
2072
- ._Components-searchIcon_4hb2y_8 {
2072
+ ._Components-searchIcon_recer_8 {
2073
2073
  position: absolute;
2074
2074
  inset-inline-start: 10px;
2075
- color: var(--re-text-tertiary);
2075
+ color: var(--editor-text-tertiary);
2076
2076
  pointer-events: none;
2077
2077
  display: flex;
2078
2078
  }
2079
- ._Components-searchInput_4hb2y_16 {
2079
+ ._Components-searchInput_recer_16 {
2080
2080
  width: 100%;
2081
2081
  font-family: inherit;
2082
- font-size: var(--re-font-size-xxs);
2083
- color: var(--re-text-primary);
2084
- background: var(--re-surface-panel);
2085
- border: 1px solid var(--re-border-subtle);
2086
- border-radius: var(--re-radius-md);
2082
+ font-size: var(--editor-font-size-xxs);
2083
+ color: var(--editor-text-primary);
2084
+ background: var(--editor-surface-panel);
2085
+ border: 1px solid var(--editor-border-subtle);
2086
+ border-radius: var(--editor-radius-md);
2087
2087
  padding: 8px 10px 8px 32px;
2088
- transition: border-color var(--re-motion-fast) var(--re-ease), box-shadow var(--re-motion-fast) var(--re-ease);
2088
+ transition: border-color var(--editor-motion-fast) var(--editor-ease), box-shadow var(--editor-motion-fast) var(--editor-ease);
2089
2089
  }
2090
- ._Components-searchInput_4hb2y_16::placeholder {
2091
- color: var(--re-text-tertiary);
2090
+ ._Components-searchInput_recer_16::placeholder {
2091
+ color: var(--editor-text-tertiary);
2092
2092
  }
2093
- ._Components-searchInput_4hb2y_16:focus {
2093
+ ._Components-searchInput_recer_16:focus {
2094
2094
  outline: none;
2095
- border-color: var(--re-border-default);
2096
- box-shadow: var(--re-ring);
2095
+ border-color: var(--editor-border-default);
2096
+ box-shadow: var(--editor-ring);
2097
2097
  }
2098
- ._Components-empty_4hb2y_39 {
2099
- color: var(--re-text-tertiary);
2100
- font-size: var(--re-font-size-xxs);
2098
+ ._Components-empty_recer_39 {
2099
+ color: var(--editor-text-tertiary);
2100
+ font-size: var(--editor-font-size-xxs);
2101
2101
  padding: 12px 4px;
2102
2102
  text-align: center;
2103
2103
  }
2104
2104
 
2105
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Editor/components/Preview/styles.module.css/#css-module-data */
2105
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Preview/styles.module.css/#css-module-data */
2106
2106
  ._EditorPreview_xou64_1 {
2107
2107
  position: relative;
2108
2108
  height: 100%;
@@ -2113,52 +2113,52 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2113
2113
  width: 100%;
2114
2114
  }
2115
2115
 
2116
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/LayerTree/styles.module.css/#css-module-data */
2117
- ._LayerTree_vc8bi_1 {
2118
- color: var(--re-text-primary);
2119
- font-family: var(--re-font-family);
2120
- font-size: var(--re-font-size-xxs);
2116
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/LayerTree/styles.module.css/#css-module-data */
2117
+ ._LayerTree_3eixb_1 {
2118
+ color: var(--editor-text-primary);
2119
+ font-family: var(--editor-font-family);
2120
+ font-size: var(--editor-font-size-xxs);
2121
2121
  margin: 0;
2122
2122
  position: relative;
2123
2123
  list-style: none;
2124
2124
  padding: 0;
2125
2125
  }
2126
- ._LayerTree-zoneTitle_vc8bi_11 {
2127
- color: var(--re-color-azure-05);
2128
- font-family: var(--re-font-family-monospaced);
2129
- font-size: var(--re-font-size-xxxs);
2126
+ ._LayerTree-zoneTitle_3eixb_11 {
2127
+ color: var(--editor-color-azure-05);
2128
+ font-family: var(--editor-font-family-monospaced);
2129
+ font-size: var(--editor-font-size-xxxs);
2130
2130
  }
2131
- ._LayerTree-helper_vc8bi_17 {
2131
+ ._LayerTree-helper_3eixb_17 {
2132
2132
  text-align: center;
2133
- color: var(--re-accent-strong);
2134
- background: var(--re-accent-soft);
2135
- border-radius: var(--re-radius-md);
2136
- font-family: var(--re-font-family-monospaced);
2137
- font-size: var(--re-font-size-xxxs);
2133
+ color: var(--editor-accent-strong);
2134
+ background: var(--editor-accent-soft);
2135
+ border-radius: var(--editor-radius-md);
2136
+ font-family: var(--editor-font-family-monospaced);
2137
+ font-size: var(--editor-font-size-xxxs);
2138
2138
  padding: 8px;
2139
2139
  margin: 4px 4px 8px;
2140
2140
  }
2141
- ._Layer_vc8bi_1 {
2141
+ ._Layer_3eixb_1 {
2142
2142
  position: relative;
2143
2143
  border: 1px solid transparent;
2144
- border-radius: var(--re-radius-md);
2144
+ border-radius: var(--editor-radius-md);
2145
2145
  }
2146
- ._Layer-inner_vc8bi_34 {
2146
+ ._Layer-inner_3eixb_34 {
2147
2147
  border: 1px solid transparent;
2148
- border-radius: var(--re-radius-md);
2148
+ border-radius: var(--editor-radius-md);
2149
2149
  transition:
2150
- background-color var(--re-motion-fast) var(--re-ease),
2151
- color var(--re-motion-fast) var(--re-ease),
2152
- border-color var(--re-motion-fast) var(--re-ease);
2150
+ background-color var(--editor-motion-fast) var(--editor-ease),
2151
+ color var(--editor-motion-fast) var(--editor-ease),
2152
+ border-color var(--editor-motion-fast) var(--editor-ease);
2153
2153
  }
2154
- ._Layer--containsZone_vc8bi_42 > ._Layer-inner_vc8bi_34 {
2154
+ ._Layer--containsZone_3eixb_42 > ._Layer-inner_3eixb_34 {
2155
2155
  padding-inline-start: 0;
2156
2156
  }
2157
- ._Layer-clickable_vc8bi_46 {
2157
+ ._Layer-clickable_3eixb_46 {
2158
2158
  align-items: center;
2159
2159
  background: none;
2160
2160
  border: 0;
2161
- border-radius: var(--re-radius-md);
2161
+ border-radius: var(--editor-radius-md);
2162
2162
  color: inherit;
2163
2163
  cursor: pointer;
2164
2164
  display: flex;
@@ -2167,139 +2167,139 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2167
2167
  padding-inline-end: 2px;
2168
2168
  width: 100%;
2169
2169
  }
2170
- ._Layer-clickable_vc8bi_46:focus-visible {
2170
+ ._Layer-clickable_3eixb_46:focus-visible {
2171
2171
  outline: none;
2172
- box-shadow: var(--re-ring);
2172
+ box-shadow: var(--editor-ring);
2173
2173
  position: relative;
2174
2174
  z-index: 1;
2175
2175
  }
2176
2176
  @media (hover: hover) and (pointer: fine) {
2177
- ._Layer_vc8bi_1:not(._Layer--isSelected_vc8bi_68) > ._Layer-inner_vc8bi_34:hover {
2178
- background: var(--re-surface-hover);
2179
- color: var(--re-text-accent);
2177
+ ._Layer_3eixb_1:not(._Layer--isSelected_3eixb_68) > ._Layer-inner_3eixb_34:hover {
2178
+ background: var(--editor-surface-hover);
2179
+ color: var(--editor-text-accent);
2180
2180
  transition: none;
2181
2181
  }
2182
2182
  }
2183
- ._Layer--isSelected_vc8bi_68 > ._Layer-inner_vc8bi_34 {
2184
- background: var(--re-accent-soft);
2185
- color: var(--re-text-accent);
2183
+ ._Layer--isSelected_3eixb_68 > ._Layer-inner_3eixb_34 {
2184
+ background: var(--editor-accent-soft);
2185
+ color: var(--editor-text-accent);
2186
2186
  }
2187
- ._Layer--isSelected_vc8bi_68 > ._Layer-inner_vc8bi_34 ._Layer-icon_vc8bi_80,
2188
- ._Layer--isSelected_vc8bi_68 > ._Layer-inner_vc8bi_34 ._Layer-zoneIcon_vc8bi_81 {
2189
- color: var(--re-accent-strong);
2187
+ ._Layer--isSelected_3eixb_68 > ._Layer-inner_3eixb_34 ._Layer-icon_3eixb_80,
2188
+ ._Layer--isSelected_3eixb_68 > ._Layer-inner_3eixb_34 ._Layer-zoneIcon_3eixb_81 {
2189
+ color: var(--editor-accent-strong);
2190
2190
  }
2191
- ._Layer-chevron_vc8bi_85 {
2191
+ ._Layer-chevron_3eixb_85 {
2192
2192
  display: flex;
2193
2193
  align-items: center;
2194
2194
  justify-content: center;
2195
2195
  flex: 0 0 auto;
2196
2196
  width: 12px;
2197
2197
  margin-inline-end: 4px;
2198
- transition: transform var(--re-motion-base) var(--re-ease);
2199
- color: var(--re-text-tertiary);
2198
+ transition: transform var(--editor-motion-base) var(--editor-ease);
2199
+ color: var(--editor-text-tertiary);
2200
2200
  }
2201
- ._Layer--isSelected_vc8bi_68 > ._Layer-inner_vc8bi_34 > ._Layer-clickable_vc8bi_46 > ._Layer-chevron_vc8bi_85,
2202
- ._Layer--childIsSelected_vc8bi_97 > ._Layer-inner_vc8bi_34 > ._Layer-clickable_vc8bi_46 > ._Layer-chevron_vc8bi_85 {
2201
+ ._Layer--isSelected_3eixb_68 > ._Layer-inner_3eixb_34 > ._Layer-clickable_3eixb_46 > ._Layer-chevron_3eixb_85,
2202
+ ._Layer--childIsSelected_3eixb_97 > ._Layer-inner_3eixb_34 > ._Layer-clickable_3eixb_46 > ._Layer-chevron_3eixb_85 {
2203
2203
  transform: rotate(90deg);
2204
2204
  }
2205
- ._Layer-zones_vc8bi_101 {
2205
+ ._Layer-zones_3eixb_101 {
2206
2206
  display: none;
2207
2207
  margin-inline-start: 14px;
2208
2208
  padding-inline-start: 16px;
2209
- border-inline-start: 1px solid var(--re-border-subtle);
2209
+ border-inline-start: 1px solid var(--editor-border-subtle);
2210
2210
  }
2211
- ._Layer--isSelected_vc8bi_68 > ._Layer-zones_vc8bi_101,
2212
- ._Layer--childIsSelected_vc8bi_97 > ._Layer-zones_vc8bi_101 {
2211
+ ._Layer--isSelected_3eixb_68 > ._Layer-zones_3eixb_101,
2212
+ ._Layer--childIsSelected_3eixb_97 > ._Layer-zones_3eixb_101 {
2213
2213
  display: block;
2214
2214
  }
2215
- ._Layer-zones_vc8bi_101 > ._LayerTree_vc8bi_1 {
2215
+ ._Layer-zones_3eixb_101 > ._LayerTree_3eixb_1 {
2216
2216
  margin-inline-start: 0;
2217
2217
  }
2218
- ._Layer-title_vc8bi_117,
2219
- ._LayerTree-zoneTitle_vc8bi_11 {
2218
+ ._Layer-title_3eixb_117,
2219
+ ._LayerTree-zoneTitle_3eixb_11 {
2220
2220
  display: flex;
2221
2221
  gap: 8px;
2222
2222
  align-items: center;
2223
2223
  margin: 6px 4px;
2224
2224
  overflow-x: hidden;
2225
2225
  }
2226
- ._LayerTree-zoneTitle_vc8bi_11 {
2226
+ ._LayerTree-zoneTitle_3eixb_11 {
2227
2227
  margin: 4px 4px 2px;
2228
2228
  }
2229
- ._Layer-name_vc8bi_130 {
2229
+ ._Layer-name_3eixb_130 {
2230
2230
  overflow-x: hidden;
2231
2231
  text-overflow: ellipsis;
2232
2232
  white-space: nowrap;
2233
2233
  }
2234
- ._Layer-icon_vc8bi_80 {
2235
- color: var(--re-accent);
2234
+ ._Layer-icon_3eixb_80 {
2235
+ color: var(--editor-accent);
2236
2236
  display: flex;
2237
2237
  align-items: center;
2238
2238
  }
2239
- ._Layer-zoneIcon_vc8bi_81 {
2240
- color: var(--re-text-tertiary);
2239
+ ._Layer-zoneIcon_3eixb_81 {
2240
+ color: var(--editor-text-tertiary);
2241
2241
  display: flex;
2242
2242
  align-items: center;
2243
2243
  }
2244
- ._Layer--isGlobal_vc8bi_150 > ._Layer-inner_vc8bi_34 ._Layer-icon_vc8bi_80 {
2245
- color: var(--re-color-global);
2244
+ ._Layer--isGlobal_3eixb_150 > ._Layer-inner_3eixb_34 ._Layer-icon_3eixb_80 {
2245
+ color: var(--editor-color-global);
2246
2246
  }
2247
- ._Layer--isGlobal_vc8bi_150 > ._Layer-inner_vc8bi_34 ._Layer-name_vc8bi_130 {
2248
- color: var(--re-color-global);
2247
+ ._Layer--isGlobal_3eixb_150 > ._Layer-inner_3eixb_34 ._Layer-name_3eixb_130 {
2248
+ color: var(--editor-color-global);
2249
2249
  }
2250
- ._Layer--isGlobal_vc8bi_150._Layer--isSelected_vc8bi_68 > ._Layer-inner_vc8bi_34 {
2251
- background: var(--re-color-global-soft);
2252
- color: var(--re-color-global-strong);
2250
+ ._Layer--isGlobal_3eixb_150._Layer--isSelected_3eixb_68 > ._Layer-inner_3eixb_34 {
2251
+ background: var(--editor-color-global-soft);
2252
+ color: var(--editor-color-global-strong);
2253
2253
  }
2254
- ._Layer--isGlobal_vc8bi_150._Layer--isSelected_vc8bi_68 > ._Layer-inner_vc8bi_34 ._Layer-icon_vc8bi_80,
2255
- ._Layer--isGlobal_vc8bi_150._Layer--isSelected_vc8bi_68 > ._Layer-inner_vc8bi_34 ._Layer-name_vc8bi_130 {
2256
- color: var(--re-color-global-strong);
2254
+ ._Layer--isGlobal_3eixb_150._Layer--isSelected_3eixb_68 > ._Layer-inner_3eixb_34 ._Layer-icon_3eixb_80,
2255
+ ._Layer--isGlobal_3eixb_150._Layer--isSelected_3eixb_68 > ._Layer-inner_3eixb_34 ._Layer-name_3eixb_130 {
2256
+ color: var(--editor-color-global-strong);
2257
2257
  }
2258
- ._Layer--isUnlinked_vc8bi_171 > ._Layer-inner_vc8bi_34 ._Layer-name_vc8bi_130 {
2258
+ ._Layer--isUnlinked_3eixb_171 > ._Layer-inner_3eixb_34 ._Layer-name_3eixb_130 {
2259
2259
  font-style: italic;
2260
2260
  }
2261
- ._Layer-unlinkedGlyph_vc8bi_175 {
2262
- color: var(--re-color-global);
2261
+ ._Layer-unlinkedGlyph_3eixb_175 {
2262
+ color: var(--editor-color-global);
2263
2263
  display: flex;
2264
2264
  align-items: center;
2265
2265
  margin-inline-start: 4px;
2266
2266
  opacity: 0.7;
2267
2267
  }
2268
- ._Layer--isUnlinked_vc8bi_171._Layer--isSelected_vc8bi_68 > ._Layer-inner_vc8bi_34 ._Layer-unlinkedGlyph_vc8bi_175 {
2269
- color: var(--re-accent-strong);
2268
+ ._Layer--isUnlinked_3eixb_171._Layer--isSelected_3eixb_68 > ._Layer-inner_3eixb_34 ._Layer-unlinkedGlyph_3eixb_175 {
2269
+ color: var(--editor-accent-strong);
2270
2270
  opacity: 1;
2271
2271
  }
2272
2272
 
2273
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Editor/components/Layout/styles.module.css/#css-module-data */
2274
- ._Editor_17yd6_19 {
2275
- --re-space-px: 16px;
2276
- color: var(--re-text-primary);
2277
- font-family: var(--re-font-family);
2273
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Layout/styles.module.css/#css-module-data */
2274
+ ._Editor_1ty8s_19 {
2275
+ --editor-space-px: 16px;
2276
+ color: var(--editor-text-primary);
2277
+ font-family: var(--editor-font-family);
2278
2278
  overflow-x: hidden;
2279
2279
  }
2280
2280
  @media (min-width: 766px) {
2281
- ._Editor_17yd6_19 {
2281
+ ._Editor_1ty8s_19 {
2282
2282
  overflow-x: auto;
2283
2283
  }
2284
2284
  }
2285
- ._Editor-portal_17yd6_32 {
2285
+ ._Editor-portal_1ty8s_32 {
2286
2286
  position: relative;
2287
2287
  z-index: 2;
2288
2288
  }
2289
- ._EditorLayout_17yd6_37 {
2289
+ ._EditorLayout_1ty8s_37 {
2290
2290
  height: 100dvh;
2291
2291
  }
2292
- ._EditorLayout-inner_17yd6_41 {
2293
- --re-frame-width: auto;
2294
- --re-side-nav-width: min-content;
2295
- --re-side-bar-width: 0px;
2296
- --re-left-side-bar-width: var( --re-user-left-side-bar-width, var(--re-side-bar-width) );
2297
- --re-right-side-bar-width: var( --re-user-right-side-bar-width, var(--re-side-bar-width) );
2298
- background-color: var(--re-surface-app);
2292
+ ._EditorLayout-inner_1ty8s_41 {
2293
+ --editor-frame-width: auto;
2294
+ --editor-side-nav-width: min-content;
2295
+ --editor-side-bar-width: 0px;
2296
+ --editor-left-side-bar-width: var( --editor-user-left-side-bar-width, var(--editor-side-bar-width) );
2297
+ --editor-right-side-bar-width: var( --editor-user-right-side-bar-width, var(--editor-side-bar-width) );
2298
+ background-color: var(--editor-surface-app);
2299
2299
  display: grid;
2300
2300
  grid-template-areas: "editor" "mobilepanel" "left" "right" "sidenav";
2301
- grid-template-columns: var(--re-frame-width);
2302
- grid-template-rows: auto 0 0 0 var(--re-side-nav-width);
2301
+ grid-template-columns: var(--editor-frame-width);
2302
+ grid-template-rows: auto 0 0 0 var(--editor-side-nav-width);
2303
2303
  height: 100%;
2304
2304
  position: relative;
2305
2305
  transition: none;
@@ -2307,144 +2307,144 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2307
2307
  overflow: hidden;
2308
2308
  }
2309
2309
  @media (min-width: 638px) {
2310
- ._EditorLayout-inner_17yd6_41 {
2311
- --re-side-nav-width: 44px;
2310
+ ._EditorLayout-inner_1ty8s_41 {
2311
+ --editor-side-nav-width: 44px;
2312
2312
  grid-template-areas: "sidenav left editor right";
2313
- grid-template-columns: var(--re-side-nav-width) 0 var(--re-frame-width) 0;
2313
+ grid-template-columns: var(--editor-side-nav-width) 0 var(--editor-frame-width) 0;
2314
2314
  grid-template-rows: auto;
2315
2315
  }
2316
- ._Editor--hidePlugins_17yd6_73 ._EditorLayout-inner_17yd6_41 {
2317
- --re-side-nav-width: 0;
2316
+ ._Editor--hidePlugins_1ty8s_73 ._EditorLayout-inner_1ty8s_41 {
2317
+ --editor-side-nav-width: 0;
2318
2318
  }
2319
2319
  }
2320
- ._EditorLayout--mounted_17yd6_78 ._EditorLayout-inner_17yd6_41 {
2321
- --re-side-bar-width: 186px;
2320
+ ._EditorLayout--mounted_1ty8s_78 ._EditorLayout-inner_1ty8s_41 {
2321
+ --editor-side-bar-width: 186px;
2322
2322
  }
2323
- ._EditorLayout--mobilePanelHeightToggle_17yd6_82._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-inner_17yd6_41 {
2324
- grid-template-rows: auto 60% 0 0 var(--re-side-nav-width);
2323
+ ._EditorLayout--mobilePanelHeightToggle_1ty8s_82._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-inner_1ty8s_41 {
2324
+ grid-template-rows: auto 60% 0 0 var(--editor-side-nav-width);
2325
2325
  }
2326
- ._EditorLayout--mobilePanelCustomHeight_17yd6_87._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-inner_17yd6_41 {
2327
- grid-template-rows: auto var(--re-mobile-panel-height, 60%) 0 0 var(--re-side-nav-width);
2326
+ ._EditorLayout--mobilePanelCustomHeight_1ty8s_87._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-inner_1ty8s_41 {
2327
+ grid-template-rows: auto var(--editor-mobile-panel-height, 60%) 0 0 var(--editor-side-nav-width);
2328
2328
  }
2329
2329
  @media (min-width: 638px) {
2330
- ._EditorLayout--mobilePanelHeightToggle_17yd6_82._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-inner_17yd6_41 {
2331
- grid-template-columns: var(--re-side-nav-width) var(--re-left-side-bar-width) var( --re-frame-width ) 0;
2330
+ ._EditorLayout--mobilePanelHeightToggle_1ty8s_82._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-inner_1ty8s_41 {
2331
+ grid-template-columns: var(--editor-side-nav-width) var(--editor-left-side-bar-width) var( --editor-frame-width ) 0;
2332
2332
  grid-template-rows: auto;
2333
2333
  }
2334
2334
  }
2335
- ._EditorLayout--mobilePanelHeightMinContent_17yd6_105._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-inner_17yd6_41 {
2336
- grid-template-rows: auto min-content 0 0 var(--re-side-nav-width);
2335
+ ._EditorLayout--mobilePanelHeightMinContent_1ty8s_105._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-inner_1ty8s_41 {
2336
+ grid-template-rows: auto min-content 0 0 var(--editor-side-nav-width);
2337
2337
  }
2338
2338
  @media (min-width: 638px) {
2339
- ._EditorLayout--mobilePanelHeightToggle_17yd6_82._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-inner_17yd6_41,
2340
- ._EditorLayout--mobilePanelCustomHeight_17yd6_87._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-inner_17yd6_41,
2341
- ._EditorLayout--mobilePanelHeightMinContent_17yd6_105._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-inner_17yd6_41 {
2342
- grid-template-columns: var(--re-side-nav-width) var(--re-left-side-bar-width) var( --re-frame-width ) 0;
2339
+ ._EditorLayout--mobilePanelHeightToggle_1ty8s_82._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-inner_1ty8s_41,
2340
+ ._EditorLayout--mobilePanelCustomHeight_1ty8s_87._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-inner_1ty8s_41,
2341
+ ._EditorLayout--mobilePanelHeightMinContent_1ty8s_105._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-inner_1ty8s_41 {
2342
+ grid-template-columns: var(--editor-side-nav-width) var(--editor-left-side-bar-width) var( --editor-frame-width ) 0;
2343
2343
  grid-template-rows: auto;
2344
2344
  }
2345
2345
  }
2346
2346
  @media (min-width: 638px) {
2347
- ._EditorLayout--rightSideBarVisible_17yd6_127 ._EditorLayout-inner_17yd6_41 {
2348
- grid-template-columns: var(--re-side-nav-width) 0 var(--re-frame-width) var(--re-right-side-bar-width);
2347
+ ._EditorLayout--rightSideBarVisible_1ty8s_127 ._EditorLayout-inner_1ty8s_41 {
2348
+ grid-template-columns: var(--editor-side-nav-width) 0 var(--editor-frame-width) var(--editor-right-side-bar-width);
2349
2349
  }
2350
2350
  }
2351
2351
  @media (min-width: 638px) {
2352
- ._EditorLayout--leftSideBarVisible_17yd6_82._EditorLayout--rightSideBarVisible_17yd6_127 ._EditorLayout-inner_17yd6_41 {
2353
- grid-template-columns: var(--re-side-nav-width) var(--re-left-side-bar-width) var( --re-frame-width ) var(--re-right-side-bar-width);
2352
+ ._EditorLayout--leftSideBarVisible_1ty8s_82._EditorLayout--rightSideBarVisible_1ty8s_127 ._EditorLayout-inner_1ty8s_41 {
2353
+ grid-template-columns: var(--editor-side-nav-width) var(--editor-left-side-bar-width) var( --editor-frame-width ) var(--editor-right-side-bar-width);
2354
2354
  }
2355
2355
  }
2356
2356
  @media (min-width: 458px) {
2357
- ._EditorLayout-mounted_17yd6_146 ._EditorLayout-inner_17yd6_41 {
2358
- --re-frame-width: minmax(266px, auto);
2357
+ ._EditorLayout-mounted_1ty8s_146 ._EditorLayout-inner_1ty8s_41 {
2358
+ --editor-frame-width: minmax(266px, auto);
2359
2359
  }
2360
2360
  }
2361
2361
  @media (min-width: 638px) {
2362
- ._EditorLayout_17yd6_37 ._EditorLayout-inner_17yd6_41 {
2363
- --re-side-bar-width: minmax(186px, 250px);
2362
+ ._EditorLayout_1ty8s_37 ._EditorLayout-inner_1ty8s_41 {
2363
+ --editor-side-bar-width: minmax(186px, 250px);
2364
2364
  }
2365
2365
  }
2366
2366
  @media (min-width: 766px) {
2367
- ._EditorLayout_17yd6_37 ._EditorLayout-inner_17yd6_41 {
2368
- --re-frame-width: auto;
2367
+ ._EditorLayout_1ty8s_37 ._EditorLayout-inner_1ty8s_41 {
2368
+ --editor-frame-width: auto;
2369
2369
  }
2370
2370
  }
2371
2371
  @media (min-width: 990px) {
2372
- ._EditorLayout_17yd6_37 ._EditorLayout-inner_17yd6_41 {
2373
- --re-side-bar-width: 256px;
2372
+ ._EditorLayout_1ty8s_37 ._EditorLayout-inner_1ty8s_41 {
2373
+ --editor-side-bar-width: 256px;
2374
2374
  }
2375
2375
  }
2376
2376
  @media (min-width: 1198px) {
2377
- ._EditorLayout_17yd6_37 ._EditorLayout-inner_17yd6_41 {
2378
- --re-side-bar-width: 274px;
2377
+ ._EditorLayout_1ty8s_37 ._EditorLayout-inner_1ty8s_41 {
2378
+ --editor-side-bar-width: 274px;
2379
2379
  }
2380
2380
  }
2381
2381
  @media (min-width: 1398px) {
2382
- ._EditorLayout_17yd6_37 ._EditorLayout-inner_17yd6_41 {
2383
- --re-side-bar-width: 290px;
2382
+ ._EditorLayout_1ty8s_37 ._EditorLayout-inner_1ty8s_41 {
2383
+ --editor-side-bar-width: 290px;
2384
2384
  }
2385
2385
  }
2386
2386
  @media (min-width: 1598px) {
2387
- ._EditorLayout_17yd6_37 ._EditorLayout-inner_17yd6_41 {
2388
- --re-side-bar-width: 320px;
2387
+ ._EditorLayout_1ty8s_37 ._EditorLayout-inner_1ty8s_41 {
2388
+ --editor-side-bar-width: 320px;
2389
2389
  }
2390
2390
  }
2391
- ._EditorLayout-nav_17yd6_187 {
2392
- border-top: 1px solid var(--re-border-subtle);
2393
- background-color: var(--re-surface-panel);
2391
+ ._EditorLayout-nav_1ty8s_187 {
2392
+ border-top: 1px solid var(--editor-border-subtle);
2393
+ background-color: var(--editor-surface-panel);
2394
2394
  grid-area: sidenav;
2395
2395
  overflow: hidden;
2396
2396
  width: 100%;
2397
2397
  }
2398
2398
  @media (min-width: 638px) {
2399
- ._EditorLayout-nav_17yd6_187 {
2399
+ ._EditorLayout-nav_1ty8s_187 {
2400
2400
  border-top: 0;
2401
- border-right: 1px solid var(--re-border-subtle);
2401
+ border-right: 1px solid var(--editor-border-subtle);
2402
2402
  box-sizing: border-box;
2403
2403
  }
2404
2404
  }
2405
- ._Editor-fieldSideBarToolbar_17yd6_203 {
2405
+ ._Editor-fieldSideBarToolbar_1ty8s_203 {
2406
2406
  align-items: center;
2407
- background: var(--re-surface-panel);
2408
- border-bottom: 1px solid var(--re-border-subtle);
2407
+ background: var(--editor-surface-panel);
2408
+ border-bottom: 1px solid var(--editor-border-subtle);
2409
2409
  display: flex;
2410
2410
  gap: 8px;
2411
2411
  justify-content: space-between;
2412
2412
  padding: 8px 12px;
2413
2413
  }
2414
- ._Editor-fieldSideBarHistory_17yd6_213 {
2415
- color: var(--re-text-tertiary);
2414
+ ._Editor-fieldSideBarHistory_1ty8s_213 {
2415
+ color: var(--editor-text-tertiary);
2416
2416
  display: flex;
2417
2417
  gap: 2px;
2418
2418
  }
2419
- ._Editor-fieldSideBarActions_17yd6_219 {
2419
+ ._Editor-fieldSideBarActions_1ty8s_219 {
2420
2420
  align-items: center;
2421
2421
  display: flex;
2422
2422
  gap: 8px;
2423
2423
  }
2424
- ._EditorLayout-mobilePanel_17yd6_225 {
2424
+ ._EditorLayout-mobilePanel_1ty8s_225 {
2425
2425
  grid-area: mobilepanel;
2426
- background: var(--re-surface-panel);
2427
- border-block-start: 1px solid var(--re-border-subtle);
2426
+ background: var(--editor-surface-panel);
2427
+ border-block-start: 1px solid var(--editor-border-subtle);
2428
2428
  display: none;
2429
2429
  flex-direction: column;
2430
2430
  overflow: hidden;
2431
2431
  }
2432
- ._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-mobilePanel_17yd6_225 {
2432
+ ._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-mobilePanel_1ty8s_225 {
2433
2433
  display: flex;
2434
2434
  }
2435
2435
  @media (min-width: 638px) {
2436
- ._EditorLayout-mobilePanel_17yd6_225,
2437
- ._EditorLayout--leftSideBarVisible_17yd6_82 ._EditorLayout-mobilePanel_17yd6_225 {
2436
+ ._EditorLayout-mobilePanel_1ty8s_225,
2437
+ ._EditorLayout--leftSideBarVisible_1ty8s_82 ._EditorLayout-mobilePanel_1ty8s_225 {
2438
2438
  display: none;
2439
2439
  }
2440
2440
  }
2441
- ._EditorLayout-mobilePanelContent_17yd6_245 {
2441
+ ._EditorLayout-mobilePanelContent_1ty8s_245 {
2442
2442
  flex: 1;
2443
2443
  overflow-y: auto;
2444
2444
  display: flex;
2445
2445
  flex-direction: column;
2446
2446
  }
2447
- ._EditorLayout-mobileDragHandle_17yd6_252 {
2447
+ ._EditorLayout-mobileDragHandle_1ty8s_252 {
2448
2448
  display: flex;
2449
2449
  align-items: center;
2450
2450
  justify-content: center;
@@ -2453,105 +2453,105 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2453
2453
  touch-action: none;
2454
2454
  flex-shrink: 0;
2455
2455
  }
2456
- ._EditorLayout-mobileDragHandle_17yd6_252:active {
2456
+ ._EditorLayout-mobileDragHandle_1ty8s_252:active {
2457
2457
  cursor: grabbing;
2458
2458
  }
2459
- ._EditorLayout-mobileDragHandlePill_17yd6_266 {
2459
+ ._EditorLayout-mobileDragHandlePill_1ty8s_266 {
2460
2460
  width: 36px;
2461
2461
  height: 4px;
2462
2462
  border-radius: 2px;
2463
- background-color: var(--re-border-subtle);
2463
+ background-color: var(--editor-border-subtle);
2464
2464
  }
2465
- ._EditorPluginTab_17yd6_273 {
2465
+ ._EditorPluginTab_1ty8s_273 {
2466
2466
  display: none;
2467
2467
  flex-grow: 1;
2468
2468
  max-height: 100%;
2469
2469
  }
2470
- ._EditorPluginTab--visible_17yd6_279 {
2470
+ ._EditorPluginTab--visible_1ty8s_279 {
2471
2471
  display: flex;
2472
2472
  flex-direction: column;
2473
2473
  }
2474
- ._EditorPluginTab-body_17yd6_284 {
2474
+ ._EditorPluginTab-body_1ty8s_284 {
2475
2475
  flex-grow: 1;
2476
2476
  max-height: 100%;
2477
2477
  }
2478
2478
 
2479
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
2480
- ._SidebarSection_1jefg_1 {
2479
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
2480
+ ._SidebarSection_tt2oy_1 {
2481
2481
  display: flex;
2482
2482
  position: relative;
2483
2483
  flex-direction: column;
2484
- color: var(--re-text-primary);
2484
+ color: var(--editor-text-primary);
2485
2485
  }
2486
- ._SidebarSection_1jefg_1:last-of-type {
2486
+ ._SidebarSection_tt2oy_1:last-of-type {
2487
2487
  flex-grow: 1;
2488
2488
  }
2489
- ._SidebarSection-title_1jefg_12 {
2490
- background: var(--re-surface-panel);
2489
+ ._SidebarSection-title_tt2oy_12 {
2490
+ background: var(--editor-surface-panel);
2491
2491
  padding: 12px 16px;
2492
- border-bottom: 1px solid var(--re-border-subtle);
2493
- border-top: 1px solid var(--re-border-subtle);
2492
+ border-bottom: 1px solid var(--editor-border-subtle);
2493
+ border-top: 1px solid var(--editor-border-subtle);
2494
2494
  overflow-x: auto;
2495
2495
  }
2496
- ._SidebarSection--noBorderTop_1jefg_20 > ._SidebarSection-title_1jefg_12 {
2496
+ ._SidebarSection--noBorderTop_tt2oy_20 > ._SidebarSection-title_tt2oy_12 {
2497
2497
  border-top: 0px;
2498
2498
  }
2499
- ._SidebarSection-content_1jefg_24:last-child {
2499
+ ._SidebarSection-content_tt2oy_24:last-child {
2500
2500
  padding-bottom: 4px;
2501
2501
  }
2502
- ._SidebarSection_1jefg_1:last-of-type ._SidebarSection-content_1jefg_24 {
2502
+ ._SidebarSection_tt2oy_1:last-of-type ._SidebarSection-content_tt2oy_24 {
2503
2503
  border-bottom: none;
2504
2504
  flex-grow: 1;
2505
2505
  }
2506
- ._SidebarSection-breadcrumbLabel_1jefg_33 {
2506
+ ._SidebarSection-breadcrumbLabel_tt2oy_33 {
2507
2507
  background: none;
2508
2508
  border: 0;
2509
- border-radius: var(--re-radius-sm);
2510
- color: var(--re-text-accent);
2509
+ border-radius: var(--editor-radius-sm);
2510
+ color: var(--editor-text-accent);
2511
2511
  cursor: pointer;
2512
2512
  font: inherit;
2513
2513
  flex-shrink: 0;
2514
2514
  padding: 0;
2515
- transition: color var(--re-motion-fast) var(--re-ease);
2515
+ transition: color var(--editor-motion-fast) var(--editor-ease);
2516
2516
  }
2517
- ._SidebarSection-breadcrumbLabel_1jefg_33:focus-visible {
2517
+ ._SidebarSection-breadcrumbLabel_tt2oy_33:focus-visible {
2518
2518
  outline: none;
2519
- box-shadow: var(--re-ring);
2519
+ box-shadow: var(--editor-ring);
2520
2520
  }
2521
2521
  @media (hover: hover) and (pointer: fine) {
2522
- ._SidebarSection-breadcrumbLabel_1jefg_33:hover {
2523
- color: var(--re-accent-strong);
2522
+ ._SidebarSection-breadcrumbLabel_tt2oy_33:hover {
2523
+ color: var(--editor-accent-strong);
2524
2524
  transition: none;
2525
2525
  }
2526
2526
  }
2527
- ._SidebarSection-breadcrumbLabel_1jefg_33:active {
2528
- color: var(--re-accent-strong);
2527
+ ._SidebarSection-breadcrumbLabel_tt2oy_33:active {
2528
+ color: var(--editor-accent-strong);
2529
2529
  transition: none;
2530
2530
  }
2531
- ._SidebarSection-breadcrumbs_1jefg_62 {
2531
+ ._SidebarSection-breadcrumbs_tt2oy_62 {
2532
2532
  align-items: center;
2533
2533
  display: flex;
2534
2534
  gap: 4px;
2535
2535
  }
2536
- ._SidebarSection-breadcrumb_1jefg_33 {
2536
+ ._SidebarSection-breadcrumb_tt2oy_33 {
2537
2537
  align-items: center;
2538
2538
  display: flex;
2539
2539
  gap: 4px;
2540
2540
  }
2541
- ._SidebarSection-heading_1jefg_74 {
2541
+ ._SidebarSection-heading_tt2oy_74 {
2542
2542
  padding-inline-end: 16px;
2543
2543
  font-size: 13px;
2544
2544
  line-height: 1.2;
2545
2545
  }
2546
- ._SidebarSection-heading_1jefg_74 h1,
2547
- ._SidebarSection-heading_1jefg_74 h2,
2548
- ._SidebarSection-heading_1jefg_74 h3 {
2546
+ ._SidebarSection-heading_tt2oy_74 h1,
2547
+ ._SidebarSection-heading_tt2oy_74 h2,
2548
+ ._SidebarSection-heading_tt2oy_74 h3 {
2549
2549
  font-size: inherit;
2550
2550
  font-weight: 500;
2551
2551
  letter-spacing: 0;
2552
2552
  }
2553
- ._SidebarSection-loadingOverlay_1jefg_88 {
2554
- background: var(--re-surface-panel);
2553
+ ._SidebarSection-loadingOverlay_tt2oy_88 {
2554
+ background: var(--editor-surface-panel);
2555
2555
  display: flex;
2556
2556
  justify-content: center;
2557
2557
  align-items: center;
@@ -2565,8 +2565,8 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2565
2565
  opacity: 0.8;
2566
2566
  }
2567
2567
 
2568
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
2569
- ._Breadcrumbs_cvmoz_1 {
2568
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
2569
+ ._Breadcrumbs_1cjxk_1 {
2570
2570
  align-items: center;
2571
2571
  display: flex;
2572
2572
  flex-wrap: wrap;
@@ -2574,89 +2574,188 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2574
2574
  font-size: 13px;
2575
2575
  line-height: 1.2;
2576
2576
  }
2577
- ._Breadcrumbs-breadcrumb_cvmoz_10 {
2577
+ ._Breadcrumbs-breadcrumb_1cjxk_10 {
2578
2578
  align-items: center;
2579
2579
  display: flex;
2580
2580
  gap: 6px;
2581
- color: var(--re-text-tertiary);
2581
+ color: var(--editor-text-tertiary);
2582
2582
  }
2583
- ._Breadcrumbs-breadcrumbLabel_cvmoz_17 {
2583
+ ._Breadcrumbs-breadcrumbLabel_1cjxk_17 {
2584
2584
  background: none;
2585
2585
  border: 0;
2586
- border-radius: var(--re-radius-sm);
2587
- color: var(--re-text-tertiary);
2586
+ border-radius: var(--editor-radius-sm);
2587
+ color: var(--editor-text-tertiary);
2588
2588
  cursor: pointer;
2589
2589
  font: inherit;
2590
2590
  font-weight: 400;
2591
2591
  flex-shrink: 0;
2592
2592
  padding: 0;
2593
- transition: color var(--re-motion-fast) var(--re-ease);
2593
+ transition: color var(--editor-motion-fast) var(--editor-ease);
2594
2594
  }
2595
- ._Breadcrumbs-breadcrumbLabel_cvmoz_17:focus-visible {
2595
+ ._Breadcrumbs-breadcrumbLabel_1cjxk_17:focus-visible {
2596
2596
  outline: none;
2597
- box-shadow: var(--re-ring);
2597
+ box-shadow: var(--editor-ring);
2598
2598
  }
2599
2599
  @media (hover: hover) and (pointer: fine) {
2600
- ._Breadcrumbs-breadcrumbLabel_cvmoz_17:hover {
2601
- color: var(--re-text-primary);
2600
+ ._Breadcrumbs-breadcrumbLabel_1cjxk_17:hover {
2601
+ color: var(--editor-text-primary);
2602
2602
  transition: none;
2603
2603
  }
2604
2604
  }
2605
- ._Breadcrumbs-breadcrumbLabel_cvmoz_17:active {
2606
- color: var(--re-text-primary);
2605
+ ._Breadcrumbs-breadcrumbLabel_1cjxk_17:active {
2606
+ color: var(--editor-text-primary);
2607
2607
  transition: none;
2608
2608
  }
2609
- ._Breadcrumbs-breadcrumb_cvmoz_10 svg {
2609
+ ._Breadcrumbs-breadcrumb_1cjxk_10 svg {
2610
2610
  opacity: 0.5;
2611
2611
  flex-shrink: 0;
2612
2612
  }
2613
2613
 
2614
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/BrowserBar/styles.module.css/#css-module-data */
2615
- ._BrowserBar_oz0sq_1 {
2614
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/ui/Combobox/styles.module.css/#css-module-data */
2615
+ ._EditorCombobox-input_12a2a_4 {
2616
+ background: transparent;
2617
+ border: 0;
2618
+ color: inherit;
2619
+ flex: 1;
2620
+ font: inherit;
2621
+ font-size: var(--editor-font-size-xxs);
2622
+ min-width: 0;
2623
+ outline: none;
2624
+ padding: 0;
2625
+ width: 100%;
2626
+ }
2627
+ ._EditorCombobox-input_12a2a_4::placeholder {
2628
+ color: var(--editor-text-tertiary);
2629
+ }
2630
+ ._EditorCombobox-trigger_12a2a_21 {
2631
+ align-items: center;
2632
+ background: transparent;
2633
+ border: 0;
2634
+ color: var(--editor-text-tertiary);
2635
+ cursor: pointer;
2636
+ display: inline-flex;
2637
+ flex-shrink: 0;
2638
+ height: 20px;
2639
+ justify-content: center;
2640
+ outline: none;
2641
+ padding: 0;
2642
+ width: 20px;
2643
+ }
2644
+ @media (hover: hover) and (pointer: fine) {
2645
+ ._EditorCombobox-trigger_12a2a_21:hover {
2646
+ color: var(--editor-text-primary);
2647
+ }
2648
+ }
2649
+ ._EditorCombobox-triggerIcon_12a2a_42 {
2650
+ pointer-events: none;
2651
+ }
2652
+ ._EditorCombobox-positioner_12a2a_46 {
2653
+ z-index: 50;
2654
+ }
2655
+ ._EditorCombobox-content_12a2a_50 {
2656
+ background: var(--editor-surface-raised);
2657
+ border: 1px solid var(--editor-border-subtle);
2658
+ border-radius: var(--editor-radius-md);
2659
+ box-shadow: var(--editor-shadow-md);
2660
+ color: var(--editor-text-primary);
2661
+ font-family: var(--editor-font-family);
2662
+ font-size: var(--editor-font-size-xxs);
2663
+ max-height: var(--available-height);
2664
+ min-width: var(--anchor-width);
2665
+ overflow: hidden;
2666
+ transform-origin: var(--transform-origin);
2667
+ z-index: 50;
2668
+ }
2669
+ ._EditorCombobox-list_12a2a_65 {
2670
+ max-height: inherit;
2671
+ overflow-y: auto;
2672
+ padding: 4px;
2673
+ }
2674
+ ._EditorCombobox-item_12a2a_71 {
2675
+ align-items: center;
2676
+ border-radius: var(--editor-radius-sm);
2677
+ cursor: pointer;
2678
+ display: flex;
2679
+ font: inherit;
2680
+ font-size: var(--editor-font-size-xxs);
2681
+ gap: 8px;
2682
+ outline: none;
2683
+ padding: 6px 8px 6px 28px;
2684
+ position: relative;
2685
+ user-select: none;
2686
+ }
2687
+ ._EditorCombobox-item_12a2a_71[data-highlighted],
2688
+ ._EditorCombobox-item_12a2a_71[data-selected] {
2689
+ background: var(--editor-accent-soft);
2690
+ color: var(--editor-text-accent);
2691
+ }
2692
+ ._EditorCombobox-item_12a2a_71[data-disabled] {
2693
+ cursor: not-allowed;
2694
+ opacity: 0.5;
2695
+ pointer-events: none;
2696
+ }
2697
+ ._EditorCombobox-itemIndicator_12a2a_97 {
2616
2698
  align-items: center;
2617
- background: var(--re-surface-panel);
2618
- border: 1px solid var(--re-border-subtle);
2699
+ color: var(--editor-accent-strong);
2700
+ display: inline-flex;
2701
+ justify-content: center;
2702
+ left: 8px;
2703
+ pointer-events: none;
2704
+ position: absolute;
2705
+ width: 14px;
2706
+ }
2707
+ ._EditorCombobox-empty_12a2a_110:not(:empty) {
2708
+ color: var(--editor-text-tertiary);
2709
+ font-size: var(--editor-font-size-xxs);
2710
+ padding: 12px 8px;
2711
+ text-align: center;
2712
+ }
2713
+
2714
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/BrowserBar/styles.module.css/#css-module-data */
2715
+ ._BrowserBar_x10eb_1 {
2716
+ align-items: center;
2717
+ background: var(--editor-surface-panel);
2718
+ border: 1px solid var(--editor-border-subtle);
2619
2719
  border-bottom: 0;
2620
- border-radius: var(--re-radius-md) var(--re-radius-md) 0 0;
2720
+ border-radius: var(--editor-radius-md) var(--editor-radius-md) 0 0;
2621
2721
  display: flex;
2622
2722
  gap: 8px;
2623
2723
  padding: 8px 10px;
2624
2724
  width: 100%;
2625
2725
  }
2626
- ._BrowserBar-urlTrigger_oz0sq_16 {
2627
- align-items: center !important;
2628
- background: var(--re-surface-sunken) !important;
2629
- border: 1px solid var(--re-border-subtle) !important;
2630
- border-radius: 9999px !important;
2631
- color: var(--re-text-primary) !important;
2632
- display: inline-flex !important;
2633
- flex: 1 !important;
2634
- font-size: var(--re-font-size-xxs) !important;
2635
- gap: 8px !important;
2636
- justify-content: flex-start !important;
2637
- min-width: 0 !important;
2638
- overflow: hidden !important;
2639
- padding: 4px 12px !important;
2640
- width: 100% !important;
2726
+ ._BrowserBar-urlTrigger_x10eb_16 {
2727
+ align-items: center;
2728
+ background: var(--editor-surface-sunken);
2729
+ border: 1px solid var(--editor-border-subtle);
2730
+ border-radius: 9999px;
2731
+ color: var(--editor-text-primary);
2732
+ display: inline-flex;
2733
+ flex: 1;
2734
+ font-size: var(--editor-font-size-xxs);
2735
+ gap: 8px;
2736
+ justify-content: flex-start;
2737
+ min-width: 0;
2738
+ overflow: hidden;
2739
+ padding: 4px 12px;
2740
+ width: 100%;
2641
2741
  }
2642
2742
  @media (hover: hover) and (pointer: fine) {
2643
- ._BrowserBar-urlTrigger_oz0sq_16:hover {
2644
- background: var(--re-surface-hover) !important;
2645
- border-color: var(--re-border-default) !important;
2743
+ ._BrowserBar-urlTrigger_x10eb_16:hover {
2744
+ background: var(--editor-surface-hover);
2745
+ border-color: var(--editor-border-default);
2646
2746
  }
2647
2747
  }
2648
- ._BrowserBar-urlTrigger_oz0sq_16[data-state=open],
2649
- ._BrowserBar-urlTrigger_oz0sq_16:focus-visible {
2650
- border-color: var(--re-border-default) !important;
2651
- box-shadow: var(--re-ring) !important;
2652
- outline: none !important;
2748
+ ._BrowserBar-urlTrigger_x10eb_16:focus-within {
2749
+ border-color: var(--editor-border-default);
2750
+ box-shadow: var(--editor-ring);
2751
+ outline: none;
2653
2752
  }
2654
- ._BrowserBar-urlIcon_oz0sq_47 {
2655
- color: var(--re-text-tertiary);
2753
+ ._BrowserBar-urlIcon_x10eb_46 {
2754
+ color: var(--editor-text-tertiary);
2656
2755
  flex-shrink: 0;
2657
2756
  }
2658
- ._BrowserBar-urlText_oz0sq_52 {
2659
- color: var(--re-text-primary);
2757
+ ._BrowserBar-urlText_x10eb_51 {
2758
+ color: var(--editor-text-primary);
2660
2759
  display: inline-flex;
2661
2760
  flex: 1;
2662
2761
  gap: 8px;
@@ -2666,58 +2765,62 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2666
2765
  text-overflow: ellipsis;
2667
2766
  white-space: nowrap;
2668
2767
  }
2669
- ._BrowserBar-urlPath_oz0sq_64 {
2670
- color: var(--re-text-tertiary);
2768
+ ._BrowserBar-urlInput_x10eb_63 {
2769
+ color: var(--editor-text-primary);
2770
+ flex: 1;
2771
+ min-width: 0;
2772
+ }
2773
+ ._BrowserBar-itemPath_x10eb_69 {
2774
+ color: var(--editor-text-primary);
2671
2775
  flex-shrink: 0;
2672
2776
  }
2673
- ._BrowserBar-urlTitle_oz0sq_69 {
2674
- color: var(--re-text-primary);
2777
+ ._BrowserBar-itemTitle_x10eb_74 {
2778
+ color: var(--editor-text-tertiary);
2779
+ margin-left: auto;
2675
2780
  overflow: hidden;
2676
2781
  text-overflow: ellipsis;
2782
+ white-space: nowrap;
2677
2783
  }
2678
- ._BrowserBar-urlTrigger_oz0sq_16 > svg:last-child {
2679
- display: none;
2680
- }
2681
- ._BrowserBar-actions_oz0sq_82 {
2784
+ ._BrowserBar-actions_x10eb_82 {
2682
2785
  align-items: center;
2683
2786
  display: flex;
2684
2787
  flex-shrink: 0;
2685
2788
  gap: 2px;
2686
2789
  }
2687
- ._BrowserBar-deviceIcon_oz0sq_89 {
2688
- color: var(--re-text-primary);
2790
+ ._BrowserBar-deviceIcon_x10eb_89 {
2791
+ color: var(--editor-text-primary);
2689
2792
  display: inline-flex;
2690
2793
  }
2691
2794
 
2692
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Editor/components/Canvas/styles.module.css/#css-module-data */
2693
- ._EditorCanvas_19sb3_1 {
2694
- background: var(--re-surface-sunken);
2795
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Canvas/styles.module.css/#css-module-data */
2796
+ ._EditorCanvas_es8bv_1 {
2797
+ background: var(--editor-surface-sunken);
2695
2798
  display: flex;
2696
2799
  grid-area: editor;
2697
2800
  flex-direction: column;
2698
- padding: var(--re-space-px);
2801
+ padding: calc(var(--editor-space-px) * 0.5);
2699
2802
  position: relative;
2700
2803
  overflow: hidden;
2701
2804
  }
2702
2805
  @media (min-width: 1198px) {
2703
- ._EditorCanvas_19sb3_1 {
2704
- padding: calc(var(--re-space-px) * 1.5);
2705
- padding-top: calc(var(--re-space-px) * 0.5);
2806
+ ._EditorCanvas_es8bv_1 {
2807
+ padding: calc(var(--editor-space-px) * 0.75);
2808
+ padding-top: calc(var(--editor-space-px) * 0.25);
2706
2809
  }
2707
- ._EditorCanvas_19sb3_1:not(._EditorCanvas_19sb3_1:has(._EditorCanvas-controls_19sb3_17)) {
2708
- padding-top: calc(var(--re-space-px) * 1.5);
2810
+ ._EditorCanvas_es8bv_1:not(._EditorCanvas_es8bv_1:has(._EditorCanvas-controls_es8bv_17)) {
2811
+ padding-top: calc(var(--editor-space-px) * 0.75);
2709
2812
  }
2710
2813
  }
2711
- ._EditorCanvas--fullScreen_19sb3_22 {
2814
+ ._EditorCanvas--fullScreen_es8bv_22 {
2712
2815
  padding: 0;
2713
2816
  overflow: hidden;
2714
2817
  }
2715
2818
  @media (min-width: 1198px) {
2716
- ._EditorCanvas--fullScreen_19sb3_22 {
2819
+ ._EditorCanvas--fullScreen_es8bv_22 {
2717
2820
  padding: 0;
2718
2821
  }
2719
2822
  }
2720
- ._EditorCanvas-inner_19sb3_33 {
2823
+ ._EditorCanvas-inner_es8bv_33 {
2721
2824
  display: flex;
2722
2825
  height: 100%;
2723
2826
  justify-content: center;
@@ -2725,7 +2828,7 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2725
2828
  position: relative;
2726
2829
  width: 100%;
2727
2830
  }
2728
- ._EditorCanvas-rootColumn_19sb3_46 {
2831
+ ._EditorCanvas-rootColumn_es8bv_46 {
2729
2832
  box-sizing: content-box;
2730
2833
  display: flex;
2731
2834
  flex-direction: column;
@@ -2734,61 +2837,62 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2734
2837
  transform-origin: top;
2735
2838
  }
2736
2839
  @media (min-width: 1198px) {
2737
- ._EditorCanvas-rootColumn_19sb3_46 {
2840
+ ._EditorCanvas-rootColumn_es8bv_46 {
2738
2841
  min-width: unset;
2739
2842
  }
2740
2843
  }
2741
2844
  @media (prefers-reduced-motion: reduce) {
2742
- ._EditorCanvas-rootColumn_19sb3_46 {
2845
+ ._EditorCanvas-rootColumn_es8bv_46 {
2743
2846
  transition: none !important;
2744
2847
  }
2745
2848
  }
2746
- ._EditorCanvas-root_19sb3_46 {
2747
- background: var(--re-surface-panel);
2748
- outline: 1px solid var(--re-border-subtle);
2749
- box-shadow: var(--re-shadow-lg);
2750
- border-radius: 0 0 var(--re-radius-md) var(--re-radius-md);
2849
+ ._EditorCanvas-root_es8bv_46 {
2850
+ background: var(--editor-surface-panel);
2851
+ outline: 1px solid var(--editor-border-subtle);
2852
+ box-shadow: var(--editor-shadow-lg);
2853
+ border-radius: 0 0 var(--editor-radius-md) var(--editor-radius-md);
2751
2854
  flex: 1;
2752
2855
  pointer-events: none;
2753
2856
  opacity: 0;
2754
2857
  }
2755
2858
  @media (prefers-reduced-motion: reduce) {
2756
- ._EditorCanvas-root_19sb3_46 {
2859
+ ._EditorCanvas-root_es8bv_46 {
2757
2860
  transition: none !important;
2758
2861
  }
2759
2862
  }
2760
- ._EditorCanvas--ready_19sb3_83 ._EditorCanvas-root_19sb3_46 {
2863
+ ._EditorCanvas--ready_es8bv_83 ._EditorCanvas-root_es8bv_46 {
2761
2864
  pointer-events: unset;
2762
2865
  opacity: 1;
2763
2866
  }
2764
- ._EditorCanvas-loader_19sb3_88 {
2867
+ ._EditorCanvas-loader_es8bv_88 {
2765
2868
  align-items: center;
2766
- color: var(--re-text-tertiary);
2869
+ color: var(--editor-text-tertiary);
2767
2870
  display: flex;
2768
- height: 100%;
2871
+ inset: 0;
2769
2872
  justify-content: center;
2873
+ pointer-events: none;
2874
+ position: absolute;
2770
2875
  transition: opacity 250ms ease-out;
2771
2876
  opacity: 0;
2772
2877
  }
2773
- ._EditorCanvas--showLoader_19sb3_98 ._EditorCanvas-loader_19sb3_88 {
2878
+ ._EditorCanvas--showLoader_es8bv_100 ._EditorCanvas-loader_es8bv_88 {
2774
2879
  opacity: 1;
2775
2880
  }
2776
- ._EditorCanvas--showLoader_19sb3_98._EditorCanvas--ready_19sb3_83 ._EditorCanvas-loader_19sb3_88 {
2881
+ ._EditorCanvas--showLoader_es8bv_100._EditorCanvas--ready_es8bv_83 ._EditorCanvas-loader_es8bv_88 {
2777
2882
  opacity: 0;
2778
- height: 0;
2779
2883
  transition: none;
2780
2884
  }
2781
- ._EditorCanvas-browserBar_19sb3_108 {
2885
+ ._EditorCanvas-browserBar_es8bv_109 {
2782
2886
  flex-shrink: 0;
2783
2887
  width: 100%;
2784
2888
  }
2785
- ._EditorCanvas-zoomControls_19sb3_113 {
2889
+ ._EditorCanvas-zoomControls_es8bv_114 {
2786
2890
  align-items: center;
2787
- background: var(--re-surface-panel);
2788
- border: 1px solid var(--re-border-subtle);
2789
- border-radius: var(--re-radius-md);
2891
+ background: var(--editor-surface-panel);
2892
+ border: 1px solid var(--editor-border-subtle);
2893
+ border-radius: var(--editor-radius-md);
2790
2894
  bottom: 16px;
2791
- box-shadow: var(--re-shadow-md);
2895
+ box-shadow: var(--editor-shadow-md);
2792
2896
  display: flex;
2793
2897
  gap: 2px;
2794
2898
  padding: 4px;
@@ -2797,9 +2901,9 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2797
2901
  z-index: 10;
2798
2902
  }
2799
2903
 
2800
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Editor/components/ResizeHandle/styles.module.css/#css-module-data */
2904
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/ResizeHandle/styles.module.css/#css-module-data */
2801
2905
  @media (min-width: 766px) {
2802
- ._ResizeHandle_s0ymy_2 {
2906
+ ._ResizeHandle_1u3rv_2 {
2803
2907
  position: absolute;
2804
2908
  width: 5px;
2805
2909
  height: 100%;
@@ -2808,13 +2912,13 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2808
2912
  background: transparent;
2809
2913
  top: 0;
2810
2914
  }
2811
- ._ResizeHandle_s0ymy_2:hover {
2812
- background: var(--re-accent-soft);
2915
+ ._ResizeHandle_1u3rv_2:hover {
2916
+ background: var(--editor-accent-soft);
2813
2917
  }
2814
- ._ResizeHandle--left_s0ymy_16 {
2918
+ ._ResizeHandle--left_1u3rv_16 {
2815
2919
  right: -3px;
2816
2920
  }
2817
- ._ResizeHandle--right_s0ymy_20 {
2921
+ ._ResizeHandle--right_1u3rv_20 {
2818
2922
  left: -3px;
2819
2923
  }
2820
2924
  }
@@ -2830,59 +2934,59 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2830
2934
  cursor: col-resize;
2831
2935
  }
2832
2936
 
2833
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Editor/components/Sidebar/styles.module.css/#css-module-data */
2834
- ._Sidebar_6tp4l_1 {
2835
- border-block-start: 1px solid var(--re-border-subtle);
2937
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Sidebar/styles.module.css/#css-module-data */
2938
+ ._Sidebar_14k7q_1 {
2939
+ border-block-start: 1px solid var(--editor-border-subtle);
2836
2940
  position: relative;
2837
2941
  display: none;
2838
2942
  flex-direction: column;
2839
2943
  overflow-y: auto;
2840
2944
  }
2841
- ._Sidebar--isVisible_6tp4l_9 {
2945
+ ._Sidebar--isVisible_14k7q_9 {
2842
2946
  display: flex;
2843
2947
  }
2844
- ._Sidebar--left_6tp4l_13 {
2845
- background: var(--re-surface-panel);
2948
+ ._Sidebar--left_14k7q_13 {
2949
+ background: var(--editor-surface-panel);
2846
2950
  grid-area: left;
2847
2951
  }
2848
2952
  @media (min-width: 766px) {
2849
- ._Sidebar--left_6tp4l_13 {
2953
+ ._Sidebar--left_14k7q_13 {
2850
2954
  border-block-start: 0;
2851
- border-inline-end: 1px solid var(--re-border-subtle);
2955
+ border-inline-end: 1px solid var(--editor-border-subtle);
2852
2956
  }
2853
2957
  }
2854
- ._Sidebar--right_6tp4l_25 {
2855
- background: var(--re-surface-panel);
2958
+ ._Sidebar--right_14k7q_25 {
2959
+ background: var(--editor-surface-panel);
2856
2960
  grid-area: right;
2857
2961
  }
2858
2962
  @media (min-width: 766px) {
2859
- ._Sidebar--right_6tp4l_25 {
2963
+ ._Sidebar--right_14k7q_25 {
2860
2964
  border-block-start: 0;
2861
- border-inline-start: 1px solid var(--re-border-subtle);
2965
+ border-inline-start: 1px solid var(--editor-border-subtle);
2862
2966
  }
2863
2967
  }
2864
- ._Sidebar-resizeHandle_6tp4l_37 {
2968
+ ._Sidebar-resizeHandle_14k7q_37 {
2865
2969
  position: absolute;
2866
2970
  height: 100%;
2867
2971
  }
2868
- ._Sidebar--left_6tp4l_13 + ._Sidebar-resizeHandle_6tp4l_37 {
2972
+ ._Sidebar--left_14k7q_13 + ._Sidebar-resizeHandle_14k7q_37 {
2869
2973
  grid-area: left;
2870
2974
  justify-self: end;
2871
2975
  }
2872
- ._Sidebar--right_6tp4l_25 + ._Sidebar-resizeHandle_6tp4l_37 {
2976
+ ._Sidebar--right_14k7q_25 + ._Sidebar-resizeHandle_14k7q_37 {
2873
2977
  grid-area: right;
2874
2978
  justify-self: start;
2875
2979
  }
2876
2980
 
2877
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/components/Editor/components/Nav/styles.module.css/#css-module-data */
2878
- ._Nav_kjoi9_1 {
2981
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Nav/styles.module.css/#css-module-data */
2982
+ ._Nav_1g4tk_1 {
2879
2983
  display: flex;
2880
2984
  align-items: center;
2881
2985
  padding: 10px 0;
2882
2986
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
2883
2987
  }
2884
2988
  @media (min-width: 638px) {
2885
- ._Nav_kjoi9_1 {
2989
+ ._Nav_1g4tk_1 {
2886
2990
  flex-direction: column;
2887
2991
  height: 100%;
2888
2992
  padding: 0;
@@ -2890,7 +2994,7 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2890
2994
  align-items: stretch;
2891
2995
  }
2892
2996
  }
2893
- ._Nav-list_kjoi9_18 {
2997
+ ._Nav-list_1g4tk_18 {
2894
2998
  display: flex;
2895
2999
  list-style: none;
2896
3000
  margin: 0;
@@ -2901,7 +3005,7 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2901
3005
  flex: 1;
2902
3006
  }
2903
3007
  @media (min-width: 638px) {
2904
- ._Nav-list_kjoi9_18 {
3008
+ ._Nav-list_1g4tk_18 {
2905
3009
  padding-top: 16px;
2906
3010
  flex-direction: column;
2907
3011
  gap: 4px;
@@ -2912,29 +3016,29 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2912
3016
  justify-content: flex-start;
2913
3017
  }
2914
3018
  }
2915
- ._Nav-footer_kjoi9_42 {
3019
+ ._Nav-footer_1g4tk_42 {
2916
3020
  display: none;
2917
3021
  }
2918
3022
  @media (min-width: 638px) {
2919
- ._Nav-footer_kjoi9_42 {
3023
+ ._Nav-footer_1g4tk_42 {
2920
3024
  display: flex;
2921
3025
  align-items: center;
2922
3026
  justify-content: center;
2923
3027
  padding: 12px 0;
2924
3028
  }
2925
3029
  }
2926
- ._NavItem-link_kjoi9_55 {
3030
+ ._NavItem-link_1g4tk_55 {
2927
3031
  text-align: center;
2928
3032
  align-items: center;
2929
3033
  justify-content: center;
2930
- color: var(--re-text-secondary);
3034
+ color: var(--editor-text-secondary);
2931
3035
  display: flex;
2932
3036
  text-decoration: none;
2933
3037
  cursor: pointer;
2934
- border-radius: var(--re-radius-md);
3038
+ border-radius: var(--editor-radius-md);
2935
3039
  padding: 6px;
2936
3040
  box-sizing: border-box;
2937
- transition: background-color var(--re-motion-fast) var(--re-ease), color var(--re-motion-fast) var(--re-ease);
3041
+ transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
2938
3042
  border: 0;
2939
3043
  width: 38px;
2940
3044
  height: 38px;
@@ -2942,13 +3046,13 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2942
3046
  position: relative;
2943
3047
  }
2944
3048
  @media (min-width: 638px) {
2945
- ._NavItem-link_kjoi9_55 {
3049
+ ._NavItem-link_1g4tk_55 {
2946
3050
  padding: 4px;
2947
3051
  width: 32px;
2948
3052
  height: 32px;
2949
3053
  }
2950
3054
  }
2951
- ._NavItem-linkLabel_kjoi9_83 {
3055
+ ._NavItem-linkLabel_1g4tk_83 {
2952
3056
  clip: rect(0 0 0 0);
2953
3057
  clip-path: inset(100%);
2954
3058
  height: 1px;
@@ -2957,52 +3061,52 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
2957
3061
  white-space: nowrap;
2958
3062
  width: 1px;
2959
3063
  }
2960
- ._NavItem_kjoi9_55:first-of-type {
3064
+ ._NavItem_1g4tk_55:first-of-type {
2961
3065
  padding-left: 0;
2962
3066
  }
2963
- ._NavItem_kjoi9_55:last-of-type {
3067
+ ._NavItem_1g4tk_55:last-of-type {
2964
3068
  padding-right: 0;
2965
3069
  }
2966
3070
  @media (min-width: 638px) {
2967
- ._NavItem_kjoi9_55:first-of-type,
2968
- ._NavItem_kjoi9_55:last-of-type {
3071
+ ._NavItem_1g4tk_55:first-of-type,
3072
+ ._NavItem_1g4tk_55:last-of-type {
2969
3073
  padding: 0;
2970
3074
  }
2971
3075
  }
2972
- ._NavItem-linkIcon_kjoi9_108 {
3076
+ ._NavItem-linkIcon_1g4tk_108 {
2973
3077
  height: 18px;
2974
3078
  width: 18px;
2975
3079
  display: flex;
2976
3080
  align-items: center;
2977
3081
  justify-content: center;
2978
3082
  }
2979
- ._NavItem-linkIcon_kjoi9_108 svg {
3083
+ ._NavItem-linkIcon_1g4tk_108 svg {
2980
3084
  width: 18px;
2981
3085
  height: 18px;
2982
3086
  }
2983
- ._NavItem--active_kjoi9_121 > ._NavItem-link_kjoi9_55 {
2984
- background-color: var(--re-accent-soft);
2985
- color: var(--re-text-accent);
3087
+ ._NavItem--active_1g4tk_121 > ._NavItem-link_1g4tk_55 {
3088
+ background-color: var(--editor-accent-soft);
3089
+ color: var(--editor-text-accent);
2986
3090
  }
2987
- ._NavItem_kjoi9_55:not(._NavItem--active_kjoi9_121) > ._NavItem-link_kjoi9_55:hover {
2988
- background-color: var(--re-surface-hover);
2989
- color: var(--re-text-accent);
3091
+ ._NavItem_1g4tk_55:not(._NavItem--active_1g4tk_121) > ._NavItem-link_1g4tk_55:hover {
3092
+ background-color: var(--editor-surface-hover);
3093
+ color: var(--editor-text-accent);
2990
3094
  }
2991
3095
  @media (min-width: 638px) {
2992
- ._NavItem--mobileOnly_kjoi9_132 {
3096
+ ._NavItem--mobileOnly_1g4tk_132 {
2993
3097
  display: none;
2994
3098
  }
2995
3099
  }
2996
- ._NavItem--desktopOnly_kjoi9_137 {
3100
+ ._NavItem--desktopOnly_1g4tk_137 {
2997
3101
  display: none;
2998
3102
  }
2999
3103
  @media (min-width: 638px) {
3000
- ._NavItem--desktopOnly_kjoi9_137 {
3104
+ ._NavItem--desktopOnly_1g4tk_137 {
3001
3105
  display: block;
3002
3106
  }
3003
3107
  }
3004
3108
 
3005
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/plugins/blocks/styles.module.css/#css-module-data */
3109
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/plugins/blocks/styles.module.css/#css-module-data */
3006
3110
  ._BlocksPlugin_15ud0_1 {
3007
3111
  padding: 16px;
3008
3112
  height: 100%;
@@ -3015,7 +3119,7 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
3015
3119
  display: none;
3016
3120
  }
3017
3121
 
3018
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/plugins/outline/styles.module.css/#css-module-data */
3122
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/plugins/outline/styles.module.css/#css-module-data */
3019
3123
  ._OutlinePlugin_q92j6_1 {
3020
3124
  padding: 16px;
3021
3125
  height: 100%;
@@ -3023,14 +3127,14 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
3023
3127
  box-sizing: border-box;
3024
3128
  }
3025
3129
 
3026
- /* css-module:/Users/rami/Documents/apps/frontend-react-editor/packages/core/plugins/fields/styles.module.css/#css-module-data */
3027
- ._FieldsPlugin_l8h4q_1 {
3130
+ /* css-module:/Users/rami/Documents/apps/react-editor/packages/core/plugins/fields/styles.module.css/#css-module-data */
3131
+ ._FieldsPlugin_262zt_1 {
3028
3132
  background: white;
3029
3133
  height: 100%;
3030
3134
  overflow-y: auto;
3031
3135
  }
3032
- ._FieldsPlugin-header_l8h4q_7 {
3033
- border-bottom: 1px solid var(--re-color-grey-09);
3136
+ ._FieldsPlugin-header_262zt_7 {
3137
+ border-bottom: 1px solid var(--editor-color-grey-09);
3034
3138
  font-weight: 600;
3035
3139
  padding-bottom: 8px;
3036
3140
  padding-left: 16px;
@@ -3038,7 +3142,7 @@ body:has(._DropZone--isAnimating_q9qsx_70:empty) [data-editor-overlay] {
3038
3142
  padding-top: 8px;
3039
3143
  }
3040
3144
  @media (min-width: 638px) {
3041
- ._FieldsPlugin-header_l8h4q_7 {
3145
+ ._FieldsPlugin-header_262zt_7 {
3042
3146
  padding: 16px;
3043
3147
  }
3044
3148
  }