@qn-pandora/pandora-component 3.1.1 → 4.0.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 (222) hide show
  1. package/CHANGELOG.json +24 -7
  2. package/CHANGELOG.md +16 -7
  3. package/README.md +36 -36
  4. package/es/components/AutoComplete/style.css +25 -29
  5. package/es/components/AutoComplete/style.less +8 -8
  6. package/es/components/Breadcrumb/style.less +9 -9
  7. package/es/components/Button/index.d.ts +0 -8
  8. package/es/components/Button/index.js +4 -4
  9. package/es/components/Button/style.css +100 -104
  10. package/es/components/Button/style.less +51 -62
  11. package/es/components/Card/RowExtra/style.less +8 -8
  12. package/es/components/Card/SearchInput/style.less +8 -8
  13. package/es/components/Card/style.css +28 -2
  14. package/es/components/Card/style.less +11 -11
  15. package/es/components/CheckTransformList/style.css +50 -21
  16. package/es/components/CheckTransformList/style.less +35 -35
  17. package/es/components/Checkbox/style.css +1 -1
  18. package/es/components/Checkbox/style.less +5 -5
  19. package/es/components/CheckboxList/index.d.ts +2 -0
  20. package/es/components/CheckboxList/index.js +2 -2
  21. package/es/components/CheckboxList/style.css +5 -3
  22. package/es/components/CheckboxList/style.less +11 -9
  23. package/es/components/Collapse/style.css +16 -12
  24. package/es/components/Collapse/style.less +57 -57
  25. package/es/components/CollapsiblePanel/style.css +4 -4
  26. package/es/components/CollapsiblePanel/style.less +63 -63
  27. package/es/components/DateTimePicker/Base/style.css +378 -49
  28. package/es/components/DateTimePicker/Base/style.less +160 -164
  29. package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  30. package/es/components/DateTimePicker/BaseMobile/style.css +4 -4
  31. package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
  32. package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  33. package/es/components/DateTimePicker/DisplayInput/style.css +47 -16
  34. package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
  35. package/es/components/DateTimePicker/constants.d.ts +1 -1
  36. package/es/components/DateTimePicker/constants.js +17 -6
  37. package/es/components/DateTimePicker/index.js +1 -1
  38. package/es/components/DateTimePicker/style.css +7 -7
  39. package/es/components/DateTimePicker/style.less +19 -17
  40. package/es/components/DateTimePicker/transform.d.ts +4 -0
  41. package/es/components/DateTimePicker/transform.js +52 -0
  42. package/es/components/Drawer/index.d.ts +55 -2
  43. package/es/components/Drawer/index.js +3 -1
  44. package/es/components/Drawer/style.css +45 -45
  45. package/es/components/Drawer/style.less +17 -17
  46. package/es/components/Input/index.d.ts +1 -2
  47. package/es/components/Input/index.js +0 -2
  48. package/es/components/Input/style.css +47 -16
  49. package/es/components/Input/style.less +12 -12
  50. package/es/components/InputNumber/index.d.ts +1 -8
  51. package/es/components/InputNumber/index.js +1 -35
  52. package/es/components/KeyValuePair/style.less +21 -21
  53. package/es/components/Menu/Option.d.ts +10 -0
  54. package/es/components/Menu/Option.js +18 -2
  55. package/es/components/Menu/index.d.ts +1 -1
  56. package/es/components/Menu/index.js +3 -3
  57. package/es/components/Menu/style.css +20 -10
  58. package/es/components/Menu/style.less +18 -8
  59. package/es/components/Modal/style.less +30 -30
  60. package/es/components/NameExplainTooltip/style.less +10 -10
  61. package/es/components/NameLimiter/style.css +2 -4
  62. package/es/components/NameLimiter/style.less +19 -21
  63. package/es/components/OptionList/InlineOptionList/style.less +16 -16
  64. package/es/components/OptionList/OptionItem/style.css +2 -2
  65. package/es/components/OptionList/OptionItem/style.less +25 -25
  66. package/es/components/OptionList/PopoverOptionList/style.less +30 -30
  67. package/es/components/OptionList/style.css +2 -2
  68. package/es/components/OptionList/style.less +3 -3
  69. package/es/components/RadioGroup/style.css +8 -8
  70. package/es/components/RadioGroup/style.less +32 -32
  71. package/es/components/RangeInput/style.css +427 -27
  72. package/es/components/RangeInput/style.less +37 -37
  73. package/es/components/RemarkName/style.css +2 -4
  74. package/es/components/RemarkName/style.less +2 -2
  75. package/es/components/Selector/style.css +25 -29
  76. package/es/components/Selector/style.less +99 -100
  77. package/es/components/Spin/style.css +0 -1
  78. package/es/components/Spin/style.less +26 -26
  79. package/es/components/Steps/ControlButton/style.less +5 -5
  80. package/es/components/Steps/style.css +8 -6
  81. package/es/components/Steps/style.less +48 -46
  82. package/es/components/Table/ColumnTag/style.less +40 -40
  83. package/es/components/Table/index.js +7 -4
  84. package/es/components/Table/style.css +85 -27
  85. package/es/components/Table/style.less +306 -313
  86. package/es/components/Tabs/style.css +29 -1
  87. package/es/components/Tabs/style.less +33 -31
  88. package/es/components/TagList/Tag/style.less +72 -72
  89. package/es/components/TagList/TagSwitch/style.less +28 -28
  90. package/es/components/TagList/style.css +10 -10
  91. package/es/components/TagList/style.less +28 -28
  92. package/es/components/Timeline/TimelineItem/style.less +49 -49
  93. package/es/components/Timeline/style.less +23 -23
  94. package/es/components/Transfer/List/index.js +3 -3
  95. package/es/components/Transfer/List/style.css +3 -0
  96. package/es/components/Transfer/List/style.less +19 -15
  97. package/es/components/Transfer/ListBody/style.less +18 -18
  98. package/es/components/Transfer/style.css +3 -0
  99. package/es/components/Transfer/style.less +14 -14
  100. package/es/components/TreeSelector/style.css +64 -20
  101. package/es/components/TreeSelector/style.less +56 -54
  102. package/es/hoc/popContainer.d.ts +5 -0
  103. package/es/hoc/popContainer.js +37 -0
  104. package/es/index.css +3011 -2517
  105. package/es/index.d.ts +1 -1
  106. package/es/index.less +49 -50
  107. package/es/style/mixin.less +45 -45
  108. package/es/style/theme.less +389 -379
  109. package/lib/components/AutoComplete/style.css +25 -29
  110. package/lib/components/AutoComplete/style.less +8 -8
  111. package/lib/components/Breadcrumb/style.less +9 -9
  112. package/lib/components/Button/index.d.ts +0 -8
  113. package/lib/components/Button/index.js +4 -4
  114. package/lib/components/Button/style.css +100 -104
  115. package/lib/components/Button/style.less +51 -62
  116. package/lib/components/Card/RowExtra/style.less +8 -8
  117. package/lib/components/Card/SearchInput/style.less +8 -8
  118. package/lib/components/Card/style.css +28 -2
  119. package/lib/components/Card/style.less +11 -11
  120. package/lib/components/CheckTransformList/style.css +50 -21
  121. package/lib/components/CheckTransformList/style.less +35 -35
  122. package/lib/components/Checkbox/style.css +1 -1
  123. package/lib/components/Checkbox/style.less +5 -5
  124. package/lib/components/CheckboxList/index.d.ts +2 -0
  125. package/lib/components/CheckboxList/index.js +2 -2
  126. package/lib/components/CheckboxList/style.css +5 -3
  127. package/lib/components/CheckboxList/style.less +11 -9
  128. package/lib/components/Collapse/style.css +16 -12
  129. package/lib/components/Collapse/style.less +57 -57
  130. package/lib/components/CollapsiblePanel/style.css +4 -4
  131. package/lib/components/CollapsiblePanel/style.less +63 -63
  132. package/lib/components/DateTimePicker/Base/style.css +378 -49
  133. package/lib/components/DateTimePicker/Base/style.less +160 -164
  134. package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  135. package/lib/components/DateTimePicker/BaseMobile/style.css +4 -4
  136. package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
  137. package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  138. package/lib/components/DateTimePicker/DisplayInput/style.css +47 -16
  139. package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
  140. package/lib/components/DateTimePicker/constants.d.ts +1 -1
  141. package/lib/components/DateTimePicker/constants.js +17 -6
  142. package/lib/components/DateTimePicker/index.js +1 -1
  143. package/lib/components/DateTimePicker/style.css +7 -7
  144. package/lib/components/DateTimePicker/style.less +19 -17
  145. package/lib/components/DateTimePicker/transform.d.ts +4 -0
  146. package/lib/components/DateTimePicker/transform.js +53 -0
  147. package/lib/components/Drawer/index.d.ts +55 -2
  148. package/lib/components/Drawer/index.js +3 -1
  149. package/lib/components/Drawer/style.css +45 -45
  150. package/lib/components/Drawer/style.less +17 -17
  151. package/lib/components/Input/index.d.ts +1 -2
  152. package/lib/components/Input/index.js +0 -2
  153. package/lib/components/Input/style.css +47 -16
  154. package/lib/components/Input/style.less +12 -12
  155. package/lib/components/InputNumber/index.d.ts +1 -8
  156. package/lib/components/InputNumber/index.js +1 -38
  157. package/lib/components/KeyValuePair/style.less +21 -21
  158. package/lib/components/Menu/Option.d.ts +10 -0
  159. package/lib/components/Menu/Option.js +18 -2
  160. package/lib/components/Menu/index.d.ts +1 -1
  161. package/lib/components/Menu/index.js +3 -3
  162. package/lib/components/Menu/style.css +20 -10
  163. package/lib/components/Menu/style.less +18 -8
  164. package/lib/components/Modal/style.less +30 -30
  165. package/lib/components/NameExplainTooltip/style.less +10 -10
  166. package/lib/components/NameLimiter/style.css +2 -4
  167. package/lib/components/NameLimiter/style.less +19 -21
  168. package/lib/components/OptionList/InlineOptionList/style.less +16 -16
  169. package/lib/components/OptionList/OptionItem/style.css +2 -2
  170. package/lib/components/OptionList/OptionItem/style.less +25 -25
  171. package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
  172. package/lib/components/OptionList/style.css +2 -2
  173. package/lib/components/OptionList/style.less +3 -3
  174. package/lib/components/RadioGroup/style.css +8 -8
  175. package/lib/components/RadioGroup/style.less +32 -32
  176. package/lib/components/RangeInput/style.css +427 -27
  177. package/lib/components/RangeInput/style.less +37 -37
  178. package/lib/components/RemarkName/style.css +2 -4
  179. package/lib/components/RemarkName/style.less +2 -2
  180. package/lib/components/Selector/style.css +25 -29
  181. package/lib/components/Selector/style.less +99 -100
  182. package/lib/components/Spin/style.css +0 -1
  183. package/lib/components/Spin/style.less +26 -26
  184. package/lib/components/Steps/ControlButton/style.less +5 -5
  185. package/lib/components/Steps/style.css +8 -6
  186. package/lib/components/Steps/style.less +48 -46
  187. package/lib/components/Table/ColumnTag/style.less +40 -40
  188. package/lib/components/Table/index.js +6 -3
  189. package/lib/components/Table/style.css +85 -27
  190. package/lib/components/Table/style.less +306 -313
  191. package/lib/components/Tabs/style.css +29 -1
  192. package/lib/components/Tabs/style.less +33 -31
  193. package/lib/components/TagList/Tag/style.less +72 -72
  194. package/lib/components/TagList/TagSwitch/style.less +28 -28
  195. package/lib/components/TagList/style.css +10 -10
  196. package/lib/components/TagList/style.less +28 -28
  197. package/lib/components/Timeline/TimelineItem/style.less +49 -49
  198. package/lib/components/Timeline/style.less +23 -23
  199. package/lib/components/Transfer/List/index.js +3 -3
  200. package/lib/components/Transfer/List/style.css +3 -0
  201. package/lib/components/Transfer/List/style.less +19 -15
  202. package/lib/components/Transfer/ListBody/style.less +18 -18
  203. package/lib/components/Transfer/style.css +3 -0
  204. package/lib/components/Transfer/style.less +14 -14
  205. package/lib/components/TreeSelector/style.css +64 -20
  206. package/lib/components/TreeSelector/style.less +56 -54
  207. package/lib/hoc/popContainer.d.ts +5 -0
  208. package/lib/hoc/popContainer.js +47 -0
  209. package/lib/index.css +5102 -4608
  210. package/lib/index.d.ts +1 -1
  211. package/lib/index.less +49 -50
  212. package/lib/style/mixin.less +45 -45
  213. package/lib/style/theme.less +389 -379
  214. package/package.json +79 -108
  215. package/es/components/Input/NumberInput/index.d.ts +0 -29
  216. package/es/components/Input/NumberInput/index.js +0 -116
  217. package/es/components/InputNumber/style.css +0 -400
  218. package/es/components/InputNumber/style.less +0 -45
  219. package/lib/components/Input/NumberInput/index.d.ts +0 -29
  220. package/lib/components/Input/NumberInput/index.js +0 -121
  221. package/lib/components/InputNumber/style.css +0 -400
  222. package/lib/components/InputNumber/style.less +0 -45
