@arco-themes/react-fake-lawyer 0.0.1 → 0.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.
- package/README.md +52 -0
- package/component.less +6 -0
- package/components/DatePicker/index.css +1 -0
- package/components/DatePicker/index.less +29 -0
- package/components/Drawer/index.css +1 -0
- package/components/Drawer/index.less +11 -0
- package/components/InputNumber/index.css +1 -0
- package/components/InputNumber/index.less +22 -0
- package/components/InputTag/index.css +1 -0
- package/components/InputTag/index.less +14 -0
- package/components/Modal/index.css +1 -0
- package/components/Modal/index.less +5 -0
- package/components/Notification/index.css +1 -0
- package/components/Notification/index.less +3 -0
- package/config.d.ts +1 -1
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/theme.css +22 -22
- package/theme.less +23 -23
- package/tokens.less +156 -156
- package/variables.less +172 -33
package/README.md
CHANGED
|
@@ -15,6 +15,58 @@ npm install @arco-themes/react-fake-lawyer
|
|
|
15
15
|
## Changelog
|
|
16
16
|
|
|
17
17
|
|
|
18
|
+
- 0.0.3
|
|
19
|
+
|
|
20
|
+
Release:
|
|
21
|
+
- InputNumber:
|
|
22
|
+
- InputTag:
|
|
23
|
+
- Notification:
|
|
24
|
+
- Color:
|
|
25
|
+
- Select:
|
|
26
|
+
- DatePicker:
|
|
27
|
+
- Link:
|
|
28
|
+
- Form:
|
|
29
|
+
- Checkbox:
|
|
30
|
+
- Message:
|
|
31
|
+
- Result:
|
|
32
|
+
- Breadcrumb:
|
|
33
|
+
- Button:
|
|
34
|
+
- Tabs:
|
|
35
|
+
- Tooltip:
|
|
36
|
+
- Alert:
|
|
37
|
+
- Pagination:
|
|
38
|
+
- Steps:
|
|
39
|
+
- Spin:
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
- 0.0.2
|
|
43
|
+
|
|
44
|
+
Release:
|
|
45
|
+
- DatePicker:
|
|
46
|
+
- Drawer:
|
|
47
|
+
- Modal:
|
|
48
|
+
- Color:
|
|
49
|
+
- borderRadius:
|
|
50
|
+
- Input:
|
|
51
|
+
- Select:
|
|
52
|
+
- Tag:
|
|
53
|
+
- Radio:
|
|
54
|
+
- Checkbox:
|
|
55
|
+
- InputNumber:
|
|
56
|
+
- Notification:
|
|
57
|
+
- Message:
|
|
58
|
+
- Skeleton:
|
|
59
|
+
- Dropdown:
|
|
60
|
+
- Popover:
|
|
61
|
+
- Shadow:
|
|
62
|
+
- Link:
|
|
63
|
+
- Form:
|
|
64
|
+
- Button:
|
|
65
|
+
- Tabs:
|
|
66
|
+
- InputTag:
|
|
67
|
+
- Size:
|
|
68
|
+
|
|
69
|
+
|
|
18
70
|
- 0.0.1
|
|
19
71
|
|
|
20
72
|
Release:
|
package/component.less
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
1
|
/* 自定义组件样式 */
|
|
2
|
+
@import "./components/DatePicker/index.less";
|
|
3
|
+
@import "./components/Drawer/index.less";
|
|
4
|
+
@import "./components/InputNumber/index.less";
|
|
5
|
+
@import "./components/InputTag/index.less";
|
|
6
|
+
@import "./components/Modal/index.less";
|
|
7
|
+
@import "./components/Notification/index.less";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arco-picker-focused{box-shadow:0 0 0 4px var(--color-fill-3)}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.@{picker-prefix-cls} {
|
|
2
|
+
&-focused {
|
|
3
|
+
box-shadow: 0 0 0 4px var(--color-fill-3);
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
.@{date-panel-prefix-cls} {
|
|
7
|
+
|
|
8
|
+
}
|
|
9
|
+
.@{time-picker-prefix-cls} {
|
|
10
|
+
|
|
11
|
+
}
|
|
12
|
+
.@{quarter-panel-prefix-cls} {
|
|
13
|
+
|
|
14
|
+
}
|
|
15
|
+
.@{year-panel-prefix-cls} {
|
|
16
|
+
|
|
17
|
+
}
|
|
18
|
+
.@{week-panel-prefix-cls} {
|
|
19
|
+
|
|
20
|
+
}
|
|
21
|
+
.@{range-picker-prefix-cls} {
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
.@{date-picker-prefix-cls} {
|
|
25
|
+
|
|
26
|
+
}
|
|
27
|
+
.@{month-panel-prefix-cls} {
|
|
28
|
+
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arco-drawer{border-radius:14px 0 0 14px}.arco-drawer-mask{backdrop-filter:blur(100px)}.arco-drawer-footer{border-bottom-left-radius:14px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arco-input-number .arco-input-group-addbefore .arco-input-number-step-button{border-top-left-radius:var(--border-radius-medium);border-bottom-left-radius:var(--border-radius-medium)}.arco-input-number .arco-input-group-addafter .arco-input-number-step-button{border-top-right-radius:var(--border-radius-medium);border-bottom-right-radius:var(--border-radius-medium)}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.@{input-number-prefix-cls} {
|
|
2
|
+
.@{input-prefix-cls} {
|
|
3
|
+
&-group {
|
|
4
|
+
&-addbefore {
|
|
5
|
+
.@{input-number-prefix-cls} {
|
|
6
|
+
&-step-button {
|
|
7
|
+
border-top-left-radius: var(--border-radius-medium);
|
|
8
|
+
border-bottom-left-radius: var(--border-radius-medium);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
&-addafter {
|
|
13
|
+
.@{input-number-prefix-cls} {
|
|
14
|
+
&-step-button {
|
|
15
|
+
border-top-right-radius: var(--border-radius-medium);
|
|
16
|
+
border-bottom-right-radius: var(--border-radius-medium);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arco-input-tag{z-index:2}.arco-input-tag-addbefore{border:1px solid var(--color-border-2);border-right:none;z-index:1}.arco-input-tag-addafter{border:1px solid var(--color-border-2);border-left:none;z-index:1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arco-modal-mask{backdrop-filter:blur(100px)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arco-notification{box-shadow:0 0 3px rgba(0,0,0,0.06)}
|
package/config.d.ts
CHANGED