myoperator-ui 0.0.125 → 0.0.126

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1586,7 +1586,7 @@ const TextField = React.forwardRef<HTMLInputElement, TextFieldProps>(
1586
1586
  {label && (
1587
1587
  <label
1588
1588
  htmlFor={inputId}
1589
- className={cn("text-sm font-medium text-semantic-text-primary", labelClassName)}
1589
+ className={cn("text-xs font-normal text-semantic-text-muted", labelClassName)}
1590
1590
  >
1591
1591
  {label}
1592
1592
  {required && <span className="text-semantic-error-primary ml-0.5">*</span>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.125",
3
+ "version": "0.0.126",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",