@@ -27,8 +27,8 @@
27
27
  font-size: 14px;
28
28
  border-radius: 2px;
29
29
  color: rgba(0, 0, 0, 0.65);
30
- background: #ffffff;
31
30
  border-color: #e5e5e5;
31
+ background: #ffffff;
32
32
  }
33
33
  .ant-btn > .anticon {
34
34
  line-height: 1;
@@ -79,8 +79,8 @@
79
79
  .ant-btn:hover,
80
80
  .ant-btn:focus {
81
81
  color: #528cde;
82
- background: #ffffff;
83
82
  border-color: #528cde;
83
+ background: #ffffff;
84
84
  }
85
85
  .ant-btn:hover > a:only-child,
86
86
  .ant-btn:focus > a:only-child {
@@ -98,8 +98,8 @@
98
98
  }
99
99
  .ant-btn:active {
100
100
  color: #1b4eab;
101
- background: #ffffff;
102
101
  border-color: #1b4eab;
102
+ background: #ffffff;
103
103
  }
104
104
  .ant-btn:active > a:only-child {
105
105
  color: currentColor;
@@ -118,8 +118,8 @@
118
118
  .ant-btn[disabled]:focus,
119
119
  .ant-btn[disabled]:active {
120
120
  color: #eeeeee;
121
- background: rgba(44, 109, 210, 0.7);
122
121
  border-color: #e5e5e5;
122
+ background: rgba(44, 109, 210, 0.7);
123
123
  text-shadow: none;
124
124
  -webkit-box-shadow: none;
125
125
  box-shadow: none;
@@ -153,8 +153,8 @@
153
153
  }
154
154
  .ant-btn-primary {
155
155
  color: #ffffff;
156
- background: #2c6dd2;
157
156
  border-color: #2c6dd2;
157
+ background: #2c6dd2;
158
158
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
159
159
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
160
160
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
@@ -174,8 +174,8 @@
174
174
  .ant-btn-primary:hover,
175
175
  .ant-btn-primary:focus {
176
176
  color: #ffffff;
177
- background: #528cde;
178
177
  border-color: #528cde;
178
+ background: #528cde;
179
179
  }
180
180
  .ant-btn-primary:hover > a:only-child,
181
181
  .ant-btn-primary:focus > a:only-child {
@@ -193,8 +193,8 @@
193
193
  }
194
194
  .ant-btn-primary:active {
195
195
  color: #ffffff;
196
- background: #1b4eab;
197
196
  border-color: #1b4eab;
197
+ background: #1b4eab;
198
198
  }
199
199
  .ant-btn-primary:active > a:only-child {
200
200
  color: currentColor;
@@ -213,8 +213,8 @@
213
213
  .ant-btn-primary[disabled]:focus,
214
214
  .ant-btn-primary[disabled]:active {
215
215
  color: #eeeeee;
216
- background: rgba(44, 109, 210, 0.7);
217
216
  border-color: #e5e5e5;
217
+ background: rgba(44, 109, 210, 0.7);
218
218
  text-shadow: none;
219
219
  -webkit-box-shadow: none;
220
220
  box-shadow: none;
@@ -260,8 +260,8 @@
260
260
  }
261
261
  .ant-btn-ghost {
262
262
  color: rgba(0, 0, 0, 0.65);
263
- background: transparent;
264
263
  border-color: #e5e5e5;
264
+ background: transparent;
265
265
  }
266
266
  .ant-btn-ghost > a:only-child {
267
267
  color: currentColor;
@@ -278,8 +278,8 @@
278
278
  .ant-btn-ghost:hover,
279
279
  .ant-btn-ghost:focus {
280
280
  color: #528cde;
281
- background: transparent;
282
281
  border-color: #528cde;
282
+ background: transparent;
283
283
  }
284
284
  .ant-btn-ghost:hover > a:only-child,
285
285
  .ant-btn-ghost:focus > a:only-child {
@@ -297,8 +297,8 @@
297
297
  }
298
298
  .ant-btn-ghost:active {
299
299
  color: #1b4eab;
300
- background: transparent;
301
300
  border-color: #1b4eab;
301
+ background: transparent;
302
302
  }
303
303
  .ant-btn-ghost:active > a:only-child {
304
304
  color: currentColor;
@@ -317,8 +317,8 @@
317
317
  .ant-btn-ghost[disabled]:focus,
318
318
  .ant-btn-ghost[disabled]:active {
319
319
  color: #eeeeee;
320
- background: rgba(44, 109, 210, 0.7);
321
320
  border-color: #e5e5e5;
321
+ background: rgba(44, 109, 210, 0.7);
322
322
  text-shadow: none;
323
323
  -webkit-box-shadow: none;
324
324
  box-shadow: none;
@@ -343,8 +343,8 @@
343
343
  }
344
344
  .ant-btn-dashed {
345
345
  color: rgba(0, 0, 0, 0.65);
346
- background: #ffffff;
347
346
  border-color: #e5e5e5;
347
+ background: #ffffff;
348
348
  border-style: dashed;
349
349
  }
350
350
  .ant-btn-dashed > a:only-child {
@@ -362,8 +362,8 @@
362
362
  .ant-btn-dashed:hover,
363
363
  .ant-btn-dashed:focus {
364
364
  color: #528cde;
365
- background: #ffffff;
366
365
  border-color: #528cde;
366
+ background: #ffffff;
367
367
  }
368
368
  .ant-btn-dashed:hover > a:only-child,
369
369
  .ant-btn-dashed:focus > a:only-child {
@@ -381,8 +381,8 @@
381
381
  }
382
382
  .ant-btn-dashed:active {
383
383
  color: #1b4eab;
384
- background: #ffffff;
385
384
  border-color: #1b4eab;
385
+ background: #ffffff;
386
386
  }
387
387
  .ant-btn-dashed:active > a:only-child {
388
388
  color: currentColor;
@@ -401,8 +401,8 @@
401
401
  .ant-btn-dashed[disabled]:focus,
402
402
  .ant-btn-dashed[disabled]:active {
403
403
  color: #eeeeee;
404
- background: rgba(44, 109, 210, 0.7);
405
404
  border-color: #e5e5e5;
405
+ background: rgba(44, 109, 210, 0.7);
406
406
  text-shadow: none;
407
407
  -webkit-box-shadow: none;
408
408
  box-shadow: none;
@@ -427,8 +427,8 @@
427
427
  }
428
428
  .ant-btn-danger {
429
429
  color: #fff;
430
- background: #f5222d;
431
430
  border-color: #f5222d;
431
+ background: #f5222d;
432
432
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
433
433
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
434
434
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
@@ -448,8 +448,8 @@
448
448
  .ant-btn-danger:hover,
449
449
  .ant-btn-danger:focus {
450
450
  color: #fff;
451
- background: #ff4d4f;
452
451
  border-color: #ff4d4f;
452
+ background: #ff4d4f;
453
453
  }
454
454
  .ant-btn-danger:hover > a:only-child,
455
455
  .ant-btn-danger:focus > a:only-child {
@@ -467,8 +467,8 @@
467
467
  }
468
468
  .ant-btn-danger:active {
469
469
  color: #fff;
470
- background: #cf1322;
471
470
  border-color: #cf1322;
471
+ background: #cf1322;
472
472
  }
473
473
  .ant-btn-danger:active > a:only-child {
474
474
  color: currentColor;
@@ -487,8 +487,8 @@
487
487
  .ant-btn-danger[disabled]:focus,
488
488
  .ant-btn-danger[disabled]:active {
489
489
  color: #eeeeee;
490
- background: rgba(44, 109, 210, 0.7);
491
490
  border-color: #e5e5e5;
491
+ background: rgba(44, 109, 210, 0.7);
492
492
  text-shadow: none;
493
493
  -webkit-box-shadow: none;
494
494
  box-shadow: none;
@@ -513,8 +513,8 @@
513
513
  }
514
514
  .ant-btn-link {
515
515
  color: #7a869a;
516
- background: transparent;
517
516
  border-color: transparent;
517
+ background: transparent;
518
518
  -webkit-box-shadow: none;
519
519
  box-shadow: none;
520
520
  }
@@ -533,8 +533,8 @@
533
533
  .ant-btn-link:hover,
534
534
  .ant-btn-link:focus {
535
535
  color: #528cde;
536
- background: transparent;
537
536
  border-color: #528cde;
537
+ background: transparent;
538
538
  }
539
539
  .ant-btn-link:hover > a:only-child,
540
540
  .ant-btn-link:focus > a:only-child {
@@ -552,8 +552,8 @@
552
552
  }
553
553
  .ant-btn-link:active {
554
554
  color: #1b4eab;
555
- background: transparent;
556
555
  border-color: #1b4eab;
556
+ background: transparent;
557
557
  }
558
558
  .ant-btn-link:active > a:only-child {
559
559
  color: currentColor;
@@ -572,8 +572,8 @@
572
572
  .ant-btn-link[disabled]:focus,
573
573
  .ant-btn-link[disabled]:active {
574
574
  color: #eeeeee;
575
- background: rgba(44, 109, 210, 0.7);
576
575
  border-color: #e5e5e5;
576
+ background: rgba(44, 109, 210, 0.7);
577
577
  text-shadow: none;
578
578
  -webkit-box-shadow: none;
579
579
  box-shadow: none;
@@ -609,8 +609,8 @@
609
609
  .ant-btn-link[disabled]:focus,
610
610
  .ant-btn-link[disabled]:active {
611
611
  color: rgba(0, 0, 0, 0.25);
612
- background: transparent;
613
612
  border-color: transparent;
613
+ background: transparent;
614
614
  text-shadow: none;
615
615
  -webkit-box-shadow: none;
616
616
  box-shadow: none;
@@ -635,8 +635,8 @@
635
635
  }
636
636
  .ant-btn-text {
637
637
  color: rgba(0, 0, 0, 0.65);
638
- background: transparent;
639
638
  border-color: transparent;
639
+ background: transparent;
640
640
  -webkit-box-shadow: none;
641
641
  box-shadow: none;
642
642
  }
@@ -655,8 +655,8 @@
655
655
  .ant-btn-text:hover,
656
656
  .ant-btn-text:focus {
657
657
  color: #528cde;
658
- background: transparent;
659
658
  border-color: #528cde;
659
+ background: transparent;
660
660
  }
661
661
  .ant-btn-text:hover > a:only-child,
662
662
  .ant-btn-text:focus > a:only-child {
@@ -674,8 +674,8 @@
674
674
  }
675
675
  .ant-btn-text:active {
676
676
  color: #1b4eab;
677
- background: transparent;
678
677
  border-color: #1b4eab;
678
+ background: transparent;
679
679
  }
680
680
  .ant-btn-text:active > a:only-child {
681
681
  color: currentColor;
@@ -694,8 +694,8 @@
694
694
  .ant-btn-text[disabled]:focus,
695
695
  .ant-btn-text[disabled]:active {
696
696
  color: #eeeeee;
697
- background: rgba(44, 109, 210, 0.7);
698
697
  border-color: #e5e5e5;
698
+ background: rgba(44, 109, 210, 0.7);
699
699
  text-shadow: none;
700
700
  -webkit-box-shadow: none;
701
701
  box-shadow: none;
@@ -734,8 +734,8 @@
734
734
  .ant-btn-text[disabled]:focus,
735
735
  .ant-btn-text[disabled]:active {
736
736
  color: rgba(0, 0, 0, 0.25);
737
- background: transparent;
738
737
  border-color: transparent;
738
+ background: transparent;
739
739
  text-shadow: none;
740
740
  -webkit-box-shadow: none;
741
741
  box-shadow: none;
@@ -760,8 +760,8 @@
760
760
  }
761
761
  .ant-btn-dangerous {
762
762
  color: #f5222d;
763
- background: #ffffff;
764
763
  border-color: #f5222d;
764
+ background: #ffffff;
765
765
  }
766
766
  .ant-btn-dangerous > a:only-child {
767
767
  color: currentColor;
@@ -778,8 +778,8 @@
778
778
  .ant-btn-dangerous:hover,
779
779
  .ant-btn-dangerous:focus {
780
780
  color: #ff4d4f;
781
- background: #ffffff;
782
781
  border-color: #ff4d4f;
782
+ background: #ffffff;
783
783
  }
784
784
  .ant-btn-dangerous:hover > a:only-child,
785
785
  .ant-btn-dangerous:focus > a:only-child {
@@ -797,8 +797,8 @@
797
797
  }
798
798
  .ant-btn-dangerous:active {
799
799
  color: #cf1322;
800
- background: #ffffff;
801
800
  border-color: #cf1322;
801
+ background: #ffffff;
802
802
  }
803
803
  .ant-btn-dangerous:active > a:only-child {
804
804
  color: currentColor;
@@ -817,8 +817,8 @@
817
817
  .ant-btn-dangerous[disabled]:focus,
818
818
  .ant-btn-dangerous[disabled]:active {
819
819
  color: #eeeeee;
820
- background: rgba(44, 109, 210, 0.7);
821
820
  border-color: #e5e5e5;
821
+ background: rgba(44, 109, 210, 0.7);
822
822
  text-shadow: none;
823
823
  -webkit-box-shadow: none;
824
824
  box-shadow: none;
@@ -843,8 +843,8 @@
843
843
  }
844
844
  .ant-btn-dangerous.ant-btn-primary {
845
845
  color: #fff;
846
- background: #f5222d;
847
846
  border-color: #f5222d;
847
+ background: #f5222d;
848
848
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
849
849
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
850
850
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
@@ -864,8 +864,8 @@
864
864
  .ant-btn-dangerous.ant-btn-primary:hover,
865
865
  .ant-btn-dangerous.ant-btn-primary:focus {
866
866
  color: #fff;
867
- background: #ff4d4f;
868
867
  border-color: #ff4d4f;
868
+ background: #ff4d4f;
869
869
  }
870
870
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
871
871
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
@@ -883,8 +883,8 @@
883
883
  }
884
884
  .ant-btn-dangerous.ant-btn-primary:active {
885
885
  color: #fff;
886
- background: #cf1322;
887
886
  border-color: #cf1322;
887
+ background: #cf1322;
888
888
  }
889
889
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
890
890
  color: currentColor;
@@ -903,8 +903,8 @@
903
903
  .ant-btn-dangerous.ant-btn-primary[disabled]:focus,
904
904
  .ant-btn-dangerous.ant-btn-primary[disabled]:active {
905
905
  color: #eeeeee;
906
- background: rgba(44, 109, 210, 0.7);
907
906
  border-color: #e5e5e5;
907
+ background: rgba(44, 109, 210, 0.7);
908
908
  text-shadow: none;
909
909
  -webkit-box-shadow: none;
910
910
  box-shadow: none;
@@ -929,8 +929,8 @@
929
929
  }
930
930
  .ant-btn-dangerous.ant-btn-link {
931
931
  color: #f5222d;
932
- background: transparent;
933
932
  border-color: transparent;
933
+ background: transparent;
934
934
  -webkit-box-shadow: none;
935
935
  box-shadow: none;
936
936
  }
@@ -949,8 +949,8 @@
949
949
  .ant-btn-dangerous.ant-btn-link:hover,
950
950
  .ant-btn-dangerous.ant-btn-link:focus {
951
951
  color: #528cde;
952
- background: transparent;
953
952
  border-color: #528cde;
953
+ background: transparent;
954
954
  }
955
955
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
956
956
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
@@ -968,8 +968,8 @@
968
968
  }
969
969
  .ant-btn-dangerous.ant-btn-link:active {
970
970
  color: #1b4eab;
971
- background: transparent;
972
971
  border-color: #1b4eab;
972
+ background: transparent;
973
973
  }
974
974
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
975
975
  color: currentColor;
@@ -988,8 +988,8 @@
988
988
  .ant-btn-dangerous.ant-btn-link[disabled]:focus,
989
989
  .ant-btn-dangerous.ant-btn-link[disabled]:active {
990
990
  color: #eeeeee;
991
- background: rgba(44, 109, 210, 0.7);
992
991
  border-color: #e5e5e5;
992
+ background: rgba(44, 109, 210, 0.7);
993
993
  text-shadow: none;
994
994
  -webkit-box-shadow: none;
995
995
  box-shadow: none;
@@ -1015,8 +1015,8 @@
1015
1015
  .ant-btn-dangerous.ant-btn-link:hover,
1016
1016
  .ant-btn-dangerous.ant-btn-link:focus {
1017
1017
  color: #ff4d4f;
1018
- background: transparent;
1019
1018
  border-color: transparent;
1019
+ background: transparent;
1020
1020
  }
1021
1021
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
1022
1022
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
@@ -1034,8 +1034,8 @@
1034
1034
  }
1035
1035
  .ant-btn-dangerous.ant-btn-link:active {
1036
1036
  color: #cf1322;
1037
- background: transparent;
1038
1037
  border-color: transparent;
1038
+ background: transparent;
1039
1039
  }
1040
1040
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
1041
1041
  color: currentColor;
@@ -1054,8 +1054,8 @@
1054
1054
  .ant-btn-dangerous.ant-btn-link[disabled]:focus,
1055
1055
  .ant-btn-dangerous.ant-btn-link[disabled]:active {
1056
1056
  color: rgba(0, 0, 0, 0.25);
1057
- background: transparent;
1058
1057
  border-color: transparent;
1058
+ background: transparent;
1059
1059
  text-shadow: none;
1060
1060
  -webkit-box-shadow: none;
1061
1061
  box-shadow: none;
@@ -1080,8 +1080,8 @@
1080
1080
  }
1081
1081
  .ant-btn-dangerous.ant-btn-text {
1082
1082
  color: #f5222d;
1083
- background: transparent;
1084
1083
  border-color: transparent;
1084
+ background: transparent;
1085
1085
  -webkit-box-shadow: none;
1086
1086
  box-shadow: none;
1087
1087
  }
@@ -1100,8 +1100,8 @@
1100
1100
  .ant-btn-dangerous.ant-btn-text:hover,
1101
1101
  .ant-btn-dangerous.ant-btn-text:focus {
1102
1102
  color: #528cde;
1103
- background: transparent;
1104
1103
  border-color: #528cde;
1104
+ background: transparent;
1105
1105
  }
1106
1106
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
1107
1107
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
@@ -1119,8 +1119,8 @@
1119
1119
  }
1120
1120
  .ant-btn-dangerous.ant-btn-text:active {
1121
1121
  color: #1b4eab;
1122
- background: transparent;
1123
1122
  border-color: #1b4eab;
1123
+ background: transparent;
1124
1124
  }
1125
1125
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
1126
1126
  color: currentColor;
@@ -1139,8 +1139,8 @@
1139
1139
  .ant-btn-dangerous.ant-btn-text[disabled]:focus,
1140
1140
  .ant-btn-dangerous.ant-btn-text[disabled]:active {
1141
1141
  color: #eeeeee;
1142
- background: rgba(44, 109, 210, 0.7);
1143
1142
  border-color: #e5e5e5;
1143
+ background: rgba(44, 109, 210, 0.7);
1144
1144
  text-shadow: none;
1145
1145
  -webkit-box-shadow: none;
1146
1146
  box-shadow: none;
@@ -1166,8 +1166,8 @@
1166
1166
  .ant-btn-dangerous.ant-btn-text:hover,
1167
1167
  .ant-btn-dangerous.ant-btn-text:focus {
1168
1168
  color: #ff4d4f;
1169
- background: rgba(0, 0, 0, 0.018);
1170
1169
  border-color: transparent;
1170
+ background: rgba(0, 0, 0, 0.018);
1171
1171
  }
1172
1172
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
1173
1173
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
@@ -1185,8 +1185,8 @@
1185
1185
  }
1186
1186
  .ant-btn-dangerous.ant-btn-text:active {
1187
1187
  color: #cf1322;
1188
- background: rgba(0, 0, 0, 0.028);
1189
1188
  border-color: transparent;
1189
+ background: rgba(0, 0, 0, 0.028);
1190
1190
  }
1191
1191
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
1192
1192
  color: currentColor;
@@ -1205,8 +1205,8 @@
1205
1205
  .ant-btn-dangerous.ant-btn-text[disabled]:focus,
1206
1206
  .ant-btn-dangerous.ant-btn-text[disabled]:active {
1207
1207
  color: rgba(0, 0, 0, 0.25);
1208
- background: transparent;
1209
1208
  border-color: transparent;
1209
+ background: transparent;
1210
1210
  text-shadow: none;
1211
1211
  -webkit-box-shadow: none;
1212
1212
  box-shadow: none;
@@ -1235,7 +1235,7 @@
1235
1235
  padding: 2.4px 0;
1236
1236
  font-size: 16px;
1237
1237
  border-radius: 2px;
1238
- vertical-align: -1px;
1238
+ vertical-align: -3px;
1239
1239
  }
1240
1240
  .ant-btn-icon-only > * {
1241
1241
  font-size: 16px;
@@ -1260,6 +1260,20 @@
1260
1260
  .ant-btn-icon-only.ant-btn-sm > * {
1261
1261
  font-size: 14px;
1262
1262
  }
1263
+ .ant-btn-icon-only > .anticon {
1264
+ display: -webkit-box;
1265
+ display: -ms-flexbox;
1266
+ display: flex;
1267
+ -webkit-box-pack: center;
1268
+ -ms-flex-pack: center;
1269
+ justify-content: center;
1270
+ }
1271
+ a.ant-btn-icon-only {
1272
+ vertical-align: -1px;
1273
+ }
1274
+ a.ant-btn-icon-only > .anticon {
1275
+ display: inline;
1276
+ }
1263
1277
  .ant-btn-round {
1264
1278
  height: 32px;
1265
1279
  padding: 4px 16px;
@@ -1322,9 +1336,7 @@
1322
1336
  }
1323
1337
  .ant-btn.ant-btn-loading {
1324
1338
  position: relative;
1325
- }
1326
- .ant-btn.ant-btn-loading:not([disabled]) {
1327
- pointer-events: none;
1339
+ cursor: default;
1328
1340
  }
1329
1341
  .ant-btn.ant-btn-loading::before {
1330
1342
  display: block;
@@ -1489,31 +1501,19 @@
1489
1501
  }
1490
1502
  .ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
1491
1503
  .ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
1492
- border-top-left-radius: 0;
1493
- border-top-right-radius: 2px;
1494
- border-bottom-right-radius: 2px;
1495
- border-bottom-left-radius: 0;
1504
+ border-radius: 0 2px 2px 0;
1496
1505
  }
1497
1506
  .ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
1498
1507
  .ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
1499
- border-top-left-radius: 2px;
1500
- border-top-right-radius: 0;
1501
- border-bottom-right-radius: 0;
1502
- border-bottom-left-radius: 2px;
1508
+ border-radius: 2px 0 0 2px;
1503
1509
  }
1504
1510
  .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
1505
1511
  .ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
1506
- border-top-left-radius: 0;
1507
- border-top-right-radius: 2px;
1508
- border-bottom-right-radius: 2px;
1509
- border-bottom-left-radius: 0;
1512
+ border-radius: 0 2px 2px 0;
1510
1513
  }
1511
1514
  .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
1512
1515
  .ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
1513
- border-top-left-radius: 2px;
1514
- border-top-right-radius: 0;
1515
- border-bottom-right-radius: 0;
1516
- border-bottom-left-radius: 2px;
1516
+ border-radius: 2px 0 0 2px;
1517
1517
  }
1518
1518
  .ant-btn:focus > span,
1519
1519
  .ant-btn:active > span {
@@ -1523,14 +1523,32 @@
1523
1523
  .ant-btn > span + .anticon {
1524
1524
  margin-left: 8px;
1525
1525
  }
1526
- .ant-btn-background-ghost {
1526
+ .ant-btn.ant-btn-background-ghost {
1527
1527
  color: #ffffff;
1528
- background: transparent !important;
1529
1528
  border-color: #ffffff;
1530
1529
  }
1530
+ .ant-btn.ant-btn-background-ghost,
1531
+ .ant-btn.ant-btn-background-ghost:hover,
1532
+ .ant-btn.ant-btn-background-ghost:active,
1533
+ .ant-btn.ant-btn-background-ghost:focus {
1534
+ background: transparent;
1535
+ }
1536
+ .ant-btn.ant-btn-background-ghost:hover,
1537
+ .ant-btn.ant-btn-background-ghost:focus {
1538
+ color: #9ca0a6;
1539
+ border-color: #9ca0a6;
1540
+ }
1541
+ .ant-btn.ant-btn-background-ghost:active {
1542
+ color: #555f73;
1543
+ border-color: #555f73;
1544
+ }
1545
+ .ant-btn.ant-btn-background-ghost[disabled] {
1546
+ color: rgba(0, 0, 0, 0.25);
1547
+ background: transparent;
1548
+ border-color: #e5e5e5;
1549
+ }
1531
1550
  .ant-btn-background-ghost.ant-btn-primary {
1532
1551
  color: #2c6dd2;
1533
- background: transparent;
1534
1552
  border-color: #2c6dd2;
1535
1553
  text-shadow: none;
1536
1554
  }
@@ -1549,7 +1567,6 @@
1549
1567
  .ant-btn-background-ghost.ant-btn-primary:hover,
1550
1568
  .ant-btn-background-ghost.ant-btn-primary:focus {
1551
1569
  color: #528cde;
1552
- background: transparent;
1553
1570
  border-color: #528cde;
1554
1571
  }
1555
1572
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
@@ -1568,7 +1585,6 @@
1568
1585
  }
1569
1586
  .ant-btn-background-ghost.ant-btn-primary:active {
1570
1587
  color: #1b4eab;
1571
- background: transparent;
1572
1588
  border-color: #1b4eab;
1573
1589
  }
1574
1590
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
@@ -1588,8 +1604,8 @@
1588
1604
  .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
1589
1605
  .ant-btn-background-ghost.ant-btn-primary[disabled]:active {
1590
1606
  color: #eeeeee;
1591
- background: rgba(44, 109, 210, 0.7);
1592
1607
  border-color: #e5e5e5;
1608
+ background: rgba(44, 109, 210, 0.7);
1593
1609
  text-shadow: none;
1594
1610
  -webkit-box-shadow: none;
1595
1611
  box-shadow: none;
@@ -1614,7 +1630,6 @@
1614
1630
  }
1615
1631
  .ant-btn-background-ghost.ant-btn-danger {
1616
1632
  color: #f5222d;
1617
- background: transparent;
1618
1633
  border-color: #f5222d;
1619
1634
  text-shadow: none;
1620
1635
  }
@@ -1633,7 +1648,6 @@
1633
1648
  .ant-btn-background-ghost.ant-btn-danger:hover,
1634
1649
  .ant-btn-background-ghost.ant-btn-danger:focus {
1635
1650
  color: #ff4d4f;
1636
- background: transparent;
1637
1651
  border-color: #ff4d4f;
1638
1652
  }
1639
1653
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
@@ -1652,7 +1666,6 @@
1652
1666
  }
1653
1667
  .ant-btn-background-ghost.ant-btn-danger:active {
1654
1668
  color: #cf1322;
1655
- background: transparent;
1656
1669
  border-color: #cf1322;
1657
1670
  }
1658
1671
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
@@ -1672,8 +1685,8 @@
1672
1685
  .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
1673
1686
  .ant-btn-background-ghost.ant-btn-danger[disabled]:active {
1674
1687
  color: #eeeeee;
1675
- background: rgba(44, 109, 210, 0.7);
1676
1688
  border-color: #e5e5e5;
1689
+ background: rgba(44, 109, 210, 0.7);
1677
1690
  text-shadow: none;
1678
1691
  -webkit-box-shadow: none;
1679
1692
  box-shadow: none;
@@ -1698,7 +1711,6 @@
1698
1711
  }
1699
1712
  .ant-btn-background-ghost.ant-btn-dangerous {
1700
1713
  color: #f5222d;
1701
- background: transparent;
1702
1714
  border-color: #f5222d;
1703
1715
  text-shadow: none;
1704
1716
  }
@@ -1717,7 +1729,6 @@
1717
1729
  .ant-btn-background-ghost.ant-btn-dangerous:hover,
1718
1730
  .ant-btn-background-ghost.ant-btn-dangerous:focus {
1719
1731
  color: #ff4d4f;
1720
- background: transparent;
1721
1732
  border-color: #ff4d4f;
1722
1733
  }
1723
1734
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
@@ -1736,7 +1747,6 @@
1736
1747
  }
1737
1748
  .ant-btn-background-ghost.ant-btn-dangerous:active {
1738
1749
  color: #cf1322;
1739
- background: transparent;
1740
1750
  border-color: #cf1322;
1741
1751
  }
1742
1752
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
@@ -1756,8 +1766,8 @@
1756
1766
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
1757
1767
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
1758
1768
  color: #eeeeee;
1759
- background: rgba(44, 109, 210, 0.7);
1760
1769
  border-color: #e5e5e5;
1770
+ background: rgba(44, 109, 210, 0.7);
1761
1771
  text-shadow: none;
1762
1772
  -webkit-box-shadow: none;
1763
1773
  box-shadow: none;
@@ -1782,7 +1792,6 @@
1782
1792
  }
1783
1793
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
1784
1794
  color: #f5222d;
1785
- background: transparent;
1786
1795
  border-color: transparent;
1787
1796
  text-shadow: none;
1788
1797
  }
@@ -1801,7 +1810,6 @@
1801
1810
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
1802
1811
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
1803
1812
  color: #ff4d4f;
1804
- background: transparent;
1805
1813
  border-color: transparent;
1806
1814
  }
1807
1815
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
@@ -1820,7 +1828,6 @@
1820
1828
  }
1821
1829
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
1822
1830
  color: #cf1322;
1823
- background: transparent;
1824
1831
  border-color: transparent;
1825
1832
  }
1826
1833
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
@@ -1840,8 +1847,8 @@
1840
1847
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
1841
1848
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
1842
1849
  color: #eeeeee;
1843
- background: rgba(44, 109, 210, 0.7);
1844
1850
  border-color: #e5e5e5;
1851
+ background: rgba(44, 109, 210, 0.7);
1845
1852
  text-shadow: none;
1846
1853
  -webkit-box-shadow: none;
1847
1854
  box-shadow: none;
@@ -1927,9 +1934,9 @@ a.ant-btn-sm {
1927
1934
  box-shadow: none;
1928
1935
  }
1929
1936
  .pandora-sdk-button.pandora-sdk-button-disabled {
1930
- background: #eee !important;
1931
- color: #bfbfbf !important;
1932
- border-color: #eee !important;
1937
+ background: #eee;
1938
+ color: #bfbfbf;
1939
+ border-color: #eee;
1933
1940
  pointer-events: none;
1934
1941
  text-shadow: none;
1935
1942
  }
@@ -1943,17 +1950,6 @@ a.ant-btn-sm {
1943
1950
  background: #fafafa;
1944
1951
  border-color: #bfbfbf;
1945
1952
  }
1946
- .pandora-sdk-button.pandora-sdk-type-primary {
1947
- background: #2c6dd2;
1948
- color: #ffffff;
1949
- border: 1px solid #2c6dd2;
1950
- }
1951
- .pandora-sdk-button.pandora-sdk-type-primary:hover,
1952
- .pandora-sdk-button.pandora-sdk-type-primary:focus {
1953
- background: rgba(44, 109, 210, 0.8);
1954
- color: #ffffff;
1955
- border-color: rgba(44, 109, 210, 0.8);
1956
- }
1957
1953
  .pandora-sdk-button.pandora-sdk-size-large {
1958
1954
  font-size: 16px;
1959
1955
  padding: 0 20px;