@fle-ui/next 1.0.2 → 1.0.3

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 (50) hide show
  1. package/.history/.gitignore_20210922213827 +27 -0
  2. package/.history/.gitignore_20211029154108 +29 -0
  3. package/.history/.gitignore_20211029154109 +29 -0
  4. package/.history/.gitignore_20211029173434 +29 -0
  5. package/.history/{package_20211018113630.json → package_20211213140100.json} +7 -3
  6. package/dist/@fle-ui/next.css +21 -21
  7. package/dist/@fle-ui/next.css.map +1 -1
  8. package/dist/@fle-ui/next.js +2 -2
  9. package/dist/@fle-ui/next.js.map +1 -1
  10. package/dist/@fle-ui/next.min.css +3 -3
  11. package/dist/@fle-ui/next.min.css.map +1 -1
  12. package/dist/@fle-ui/next.min.js +2 -2
  13. package/dist/@fle-ui/next.min.js.map +1 -1
  14. package/docs-dist/components__affix__affix.md~components__alert__alert.md~components__anchor__anchor.md~components__au~31d645aa.js +4 -4
  15. package/docs-dist/demos_elbat.js +3 -3
  16. package/docs-dist/umi.js +2 -2
  17. package/es/badge/style/index.css +5 -5
  18. package/es/popover/style/index.css +2 -2
  19. package/es/progress/style/index.css +3 -3
  20. package/es/result/noFound.js +1 -1
  21. package/es/result/style/index.css +1 -1
  22. package/es/style/color/colors.less +3 -3
  23. package/es/table/demo/drag-sorting/index.less +2 -2
  24. package/es/tag/style/index.css +5 -5
  25. package/es/tooltip/style/index.css +2 -2
  26. package/es/upload/style/index.css +2 -2
  27. package/es/upload/style/index.less +5 -3
  28. package/lib/badge/style/index.css +5 -5
  29. package/lib/popover/style/index.css +2 -2
  30. package/lib/progress/style/index.css +3 -3
  31. package/lib/result/noFound.js +1 -1
  32. package/lib/result/style/index.css +1 -1
  33. package/lib/style/color/colors.less +3 -3
  34. package/lib/table/demo/drag-sorting/index.less +2 -2
  35. package/lib/tag/style/index.css +5 -5
  36. package/lib/tooltip/style/index.css +2 -2
  37. package/lib/upload/style/index.css +2 -2
  38. package/lib/upload/style/index.less +5 -3
  39. package/package.json +1 -1
  40. package/report.html +1 -1
  41. package/.history/package_20211011190148.json +0 -141
  42. package/.history/package_20211011193053.json +0 -141
  43. package/.history/package_20211013165524.json +0 -141
  44. package/.history/package_20211018101440.json +0 -141
  45. package/.history/package_20211018113634.json +0 -141
  46. package/.history/package_20211018113658.json +0 -141
  47. package/.history/package_20211018113740.json +0 -141
  48. package/.history/package_20211018135125.json +0 -141
  49. package/.history/package_20211018164611.json +0 -141
  50. package/.history/package_20211018164613.json +0 -141
