@univerjs/preset-docs-thread-comment 1.0.0-alpha.1 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.css +36 -0
  2. package/package.json +7 -7
package/lib/index.css CHANGED
@@ -58,6 +58,10 @@
58
58
  box-sizing: border-box;
59
59
  }
60
60
 
61
+ .univer-block {
62
+ display: block;
63
+ }
64
+
61
65
  .univer-flex {
62
66
  display: flex;
63
67
  }
@@ -313,6 +317,38 @@
313
317
  background-color: var(--univer-gray-50);
314
318
  }
315
319
 
320
+ .rtl\:univer-left-auto:where([dir="rtl"], [dir="rtl"] *) {
321
+ left: auto;
322
+ }
323
+
324
+ .rtl\:univer-right-0:where([dir="rtl"], [dir="rtl"] *) {
325
+ right: 0;
326
+ }
327
+
328
+ .rtl\:univer-ml-0:where([dir="rtl"], [dir="rtl"] *) {
329
+ margin-left: 0;
330
+ }
331
+
332
+ .rtl\:univer-ml-2:where([dir="rtl"], [dir="rtl"] *) {
333
+ margin-left: .5rem;
334
+ }
335
+
336
+ .rtl\:univer-mr-0:where([dir="rtl"], [dir="rtl"] *) {
337
+ margin-right: 0;
338
+ }
339
+
340
+ .rtl\:univer-mr-1:where([dir="rtl"], [dir="rtl"] *) {
341
+ margin-right: .25rem;
342
+ }
343
+
344
+ .rtl\:univer-pl-0:where([dir="rtl"], [dir="rtl"] *) {
345
+ padding-left: 0;
346
+ }
347
+
348
+ .rtl\:univer-pr-\[30px\]:where([dir="rtl"], [dir="rtl"] *) {
349
+ padding-right: 30px;
350
+ }
351
+
316
352
  .dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
317
353
  background-color: var(--univer-gray-900) !important;
318
354
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-docs-thread-comment",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.3",
4
4
  "private": false,
5
5
  "description": "Preset for thread comments in Univer Docs.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -56,18 +56,18 @@
56
56
  "rxjs": ">=7.0.0"
57
57
  },
58
58
  "dependencies": {
59
- "@univerjs/docs-thread-comment-ui": "1.0.0-alpha.1",
60
- "@univerjs/thread-comment-ui": "1.0.0-alpha.1",
61
- "@univerjs/thread-comment": "1.0.0-alpha.1"
59
+ "@univerjs/docs-thread-comment-ui": "1.0.0-alpha.3",
60
+ "@univerjs/thread-comment": "1.0.0-alpha.3",
61
+ "@univerjs/thread-comment-ui": "1.0.0-alpha.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "react": "18.3.1",
65
65
  "react-dom": "18.3.1",
66
66
  "rxjs": "^7.8.2",
67
67
  "typescript": "^6.0.3",
68
- "@univerjs-infra/shared": "1.0.0-alpha.1",
69
- "@univerjs/core": "1.0.0-alpha.1",
70
- "@univerjs/presets": "1.0.0-alpha.1"
68
+ "@univerjs-infra/shared": "1.0.0-alpha.3",
69
+ "@univerjs/presets": "1.0.0-alpha.3",
70
+ "@univerjs/core": "1.0.0-alpha.3"
71
71
  },
72
72
  "scripts": {
73
73
  "build:bundle": "univer-cli preset build --cleanup",