@qn-pandora/pandora-component 4.1.1 → 4.1.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/CHANGELOG.json +40 -0
- package/CHANGELOG.md +17 -1
- package/es/index.css +2803 -2803
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.less +16 -16
- package/lib/index.css +4921 -4921
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -0
- package/lib/index.less +14 -14
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,46 @@
|
|
1
1
|
{
|
2
2
|
"name": "@qn-pandora/pandora-component",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"version": "4.1.3",
|
6
|
+
"tag": "@qn-pandora/pandora-component_v4.1.3",
|
7
|
+
"date": "Wed, 26 Jul 2023 09:10:30 GMT",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "2023.07.26 publish"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"dependency": [
|
15
|
+
{
|
16
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.1.2` to `^3.1.3`"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.1.2` to `^3.1.3`"
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"version": "4.1.2",
|
26
|
+
"tag": "@qn-pandora/pandora-component_v4.1.2",
|
27
|
+
"date": "Tue, 25 Jul 2023 09:47:47 GMT",
|
28
|
+
"comments": {
|
29
|
+
"patch": [
|
30
|
+
{
|
31
|
+
"comment": "2023.07.25发包"
|
32
|
+
}
|
33
|
+
],
|
34
|
+
"dependency": [
|
35
|
+
{
|
36
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.1.1` to `^3.1.2`"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.1.1` to `^3.1.2`"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
}
|
43
|
+
},
|
4
44
|
{
|
5
45
|
"version": "4.1.1",
|
6
46
|
"tag": "@qn-pandora/pandora-component_v4.1.1",
|
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,22 @@
|
|
1
1
|
# Change Log - @qn-pandora/pandora-component
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 26 Jul 2023 09:10:30 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 4.1.3
|
6
|
+
|
7
|
+
Wed, 26 Jul 2023 09:10:30 GMT
|
8
|
+
|
9
|
+
### Patches
|
10
|
+
|
11
|
+
- 2023.07.26 publish
|
12
|
+
|
13
|
+
## 4.1.2
|
14
|
+
|
15
|
+
Tue, 25 Jul 2023 09:47:47 GMT
|
16
|
+
|
17
|
+
### Patches
|
18
|
+
|
19
|
+
- 2023.07.25 发包
|
4
20
|
|
5
21
|
## 4.1.1
|
6
22
|
|