@qn-pandora/pandora-component 4.1.5 → 4.1.6

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 CHANGED
@@ -1,6 +1,29 @@
1
1
  {
2
2
  "name": "@qn-pandora/pandora-component",
3
3
  "entries": [
4
+ {
5
+ "version": "4.1.6",
6
+ "tag": "@qn-pandora/pandora-component_v4.1.6",
7
+ "date": "Fri, 25 Aug 2023 10:29:46 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "2023-08-25发包"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.1.5` to `^3.1.6`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.1.5` to `^3.1.6`"
20
+ },
21
+ {
22
+ "comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.14` to `^2.0.15`"
23
+ }
24
+ ]
25
+ }
26
+ },
4
27
  {
5
28
  "version": "4.1.5",
6
29
  "tag": "@qn-pandora/pandora-component_v4.1.5",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @qn-pandora/pandora-component
2
2
 
3
- This log was last generated on Fri, 25 Aug 2023 09:17:44 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 25 Aug 2023 10:29:46 GMT and should not be manually modified.
4
+
5
+ ## 4.1.6
6
+ Fri, 25 Aug 2023 10:29:46 GMT
7
+
8
+ ### Patches
9
+
10
+ - 2023-08-25发包
4
11
 
5
12
  ## 4.1.5
6
13
  Fri, 25 Aug 2023 09:17:44 GMT
package/es/index.css CHANGED
@@ -5163,12 +5163,6 @@ textarea.ant-input {
5163
5163
  .pandora-sdk-drawer-close-icon {
5164
5164
  margin-left: 24px;
5165
5165
  }
5166
- .ant-input[disabled] {
5167
- border-color: #d9d9d9;
5168
- }
5169
- .ant-input-group-addon {
5170
- color: #666;
5171
- }
5172
5166
  .ant-upload {
5173
5167
  -webkit-box-sizing: border-box;
5174
5168
  box-sizing: border-box;
@@ -5936,6 +5930,12 @@ textarea.ant-input {
5936
5930
  .pandora-sdk-file-resumable-img.ant-upload.ant-upload-drag .ant-upload-btn {
5937
5931
  padding: 0;
5938
5932
  }
5933
+ .ant-input[disabled] {
5934
+ border-color: #d9d9d9;
5935
+ }
5936
+ .ant-input-group-addon {
5937
+ color: #666;
5938
+ }
5939
5939
  .pandora-sdk-key-value-label,
5940
5940
  .pandora-sdk-key-value-value {
5941
5941
  display: inline-block;
package/es/index.less CHANGED
@@ -12,8 +12,8 @@
12
12
  @import './components/DateTimePicker/style.less';
13
13
  @import './components/Descriptions/style.less';
14
14
  @import './components/Drawer/style.less';
15
- @import './components/Input/style.less';
16
15
  @import './components/FileResumable/style.less';
16
+ @import './components/Input/style.less';
17
17
  @import './components/KeyValuePair/style.less';
18
18
  @import './components/Menu/style.less';
19
19
  @import './components/Modal/style.less';