@orangelogic/design-system 2.144.0 → 2.145.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.144.0",
4
+ "version": "2.145.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {
@@ -113,6 +113,9 @@ export default class StyleController {
113
113
  wrap?: "nowrap" | "wrap" | "wrap-reverse";
114
114
  };
115
115
  helpText?: string | ((record: Record<string, unknown>) => string);
116
+ infoTextConfigs?: {
117
+ color?: string;
118
+ };
116
119
  inputConfigs?: {
117
120
  label?: string;
118
121
  suffix?: {