@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.
Files changed (2) hide show
  1. package/dist/macroui.css +9 -12
  2. 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 var(--bc, #e5e5e5);
8176
- background-color: var(--b1, #ffffff);
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: var(--bc, #1d1d1f);
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 var(--p, #4d70ff);
8187
+ outline: 2px solid #4d70ff;
8188
8188
  outline-offset: 2px;
8189
- border-color: var(--p, #4d70ff);
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: var(--bc, #1d1d1f);
8203
+ color: #1d1d1f;
8204
8204
  }
8205
8205
 
8206
8206
  .el-input__inner::placeholder,
8207
8207
  .input::placeholder {
8208
- color: var(--bc, #1d1d1f);
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: var(--bc, #1d1d1f);
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: var(--bc, #1d1d1f);
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.22",
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",