dfh-ui-library 1.13.152 → 1.13.153

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.
@@ -60,6 +60,7 @@ export declare enum LableClasses {
60
60
  blackSmall = "text-black-960 text-12s font-normal",
61
61
  smallSelect = "text-14s font-normal text-black-900",
62
62
  formLabel = "text-14s text-btn-black font-semibold",
63
+ formLabel1 = "text-14s text-btn-black text-[#21232C] font-medium",
63
64
  formLabelMedeum = "text-12s text-btn-black font-medium",
64
65
  formButtonGroup = "text-21s text-btn-black font-normal",
65
66
  fontSemiBold = "text-21s font-semibold"
@@ -364,7 +364,7 @@ export interface ICheckboxFormGenProps extends AdditionalClassesProp {
364
364
  id?: any;
365
365
  label?: string | React.ReactNode;
366
366
  }
367
- export type LABELTYPE = 'default' | 'black' | 'smallSelect' | 'blackSmall' | 'formLabel' | 'formLabelMedeum' | 'formButtonGroup' | 'fontSemiBold' | undefined;
367
+ export type LABELTYPE = 'default' | 'black' | 'smallSelect' | 'blackSmall' | 'formLabel' | 'formLabel1' | 'formLabelMedeum' | 'formButtonGroup' | 'fontSemiBold' | undefined;
368
368
  export interface ILabelProps {
369
369
  /**
370
370
  * Set the Label Type
package/dist/index.d.ts CHANGED
@@ -1109,7 +1109,7 @@ interface ICheckboxProps extends AdditionalClassesProp {
1109
1109
  id?: any;
1110
1110
  label?: string | React__default.ReactNode;
1111
1111
  }
1112
- type LABELTYPE = 'default' | 'black' | 'smallSelect' | 'blackSmall' | 'formLabel' | 'formLabelMedeum' | 'formButtonGroup' | 'fontSemiBold' | undefined;
1112
+ type LABELTYPE = 'default' | 'black' | 'smallSelect' | 'blackSmall' | 'formLabel' | 'formLabel1' | 'formLabelMedeum' | 'formButtonGroup' | 'fontSemiBold' | undefined;
1113
1113
  interface ILabelProps {
1114
1114
  /**
1115
1115
  * Set the Label Type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.152",
3
+ "version": "1.13.153",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",