@qn-pandora/pandora-component 5.0.2 → 5.1.1

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 (105) hide show
  1. package/es/components/AutoComplete/index.js +2 -2
  2. package/es/components/AutoComplete/style.css +110 -22
  3. package/es/components/Breadcrumb/style.css +13 -3
  4. package/es/components/Button/style.css +215 -109
  5. package/es/components/Card/RowExtra/style.css +6 -0
  6. package/es/components/Card/style.css +50 -55
  7. package/es/components/CheckTransformList/style.css +327 -103
  8. package/es/components/Checkbox/style.css +5 -0
  9. package/es/components/CheckboxList/style.css +5 -0
  10. package/es/components/Collapse/style.css +34 -2
  11. package/es/components/DateTimePicker/Base/style.css +446 -56
  12. package/es/components/DateTimePicker/DisplayInput/style.css +218 -40
  13. package/es/components/DateTimePicker/index.js +1 -1
  14. package/es/components/DateTimePicker/style.css +77 -46
  15. package/es/components/Descriptions/style.css +77 -46
  16. package/es/components/Drawer/index.d.ts +6 -6
  17. package/es/components/Drawer/index.js +4 -4
  18. package/es/components/Drawer/style.css +244 -169
  19. package/es/components/Drawer/style.less +8 -0
  20. package/es/components/FileResumable/style.css +12 -42
  21. package/es/components/Input/index.d.ts +1 -1
  22. package/es/components/Input/style.css +218 -40
  23. package/es/components/Menu/style.css +16 -7
  24. package/es/components/Modal/style.css +10 -7
  25. package/es/components/NameLimiter/index.js +1 -1
  26. package/es/components/NameLimiter/style.css +83 -55
  27. package/es/components/OptionList/InlineOptionList/style.css +21 -8
  28. package/es/components/OptionList/OptionItem/style.css +83 -55
  29. package/es/components/OptionList/PopoverOptionList/index.js +1 -1
  30. package/es/components/OptionList/PopoverOptionList/style.css +77 -46
  31. package/es/components/OptionList/style.css +181 -109
  32. package/es/components/RadioGroup/style.css +27 -16
  33. package/es/components/RangeInput/style.css +581 -64
  34. package/es/components/RemarkName/style.css +83 -55
  35. package/es/components/Selector/style.css +110 -22
  36. package/es/components/Spin/style.css +8 -6
  37. package/es/components/Steps/style.css +43 -5
  38. package/es/components/Table/ColumnSetting/style.css +2 -5
  39. package/es/components/Table/ColumnSetting/style.less +2 -3
  40. package/es/components/Table/index.d.ts +12 -9
  41. package/es/components/Table/index.js +73 -84
  42. package/es/components/Table/style.css +99 -61
  43. package/es/components/Tabs/style.css +117 -68
  44. package/es/components/TopologyChart/index.d.ts +7 -0
  45. package/es/components/TopologyChart/index.js +19 -0
  46. package/es/components/TopologyChart/style.css +14 -0
  47. package/es/components/TopologyChart/style.less +14 -0
  48. package/es/components/TreeSelector/style.css +21 -9
  49. package/es/index.css +4134 -3054
  50. package/es/index.d.ts +1 -0
  51. package/es/index.js +1 -0
  52. package/es/index.less +16 -15
  53. package/lib/components/AutoComplete/index.js +2 -2
  54. package/lib/components/AutoComplete/style.css +110 -22
  55. package/lib/components/Breadcrumb/style.css +13 -3
  56. package/lib/components/Button/style.css +215 -109
  57. package/lib/components/Card/RowExtra/style.css +6 -0
  58. package/lib/components/Card/style.css +50 -55
  59. package/lib/components/CheckTransformList/style.css +327 -103
  60. package/lib/components/Checkbox/style.css +5 -0
  61. package/lib/components/CheckboxList/style.css +5 -0
  62. package/lib/components/Collapse/style.css +34 -2
  63. package/lib/components/DateTimePicker/Base/style.css +446 -56
  64. package/lib/components/DateTimePicker/DisplayInput/style.css +218 -40
  65. package/lib/components/DateTimePicker/index.js +1 -1
  66. package/lib/components/DateTimePicker/style.css +77 -46
  67. package/lib/components/Descriptions/style.css +77 -46
  68. package/lib/components/Drawer/index.d.ts +6 -6
  69. package/lib/components/Drawer/index.js +4 -4
  70. package/lib/components/Drawer/style.css +244 -169
  71. package/lib/components/Drawer/style.less +8 -0
  72. package/lib/components/FileResumable/style.css +12 -42
  73. package/lib/components/Input/index.d.ts +1 -1
  74. package/lib/components/Input/style.css +218 -40
  75. package/lib/components/Menu/style.css +16 -7
  76. package/lib/components/Modal/style.css +10 -7
  77. package/lib/components/NameLimiter/index.js +1 -1
  78. package/lib/components/NameLimiter/style.css +83 -55
  79. package/lib/components/OptionList/InlineOptionList/style.css +21 -8
  80. package/lib/components/OptionList/OptionItem/style.css +83 -55
  81. package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
  82. package/lib/components/OptionList/PopoverOptionList/style.css +77 -46
  83. package/lib/components/OptionList/style.css +181 -109
  84. package/lib/components/RadioGroup/style.css +27 -16
  85. package/lib/components/RangeInput/style.css +581 -64
  86. package/lib/components/RemarkName/style.css +83 -55
  87. package/lib/components/Selector/style.css +110 -22
  88. package/lib/components/Spin/style.css +8 -6
  89. package/lib/components/Steps/style.css +43 -5
  90. package/lib/components/Table/ColumnSetting/style.css +2 -5
  91. package/lib/components/Table/ColumnSetting/style.less +2 -3
  92. package/lib/components/Table/index.d.ts +12 -9
  93. package/lib/components/Table/index.js +73 -84
  94. package/lib/components/Table/style.css +99 -61
  95. package/lib/components/Tabs/style.css +117 -68
  96. package/lib/components/TopologyChart/index.d.ts +7 -0
  97. package/lib/components/TopologyChart/index.js +28 -0
  98. package/lib/components/TopologyChart/style.css +14 -0
  99. package/lib/components/TopologyChart/style.less +14 -0
  100. package/lib/components/TreeSelector/style.css +21 -9
  101. package/lib/index.css +10899 -9819
  102. package/lib/index.d.ts +1 -0
  103. package/lib/index.js +6 -1
  104. package/lib/index.less +23 -22
  105. package/package.json +7 -6
