bge-ui 1.0.8 → 1.0.9

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/style.css CHANGED
@@ -3192,6 +3192,7 @@
3192
3192
  }
3193
3193
  .bge-form .bge-form-item__content.error .bge-input__wrapper {
3194
3194
  border: 1px solid var(--tc-red, #FF477E);
3195
+ background-color: var(--bg-red-08, rgba(255, 82, 133, 0.08));
3195
3196
  }.bge-form {
3196
3197
  margin: 0;
3197
3198
  }.bge-form-item {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bge-ui",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -110,6 +110,7 @@ defineExpose({
110
110
  &.error {
111
111
  .bge-input__wrapper {
112
112
  border: 1px solid var(--tc-red, #FF477E);
113
+ background-color: var(--bg-red-08, rgba(#ff5285, 0.08));
113
114
  }
114
115
  }
115
116
  }