@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.
@@ -125,6 +125,10 @@ export type PropertyConfig<T = Record<string, any>> = Omit<TraitProperties, 'opt
125
125
  };
126
126
  helpText?: string | ((record: Record<string, unknown>) => string);
127
127
  id: string;
128
+ infoTextConfigs?: {
129
+ /** CSS color value applied to the info-text label and help text. */
130
+ color?: string;
131
+ };
128
132
  inputConfigs?: {
129
133
  label?: string;
130
134
  suffix?: {
package/package.json CHANGED
@@ -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": {