@univerjs/docs-quick-insert-ui 0.17.0 → 0.18.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.
Files changed (76) hide show
  1. package/lib/cjs/index.js +33 -1
  2. package/lib/cjs/locale/ca-ES.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/es-ES.js +1 -1
  5. package/lib/cjs/locale/fa-IR.js +1 -1
  6. package/lib/cjs/locale/fr-FR.js +1 -1
  7. package/lib/cjs/locale/ja-JP.js +1 -1
  8. package/lib/cjs/locale/ko-KR.js +1 -1
  9. package/lib/cjs/locale/ru-RU.js +1 -1
  10. package/lib/cjs/locale/sk-SK.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/index.js +33 -928
  15. package/lib/es/locale/ca-ES.js +1 -20
  16. package/lib/es/locale/en-US.js +1 -20
  17. package/lib/es/locale/es-ES.js +1 -20
  18. package/lib/es/locale/fa-IR.js +1 -20
  19. package/lib/es/locale/fr-FR.js +1 -20
  20. package/lib/es/locale/ja-JP.js +1 -20
  21. package/lib/es/locale/ko-KR.js +1 -20
  22. package/lib/es/locale/ru-RU.js +1 -20
  23. package/lib/es/locale/sk-SK.js +1 -20
  24. package/lib/es/locale/vi-VN.js +1 -20
  25. package/lib/es/locale/zh-CN.js +1 -20
  26. package/lib/es/locale/zh-TW.js +1 -20
  27. package/lib/index.css +292 -1
  28. package/lib/index.js +33 -928
  29. package/lib/locale/ca-ES.js +1 -20
  30. package/lib/locale/en-US.js +1 -20
  31. package/lib/locale/es-ES.js +1 -20
  32. package/lib/locale/fa-IR.js +1 -20
  33. package/lib/locale/fr-FR.js +1 -20
  34. package/lib/locale/ja-JP.js +1 -20
  35. package/lib/locale/ko-KR.js +1 -20
  36. package/lib/locale/ru-RU.js +1 -20
  37. package/lib/locale/sk-SK.js +1 -20
  38. package/lib/locale/vi-VN.js +1 -20
  39. package/lib/locale/zh-CN.js +1 -20
  40. package/lib/locale/zh-TW.js +1 -20
  41. package/lib/types/commands/commands/doc-quick-insert.command.d.ts +16 -1
  42. package/lib/types/commands/operations/quick-insert-popup.operation.d.ts +17 -2
  43. package/lib/types/config/config.d.ts +16 -1
  44. package/lib/types/controllers/doc-quick-insert-trigger.controller.d.ts +15 -0
  45. package/lib/types/controllers/doc-quick-insert-ui.controller.d.ts +15 -0
  46. package/lib/types/locale/ca-ES.d.ts +16 -1
  47. package/lib/types/locale/es-ES.d.ts +16 -1
  48. package/lib/types/locale/fa-IR.d.ts +16 -1
  49. package/lib/types/locale/fr-FR.d.ts +16 -1
  50. package/lib/types/locale/ja-JP.d.ts +16 -1
  51. package/lib/types/locale/ko-KR.d.ts +16 -1
  52. package/lib/types/locale/ru-RU.d.ts +16 -1
  53. package/lib/types/locale/sk-SK.d.ts +16 -1
  54. package/lib/types/locale/vi-VN.d.ts +16 -1
  55. package/lib/types/locale/zh-CN.d.ts +16 -1
  56. package/lib/types/locale/zh-TW.d.ts +16 -1
  57. package/lib/types/menu/built-in-menus.d.ts +16 -1
  58. package/lib/types/menu/doc-quick-insert-menu.controller.d.ts +19 -3
  59. package/lib/types/plugin.d.ts +16 -1
  60. package/lib/types/services/doc-quick-insert-popup.service.d.ts +24 -3
  61. package/lib/types/views/KeywordInputPlaceholder.d.ts +14 -1
  62. package/lib/types/views/QuickInsertMenu.d.ts +30 -0
  63. package/lib/umd/index.js +33 -1
  64. package/lib/umd/locale/ca-ES.js +1 -1
  65. package/lib/umd/locale/en-US.js +1 -1
  66. package/lib/umd/locale/es-ES.js +1 -1
  67. package/lib/umd/locale/fa-IR.js +1 -1
  68. package/lib/umd/locale/fr-FR.js +1 -1
  69. package/lib/umd/locale/ja-JP.js +1 -1
  70. package/lib/umd/locale/ko-KR.js +1 -1
  71. package/lib/umd/locale/ru-RU.js +1 -1
  72. package/lib/umd/locale/sk-SK.js +1 -1
  73. package/lib/umd/locale/vi-VN.js +1 -1
  74. package/lib/umd/locale/zh-CN.js +1 -1
  75. package/lib/umd/locale/zh-TW.js +1 -1
  76. package/package.json +16 -15
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "Llista numerada",
5
- bulletedList: "Llista amb vinyetes",
6
- divider: "Divisor",
7
- text: "Text",
8
- table: "Taula",
9
- image: "Imatge"
10
- },
11
- group: {
12
- basics: "Bàsics"
13
- },
14
- placeholder: "No s'han trobat resultats",
15
- keywordInputPlaceholder: "Introdueix paraules clau"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`Llista numerada`,bulletedList:`Llista amb vinyetes`,divider:`Divisor`,text:`Text`,table:`Taula`,image:`Imatge`},group:{basics:`Bàsics`},placeholder:`No s'han trobat resultats`,keywordInputPlaceholder:`Introdueix paraules clau`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "Numbered List",
5
- bulletedList: "Bulleted List",
6
- divider: "Divider",
7
- text: "Text",
8
- table: "Table",
9
- image: "Image"
10
- },
11
- group: {
12
- basics: "Basics"
13
- },
14
- placeholder: "No results found",
15
- keywordInputPlaceholder: "Enter keywords"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`Numbered List`,bulletedList:`Bulleted List`,divider:`Divider`,text:`Text`,table:`Table`,image:`Image`},group:{basics:`Basics`},placeholder:`No results found`,keywordInputPlaceholder:`Enter keywords`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "Lista numerada",
5
- bulletedList: "Lista con viñetas",
6
- divider: "Divisor",
7
- text: "Texto",
8
- table: "Tabla",
9
- image: "Imagen"
10
- },
11
- group: {
12
- basics: "Básicos"
13
- },
14
- placeholder: "No se han encontrado resultados",
15
- keywordInputPlaceholder: "Introduce palabras clave"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`Lista numerada`,bulletedList:`Lista con viñetas`,divider:`Divisor`,text:`Texto`,table:`Tabla`,image:`Imagen`},group:{basics:`Básicos`},placeholder:`No se han encontrado resultados`,keywordInputPlaceholder:`Introduce palabras clave`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "لیست شمارهدار",
5
- bulletedList: "لیست نقطهدار",
6
- divider: "خط تقسیم",
7
- text: "متن",
8
- table: "جدول",
9
- image: "تصویر"
10
- },
11
- group: {
12
- basics: "بنیادی"
13
- },
14
- placeholder: "هیچ نتیجهای یافت نشد",
15
- keywordInputPlaceholder: "وارد کلمات کلیدی"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`لیست شمارهدار`,bulletedList:`لیست نقطهدار`,divider:`خط تقسیم`,text:`متن`,table:`جدول`,image:`تصویر`},group:{basics:`بنیادی`},placeholder:`هیچ نتیجهای یافت نشد`,keywordInputPlaceholder:`وارد کلمات کلیدی`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "Liste numérotée",
5
- bulletedList: "Liste à puces",
6
- divider: "Ligne de séparation",
7
- text: "Texte",
8
- table: "Tableau",
9
- image: "Image"
10
- },
11
- group: {
12
- basics: "Basiques"
13
- },
14
- placeholder: "Aucun résultat",
15
- keywordInputPlaceholder: "Entrez des mots clés"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`Liste numérotée`,bulletedList:`Liste à puces`,divider:`Ligne de séparation`,text:`Texte`,table:`Tableau`,image:`Image`},group:{basics:`Basiques`},placeholder:`Aucun résultat`,keywordInputPlaceholder:`Entrez des mots clés`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "番号付きリスト",
5
- bulletedList: "箇条書き",
6
- divider: "区切り線",
7
- text: "テキスト",
8
- table: "表",
9
- image: "画像"
10
- },
11
- group: {
12
- basics: "基本"
13
- },
14
- placeholder: "結果がありません",
15
- keywordInputPlaceholder: "キーワードを入力"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`番号付きリスト`,bulletedList:`箇条書き`,divider:`区切り線`,text:`テキスト`,table:`表`,image:`画像`},group:{basics:`基本`},placeholder:`結果がありません`,keywordInputPlaceholder:`キーワードを入力`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "번호가 매겨진 목록",
5
- bulletedList: "글머리 기호 목록",
6
- divider: "구분선",
7
- text: "텍스트",
8
- table: "표",
9
- image: "이미지"
10
- },
11
- group: {
12
- basics: "기본"
13
- },
14
- placeholder: "결과가 없습니다",
15
- keywordInputPlaceholder: "키워드 입력"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`번호가 매겨진 목록`,bulletedList:`글머리 기호 목록`,divider:`구분선`,text:`텍스트`,table:`표`,image:`이미지`},group:{basics:`기본`},placeholder:`결과가 없습니다`,keywordInputPlaceholder:`키워드 입력`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "Список с нумерацией",
5
- bulletedList: "Маркированный список",
6
- divider: "Разделительная линия",
7
- text: "Текст",
8
- table: "Таблица",
9
- image: "Изображение"
10
- },
11
- group: {
12
- basics: "Основные"
13
- },
14
- placeholder: "Нет результатов",
15
- keywordInputPlaceholder: "Введите ключевые слова"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`Список с нумерацией`,bulletedList:`Маркированный список`,divider:`Разделительная линия`,text:`Текст`,table:`Таблица`,image:`Изображение`},group:{basics:`Основные`},placeholder:`Нет результатов`,keywordInputPlaceholder:`Введите ключевые слова`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "Číslovaný zoznam",
5
- bulletedList: "Odrážkový zoznam",
6
- divider: "Oddeľovač",
7
- text: "Text",
8
- table: "Tabuľka",
9
- image: "Obrázok"
10
- },
11
- group: {
12
- basics: "Základy"
13
- },
14
- placeholder: "Nenašli sa žiadne výsledky",
15
- keywordInputPlaceholder: "Zadajte kľúčové slová"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`Číslovaný zoznam`,bulletedList:`Odrážkový zoznam`,divider:`Oddeľovač`,text:`Text`,table:`Tabuľka`,image:`Obrázok`},group:{basics:`Základy`},placeholder:`Nenašli sa žiadne výsledky`,keywordInputPlaceholder:`Zadajte kľúčové slová`}};export{e as default};
@@ -1,20 +1 @@
1
- const n = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "Danh sách được đánh số",
5
- bulletedList: "Danh sách không được đánh số",
6
- divider: "Đường phân cách",
7
- text: "Văn bản",
8
- table: "Bảng",
9
- image: "Hình ảnh"
10
- },
11
- group: {
12
- basics: "Cơ bản"
13
- },
14
- placeholder: "Không có kết quả",
15
- keywordInputPlaceholder: "Nhập từ khóa"
16
- }
17
- };
18
- export {
19
- n as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`Danh sách được đánh số`,bulletedList:`Danh sách không được đánh số`,divider:`Đường phân cách`,text:`Văn bản`,table:`Bảng`,image:`Hình ảnh`},group:{basics:`Cơ bản`},placeholder:`Không có kết quả`,keywordInputPlaceholder:`Nhập từ khóa`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "有序列表",
5
- bulletedList: "无序列表",
6
- divider: "分隔线",
7
- text: "文本",
8
- table: "表格",
9
- image: "图片"
10
- },
11
- group: {
12
- basics: "基础"
13
- },
14
- placeholder: "暂无结果",
15
- keywordInputPlaceholder: "输入关键词"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`有序列表`,bulletedList:`无序列表`,divider:`分隔线`,text:`文本`,table:`表格`,image:`图片`},group:{basics:`基础`},placeholder:`暂无结果`,keywordInputPlaceholder:`输入关键词`}};export{e as default};
@@ -1,20 +1 @@
1
- const e = {
2
- docQuickInsert: {
3
- menu: {
4
- numberedList: "有序列表",
5
- bulletedList: "無序列表",
6
- divider: "分隔線",
7
- text: "文本",
8
- table: "表格",
9
- image: "圖片"
10
- },
11
- group: {
12
- basics: "基礎"
13
- },
14
- placeholder: "無結果",
15
- keywordInputPlaceholder: "輸入關鍵詞"
16
- }
17
- };
18
- export {
19
- e as default
20
- };
1
+ const e={docQuickInsert:{menu:{numberedList:`有序列表`,bulletedList:`無序列表`,divider:`分隔線`,text:`文本`,table:`表格`,image:`圖片`},group:{basics:`基礎`},placeholder:`無結果`,keywordInputPlaceholder:`輸入關鍵詞`}};export{e as default};
package/lib/index.css CHANGED
@@ -1 +1,292 @@
1
- .univer-mb-2{margin-bottom:.5rem}.univer-mr-1{margin-right:.25rem}.univer-mr-2{margin-right:.5rem}.univer-mt-2{margin-top:.5rem}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-h-full{height:100%}.univer-max-h-\[360px\]{max-height:360px}.univer-w-\[220px\]{width:220px}.univer-w-\[calc\(220px-var\(--padding-base\)\*2\)\]{width:calc(220px - var(--padding-base) * 2)}.univer-w-full{width:100%}.univer-translate-y-1\.5{--univer-tw-translate-y: .375rem;transform:translate(var(--univer-tw-translate-x),.375rem) rotate(var(--univer-tw-rotate)) skew(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));transform:translate(var(--univer-tw-translate-x),var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skew(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y))}.univer-cursor-pointer{cursor:pointer}.univer-items-center{align-items:center}.univer-justify-center{justify-content:center}.univer-gap-2\.5{gap:.625rem}.univer-overflow-y-auto{overflow-y:auto}.univer-overflow-x-hidden{overflow-x:hidden}.univer-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-rounded-full{border-radius:9999px}.univer-rounded-lg{border-radius:.5rem}.\!univer-bg-gray-500{background-color:var(--univer-gray-500)!important}.\!univer-bg-gray-700{background-color:var(--univer-gray-700)!important}.\!univer-bg-gray-900{background-color:var(--univer-gray-900)!important}.univer-bg-gray-100{background-color:var(--univer-gray-100)}.univer-bg-transparent{background-color:transparent}.univer-bg-white{background-color:var(--univer-white)}.univer-p-1\.5{padding:.375rem}.univer-px-1{padding-left:.25rem;padding-right:.25rem}.univer-px-12{padding-left:3rem;padding-right:3rem}.univer-py-6{padding-top:1.5rem;padding-bottom:1.5rem}.univer-text-base{font-size:1rem;line-height:1.5rem}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-500{color:var(--univer-gray-500)}.univer-text-gray-800{color:var(--univer-gray-800)}.univer-shadow-lg{--univer-tw-shadow: 0px 4px 6px 0px rgba(30, 40, 77, .05), 0px 10px 15px -3px rgba(30, 40, 77, .1);--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px #1e284d0d,0 10px 15px -3px #1e284d1a;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.univer-shadow-sm{--univer-tw-shadow: 0px 1px 2px 0px rgba(30, 40, 77, .08);--univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1e284d14;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.hover\:univer-bg-gray-100:hover{background-color:var(--univer-gray-100)}.hover\:univer-bg-transparent:hover{background-color:transparent}.dark\:\!univer-bg-gray-500:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-500)!important}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-bg-gray-900:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-900)!important}.dark\:\!univer-text-gray-200:where(.univer-dark,.univer-dark *){color:var(--univer-gray-200)!important}.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}
1
+ .univer-relative {
2
+ position: relative;
3
+ }
4
+
5
+ .univer-mr-1 {
6
+ margin-right: .25rem;
7
+ }
8
+
9
+ .univer-mt-2 {
10
+ margin-top: .5rem;
11
+ }
12
+
13
+ .univer-box-border {
14
+ box-sizing: border-box;
15
+ }
16
+
17
+ .univer-flex {
18
+ display: flex;
19
+ }
20
+
21
+ .univer-inline-flex {
22
+ display: inline-flex;
23
+ }
24
+
25
+ .univer-grid {
26
+ display: grid;
27
+ }
28
+
29
+ .univer-h-full {
30
+ height: 100%;
31
+ }
32
+
33
+ .univer-max-h-\[360px\] {
34
+ max-height: 360px;
35
+ }
36
+
37
+ .univer-min-h-8 {
38
+ min-height: 2rem;
39
+ }
40
+
41
+ .univer-w-full {
42
+ width: 100%;
43
+ }
44
+
45
+ .univer-cursor-pointer {
46
+ cursor: pointer;
47
+ }
48
+
49
+ .univer-select-none {
50
+ user-select: none;
51
+ }
52
+
53
+ .univer-items-center {
54
+ align-items: center;
55
+ }
56
+
57
+ .univer-justify-center {
58
+ justify-content: center;
59
+ }
60
+
61
+ .univer-justify-between {
62
+ justify-content: space-between;
63
+ }
64
+
65
+ .univer-gap-1 {
66
+ gap: .25rem;
67
+ }
68
+
69
+ .univer-gap-2 {
70
+ gap: .5rem;
71
+ }
72
+
73
+ .univer-gap-2\.5 {
74
+ gap: .625rem;
75
+ }
76
+
77
+ .univer-gap-3 {
78
+ gap: .75rem;
79
+ }
80
+
81
+ .univer-overflow-y-auto {
82
+ overflow-y: auto;
83
+ }
84
+
85
+ .univer-overflow-x-hidden {
86
+ overflow-x: hidden;
87
+ }
88
+
89
+ .univer-overscroll-contain {
90
+ overscroll-behavior: contain;
91
+ }
92
+
93
+ .univer-truncate {
94
+ text-overflow: ellipsis;
95
+ white-space: nowrap;
96
+ overflow: hidden;
97
+ }
98
+
99
+ .univer-rounded-full {
100
+ border-radius: 9999px;
101
+ }
102
+
103
+ .univer-rounded-lg {
104
+ border-radius: .5rem;
105
+ }
106
+
107
+ .univer-rounded-md {
108
+ border-radius: .375rem;
109
+ }
110
+
111
+ .univer-border-none {
112
+ border-style: none;
113
+ }
114
+
115
+ .\!univer-bg-gray-600 {
116
+ background-color: var(--univer-gray-600) !important;
117
+ }
118
+
119
+ .\!univer-bg-gray-700 {
120
+ background-color: var(--univer-gray-700) !important;
121
+ }
122
+
123
+ .\!univer-bg-gray-900 {
124
+ background-color: var(--univer-gray-900) !important;
125
+ }
126
+
127
+ .univer-bg-gray-100 {
128
+ background-color: var(--univer-gray-100);
129
+ }
130
+
131
+ .univer-bg-gray-50 {
132
+ background-color: var(--univer-gray-50);
133
+ }
134
+
135
+ .univer-bg-transparent {
136
+ background-color: #0000;
137
+ }
138
+
139
+ .univer-bg-white {
140
+ background-color: var(--univer-white);
141
+ }
142
+
143
+ .univer-p-1\.5 {
144
+ padding: .375rem;
145
+ }
146
+
147
+ .univer-px-12 {
148
+ padding-left: 3rem;
149
+ padding-right: 3rem;
150
+ }
151
+
152
+ .univer-px-2 {
153
+ padding-left: .5rem;
154
+ padding-right: .5rem;
155
+ }
156
+
157
+ .univer-py-1 {
158
+ padding-top: .25rem;
159
+ padding-bottom: .25rem;
160
+ }
161
+
162
+ .univer-py-6 {
163
+ padding-top: 1.5rem;
164
+ padding-bottom: 1.5rem;
165
+ }
166
+
167
+ .univer-text-left {
168
+ text-align: left;
169
+ }
170
+
171
+ .univer-text-base {
172
+ font-size: 1rem;
173
+ line-height: 1.5rem;
174
+ }
175
+
176
+ .univer-text-sm {
177
+ font-size: .875rem;
178
+ line-height: 1.25rem;
179
+ }
180
+
181
+ .univer-text-xs {
182
+ font-size: .75rem;
183
+ line-height: 1rem;
184
+ }
185
+
186
+ .univer-font-normal {
187
+ font-weight: 400;
188
+ }
189
+
190
+ .univer-font-semibold {
191
+ font-weight: 600;
192
+ }
193
+
194
+ .univer-text-gray-400 {
195
+ color: var(--univer-gray-400);
196
+ }
197
+
198
+ .univer-text-gray-500 {
199
+ color: var(--univer-gray-500);
200
+ }
201
+
202
+ .univer-text-gray-600 {
203
+ color: var(--univer-gray-600);
204
+ }
205
+
206
+ .univer-text-gray-800 {
207
+ color: var(--univer-gray-800);
208
+ }
209
+
210
+ .univer-text-gray-900 {
211
+ color: var(--univer-gray-900);
212
+ }
213
+
214
+ .univer-shadow-lg {
215
+ --univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
216
+ --univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
217
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #1e284d1a;
218
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
219
+ }
220
+
221
+ .univer-shadow-md {
222
+ --univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
223
+ --univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
224
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 6px -2px #1e284d14, 0 2px 6px -1px #1e284d1a;
225
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
226
+ }
227
+
228
+ .univer-shadow-sm {
229
+ --univer-tw-shadow: 0px 1px 2px 0px #1e284d14;
230
+ --univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);
231
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
232
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
233
+ }
234
+
235
+ .univer-outline-none {
236
+ outline-offset: 2px;
237
+ outline: 2px solid #0000;
238
+ }
239
+
240
+ .univer-transition-colors {
241
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
242
+ transition-duration: .15s;
243
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
244
+ }
245
+
246
+ .hover\:univer-bg-gray-100:hover {
247
+ background-color: var(--univer-gray-100);
248
+ }
249
+
250
+ .hover\:univer-bg-gray-50:hover {
251
+ background-color: var(--univer-gray-50);
252
+ }
253
+
254
+ .hover\:univer-bg-transparent:hover {
255
+ background-color: #0000;
256
+ }
257
+
258
+ .dark\:\!univer-bg-gray-600:where(.univer-dark, .univer-dark *) {
259
+ background-color: var(--univer-gray-600) !important;
260
+ }
261
+
262
+ .dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
263
+ background-color: var(--univer-gray-700) !important;
264
+ }
265
+
266
+ .dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
267
+ background-color: var(--univer-gray-900) !important;
268
+ }
269
+
270
+ .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
271
+ color: var(--univer-gray-200) !important;
272
+ }
273
+
274
+ .dark\:\!univer-text-gray-300:where(.univer-dark, .univer-dark *) {
275
+ color: var(--univer-gray-300) !important;
276
+ }
277
+
278
+ .dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
279
+ color: var(--univer-gray-400) !important;
280
+ }
281
+
282
+ .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
283
+ color: var(--univer-white) !important;
284
+ }
285
+
286
+ .dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
287
+ background-color: var(--univer-gray-600) !important;
288
+ }
289
+
290
+ .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
291
+ background-color: var(--univer-gray-700) !important;
292
+ }