@@ -0,0 +1,27 @@
1
+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+ # dependencies
4
+ /node_modules
5
+ /npm-debug.log*
6
+ /yarn-error.log
7
+ /yarn.lock
8
+ /package-lock.json
9
+
10
+ # production
11
+ /dist
12
+ /lib
13
+ /es
14
+ # /docs-dist
15
+
16
+ # misc
17
+ .DS_Store
18
+
19
+ # umi
20
+ .umi
21
+ .umi-production
22
+ .umi-test
23
+ .env.local
24
+
25
+ # ide
26
+ /.vscode
27
+ /.idea
@@ -0,0 +1,29 @@
1
+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+ # dependencies
4
+ /node_modules
5
+ /npm-debug.log*
6
+ /yarn-error.log
7
+ /yarn.lock
8
+ /package-lock.json
9
+
10
+ # production
11
+ /dist
12
+ /lib
13
+ /es
14
+ # /docs-dist
15
+
16
+ # misc
17
+ .DS_Store
18
+
19
+ # umi
20
+ .umi
21
+ .umi-production
22
+ .umi-test
23
+ .env.local
24
+
25
+ # ide
26
+ /.vscode
27
+ /.idea
28
+
29
+ .history
@@ -0,0 +1,29 @@
1
+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+ # dependencies
4
+ /node_modules
5
+ /npm-debug.log*
6
+ /yarn-error.log
7
+ /yarn.lock
8
+ /package-lock.json
9
+
10
+ # production
11
+ /dist
12
+ /lib
13
+ /es
14
+ # /docs-dist
15
+
16
+ # misc
17
+ .DS_Store
18
+
19
+ # umi
20
+ .umi
21
+ .umi-production
22
+ .umi-test
23
+ .env.local
24
+
25
+ # ide
26
+ /.vscode
27
+ /.idea
28
+
29
+ .history
@@ -0,0 +1,29 @@
1
+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+ # dependencies
4
+ /node_modules
5
+ /npm-debug.log*
6
+ /yarn-error.log
7
+ /yarn.lock
8
+ /package-lock.json
9
+
10
+ # production
11
+ /dist
12
+ /lib
13
+ /es
14
+ # /docs-dist
15
+
16
+ # misc
17
+ .DS_Store
18
+
19
+ # umi
20
+ .umi
21
+ .umi-production
22
+ .umi-test
23
+ .env.local
24
+
25
+ # ide
26
+ /.vscode
27
+ /.idea
28
+
29
+ .history
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@fle-ui/next",
4
- "version": "1.0.1",
4
+ "version": "1.0.3",
5
5
  "scripts": {
6
6
  "start": "dumi dev UMI_ENV=docs",
7
7
  "docs:build": "dumi build UMI_ENV=docs",
@@ -24,8 +24,12 @@
24
24
  "pre-commit": "lint-staged"
25
25
  },
26
26
  "lint-staged": {
27
- "*.{js,jsx,less,md,json}": ["prettier --write"],
28
- "*.ts?(x)": ["prettier --parser=typescript --write"]
27
+ "*.{js,jsx,less,md,json}": [
28
+ "prettier --write"
29
+ ],
30
+ "*.ts?(x)": [
31
+ "prettier --parser=typescript --write"
32
+ ]
29
33
  },
