@pisell/private-materials 6.11.111 → 6.11.112

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.
@@ -55,21 +55,22 @@
55
55
  z-index: 3;
56
56
  background-color: #1b1b1b;
57
57
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
58
-
58
+
59
59
  .pisell-lowcode__booking-footer-voucher-container {
60
60
  background: var(--base-white, #FFF);
61
61
  padding: 4px;
62
62
  border-radius: 8px;
63
63
  }
64
-
64
+
65
65
  // ActionButtons 在 voucher-section 中的样式
66
66
  .pisell-lowcode__action-buttons {
67
- margin-top: 8px;
67
+ margin-top: 0px;
68
+
68
69
  // 确保按钮可见
69
70
  .action-button {
70
71
  // 重要:确保文字颜色在深色背景下可见
71
72
  color: white !important;
72
-
73
+
73
74
  &:hover:not(:disabled) {
74
75
  color: white !important;
75
76
  }
@@ -82,18 +83,18 @@
82
83
  background-color: #1b1b1b;
83
84
  position: relative;
84
85
  z-index: 3;
85
-
86
+
86
87
  .pisell-lowcode__booking-notes {
87
88
  background: var(--base-white, #FFF);
88
89
  padding: 12px;
89
90
  width: 100%;
90
-
91
+
91
92
  .pisell-lowcode__booking-notes-label {
92
93
  font-weight: 500;
93
94
  color: #333;
94
95
  margin-bottom: 8px;
95
96
  }
96
-
97
+
97
98
  .pisell-lowcode__booking-notes-input {
98
99
  .pisell-lowcode-input {
99
100
  height: 44px !important;
@@ -102,7 +103,7 @@
102
103
  font-size: 16px;
103
104
  line-height: 36px;
104
105
  }
105
-
106
+
106
107
  // 备用选择器,以防万一
107
108
  textarea.pisell-lowcode-input {
108
109
  height: 44px !important;
@@ -110,7 +111,7 @@
110
111
  border-radius: 6px;
111
112
  resize: none;
112
113
  }
113
-
114
+
114
115
  // 去掉外层包装容器的边框
115
116
  .pisell-lowcode-input-textarea-affix-wrapper {
116
117
  border-width: 1px;
@@ -55,21 +55,22 @@
55
55
  z-index: 3;
56
56
  background-color: #1b1b1b;
57
57
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
58
-
58
+
59
59
  .pisell-lowcode__booking-footer-voucher-container {
60
60
  background: var(--base-white, #FFF);
61
61
  padding: 4px;
62
62
  border-radius: 8px;
63
63
  }
64
-
64
+
65
65
  // ActionButtons 在 voucher-section 中的样式
66
66
  .pisell-lowcode__action-buttons {
67
- margin-top: 8px;
67
+ margin-top: 0px;
68
+
68
69
  // 确保按钮可见
69
70
  .action-button {
70
71
  // 重要:确保文字颜色在深色背景下可见
71
72
  color: white !important;
72
-
73
+
73
74
  &:hover:not(:disabled) {
74
75
  color: white !important;
75
76
  }
@@ -82,18 +83,18 @@
82
83
  background-color: #1b1b1b;
83
84
  position: relative;
84
85
  z-index: 3;
85
-
86
+
86
87
  .pisell-lowcode__booking-notes {
87
88
  background: var(--base-white, #FFF);
88
89
  padding: 12px;
89
90
  width: 100%;
90
-
91
+
91
92
  .pisell-lowcode__booking-notes-label {
92
93
  font-weight: 500;
93
94
  color: #333;
94
95
  margin-bottom: 8px;
95
96
  }
96
-
97
+
97
98
  .pisell-lowcode__booking-notes-input {
98
99
  .pisell-lowcode-input {
99
100
  height: 44px !important;
@@ -102,7 +103,7 @@
102
103
  font-size: 16px;
103
104
  line-height: 36px;
104
105
  }
105
-
106
+
106
107
  // 备用选择器,以防万一
107
108
  textarea.pisell-lowcode-input {
108
109
  height: 44px !important;
@@ -110,7 +111,7 @@
110
111
  border-radius: 6px;
111
112
  resize: none;
112
113
  }
113
-
114
+
114
115
  // 去掉外层包装容器的边框
115
116
  .pisell-lowcode-input-textarea-affix-wrapper {
116
117
  border-width: 1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.11.111",
3
+ "version": "6.11.112",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -69,8 +69,8 @@
69
69
  "styled-components": "^6.0.0-rc.3",
70
70
  "@pisell/utils": "3.0.2",
71
71
  "@pisell/materials": "6.11.26",
72
- "@pisell/icon": "0.0.11",
73
- "@pisell/date-picker": "3.0.8"
72
+ "@pisell/date-picker": "3.0.8",
73
+ "@pisell/icon": "0.0.11"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^18.0.0",