@@ -39,6 +39,9 @@
39
39
  display: -webkit-box;
40
40
  display: -ms-flexbox;
41
41
  display: flex;
42
+ -webkit-box-align: center;
43
+ -ms-flex-align: center;
44
+ align-items: center;
42
45
  margin: 16px 0;
43
46
  color: #333;
44
47
  font-weight: 500;
@@ -51,7 +54,6 @@
51
54
  .ant-divider-horizontal.ant-divider-with-text::before,
52
55
  .ant-divider-horizontal.ant-divider-with-text::after {
53
56
  position: relative;
54
- top: 50%;
55
57
  width: 50%;
56
58
  border-top: 1px solid transparent;
57
59
  border-top-color: inherit;
@@ -61,19 +63,15 @@
61
63
  content: '';
62
64
  }
63
65
  .ant-divider-horizontal.ant-divider-with-text-left::before {
64
- top: 50%;
65
66
  width: 5%;
66
67
  }
67
68
  .ant-divider-horizontal.ant-divider-with-text-left::after {
68
- top: 50%;
69
69
  width: 95%;
70
70
  }
71
71
  .ant-divider-horizontal.ant-divider-with-text-right::before {
72
- top: 50%;
73
72
  width: 95%;
74
73
  }
75
74
  .ant-divider-horizontal.ant-divider-with-text-right::after {
76
- top: 50%;
77
75
  width: 5%;
78
76
  }
79
77
  .ant-divider-inner-text {
@@ -86,9 +84,6 @@
86
84
  border-style: dashed;
87
85
  border-width: 1px 0 0;
88
86
  }
