@ixo/editor 1.1.4 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/style-core.css CHANGED
@@ -5,9 +5,9 @@
5
5
  position: relative;
6
6
  width: 100%;
7
7
  min-height: 200px;
8
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
9
- 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
10
- sans-serif;
8
+ font-family:
9
+ -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
10
+ 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
11
11
  -webkit-font-smoothing: antialiased;
12
12
  -moz-osx-font-smoothing: grayscale;
13
13
  }
@@ -170,21 +170,23 @@
170
170
  }
171
171
 
172
172
  /* Placeholder styles */
173
- .ixo-editor .bn-block-content[data-is-empty="true"]:before {
173
+ .ixo-editor .bn-block-content[data-is-empty='true']:before {
174
174
  color: var(--bn-colors-side-menu);
175
175
  opacity: 0.5;
176
176
  }
177
177
 
178
178
  /* Notion-like list title input placeholder */
179
179
  .notion-list-title-input::placeholder {
180
- color: #CFCFCF;
180
+ color: #cfcfcf;
181
181
  opacity: 1;
182
182
  }
183
183
 
184
184
  /* Menu and toolbar customizations */
185
185
  .ixo-editor .bn-menu {
186
186
  border-radius: 8px;
187
- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
187
+ box-shadow:
188
+ 0 4px 6px -1px rgba(0, 0, 0, 0.1),
189
+ 0 2px 4px -1px rgba(0, 0, 0, 0.06);
188
190
  }
189
191
 
190
192
  .ixo-editor .bn-toolbar {
@@ -228,15 +230,15 @@
228
230
  .ixo-editor .bn-container {
229
231
  padding: 15px;
230
232
  }
231
-
233
+
232
234
  .ixo-editor h1.bn-inline-content {
233
235
  font-size: 1.75em;
234
236
  }
235
-
237
+
236
238
  .ixo-editor h2.bn-inline-content {
237
239
  font-size: 1.35em;
238
240
  }
239
-
241
+
240
242
  .ixo-editor h3.bn-inline-content {
241
243
  font-size: 1.15em;
242
244
  }
package/style-mantine.css CHANGED
@@ -102,9 +102,9 @@
102
102
  position: relative;
103
103
  width: 100%;
104
104
  min-height: 200px;
105
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
106
- 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
107
- sans-serif;
105
+ font-family:
106
+ -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
107
+ 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
108
108
  -webkit-font-smoothing: antialiased;
109
109
  -moz-osx-font-smoothing: grayscale;
110
110
  }
@@ -267,21 +267,23 @@
267
267
  }
268
268
 
269
269
  /* Placeholder styles */
270
- .ixo-editor .bn-block-content[data-is-empty="true"]:before {
270
+ .ixo-editor .bn-block-content[data-is-empty='true']:before {
271
271
  color: var(--bn-colors-side-menu);
272
272
  opacity: 0.5;
273
273
  }
274
274
 
275
275
  /* Notion-like list title input placeholder */
276
276
  .notion-list-title-input::placeholder {
277
- color: #CFCFCF;
277
+ color: #cfcfcf;
278
278
  opacity: 1;
279
279
  }
280
280
 
281
281
  /* Menu and toolbar customizations */
282
282
  .ixo-editor .bn-menu {
283
283
  border-radius: 8px;
284
- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
284
+ box-shadow:
285
+ 0 4px 6px -1px rgba(0, 0, 0, 0.1),
286
+ 0 2px 4px -1px rgba(0, 0, 0, 0.06);
285
287
  }
286
288
 
287
289
  .ixo-editor .bn-toolbar {
@@ -325,15 +327,15 @@
325
327
  .ixo-editor .bn-container {
326
328
  padding: 15px;
327
329
  }
328
-
330
+
329
331
  .ixo-editor h1.bn-inline-content {
330
332
  font-size: 1.75em;
331
333
  }
332
-
334
+
333
335
  .ixo-editor h2.bn-inline-content {
334
336
  font-size: 1.35em;
335
337
  }
336
-
338
+
337
339
  .ixo-editor h3.bn-inline-content {
338
340
  font-size: 1.15em;
339
341
  }