@hazelcast/ui 1.3.2-next.65 → 1.3.2-next.66

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.
@@ -84,7 +84,7 @@
84
84
  line-height: inherit;
85
85
  letter-spacing: inherit;
86
86
  color: inherit;
87
- background-color: c.$colorNeutralLighter;
87
+ background-color: c.$colorOverlayBackground;
88
88
  /* doiuse-disable css-resize */
89
89
  resize: vertical;
90
90
  /* doiuse-enable css-resize */
@@ -123,6 +123,10 @@
123
123
  .textAreaWrapper .borderOverlay {
124
124
  border-color: c.$colorError;
125
125
  }
126
+
127
+ label {
128
+ color: c.$colorError;
129
+ }
126
130
  }
127
131
 
128
132
  textarea:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazelcast/ui",
3
- "version": "1.3.2-next.65+7b099f2",
3
+ "version": "1.3.2-next.66+920caff",
4
4
  "description": "Hazelcast design system components",
5
5
  "author": "",
6
6
  "homepage": "https://github.com/hazelcast/frontend-shared#readme",
@@ -117,5 +117,5 @@
117
117
  "react": "^17 || ^18",
118
118
  "react-dom": "^17 || ^18"
119
119
  },
120
- "gitHead": "7b099f2277fedf3287bd730086b26f687f99128f"
120
+ "gitHead": "920caff8e6e12d9d0695afbe10cf78dbf08a2e3c"
121
121
  }