89
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
90
- border-top: 0;
91
- }
92
87
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
93
88
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
94
89
  border-style: dashed none none;
@@ -101,6 +96,24 @@
101
96
  font-weight: normal;
102
97
  font-size: 14px;
103
98
  }
99
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
100
+ width: 0;
101
+ }
102
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
103
+ width: 100%;
104
+ }
105
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
106
+ padding-left: 0;
107
+ }
108
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
109
+ width: 100%;
110
+ }
111
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
112
+ width: 0;
113
+ }
114
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
115
+ padding-right: 0;
116
+ }
104
117
  .ant-divider-rtl {
105
118
  direction: rtl;
106
119
  }
@@ -146,31 +159,35 @@
146
159
  width: -webkit-max-content;
147
160
  width: -moz-max-content;
148
161
  width: max-content;
162
+ width: intrinsic;
149
163
  max-width: 250px;
150
164
  visibility: visible;
151
165
  }
166
+ .ant-tooltip-content {
167
+ position: relative;
168
+ }
152
169
  .ant-tooltip-hidden {
153
170
  display: none;
154
171
  }
155
172
  .ant-tooltip-placement-top,
156
173
  .ant-tooltip-placement-topLeft,
157
174
  .ant-tooltip-placement-topRight {
158
- padding-bottom: 8px;
175
+ padding-bottom: 14.3137085px;
159
176
  }
160
177
  .ant-tooltip-placement-right,
161
178
  .ant-tooltip-placement-rightTop,
162
179
  .ant-tooltip-placement-rightBottom {
163
- padding-left: 8px;
180
+ padding-left: 14.3137085px;
164
181
  }
165
182
  .ant-tooltip-placement-bottom,
166
183
  .ant-tooltip-placement-bottomLeft,
167
184
  .ant-tooltip-placement-bottomRight {
168
- padding-top: 8px;
185
+ padding-top: 14.3137085px;
169
186
  }
170
187
  .ant-tooltip-placement-left,
171
188
  .ant-tooltip-placement-leftTop,
172
189
  .ant-tooltip-placement-leftBottom {
173
- padding-right: 8px;
190
+ padding-right: 14.3137085px;
174
191
  }
175
192
  .ant-tooltip-inner {
176
193
  min-width: 30px;
@@ -187,44 +204,62 @@
187
204
  }
188
205
  .ant-tooltip-arrow {
189
206
  position: absolute;
207
+ z-index: 2;
190
208
  display: block;
191
- width: 13.07106781px;
192
- height: 13.07106781px;
209
+ width: 22px;
210
+ height: 22px;
193
211
  overflow: hidden;
194
212
  background: transparent;
195
213
  pointer-events: none;
196
214
  }
197
215
  .ant-tooltip-arrow-content {
216
+ --antd-arrow-background-color: linear-gradient(to right bottom, rgba(35, 44, 59, 0.7), rgba(35, 44, 59, 0.8));
198
217
  position: absolute;
199
218
  top: 0;
200
219
  right: 0;
201
220
  bottom: 0;
202
221
  left: 0;
203
222
  display: block;
204
- width: 5px;
205
- height: 5px;
223
+ width: 11.3137085px;
224
+ height: 11.3137085px;
206
225
  margin: auto;
207
- background-color: rgba(35, 44, 59, 0.8);
208
226
  content: '';
209
227
  pointer-events: auto;
228
+ border-radius: 0 0 2px;
229
+ pointer-events: none;
230
+ }
231
+ .ant-tooltip-arrow-content::before {
232
+ position: absolute;
233
+ top: -11.3137085px;
234
+ left: -11.3137085px;
235
+ width: 33.9411255px;
236
+ height: 33.9411255px;
237
+ background: var(--antd-arrow-background-color);
238
+ background-repeat: no-repeat;
239
+ background-position: -10px -10px;
240
+ content: '';
241
+ clip-path: inset(33% 33%);
242
+ clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
210
243
  }
211
244
  .ant-tooltip-placement-top .ant-tooltip-arrow,