30
34
  "dependencies": {
31
35
  "@ant-design/colors": "^6.0.0",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @fle-ui/next v1.0.2
3
+ * @fle-ui/next v1.0.3
4
4
  *
5
5
  * Copyright 2015-present, Alipay, Inc.
6
6
  * All rights reserved.
@@ -13034,7 +13034,7 @@ html {
13034
13034
  }
13035
13035
  .ant-badge-status-processing {
13036
13036
  position: relative;
13037
- background-color: #1890ff;
13037
+ background-color: #2c68ff;
13038
13038
  }
13039
13039
  .ant-badge-status-processing::after {
13040
13040
  position: absolute;
@@ -13042,7 +13042,7 @@ html {
13042
13042
  left: 0;
13043
13043
  width: 100%;
13044
13044
  height: 100%;
13045
- border: 1px solid #1890ff;
13045
+ border: 1px solid #2c68ff;
13046
13046
  border-radius: 50%;
13047
13047
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
13048
13048
  animation: antStatusProcessing 1.2s infinite ease-in-out;
@@ -13088,7 +13088,7 @@ html {
13088
13088
  background: #52c41a;
13089
13089
  }
13090
13090
  .ant-badge-status-blue {
13091
- background: #1890ff;
13091
+ background: #2c68ff;
13092
13092
  }
13093
13093
  .ant-badge-status-geekblue {
13094
13094
  background: #2f54eb;
@@ -13356,8 +13356,8 @@ html {
13356
13356
  background: #52c41a;
13357
13357
  }
13358
13358
  .ant-ribbon-color-blue {
13359
- color: #1890ff;
13360
- background: #1890ff;
13359
+ color: #2c68ff;
13360
+ background: #2c68ff;
13361
13361
  }
13362
13362
  .ant-ribbon-color-geekblue {
13363
13363
  color: #2f54eb;
@@ -36714,14 +36714,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
36714
36714
  border-color: #52c41a;
36715
36715
  }
36716
36716
  .ant-tag-blue {
36717
- color: #096dd9;
36718
- background: #e6f7ff;
36719
- border-color: #91d5ff;
36717
+ color: #1a4ad9;
36718
+ background: #f0f7ff;
36719
+ border-color: #a6c8ff;
36720
36720
  }
36721
36721
  .ant-tag-blue-inverse {
36722
36722
  color: #fff;
36723
- background: #1890ff;
36724
- border-color: #1890ff;
36723
+ background: #2c68ff;
36724
+ border-color: #2c68ff;
36725
36725
  }
36726
36726
  .ant-tag-geekblue {
36727
36727
  color: #1d39c4;
@@ -38745,10 +38745,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
38745
38745
  background-color: #52c41a;
38746
38746
  }
38747
38747
  .ant-tooltip-blue .ant-tooltip-inner {
38748
- background-color: #1890ff;
38748
+ background-color: #2c68ff;
38749
38749
  }
38750
38750
  .ant-tooltip-blue .ant-tooltip-arrow-content {
38751
- background-color: #1890ff;
38751
+ background-color: #2c68ff;
38752
38752
  }
38753
38753
  .ant-tooltip-geekblue .ant-tooltip-inner {
38754
38754
  background-color: #2f54eb;
@@ -43681,10 +43681,10 @@ textarea.ant-mentions {
43681
43681
  background-color: #52c41a;
43682
43682
  }
43683
43683
  .ant-popover-blue .ant-popover-inner {
43684
- background-color: #1890ff;
43684
+ background-color: #2c68ff;
43685
43685
  }
43686
43686
  .ant-popover-blue .ant-popover-arrow-content {
43687
- background-color: #1890ff;
43687
+ background-color: #2c68ff;
43688
43688
  }
43689
43689
  .ant-popover-geekblue .ant-popover-inner {
43690
43690
  background-color: #2f54eb;
@@ -43759,7 +43759,7 @@ textarea.ant-mentions {
43759
43759
  transition: all 0.3s;
43760
43760
  }
43761
43761
  .ant-progress-steps-item-active {
43762
- background: #1890ff;
43762
+ background: #2c68ff;
43763
43763
  }
43764
43764
  .ant-progress-small.ant-progress-line,
43765
43765
  .ant-progress-small.ant-progress-line .ant-progress-text .anticon {
@@ -43792,12 +43792,12 @@ textarea.ant-mentions {
43792
43792
  animation: ant-progress-appear 0.3s;
43793
43793
  }
43794
43794
  .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
43795
- stroke: #1890ff;
43795
+ stroke: #2c68ff;
43796
43796
  }
43797
43797
  .ant-progress-success-bg,
43798
43798
  .ant-progress-bg {
43799
43799
  position: relative;
43800
- background-color: #1890ff;
43800
+ background-color: #2c68ff;
43801
43801
  border-radius: 100px;
43802
43802
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
43803
43803
  }
@@ -46168,7 +46168,7 @@ span.ant-radio + * {
46168
46168
  color: #ff4d4f;
46169
46169
  }
46170
46170
  .ant-result-info .ant-result-icon > .anticon {
46171
- color: #1890ff;
46171
+ color: #2c68ff;
46172
46172
  }
46173
46173
  .ant-result-warning .ant-result-icon > .anticon {
46174
46174
  color: #faad14;
@@ -51212,8 +51212,8 @@ div.ant-typography-edit-content.ant-typography-rtl {
51212
51212
  .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
51213
51213
  fill: #fff2f0;
51214
51214
  }
51215
- .ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
51216
- .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
51215
+ .ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#2c68ff'],
51216
+ .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#2c68ff'] {
51217
51217
  fill: #f42d2d;
51218
51218
  }
51219
51219
  .ant-upload-list-picture .ant-upload-list-item-icon,