@macroui/macroui 1.0.22 → 1.0.23
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/dist/macroui.css +9 -12
- package/package.json +1 -1
package/dist/macroui.css
CHANGED
|
@@ -8172,21 +8172,21 @@ to {
|
|
|
8172
8172
|
height: var(--el-component-size-default, 40px);
|
|
8173
8173
|
padding: 0 0.75rem;
|
|
8174
8174
|
border-radius: var(--el-border-radius-base, 0.5rem);
|
|
8175
|
-
border: 1px solid
|
|
8176
|
-
background-color:
|
|
8175
|
+
border: 1px solid #d1d5db;
|
|
8176
|
+
background-color: #ffffff;
|
|
8177
8177
|
transition: all 0.2s ease;
|
|
8178
8178
|
}
|
|
8179
8179
|
|
|
8180
8180
|
.el-input__wrapper:hover,
|
|
8181
8181
|
.input-wrapper:hover {
|
|
8182
|
-
border-color:
|
|
8182
|
+
border-color: #9ca3af;
|
|
8183
8183
|
}
|
|
8184
8184
|
|
|
8185
8185
|
.el-input__wrapper:focus-within,
|
|
8186
8186
|
.input-wrapper:focus-within {
|
|
8187
|
-
outline: 2px solid
|
|
8187
|
+
outline: 2px solid #4d70ff;
|
|
8188
8188
|
outline-offset: 2px;
|
|
8189
|
-
border-color:
|
|
8189
|
+
border-color: #4d70ff;
|
|
8190
8190
|
}
|
|
8191
8191
|
|
|
8192
8192
|
/* Input inner */
|
|
@@ -8200,13 +8200,12 @@ to {
|
|
|
8200
8200
|
background: transparent;
|
|
8201
8201
|
font-size: var(--el-font-size-base, 14px);
|
|
8202
8202
|
font-family: inherit;
|
|
8203
|
-
color:
|
|
8203
|
+
color: #1d1d1f;
|
|
8204
8204
|
}
|
|
8205
8205
|
|
|
8206
8206
|
.el-input__inner::placeholder,
|
|
8207
8207
|
.input::placeholder {
|
|
8208
|
-
color:
|
|
8209
|
-
opacity: 0.5;
|
|
8208
|
+
color: #9ca3af;
|
|
8210
8209
|
}
|
|
8211
8210
|
|
|
8212
8211
|
.el-input__inner:disabled,
|
|
@@ -8222,8 +8221,7 @@ to {
|
|
|
8222
8221
|
.input-suffix {
|
|
8223
8222
|
display: inline-flex;
|
|
8224
8223
|
align-items: center;
|
|
8225
|
-
color:
|
|
8226
|
-
opacity: 0.6;
|
|
8224
|
+
color: #6b7280;
|
|
8227
8225
|
flex-shrink: 0;
|
|
8228
8226
|
}
|
|
8229
8227
|
|
|
@@ -8239,8 +8237,7 @@ to {
|
|
|
8239
8237
|
.input-prefix-inner {
|
|
8240
8238
|
display: inline-flex;
|
|
8241
8239
|
align-items: center;
|
|
8242
|
-
color:
|
|
8243
|
-
opacity: 0.6;
|
|
8240
|
+
color: #6b7280;
|
|
8244
8241
|
flex-shrink: 0;
|
|
8245
8242
|
margin-right: 0.5rem;
|
|
8246
8243
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@macroui/macroui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"description": "Element Plus compatible component library with DaisyUI visual styling. 100% API compatible with Element Plus, featuring 85+ components and 67 languages.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|