212
245
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
213
246
  .ant-tooltip-placement-topRight .ant-tooltip-arrow {
214
- bottom: -5.07106781px;
247
+ bottom: 0;
248
+ -webkit-transform: translateY(100%);
249
+ transform: translateY(100%);
215
250
  }
216
251
  .ant-tooltip-placement-top .ant-tooltip-arrow-content,
217
252
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
218
253
  .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
219
254
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
220
255
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
221
- -webkit-transform: translateY(-6.53553391px) rotate(45deg);
222
- transform: translateY(-6.53553391px) rotate(45deg);
256
+ -webkit-transform: translateY(-11px) rotate(45deg);
257
+ transform: translateY(-11px) rotate(45deg);
223
258
  }
224
259
  .ant-tooltip-placement-top .ant-tooltip-arrow {
225
260
  left: 50%;
226
- -webkit-transform: translateX(-50%);
227
- transform: translateX(-50%);
261
+ -webkit-transform: translateY(100%) translateX(-50%);
262
+ transform: translateY(100%) translateX(-50%);
228
263
  }
229
264
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
230
265
  left: 13px;
@@ -235,20 +270,22 @@
235
270
  .ant-tooltip-placement-right .ant-tooltip-arrow,
236
271
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
237
272
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
238
- left: -5.07106781px;
273
+ left: 0;
274
+ -webkit-transform: translateX(-100%);
275
+ transform: translateX(-100%);
239
276
  }
240
277
  .ant-tooltip-placement-right .ant-tooltip-arrow-content,
241
278
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
242
279
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
243
280
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
244
281
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
245
- -webkit-transform: translateX(6.53553391px) rotate(45deg);
246
- transform: translateX(6.53553391px) rotate(45deg);
282
+ -webkit-transform: translateX(11px) rotate(135deg);
283
+ transform: translateX(11px) rotate(135deg);
247
284
  }
248
285
  .ant-tooltip-placement-right .ant-tooltip-arrow {
249
286
  top: 50%;
250
- -webkit-transform: translateY(-50%);
251
- transform: translateY(-50%);
287
+ -webkit-transform: translateX(-100%) translateY(-50%);
288
+ transform: translateX(-100%) translateY(-50%);
252
289
  }
253
290
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
254
291
  top: 5px;
@@ -259,20 +296,22 @@
259
296
  .ant-tooltip-placement-left .ant-tooltip-arrow,
260
297
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
261
298
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
262
- right: -5.07106781px;
299
+ right: 0;
300
+ -webkit-transform: translateX(100%);
301
+ transform: translateX(100%);
263
302
  }
264
303
  .ant-tooltip-placement-left .ant-tooltip-arrow-content,
265
304
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
266
305
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
267
306
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
268
307
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
269
- -webkit-transform: translateX(-6.53553391px) rotate(45deg);
270
- transform: translateX(-6.53553391px) rotate(45deg);
308
+ -webkit-transform: translateX(-11px) rotate(315deg);
309
+ transform: translateX(-11px) rotate(315deg);
271
310
  }
272
311
  .ant-tooltip-placement-left .ant-tooltip-arrow {
273
312
  top: 50%;
274
- -webkit-transform: translateY(-50%);
275
- transform: translateY(-50%);
313
+ -webkit-transform: translateX(100%) translateY(-50%);
314
+ transform: translateX(100%) translateY(-50%);
276
315
  }
277
316
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
278
317
  top: 5px;
@@ -283,20 +322,22 @@
283
322
  .ant-tooltip-placement-bottom .ant-tooltip-arrow,
284
323
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
285
324
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
286
- top: -5.07106781px;
325
+ top: 0;
326
+ -webkit-transform: translateY(-100%);
327
+ transform: translateY(-100%);
287
328
  }
288
329
  .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
289
330
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
290
331
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
291
332
  -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
292
333
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
293
- -webkit-transform: translateY(6.53553391px) rotate(45deg);
294
- transform: translateY(6.53553391px) rotate(45deg);
334
+ -webkit-transform: translateY(11px) rotate(225deg);
335
+ transform: translateY(11px) rotate(225deg);
295
336
  }
