@yeeyoon/library 2.2.2 → 2.2.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.
@@ -3,6 +3,21 @@
3
3
 
4
4
  body {
5
5
  // :global {
6
+ // Scrollbar
7
+ ::-webkit-scrollbar {
8
+ width: @border-radius-base;
9
+ height: @border-radius-base;
10
+ }
11
+ ::-webkit-scrollbar-thumb {
12
+ background: @primary-color;
13
+ border-radius: @border-radius-base;
14
+ }
15
+ ::-webkit-scrollbar-track {
16
+ border-radius: @border-radius-base;
17
+ }
18
+ ::-webkit-scrollbar-corner {
19
+ background: transparent;
20
+ }
6
21
  // Button
7
22
  .ant-btn {
8
23
  padding: 0 22px;
@@ -23,7 +38,7 @@ body {
23
38
  background-color: fade(@primary-color, 65%);
24
39
  }
25
40
  &.gradient {
26
- background: linear-gradient(45deg, @primary-color 0%, @primary-color-gradient 100%);
41
+ background: linear-gradient(45deg, #7367f0 0%, #9e95f5 100%);
27
42
  border: none;
28
43
  }
29
44
  }
@@ -254,6 +269,9 @@ body {
254
269
  line-height: 18px;
255
270
  border: none;
256
271
  border-radius: 4px;
272
+ &.pill {
273
+ border-radius: 17px;
274
+ }
257
275
  &.secondary {
258
276
  color: @default-color;
259
277
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {