@synerise/ds-core 1.5.2 → 1.7.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 +23 -0
- package/dist/i18n/en.json +15 -1
- package/dist/i18n/es.json +15 -1
- package/dist/i18n/index.d.ts +70 -0
- package/dist/i18n/pl.json +15 -1
- package/dist/i18n/pt.json +15 -1
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.utils.d.ts +28 -0
- package/dist/style/core.css +1 -1
- package/dist/style/core.less +2 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,29 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.7.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.6.0...@synerise/ds-core@1.7.0) (2025-10-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **input:** add PasswordInput ([a9e9466](https://github.com/synerise/synerise-design/commit/a9e9466491246857a24807b1ac3a72f442de50d5))
|
|
12
|
+
* **list-item:** submenu and header ([71fa4bf](https://github.com/synerise/synerise-design/commit/71fa4bfadd5fdb52d61dfe8fe87a9e47567e5d16))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [1.6.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.5.2...@synerise/ds-core@1.6.0) (2025-09-25)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **table:** cell with tags list ([109820e](https://github.com/synerise/synerise-design/commit/109820ed06f931a178580633277a7643aebe1072))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
6
29
|
## [1.5.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.5.1...@synerise/ds-core@1.5.2) (2025-09-16)
|
|
7
30
|
|
|
8
31
|
**Note:** Version bump only for package @synerise/ds-core
|
package/dist/i18n/en.json
CHANGED
|
@@ -467,8 +467,22 @@
|
|
|
467
467
|
"REMOVE-TOOLTIP": "Delete",
|
|
468
468
|
"SUFFIX": "and"
|
|
469
469
|
},
|
|
470
|
+
"INPUT": {
|
|
471
|
+
"SHOW-PASSWORD": "Show password",
|
|
472
|
+
"HIDE-PASSWORD": "Hide password"
|
|
473
|
+
},
|
|
470
474
|
"PLACEHOLDER": {
|
|
471
475
|
"CHOOSE-CONDITION": "Choose type of condition below"
|
|
476
|
+
},
|
|
477
|
+
"TAG": {
|
|
478
|
+
"SEARCH-PLACEHOLDER": "Search",
|
|
479
|
+
"ADD-BUTTON-LABEL": "Add tag",
|
|
480
|
+
"MANAGE-LINK-LABEL": "Manage tags",
|
|
481
|
+
"CREATE-TAG-LABEL": "Create tag",
|
|
482
|
+
"NO-TAGS": "No data",
|
|
483
|
+
"CLEAR-TOOLTIP": "Clear",
|
|
484
|
+
"DELETE-TOOLTIP": "Delete",
|
|
485
|
+
"NO-SEARCH-RESULTS": "No tags found"
|
|
472
486
|
}
|
|
473
487
|
}
|
|
474
|
-
}
|
|
488
|
+
}
|
package/dist/i18n/es.json
CHANGED
|
@@ -466,8 +466,22 @@
|
|
|
466
466
|
"REMOVE-TOOLTIP": "Eliminar",
|
|
467
467
|
"SUFFIX": "y"
|
|
468
468
|
},
|
|
469
|
+
"INPUT": {
|
|
470
|
+
"SHOW-PASSWORD": "Mostrar contraseña",
|
|
471
|
+
"HIDE-PASSWORD": "Ocultar contraseña"
|
|
472
|
+
},
|
|
469
473
|
"PLACEHOLDER": {
|
|
470
474
|
"CHOOSE-CONDITION": "Elige el tipo de condición abajo"
|
|
475
|
+
},
|
|
476
|
+
"TAG": {
|
|
477
|
+
"SEARCH-PLACEHOLDER": "Buscar",
|
|
478
|
+
"ADD-BUTTON-LABEL": "Agregar etiqueta",
|
|
479
|
+
"MANAGE-LINK-LABEL": "Administrar etiquetas",
|
|
480
|
+
"CREATE-TAG-LABEL": "Crear etiqueta",
|
|
481
|
+
"NO-TAGS": "Sin datos",
|
|
482
|
+
"CLEAR-TOOLTIP": "Borrar",
|
|
483
|
+
"DELETE-TOOLTIP": "Eliminar",
|
|
484
|
+
"NO-SEARCH-RESULTS": "No se encontraron etiquetas"
|
|
471
485
|
}
|
|
472
486
|
}
|
|
473
|
-
}
|
|
487
|
+
}
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -409,9 +409,23 @@ declare const _default: {
|
|
|
409
409
|
"DROP-ME-HERE": string;
|
|
410
410
|
"ADD-FILTER": string;
|
|
411
411
|
};
|
|
412
|
+
INPUT: {
|
|
413
|
+
"SHOW-PASSWORD": string;
|
|
414
|
+
"HIDE-PASSWORD": string;
|
|
415
|
+
};
|
|
412
416
|
PLACEHOLDER: {
|
|
413
417
|
"CHOOSE-CONDITION": string;
|
|
414
418
|
};
|
|
419
|
+
TAG: {
|
|
420
|
+
"SEARCH-PLACEHOLDER": string;
|
|
421
|
+
"ADD-BUTTON-LABEL": string;
|
|
422
|
+
"MANAGE-LINK-LABEL": string;
|
|
423
|
+
"CREATE-TAG-LABEL": string;
|
|
424
|
+
"NO-TAGS": string;
|
|
425
|
+
"CLEAR-TOOLTIP": string;
|
|
426
|
+
"DELETE-TOOLTIP": string;
|
|
427
|
+
"NO-SEARCH-RESULTS": string;
|
|
428
|
+
};
|
|
415
429
|
};
|
|
416
430
|
};
|
|
417
431
|
en: {
|
|
@@ -883,9 +897,23 @@ declare const _default: {
|
|
|
883
897
|
"REMOVE-TOOLTIP": string;
|
|
884
898
|
SUFFIX: string;
|
|
885
899
|
};
|
|
900
|
+
INPUT: {
|
|
901
|
+
"SHOW-PASSWORD": string;
|
|
902
|
+
"HIDE-PASSWORD": string;
|
|
903
|
+
};
|
|
886
904
|
PLACEHOLDER: {
|
|
887
905
|
"CHOOSE-CONDITION": string;
|
|
888
906
|
};
|
|
907
|
+
TAG: {
|
|
908
|
+
"SEARCH-PLACEHOLDER": string;
|
|
909
|
+
"ADD-BUTTON-LABEL": string;
|
|
910
|
+
"MANAGE-LINK-LABEL": string;
|
|
911
|
+
"CREATE-TAG-LABEL": string;
|
|
912
|
+
"NO-TAGS": string;
|
|
913
|
+
"CLEAR-TOOLTIP": string;
|
|
914
|
+
"DELETE-TOOLTIP": string;
|
|
915
|
+
"NO-SEARCH-RESULTS": string;
|
|
916
|
+
};
|
|
889
917
|
};
|
|
890
918
|
};
|
|
891
919
|
es: {
|
|
@@ -1356,9 +1384,23 @@ declare const _default: {
|
|
|
1356
1384
|
"REMOVE-TOOLTIP": string;
|
|
1357
1385
|
SUFFIX: string;
|
|
1358
1386
|
};
|
|
1387
|
+
INPUT: {
|
|
1388
|
+
"SHOW-PASSWORD": string;
|
|
1389
|
+
"HIDE-PASSWORD": string;
|
|
1390
|
+
};
|
|
1359
1391
|
PLACEHOLDER: {
|
|
1360
1392
|
"CHOOSE-CONDITION": string;
|
|
1361
1393
|
};
|
|
1394
|
+
TAG: {
|
|
1395
|
+
"SEARCH-PLACEHOLDER": string;
|
|
1396
|
+
"ADD-BUTTON-LABEL": string;
|
|
1397
|
+
"MANAGE-LINK-LABEL": string;
|
|
1398
|
+
"CREATE-TAG-LABEL": string;
|
|
1399
|
+
"NO-TAGS": string;
|
|
1400
|
+
"CLEAR-TOOLTIP": string;
|
|
1401
|
+
"DELETE-TOOLTIP": string;
|
|
1402
|
+
"NO-SEARCH-RESULTS": string;
|
|
1403
|
+
};
|
|
1362
1404
|
};
|
|
1363
1405
|
};
|
|
1364
1406
|
pt: {
|
|
@@ -1831,9 +1873,23 @@ declare const _default: {
|
|
|
1831
1873
|
"REMOVE-TOOLTIP": string;
|
|
1832
1874
|
"AND-SUFFIX": string;
|
|
1833
1875
|
};
|
|
1876
|
+
INPUT: {
|
|
1877
|
+
"SHOW-PASSWORD": string;
|
|
1878
|
+
"HIDE-PASSWORD": string;
|
|
1879
|
+
};
|
|
1834
1880
|
PLACEHOLDER: {
|
|
1835
1881
|
"CHOOSE-CONDITION": string;
|
|
1836
1882
|
};
|
|
1883
|
+
TAG: {
|
|
1884
|
+
"SEARCH-PLACEHOLDER": string;
|
|
1885
|
+
"ADD-BUTTON-LABEL": string;
|
|
1886
|
+
"MANAGE-LINK-LABEL": string;
|
|
1887
|
+
"CREATE-TAG-LABEL": string;
|
|
1888
|
+
"NO-TAGS": string;
|
|
1889
|
+
"CLEAR-TOOLTIP": string;
|
|
1890
|
+
"DELETE-TOOLTIP": string;
|
|
1891
|
+
"NO-SEARCH-RESULTS": string;
|
|
1892
|
+
};
|
|
1837
1893
|
};
|
|
1838
1894
|
};
|
|
1839
1895
|
default: {
|
|
@@ -2305,9 +2361,23 @@ declare const _default: {
|
|
|
2305
2361
|
"REMOVE-TOOLTIP": string;
|
|
2306
2362
|
SUFFIX: string;
|
|
2307
2363
|
};
|
|
2364
|
+
INPUT: {
|
|
2365
|
+
"SHOW-PASSWORD": string;
|
|
2366
|
+
"HIDE-PASSWORD": string;
|
|
2367
|
+
};
|
|
2308
2368
|
PLACEHOLDER: {
|
|
2309
2369
|
"CHOOSE-CONDITION": string;
|
|
2310
2370
|
};
|
|
2371
|
+
TAG: {
|
|
2372
|
+
"SEARCH-PLACEHOLDER": string;
|
|
2373
|
+
"ADD-BUTTON-LABEL": string;
|
|
2374
|
+
"MANAGE-LINK-LABEL": string;
|
|
2375
|
+
"CREATE-TAG-LABEL": string;
|
|
2376
|
+
"NO-TAGS": string;
|
|
2377
|
+
"CLEAR-TOOLTIP": string;
|
|
2378
|
+
"DELETE-TOOLTIP": string;
|
|
2379
|
+
"NO-SEARCH-RESULTS": string;
|
|
2380
|
+
};
|
|
2311
2381
|
};
|
|
2312
2382
|
};
|
|
2313
2383
|
};
|
package/dist/i18n/pl.json
CHANGED
|
@@ -408,8 +408,22 @@
|
|
|
408
408
|
"DROP-ME-HERE": "Upuść mnie tutaj",
|
|
409
409
|
"ADD-FILTER": "Dodaj filtr"
|
|
410
410
|
},
|
|
411
|
+
"INPUT": {
|
|
412
|
+
"SHOW-PASSWORD": "Pokaż hasło",
|
|
413
|
+
"HIDE-PASSWORD": "Ukryj hasło"
|
|
414
|
+
},
|
|
411
415
|
"PLACEHOLDER": {
|
|
412
416
|
"CHOOSE-CONDITION": "Wybierz rodzaj warunku"
|
|
417
|
+
},
|
|
418
|
+
"TAG": {
|
|
419
|
+
"SEARCH-PLACEHOLDER": "Szukaj",
|
|
420
|
+
"ADD-BUTTON-LABEL": "Dodaj tag",
|
|
421
|
+
"MANAGE-LINK-LABEL": "Zarządzaj tagami",
|
|
422
|
+
"CREATE-TAG-LABEL": "Utwórz tag",
|
|
423
|
+
"NO-TAGS": "Brak danych",
|
|
424
|
+
"CLEAR-TOOLTIP": "Wyczyść",
|
|
425
|
+
"DELETE-TOOLTIP": "Usuń",
|
|
426
|
+
"NO-SEARCH-RESULTS": "Nie znaleziono tagów"
|
|
413
427
|
}
|
|
414
428
|
}
|
|
415
|
-
}
|
|
429
|
+
}
|
package/dist/i18n/pt.json
CHANGED
|
@@ -468,8 +468,22 @@
|
|
|
468
468
|
"REMOVE-TOOLTIP": "Excluir",
|
|
469
469
|
"AND-SUFFIX": "e"
|
|
470
470
|
},
|
|
471
|
+
"INPUT": {
|
|
472
|
+
"SHOW-PASSWORD": "Mostrar senha",
|
|
473
|
+
"HIDE-PASSWORD": "Ocultar senha"
|
|
474
|
+
},
|
|
471
475
|
"PLACEHOLDER": {
|
|
472
476
|
"CHOOSE-CONDITION": "Escolha o tipo de condição abaixo"
|
|
477
|
+
},
|
|
478
|
+
"TAG": {
|
|
479
|
+
"SEARCH-PLACEHOLDER": "Pesquisar",
|
|
480
|
+
"ADD-BUTTON-LABEL": "Adicionar tag",
|
|
481
|
+
"MANAGE-LINK-LABEL": "Gerenciar tags",
|
|
482
|
+
"CREATE-TAG-LABEL": "Criar tag",
|
|
483
|
+
"NO-TAGS": "Sem dados",
|
|
484
|
+
"CLEAR-TOOLTIP": "Limpar",
|
|
485
|
+
"DELETE-TOOLTIP": "Excluir",
|
|
486
|
+
"NO-SEARCH-RESULTS": "Nenhuma tag encontrada"
|
|
473
487
|
}
|
|
474
488
|
}
|
|
475
|
-
}
|
|
489
|
+
}
|
|
@@ -468,9 +468,23 @@ export declare const getDSMessages: (lang: string) => {
|
|
|
468
468
|
"REMOVE-TOOLTIP": string;
|
|
469
469
|
SUFFIX: string;
|
|
470
470
|
};
|
|
471
|
+
INPUT: {
|
|
472
|
+
"SHOW-PASSWORD": string;
|
|
473
|
+
"HIDE-PASSWORD": string;
|
|
474
|
+
};
|
|
471
475
|
PLACEHOLDER: {
|
|
472
476
|
"CHOOSE-CONDITION": string;
|
|
473
477
|
};
|
|
478
|
+
TAG: {
|
|
479
|
+
"SEARCH-PLACEHOLDER": string;
|
|
480
|
+
"ADD-BUTTON-LABEL": string;
|
|
481
|
+
"MANAGE-LINK-LABEL": string;
|
|
482
|
+
"CREATE-TAG-LABEL": string;
|
|
483
|
+
"NO-TAGS": string;
|
|
484
|
+
"CLEAR-TOOLTIP": string;
|
|
485
|
+
"DELETE-TOOLTIP": string;
|
|
486
|
+
"NO-SEARCH-RESULTS": string;
|
|
487
|
+
};
|
|
474
488
|
};
|
|
475
489
|
} | {
|
|
476
490
|
DS: {
|
|
@@ -882,8 +896,22 @@ export declare const getDSMessages: (lang: string) => {
|
|
|
882
896
|
"DROP-ME-HERE": string;
|
|
883
897
|
"ADD-FILTER": string;
|
|
884
898
|
};
|
|
899
|
+
INPUT: {
|
|
900
|
+
"SHOW-PASSWORD": string;
|
|
901
|
+
"HIDE-PASSWORD": string;
|
|
902
|
+
};
|
|
885
903
|
PLACEHOLDER: {
|
|
886
904
|
"CHOOSE-CONDITION": string;
|
|
887
905
|
};
|
|
906
|
+
TAG: {
|
|
907
|
+
"SEARCH-PLACEHOLDER": string;
|
|
908
|
+
"ADD-BUTTON-LABEL": string;
|
|
909
|
+
"MANAGE-LINK-LABEL": string;
|
|
910
|
+
"CREATE-TAG-LABEL": string;
|
|
911
|
+
"NO-TAGS": string;
|
|
912
|
+
"CLEAR-TOOLTIP": string;
|
|
913
|
+
"DELETE-TOOLTIP": string;
|
|
914
|
+
"NO-SEARCH-RESULTS": string;
|
|
915
|
+
};
|
|
888
916
|
};
|
|
889
917
|
};
|
package/dist/style/core.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[class*=ant-] input::-ms-clear,[class*=ant-] input::-ms-reveal,[class*=ant-]::-ms-clear,[class^=ant-] input::-ms-clear,[class^=ant-] input::-ms-reveal,[class^=ant-]::-ms-clear{display:none}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}body{margin:0;color:#6a7580;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-variant:tabular-nums;line-height:1.38;background-color:#f2f5f6;font-feature-settings:'tnum'}[tabindex='-1']:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:#384350;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0b68ff;text-decoration:none;background-color:transparent;outline:0;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#238afe}a:active{color:#0b68ff}a:active,a:hover{text-decoration:underline;outline:0}a:focus{text-decoration:none;outline:0}a[disabled]{color:#b5bdc3;cursor:not-allowed}code,kbd,pre,samp{font-size:1em;font-family:Consolas,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:#232936;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::selection{color:#fff;background:#0b68ff}.clearfix::before{display:table;content:''}.clearfix::after{display:table;clear:both;content:''}.anticon{display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon::before{display:none}.anticon .anticon-icon{display:block}.anticon>.anticon{line-height:0;vertical-align:0}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin::before{display:inline-block;animation:loadingCircle 1s infinite linear}.ant-fade-appear,.ant-fade-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-appear.ant-fade-appear-active,.ant-fade-enter.ant-fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.ant-fade-leave.ant-fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.ant-fade-appear,.ant-fade-enter{opacity:0;animation-timing-function:linear}.ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes antFadeOut{0%{opacity:1}100%{opacity:0}}.ant-move-up-appear,.ant-move-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-appear.ant-move-up-appear-active,.ant-move-up-enter.ant-move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.ant-move-up-leave.ant-move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.ant-move-up-appear,.ant-move-up-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-up-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-down-appear,.ant-move-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-appear.ant-move-down-appear-active,.ant-move-down-enter.ant-move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.ant-move-down-leave.ant-move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.ant-move-down-appear,.ant-move-down-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-down-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-left-appear,.ant-move-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-appear.ant-move-left-appear-active,.ant-move-left-enter.ant-move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.ant-move-left-leave.ant-move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.ant-move-left-appear,.ant-move-left-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-left-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-right-appear,.ant-move-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-appear.ant-move-right-appear-active,.ant-move-right-enter.ant-move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.ant-move-right-leave.ant-move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.ant-move-right-appear,.ant-move-right-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-right-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}100%{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}100%{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translateX(-100%);transform-origin:0 0;opacity:0}100%{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}100%{transform:translateX(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translateX(100%);transform-origin:0 0;opacity:0}100%{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}100%{transform:translateX(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}100%{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}100%{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{100%{transform:rotate(360deg)}}[ant-click-animating-without-extra-node=true],[ant-click-animating=true]{position:relative}html{--antd-wave-shadow-color:#0b68ff;--scroll-bar:0}.ant-click-animating-node,[ant-click-animating-without-extra-node=true]::after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 0 0 #0b68ff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:'';pointer-events:none}@keyframes waveEffect{100%{box-shadow:0 0 0 #0b68ff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{100%{opacity:0}}.ant-slide-up-appear,.ant-slide-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-appear.ant-slide-up-appear-active,.ant-slide-up-enter.ant-slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.ant-slide-up-leave.ant-slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.ant-slide-up-appear,.ant-slide-up-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-up-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-down-appear,.ant-slide-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-appear.ant-slide-down-appear-active,.ant-slide-down-enter.ant-slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.ant-slide-down-leave.ant-slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.ant-slide-down-appear,.ant-slide-down-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-down-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-left-appear,.ant-slide-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-appear.ant-slide-left-appear-active,.ant-slide-left-enter.ant-slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.ant-slide-left-leave.ant-slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.ant-slide-left-appear,.ant-slide-left-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-left-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-right-appear,.ant-slide-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-appear.ant-slide-right-appear-active,.ant-slide-right-enter.ant-slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.ant-slide-right-leave.ant-slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.ant-slide-right-appear,.ant-slide-right-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-right-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}100%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}100%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}100%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}100%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}100%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}100%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}100%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}100%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}}.ant-zoom-appear,.ant-zoom-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-appear.ant-zoom-appear-active,.ant-zoom-enter.ant-zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.ant-zoom-leave.ant-zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.ant-zoom-appear,.ant-zoom-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-appear-prepare,.ant-zoom-enter-prepare{transform:none}.ant-zoom-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-big-appear,.ant-zoom-big-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-appear.ant-zoom-big-appear-active,.ant-zoom-big-enter.ant-zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-appear,.ant-zoom-big-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-big-appear-prepare,.ant-zoom-big-enter-prepare{transform:none}.ant-zoom-big-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-big-fast-appear-prepare,.ant-zoom-big-fast-enter-prepare{transform:none}.ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-up-appear,.ant-zoom-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-appear.ant-zoom-up-appear-active,.ant-zoom-up-enter.ant-zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.ant-zoom-up-leave.ant-zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.ant-zoom-up-appear,.ant-zoom-up-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-up-appear-prepare,.ant-zoom-up-enter-prepare{transform:none}.ant-zoom-up-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-down-appear,.ant-zoom-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-appear.ant-zoom-down-appear-active,.ant-zoom-down-enter.ant-zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.ant-zoom-down-leave.ant-zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.ant-zoom-down-appear,.ant-zoom-down-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-down-appear-prepare,.ant-zoom-down-enter-prepare{transform:none}.ant-zoom-down-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-left-appear,.ant-zoom-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-appear.ant-zoom-left-appear-active,.ant-zoom-left-enter.ant-zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.ant-zoom-left-leave.ant-zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.ant-zoom-left-appear,.ant-zoom-left-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-left-appear-prepare,.ant-zoom-left-enter-prepare{transform:none}.ant-zoom-left-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-right-appear,.ant-zoom-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-appear.ant-zoom-right-appear-active,.ant-zoom-right-enter.ant-zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.ant-zoom-right-leave.ant-zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.ant-zoom-right-appear,.ant-zoom-right-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-right-appear-prepare,.ant-zoom-right-enter-prepare{transform:none}.ant-zoom-right-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}100%{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}100%{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0%;opacity:0}100%{transform:scale(1);transform-origin:50% 0%}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0%}100%{transform:scale(.8);transform-origin:50% 0%;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0% 50%;opacity:0}100%{transform:scale(1);transform-origin:0% 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0% 50%}100%{transform:scale(.8);transform-origin:0% 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}100%{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}100%{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}100%{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}100%{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645, .045, .355, 1),opacity .2s cubic-bezier(.645, .045, .355, 1)!important}.ant-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(.645, .045, .355, 1),opacity .2s cubic-bezier(.645, .045, .355, 1)!important}.ant-empty{margin:0 8px;font-size:13px;line-height:1.38;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:#b5bdc3}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:#b5bdc3}.ant-empty-small .ant-empty-image{height:35px}.ant-empty-img-default-ellipse{fill:#f5f5f5;fill-opacity:0.8}.ant-empty-img-default-path-1{fill:#aeb8c2}.ant-empty-img-default-path-2{fill:url('#linearGradient-1')}.ant-empty-img-default-path-3{fill:#f5f5f7}.ant-empty-img-default-path-4{fill:#dce0e6}.ant-empty-img-default-path-5{fill:#dce0e6}.ant-empty-img-default-g{fill:#fff}.ant-empty-img-simple-ellipse{fill:#f5f5f5}.ant-empty-img-simple-g{stroke:#d9d9d9}.ant-empty-img-simple-path{fill:#fafafa}.ant-empty-rtl{direction:rtl}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0!important}::placeholder{font-size:inherit!important;font-weight:inherit!important}.ant-calendar-picker-container ::placeholder{font-size:inherit!important}.sb-main-padded{background-color:#fff}.snrs-body-portal b,.snrs-body-portal strong{font-weight:500}.snrs-body-portal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0!important}.snrs-body-portal ::placeholder{font-size:inherit!important;font-weight:inherit!important}.ant-calendar-picker-container,.ant-dropdown,.ant-message,.ant-modal-wrap,.ant-popover,.ant-tooltip{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
|
1
|
+
[class*=ant-] input::-ms-clear,[class*=ant-] input::-ms-reveal,[class*=ant-]::-ms-clear,[class^=ant-] input::-ms-clear,[class^=ant-] input::-ms-reveal,[class^=ant-]::-ms-clear{display:none}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}body{margin:0;color:#6a7580;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-variant:tabular-nums;line-height:1.38;background-color:#f2f5f6;font-feature-settings:'tnum'}[tabindex='-1']:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:#384350;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0b68ff;text-decoration:none;background-color:transparent;outline:0;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#238afe}a:active{color:#0b68ff}a:active,a:hover{text-decoration:underline;outline:0}a:focus{text-decoration:none;outline:0}a[disabled]{color:#b5bdc3;cursor:not-allowed}code,kbd,pre,samp{font-size:1em;font-family:Consolas,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:#232936;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::selection{color:#fff;background:#0b68ff}.clearfix::before{display:table;content:''}.clearfix::after{display:table;clear:both;content:''}.anticon{display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon::before{display:none}.anticon .anticon-icon{display:block}.anticon>.anticon{line-height:0;vertical-align:0}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin::before{display:inline-block;animation:loadingCircle 1s infinite linear}.ant-fade-appear,.ant-fade-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-appear.ant-fade-appear-active,.ant-fade-enter.ant-fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.ant-fade-leave.ant-fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.ant-fade-appear,.ant-fade-enter{opacity:0;animation-timing-function:linear}.ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes antFadeOut{0%{opacity:1}100%{opacity:0}}.ant-move-up-appear,.ant-move-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-appear.ant-move-up-appear-active,.ant-move-up-enter.ant-move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.ant-move-up-leave.ant-move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.ant-move-up-appear,.ant-move-up-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-up-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-down-appear,.ant-move-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-appear.ant-move-down-appear-active,.ant-move-down-enter.ant-move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.ant-move-down-leave.ant-move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.ant-move-down-appear,.ant-move-down-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-down-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-left-appear,.ant-move-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-appear.ant-move-left-appear-active,.ant-move-left-enter.ant-move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.ant-move-left-leave.ant-move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.ant-move-left-appear,.ant-move-left-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-left-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-right-appear,.ant-move-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-appear.ant-move-right-appear-active,.ant-move-right-enter.ant-move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.ant-move-right-leave.ant-move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.ant-move-right-appear,.ant-move-right-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-right-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}100%{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}100%{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translateX(-100%);transform-origin:0 0;opacity:0}100%{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}100%{transform:translateX(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translateX(100%);transform-origin:0 0;opacity:0}100%{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}100%{transform:translateX(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}100%{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}100%{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{100%{transform:rotate(360deg)}}[ant-click-animating-without-extra-node=true],[ant-click-animating=true]{position:relative}html{--antd-wave-shadow-color:#0b68ff;--scroll-bar:0}.ant-click-animating-node,[ant-click-animating-without-extra-node=true]::after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 0 0 #0b68ff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:'';pointer-events:none}@keyframes waveEffect{100%{box-shadow:0 0 0 #0b68ff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{100%{opacity:0}}.ant-slide-up-appear,.ant-slide-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-appear.ant-slide-up-appear-active,.ant-slide-up-enter.ant-slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.ant-slide-up-leave.ant-slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.ant-slide-up-appear,.ant-slide-up-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-up-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-down-appear,.ant-slide-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-appear.ant-slide-down-appear-active,.ant-slide-down-enter.ant-slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.ant-slide-down-leave.ant-slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.ant-slide-down-appear,.ant-slide-down-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-down-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-left-appear,.ant-slide-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-appear.ant-slide-left-appear-active,.ant-slide-left-enter.ant-slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.ant-slide-left-leave.ant-slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.ant-slide-left-appear,.ant-slide-left-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-left-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-right-appear,.ant-slide-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-appear.ant-slide-right-appear-active,.ant-slide-right-enter.ant-slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.ant-slide-right-leave.ant-slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.ant-slide-right-appear,.ant-slide-right-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-right-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}100%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}100%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}100%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}100%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}100%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}100%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}100%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}100%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}}.ant-zoom-appear,.ant-zoom-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-appear.ant-zoom-appear-active,.ant-zoom-enter.ant-zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.ant-zoom-leave.ant-zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.ant-zoom-appear,.ant-zoom-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-appear-prepare,.ant-zoom-enter-prepare{transform:none}.ant-zoom-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-big-appear,.ant-zoom-big-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-appear.ant-zoom-big-appear-active,.ant-zoom-big-enter.ant-zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-appear,.ant-zoom-big-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-big-appear-prepare,.ant-zoom-big-enter-prepare{transform:none}.ant-zoom-big-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-big-fast-appear-prepare,.ant-zoom-big-fast-enter-prepare{transform:none}.ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-up-appear,.ant-zoom-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-appear.ant-zoom-up-appear-active,.ant-zoom-up-enter.ant-zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.ant-zoom-up-leave.ant-zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.ant-zoom-up-appear,.ant-zoom-up-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-up-appear-prepare,.ant-zoom-up-enter-prepare{transform:none}.ant-zoom-up-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-down-appear,.ant-zoom-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-appear.ant-zoom-down-appear-active,.ant-zoom-down-enter.ant-zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.ant-zoom-down-leave.ant-zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.ant-zoom-down-appear,.ant-zoom-down-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-down-appear-prepare,.ant-zoom-down-enter-prepare{transform:none}.ant-zoom-down-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-left-appear,.ant-zoom-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-appear.ant-zoom-left-appear-active,.ant-zoom-left-enter.ant-zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.ant-zoom-left-leave.ant-zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.ant-zoom-left-appear,.ant-zoom-left-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-left-appear-prepare,.ant-zoom-left-enter-prepare{transform:none}.ant-zoom-left-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-right-appear,.ant-zoom-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-appear.ant-zoom-right-appear-active,.ant-zoom-right-enter.ant-zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.ant-zoom-right-leave.ant-zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.ant-zoom-right-appear,.ant-zoom-right-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-right-appear-prepare,.ant-zoom-right-enter-prepare{transform:none}.ant-zoom-right-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}100%{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}100%{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0%;opacity:0}100%{transform:scale(1);transform-origin:50% 0%}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0%}100%{transform:scale(.8);transform-origin:50% 0%;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0% 50%;opacity:0}100%{transform:scale(1);transform-origin:0% 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0% 50%}100%{transform:scale(.8);transform-origin:0% 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}100%{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}100%{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}100%{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}100%{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645, .045, .355, 1),opacity .2s cubic-bezier(.645, .045, .355, 1)!important}.ant-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(.645, .045, .355, 1),opacity .2s cubic-bezier(.645, .045, .355, 1)!important}.ant-empty{margin:0 8px;font-size:13px;line-height:1.38;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:#b5bdc3}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:#b5bdc3}.ant-empty-small .ant-empty-image{height:35px}.ant-empty-img-default-ellipse{fill:#f5f5f5;fill-opacity:0.8}.ant-empty-img-default-path-1{fill:#aeb8c2}.ant-empty-img-default-path-2{fill:url('#linearGradient-1')}.ant-empty-img-default-path-3{fill:#f5f5f7}.ant-empty-img-default-path-4{fill:#dce0e6}.ant-empty-img-default-path-5{fill:#dce0e6}.ant-empty-img-default-g{fill:#fff}.ant-empty-img-simple-ellipse{fill:#f5f5f5}.ant-empty-img-simple-g{stroke:#d9d9d9}.ant-empty-img-simple-path{fill:#fafafa}.ant-empty-rtl{direction:rtl}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0!important}::placeholder{font-size:inherit!important;font-weight:inherit!important}.ant-calendar-picker-container ::placeholder{font-size:inherit!important}.sb-main-padded,.sb-show-main{background-color:#fff}.snrs-body-portal b,.snrs-body-portal strong{font-weight:500}.snrs-body-portal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0!important}.snrs-body-portal ::placeholder{font-size:inherit!important;font-weight:inherit!important}.ant-calendar-picker-container,.ant-dropdown,.ant-message,.ant-modal-wrap,.ant-popover,.ant-tooltip{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
package/dist/style/core.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Core Components for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "synerise/synerise-design",
|
|
@@ -53,8 +53,9 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@formatjs/icu-messageformat-parser": "^2.11.1",
|
|
55
55
|
"@formatjs/intl": "^2.10.14",
|
|
56
|
+
"glob": "^11.0.2",
|
|
56
57
|
"hex-rgb": "^5.0.0",
|
|
57
58
|
"less-vars-to-js": "^1.3.0"
|
|
58
59
|
},
|
|
59
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "4e09fc37fa21ff2e27655e7bb305b136db0ca199"
|
|
60
61
|
}
|