@pingux/astro 1.21.0-alpha.0 → 1.21.0-alpha.1
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.
@@ -179,8 +179,10 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, input.container), {},
|
|
179
179
|
borderWidth: 1,
|
180
180
|
flexDirection: 'row!important',
|
181
181
|
flexWrap: 'wrap',
|
182
|
-
left:
|
183
|
-
|
182
|
+
left: 2,
|
183
|
+
pt: 6,
|
184
|
+
pr: 10,
|
185
|
+
pb: 5,
|
184
186
|
pl: 12,
|
185
187
|
'&.has-no-status-indicator': {
|
186
188
|
left: 0
|
@@ -193,14 +195,14 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, input.container), {},
|
|
193
195
|
position: 'absolute',
|
194
196
|
bg: 'active',
|
195
197
|
width: 3,
|
196
|
-
top:
|
198
|
+
top: -1,
|
197
199
|
left: -3,
|
198
|
-
bottom:
|
200
|
+
bottom: -1
|
199
201
|
},
|
200
202
|
'> input': {
|
201
203
|
border: 'none',
|
202
204
|
flex: 1,
|
203
|
-
height:
|
205
|
+
height: 27,
|
204
206
|
lineHeight: '100%',
|
205
207
|
p: 5,
|
206
208
|
'&.is-focused': {
|
@@ -168,7 +168,8 @@ var multivaluesChip = _objectSpread(_objectSpread({}, chip), {}, {
|
|
168
168
|
|
169
169
|
var selectedItemChip = _objectSpread(_objectSpread({}, multivaluesChip), {}, {
|
170
170
|
py: 3,
|
171
|
-
pr: 0
|
171
|
+
pr: 0,
|
172
|
+
my: 3
|
172
173
|
});
|
173
174
|
|
174
175
|
var readOnlyChip = _objectSpread(_objectSpread({}, multivaluesChip), {}, {
|
@@ -157,8 +157,10 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, input.container), {},
|
|
157
157
|
borderWidth: 1,
|
158
158
|
flexDirection: 'row!important',
|
159
159
|
flexWrap: 'wrap',
|
160
|
-
left:
|
161
|
-
|
160
|
+
left: 2,
|
161
|
+
pt: 6,
|
162
|
+
pr: 10,
|
163
|
+
pb: 5,
|
162
164
|
pl: 12,
|
163
165
|
'&.has-no-status-indicator': {
|
164
166
|
left: 0
|
@@ -171,14 +173,14 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, input.container), {},
|
|
171
173
|
position: 'absolute',
|
172
174
|
bg: 'active',
|
173
175
|
width: 3,
|
174
|
-
top:
|
176
|
+
top: -1,
|
175
177
|
left: -3,
|
176
|
-
bottom:
|
178
|
+
bottom: -1
|
177
179
|
},
|
178
180
|
'> input': {
|
179
181
|
border: 'none',
|
180
182
|
flex: 1,
|
181
|
-
height:
|
183
|
+
height: 27,
|
182
184
|
lineHeight: '100%',
|
183
185
|
p: 5,
|
184
186
|
'&.is-focused': {
|
@@ -148,7 +148,8 @@ var multivaluesChip = _objectSpread(_objectSpread({}, chip), {}, {
|
|
148
148
|
|
149
149
|
var selectedItemChip = _objectSpread(_objectSpread({}, multivaluesChip), {}, {
|
150
150
|
py: 3,
|
151
|
-
pr: 0
|
151
|
+
pr: 0,
|
152
|
+
my: 3
|
152
153
|
});
|
153
154
|
|
154
155
|
var readOnlyChip = _objectSpread(_objectSpread({}, multivaluesChip), {}, {
|