296
337
  .ant-tooltip-placement-bottom .ant-tooltip-arrow {
297
338
  left: 50%;
298
- -webkit-transform: translateX(-50%);
299
- transform: translateX(-50%);
339
+ -webkit-transform: translateY(-100%) translateX(-50%);
340
+ transform: translateY(-100%) translateX(-50%);
300
341
  }
301
342
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
302
343
  left: 13px;
@@ -307,80 +348,80 @@
307
348
  .ant-tooltip-pink .ant-tooltip-inner {
308
349
  background-color: #eb2f96;
309
350
  }
310
- .ant-tooltip-pink .ant-tooltip-arrow-content {
311
- background-color: #eb2f96;
351
+ .ant-tooltip-pink .ant-tooltip-arrow-content::before {
352
+ background: #eb2f96;
312
353
  }
313
354
  .ant-tooltip-magenta .ant-tooltip-inner {
314
355
  background-color: #eb2f96;
315
356
  }
316
- .ant-tooltip-magenta .ant-tooltip-arrow-content {
317
- background-color: #eb2f96;
357
+ .ant-tooltip-magenta .ant-tooltip-arrow-content::before {
358
+ background: #eb2f96;
318
359
  }
319
360
  .ant-tooltip-red .ant-tooltip-inner {
320
361
  background-color: #f5222d;
321
362
  }
322
- .ant-tooltip-red .ant-tooltip-arrow-content {
323
- background-color: #f5222d;
363
+ .ant-tooltip-red .ant-tooltip-arrow-content::before {
364
+ background: #f5222d;
324
365
  }
325
366
  .ant-tooltip-volcano .ant-tooltip-inner {
326
367
  background-color: #fa541c;
327
368
  }
328
- .ant-tooltip-volcano .ant-tooltip-arrow-content {
329
- background-color: #fa541c;
369
+ .ant-tooltip-volcano .ant-tooltip-arrow-content::before {
370
+ background: #fa541c;
330
371
  }
331
372
  .ant-tooltip-orange .ant-tooltip-inner {
332
373
  background-color: #fa8c16;
333
374
  }
334
- .ant-tooltip-orange .ant-tooltip-arrow-content {
335
- background-color: #fa8c16;
375
+ .ant-tooltip-orange .ant-tooltip-arrow-content::before {
376
+ background: #fa8c16;
336
377
  }
337
378
  .ant-tooltip-yellow .ant-tooltip-inner {
338
379
  background-color: #fadb14;
339
380
  }
340
- .ant-tooltip-yellow .ant-tooltip-arrow-content {
341
- background-color: #fadb14;
381
+ .ant-tooltip-yellow .ant-tooltip-arrow-content::before {
382
+ background: #fadb14;
342
383
  }
343
384
  .ant-tooltip-gold .ant-tooltip-inner {
344
385
  background-color: #faad14;
345
386
  }
346
- .ant-tooltip-gold .ant-tooltip-arrow-content {
347
- background-color: #faad14;
387
+ .ant-tooltip-gold .ant-tooltip-arrow-content::before {
388
+ background: #faad14;
348
389
  }
349
390
  .ant-tooltip-cyan .ant-tooltip-inner {
350
391
  background-color: #13c2c2;
351
392
  }
352
- .ant-tooltip-cyan .ant-tooltip-arrow-content {
353
- background-color: #13c2c2;
393
+ .ant-tooltip-cyan .ant-tooltip-arrow-content::before {
394
+ background: #13c2c2;
354
395
  }
355
396
  .ant-tooltip-lime .ant-tooltip-inner {
356
397
  background-color: #a0d911;
357
398
  }
358
- .ant-tooltip-lime .ant-tooltip-arrow-content {
359
- background-color: #a0d911;
399
+ .ant-tooltip-lime .ant-tooltip-arrow-content::before {
400
+ background: #a0d911;
360
401
  }
361
402
  .ant-tooltip-green .ant-tooltip-inner {
362
403
  background-color: #52c41a;
363
404
  }
364
- .ant-tooltip-green .ant-tooltip-arrow-content {
365
- background-color: #52c41a;
405
+ .ant-tooltip-green .ant-tooltip-arrow-content::before {
406
+ background: #52c41a;
366
407
  }
367
408
  .ant-tooltip-blue .ant-tooltip-inner {
368
409
  background-color: #1890ff;
369
410
  }
370
- .ant-tooltip-blue .ant-tooltip-arrow-content {
371
- background-color: #1890ff;
411
+ .ant-tooltip-blue .ant-tooltip-arrow-content::before {
412
+ background: #1890ff;
372
413
  }
373
414
  .ant-tooltip-geekblue .ant-tooltip-inner {
374
415
  background-color: #2f54eb;
375
416
  }
376
- .ant-tooltip-geekblue .ant-tooltip-arrow-content {
377
- background-color: #2f54eb;
417
+ .ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
418
+ background: #2f54eb;
378
419
  }
379
420
  .ant-tooltip-purple .ant-tooltip-inner {
380
421
  background-color: #722ed1;
381
422
  }
382
- .ant-tooltip-purple .ant-tooltip-arrow-content {
383
- background-color: #722ed1;
423
+ .ant-tooltip-purple .ant-tooltip-arrow-content::before {
424
+ background: #722ed1;
384
425
  }
385
426
  .ant-tooltip-rtl {
386
427
  direction: rtl;
@@ -426,6 +467,7 @@
426
467
  top: 0;
427
468
  left: 0;
428
469
  z-index: 1200;
470
+ max-width: 100vw;
429
471
  font-weight: normal;
430
472
  white-space: normal;
431
473
  text-align: left;
@@ -435,6 +477,9 @@
435
477
  -ms-user-select: text;
436
478
  user-select: text;
437
479
  }
480
+ .ant-popover-content {
481
+ position: relative;
482
+ }
438
483
  .ant-popover::after {
439
484
  position: absolute;
440
485
  background: rgba(255, 255, 255, 0.01);
@@ -446,22 +491,22 @@
446
491
  .ant-popover-placement-top,
447
492
  .ant-popover-placement-topLeft,
448
493
  .ant-popover-placement-topRight {
449
- padding-bottom: 10px;
494
+ padding-bottom: 15.3137085px;
450
495
  }
451
496
  .ant-popover-placement-right,
452
497
  .ant-popover-placement-rightTop,
453
498
  .ant-popover-placement-rightBottom {
454
- padding-left: 10px;
499
+ padding-left: 15.3137085px;
455
500
  }
456
501
  .ant-popover-placement-bottom,
457
502
  .ant-popover-placement-bottomLeft,
458
503
  .ant-popover-placement-bottomRight {
459
- padding-top: 10px;
504
+ padding-top: 15.3137085px;
460
505
  }
461
506
  .ant-popover-placement-left,
462
507
  .ant-popover-placement-leftTop,
463
508
  .ant-popover-placement-leftBottom {
464
- padding-right: 10px;
509
+ padding-right: 15.3137085px;
465
510
  }
466
511
  .ant-popover-inner {
467
512
  background-color: #ffffff;
@@ -469,8 +514,6 @@
469
514
  border-radius: 2px;
470
515
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
471
516
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
472
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
473
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
474
517
  }
475
518
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
476
519
  .ant-popover {
@@ -491,71 +534,91 @@
491
534
  border-bottom: 1px solid #e5e5e5;
492
535
  }
493
536
  .ant-popover-inner-content {
537
+ width: -webkit-max-content;
538
+ width: -moz-max-content;
539
+ width: max-content;
540
+ max-width: 100%;
494
541
  padding: 12px 16px;
495
542
  color: rgba(0, 0, 0, 0.65);
496
543
  }
497
544
  .ant-popover-message {
498
- position: relative;
545
+ display: -webkit-box;
546
+ display: -ms-flexbox;
547
+ display: flex;
499
548
  padding: 4px 0 12px;
500
549
  color: rgba(0, 0, 0, 0.65);
501
550
  font-size: 14px;
502
551
  }
503
- .ant-popover-message > .anticon {
504
- position: absolute;
505
- top: 8.0005px;
552
+ .ant-popover-message-icon {
553
+ display: inline-block;
554
+ margin-right: 8px;
506
555
  color: #f0a818;
507
556
  font-size: 14px;
508
557
  }
509
- .ant-popover-message-title {
510
- padding-left: 22px;
511
- }
512
558
  .ant-popover-buttons {
513
559
  margin-bottom: 4px;
514
560
  text-align: right;
515
561
  }
516
- .ant-popover-buttons button {
562
+ .ant-popover-buttons button:not(:first-child) {
517
563
  margin-left: 8px;
518
564
  }
519
565
  .ant-popover-arrow {
520
566
  position: absolute;
521
567
  display: block;
522
- width: 8.48528137px;
523
- height: 8.48528137px;
568
+ width: 22px;
569
+ height: 22px;
524
570
  overflow: hidden;
525
571
  background: transparent;
526
572
  pointer-events: none;
527
573
  }
528
574
  .ant-popover-arrow-content {
575
+ --antd-arrow-background-color: #ffffff;
529
576
  position: absolute;
530
577
  top: 0;
531
578
  right: 0;
532
579
  bottom: 0;
533
580
  left: 0;
534
581
  display: block;
535
- width: 6px;
536
- height: 6px;
582
+ width: 11.3137085px;
583
+ height: 11.3137085px;
537
584
  margin: auto;
538
- background-color: #ffffff;
539
585
  content: '';
540
586
  pointer-events: auto;
587
+ border-radius: 0 0 2px;
588
+ pointer-events: none;
589
+ }
590
+ .ant-popover-arrow-content::before {
591
+ position: absolute;
592
+ top: -11.3137085px;
593
+ left: -11.3137085px;
594
+ width: 33.9411255px;
595
+ height: 33.9411255px;
596
+ background: var(--antd-arrow-background-color);
597
+ background-repeat: no-repeat;
598
+ background-position: -10px -10px;
599
+ content: '';
600
+ clip-path: inset(33% 33%);
601
+ clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
541
602
  }
542
603
  .ant-popover-placement-top .ant-popover-arrow,
543
604
  .ant-popover-placement-topLeft .ant-popover-arrow,
544
605
  .ant-popover-placement-topRight .ant-popover-arrow {
545
- bottom: 1.51471863px;
606
+ bottom: 0;
607
+ -webkit-transform: translateY(100%);
608
+ transform: translateY(100%);
546
609
  }
547
610
  .ant-popover-placement-top .ant-popover-arrow-content,
548
611
  .ant-popover-placement-topLeft .ant-popover-arrow-content,
549
612
  .ant-popover-placement-topRight .ant-popover-arrow-content {
550
613
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
551
614
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
552
- -webkit-transform: translateY(-4.24264069px) rotate(45deg);
553
- transform: translateY(-4.24264069px) rotate(45deg);
615
+ -webkit-transform: translateY(-11px) rotate(45deg);
616
+ transform: translateY(-11px) rotate(45deg);
554
617
  }
555
618
  .ant-popover-placement-top .ant-popover-arrow {
556
619
  left: 50%;
557
- -webkit-transform: translateX(-50%);
558
- transform: translateX(-50%);
620
+ -webkit-transform: translateY(100%) translateX(-50%);
621
+ transform: translateY(100%) translateX(-50%);
559
622
  }
560
623
  .ant-popover-placement-topLeft .ant-popover-arrow {
561
624
  left: 16px;
@@ -566,20 +629,22 @@
566
629
  .ant-popover-placement-right .ant-popover-arrow,
567
630
  .ant-popover-placement-rightTop .ant-popover-arrow,
568
631
  .ant-popover-placement-rightBottom .ant-popover-arrow {
569
- left: 1.51471863px;
632
+ left: 0;
633
+ -webkit-transform: translateX(-100%);
634
+ transform: translateX(-100%);
570
635
  }
571
636
  .ant-popover-placement-right .ant-popover-arrow-content,
572
637
  .ant-popover-placement-rightTop .ant-popover-arrow-content,
573
638
  .ant-popover-placement-rightBottom .ant-popover-arrow-content {
574
- -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
575
- box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
576
- -webkit-transform: translateX(4.24264069px) rotate(45deg);
577
- transform: translateX(4.24264069px) rotate(45deg);
639
+ -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
640
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
641
+ -webkit-transform: translateX(11px) rotate(135deg);
642
+ transform: translateX(11px) rotate(135deg);
578
643
  }
579
644
  .ant-popover-placement-right .ant-popover-arrow {
580
645
  top: 50%;
581
- -webkit-transform: translateY(-50%);
582
- transform: translateY(-50%);
646
+ -webkit-transform: translateX(-100%) translateY(-50%);
647
+ transform: translateX(-100%) translateY(-50%);
583
648
  }
584
649
  .ant-popover-placement-rightTop .ant-popover-arrow {
585
650
  top: 12px;
@@ -590,20 +655,22 @@
590
655
  .ant-popover-placement-bottom .ant-popover-arrow,
591
656
  .ant-popover-placement-bottomLeft .ant-popover-arrow,
592
657
  .ant-popover-placement-bottomRight .ant-popover-arrow {
593
- top: 1.51471863px;
658
+ top: 0;
659
+ -webkit-transform: translateY(-100%);
660
+ transform: translateY(-100%);
594
661
  }
595
662
  .ant-popover-placement-bottom .ant-popover-arrow-content,
596
663
  .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
597
664
  .ant-popover-placement-bottomRight .ant-popover-arrow-content {
598
- -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
599
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
600
- -webkit-transform: translateY(4.24264069px) rotate(45deg);
601
- transform: translateY(4.24264069px) rotate(45deg);
665
+ -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
666
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
667
+ -webkit-transform: translateY(11px) rotate(-135deg);
668
+ transform: translateY(11px) rotate(-135deg);
602
669
  }
603
670
  .ant-popover-placement-bottom .ant-popover-arrow {
604
671
  left: 50%;
605
- -webkit-transform: translateX(-50%);
606
- transform: translateX(-50%);
672
+ -webkit-transform: translateY(-100%) translateX(-50%);
673
+ transform: translateY(-100%) translateX(-50%);
607
674
  }
608
675
  .ant-popover-placement-bottomLeft .ant-popover-arrow {
609
676
  left: 16px;
@@ -614,20 +681,22 @@
614
681
  .ant-popover-placement-left .ant-popover-arrow,
615
682
  .ant-popover-placement-leftTop .ant-popover-arrow,
616
683
  .ant-popover-placement-leftBottom .ant-popover-arrow {
617
- right: 1.51471863px;
684
+ right: 0;
685
+ -webkit-transform: translateX(100%);
686
+ transform: translateX(100%);
618
687
  }
619
688
  .ant-popover-placement-left .ant-popover-arrow-content,
620
689
  .ant-popover-placement-leftTop .ant-popover-arrow-content,
621
690
  .ant-popover-placement-leftBottom .ant-popover-arrow-content {
622
- -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
623
- box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
624
- -webkit-transform: translateX(-4.24264069px) rotate(45deg);
625
- transform: translateX(-4.24264069px) rotate(45deg);
691
+ -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
692
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
693
+ -webkit-transform: translateX(-11px) rotate(-45deg);
694
+ transform: translateX(-11px) rotate(-45deg);
626
695
  }
627
696
  .ant-popover-placement-left .ant-popover-arrow {
628
697
  top: 50%;
629
- -webkit-transform: translateY(-50%);
630
- transform: translateY(-50%);
698
+ -webkit-transform: translateX(100%) translateY(-50%);
699
+ transform: translateX(100%) translateY(-50%);
631
700
  }
632
701
  .ant-popover-placement-leftTop .ant-popover-arrow {
633
702
  top: 12px;
@@ -717,8 +786,11 @@
717
786
  direction: rtl;
718
787
  text-align: right;
719
788
  }
789
+ .ant-popover-rtl .ant-popover-message-icon {
790
+ margin-right: 0;
791
+ margin-left: 8px;
792
+ }
720
793
  .ant-popover-rtl .ant-popover-message-title {
721
- padding-right: 22px;
722
794
  padding-left: 16px;
723
795
  }
724
796
  .ant-popover-rtl .ant-popover-buttons {