synos-helena 21.11.1 → 21.12.7-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/lib/dark.css +984 -519
- package/lib/dark.css.map +1 -1
- package/lib/dark.js.map +1 -1
- package/lib/helena.css +988 -523
- package/lib/helena.css.map +1 -1
- package/lib/helena.js.map +1 -1
- package/lib/index.css +39 -37
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +72 -30
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +0 -6
- package/lib/index.js.map +1 -1
- package/lib/light.css +984 -519
- package/lib/light.css.map +1 -1
- package/lib/light.js.map +1 -1
- package/package.json +10 -6
package/lib/helena.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"helena.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,iBAAZC,QACdA,QAAQ,kBAAoBD,IAE5BD,EAAK,kBAAoBC,IAR3B,CASGK,MAAM,WACT,M,mBCTA,IAAIC,EAAsB,CCA1BA,EAAyBL,IACH,oBAAXM,QAA0BA,OAAOC,aAC1CC,OAAOC,eAAeT,EAASM,OAAOC,YAAa,CAAEG,MAAO,WAE7DF,OAAOC,eAAeT,EAAS,aAAc,CAAEU,OAAO,M","sources":["webpack://synchro-helena/webpack/universalModuleDefinition","webpack://synchro-helena/webpack/bootstrap","webpack://synchro-helena/webpack/runtime/make namespace object"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"synchro-helena\"] = factory();\n\telse\n\t\troot[\"synchro-helena\"] = factory();\n})(self, function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};"],"names":["root","factory","exports","module","define","amd","self","__webpack_require__","Symbol","toStringTag","Object","defineProperty","value"],"sourceRoot":""}
|
package/lib/index.css
CHANGED
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
}
|
|
29
29
|
.ant-picker-focused {
|
|
30
30
|
border-color: #40a9ff;
|
|
31
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
31
32
|
border-right-width: 1px !important;
|
|
32
33
|
outline: 0;
|
|
33
|
-
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
34
34
|
}
|
|
35
35
|
.ant-picker.ant-picker-disabled {
|
|
36
36
|
background: #f5f5f5;
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
border: 1px solid #d9d9d9;
|
|
66
66
|
border-radius: 2px;
|
|
67
67
|
transition: all 0.3s;
|
|
68
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
68
69
|
flex: auto;
|
|
69
70
|
min-width: 1px;
|
|
70
71
|
height: auto;
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
}
|
|
78
79
|
.ant-picker-input > input::placeholder {
|
|
79
80
|
color: #bfbfbf;
|
|
81
|
+
user-select: none;
|
|
80
82
|
}
|
|
81
83
|
.ant-picker-input > input:placeholder-shown {
|
|
82
84
|
text-overflow: ellipsis;
|
|
@@ -88,9 +90,9 @@
|
|
|
88
90
|
.ant-picker-input > input:focus,
|
|
89
91
|
.ant-picker-input > input-focused {
|
|
90
92
|
border-color: #40a9ff;
|
|
93
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
91
94
|
border-right-width: 1px !important;
|
|
92
95
|
outline: 0;
|
|
93
|
-
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
94
96
|
}
|
|
95
97
|
.ant-picker-input > input-disabled {
|
|
96
98
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -860,7 +862,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
860
862
|
background: transparent;
|
|
861
863
|
cursor: not-allowed;
|
|
862
864
|
}
|
|
863
|
-
/* stylelint-disable-next-line */
|
|
865
|
+
/* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */
|
|
864
866
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
865
867
|
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
866
868
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
|
|
@@ -967,10 +969,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
967
969
|
left: 0;
|
|
968
970
|
border-right: 1px dashed #7ec1ff;
|
|
969
971
|
border-left: none;
|
|
970
|
-
border-
|
|
971
|
-
border-top-right-radius: 2px;
|
|
972
|
-
border-bottom-right-radius: 2px;
|
|
973
|
-
border-bottom-left-radius: 0;
|
|
972
|
+
border-radius: 0 2px 2px 0;
|
|
974
973
|
}
|
|
975
974
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
|
|
976
975
|
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
|
|
@@ -980,10 +979,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
980
979
|
left: 6px;
|
|
981
980
|
border-right: none;
|
|
982
981
|
border-left: 1px dashed #7ec1ff;
|
|
983
|
-
border-
|
|
984
|
-
border-top-right-radius: 0;
|
|
985
|
-
border-bottom-right-radius: 0;
|
|
986
|
-
border-bottom-left-radius: 2px;
|
|
982
|
+
border-radius: 2px 0 0 2px;
|
|
987
983
|
}
|
|
988
984
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
|
|
989
985
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
|
|
@@ -1018,7 +1014,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
1018
1014
|
[class*= ant-] input::-ms-reveal {
|
|
1019
1015
|
display: none;
|
|
1020
1016
|
}
|
|
1021
|
-
/* stylelint-disable at-rule-no-
|
|
1017
|
+
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
|
|
1022
1018
|
html,
|
|
1023
1019
|
body {
|
|
1024
1020
|
width: 100%;
|
|
@@ -2462,14 +2458,14 @@ html {
|
|
|
2462
2458
|
border-color: #91d5ff;
|
|
2463
2459
|
}
|
|
2464
2460
|
.ant-tag-error {
|
|
2465
|
-
color: #
|
|
2466
|
-
background: #
|
|
2467
|
-
border-color: #
|
|
2461
|
+
color: #ff4d4f;
|
|
2462
|
+
background: #fff2f0;
|
|
2463
|
+
border-color: #ffccc7;
|
|
2468
2464
|
}
|
|
2469
2465
|
.ant-tag-warning {
|
|
2470
|
-
color: #
|
|
2471
|
-
background: #
|
|
2472
|
-
border-color: #
|
|
2466
|
+
color: #faad14;
|
|
2467
|
+
background: #fffbe6;
|
|
2468
|
+
border-color: #ffe58f;
|
|
2473
2469
|
}
|
|
2474
2470
|
.ant-tag > .anticon + span,
|
|
2475
2471
|
.ant-tag > span + .anticon {
|
|
@@ -3728,6 +3724,12 @@ html {
|
|
|
3728
3724
|
display: flex;
|
|
3729
3725
|
justify-content: center;
|
|
3730
3726
|
}
|
|
3727
|
+
a.ant-btn-icon-only {
|
|
3728
|
+
vertical-align: -1px;
|
|
3729
|
+
}
|
|
3730
|
+
a.ant-btn-icon-only > .anticon {
|
|
3731
|
+
display: inline;
|
|
3732
|
+
}
|
|
3731
3733
|
.ant-btn-round {
|
|
3732
3734
|
height: 32px;
|
|
3733
3735
|
padding: 4px 16px;
|
|
@@ -3788,9 +3790,7 @@ html {
|
|
|
3788
3790
|
}
|
|
3789
3791
|
.ant-btn.ant-btn-loading {
|
|
3790
3792
|
position: relative;
|
|
3791
|
-
|
|
3792
|
-
.ant-btn.ant-btn-loading:not([disabled]) {
|
|
3793
|
-
pointer-events: none;
|
|
3793
|
+
cursor: default;
|
|
3794
3794
|
}
|
|
3795
3795
|
.ant-btn.ant-btn-loading::before {
|
|
3796
3796
|
display: block;
|
|
@@ -3950,31 +3950,19 @@ html {
|
|
|
3950
3950
|
}
|
|
3951
3951
|
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
|
|
3952
3952
|
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
|
|
3953
|
-
border-
|
|
3954
|
-
border-top-right-radius: 2px;
|
|
3955
|
-
border-bottom-right-radius: 2px;
|
|
3956
|
-
border-bottom-left-radius: 0;
|
|
3953
|
+
border-radius: 0 2px 2px 0;
|
|
3957
3954
|
}
|
|
3958
3955
|
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
|
|
3959
3956
|
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
|
|
3960
|
-
border-
|
|
3961
|
-
border-top-right-radius: 0;
|
|
3962
|
-
border-bottom-right-radius: 0;
|
|
3963
|
-
border-bottom-left-radius: 2px;
|
|
3957
|
+
border-radius: 2px 0 0 2px;
|
|
3964
3958
|
}
|
|
3965
3959
|
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
|
|
3966
3960
|
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
|
|
3967
|
-
border-
|
|
3968
|
-
border-top-right-radius: 2px;
|
|
3969
|
-
border-bottom-right-radius: 2px;
|
|
3970
|
-
border-bottom-left-radius: 0;
|
|
3961
|
+
border-radius: 0 2px 2px 0;
|
|
3971
3962
|
}
|
|
3972
3963
|
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
|
|
3973
3964
|
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
|
|
3974
|
-
border-
|
|
3975
|
-
border-top-right-radius: 0;
|
|
3976
|
-
border-bottom-right-radius: 0;
|
|
3977
|
-
border-bottom-left-radius: 2px;
|
|
3965
|
+
border-radius: 2px 0 0 2px;
|
|
3978
3966
|
}
|
|
3979
3967
|
.ant-btn:focus > span,
|
|
3980
3968
|
.ant-btn:active > span {
|
|
@@ -3994,6 +3982,20 @@ html {
|
|
|
3994
3982
|
.ant-btn.ant-btn-background-ghost:focus {
|
|
3995
3983
|
background: transparent;
|
|
3996
3984
|
}
|
|
3985
|
+
.ant-btn.ant-btn-background-ghost:hover,
|
|
3986
|
+
.ant-btn.ant-btn-background-ghost:focus {
|
|
3987
|
+
color: #40a9ff;
|
|
3988
|
+
border-color: #40a9ff;
|
|
3989
|
+
}
|
|
3990
|
+
.ant-btn.ant-btn-background-ghost:active {
|
|
3991
|
+
color: #096dd9;
|
|
3992
|
+
border-color: #096dd9;
|
|
3993
|
+
}
|
|
3994
|
+
.ant-btn.ant-btn-background-ghost[disabled] {
|
|
3995
|
+
color: rgba(0, 0, 0, 0.25);
|
|
3996
|
+
background: transparent;
|
|
3997
|
+
border-color: #d9d9d9;
|
|
3998
|
+
}
|
|
3997
3999
|
.ant-btn-background-ghost.ant-btn-primary {
|
|
3998
4000
|
color: #1890ff;
|
|
3999
4001
|
border-color: #1890ff;
|