@kubit-ui-web/react-components 1.8.1 → 1.8.2
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.
- package/dist/cjs/components/checkboxWithLabel/checkboxWithLabelControlled.js +3 -0
- package/dist/cjs/components/checkboxWithLabel/checkboxWithLabelControlled.js.map +1 -1
- package/dist/cjs/components/checkboxWithLabel/checkboxWithLabelUncontrolled.js +3 -0
- package/dist/cjs/components/checkboxWithLabel/checkboxWithLabelUncontrolled.js.map +1 -1
- package/dist/cjs/components/confirmationMessage/confirmationMessage.js +3 -0
- package/dist/cjs/components/confirmationMessage/confirmationMessage.js.map +1 -1
- package/dist/cjs/components/cssAnimation/cssAnimation.js +2 -1
- package/dist/cjs/components/cssAnimation/cssAnimation.js.map +1 -1
- package/dist/cjs/components/dataTable/dataTable.js +6 -2
- package/dist/cjs/components/dataTable/dataTable.js.map +1 -1
- package/dist/cjs/components/dataTable/dataTableStandAlone.js +2 -2
- package/dist/cjs/components/dataTable/dataTableStandAlone.js.map +1 -1
- package/dist/cjs/components/dataTable/hooks/index.js +3 -1
- package/dist/cjs/components/dataTable/hooks/index.js.map +1 -1
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyDividers.js +91 -0
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyDividers.js.map +1 -0
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyLeftColumns.js +74 -0
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyLeftColumns.js.map +1 -0
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyRightColumns.js +82 -0
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyRightColumns.js.map +1 -0
- package/dist/cjs/components/elementOrIcon/elementOrIcon.js +2 -3
- package/dist/cjs/components/elementOrIcon/elementOrIcon.js.map +1 -1
- package/dist/cjs/components/elementOrIllustration/elementOrIllustration.js +0 -1
- package/dist/cjs/components/elementOrIllustration/elementOrIllustration.js.map +1 -1
- package/dist/cjs/components/emptyState/emptyState.js +3 -0
- package/dist/cjs/components/emptyState/emptyState.js.map +1 -1
- package/dist/cjs/components/footer/components/footerSection.js +3 -3
- package/dist/cjs/components/footer/components/footerSection.js.map +1 -1
- package/dist/cjs/components/footer/footer.js +3 -0
- package/dist/cjs/components/footer/footer.js.map +1 -1
- package/dist/cjs/components/footer/footer.styled.js +31 -32
- package/dist/cjs/components/footer/footer.styled.js.map +1 -1
- package/dist/cjs/components/footer/footerStandAlone.js +42 -23
- package/dist/cjs/components/footer/footerStandAlone.js.map +1 -1
- package/dist/cjs/components/footer/utils/getOrderConfiguration.js +22 -0
- package/dist/cjs/components/footer/utils/getOrderConfiguration.js.map +1 -0
- package/dist/cjs/components/header/header.js +3 -0
- package/dist/cjs/components/header/header.js.map +1 -1
- package/dist/cjs/components/headerStructure/headerStructure.js +3 -0
- package/dist/cjs/components/headerStructure/headerStructure.js.map +1 -1
- package/dist/cjs/components/icon/icon.js +1 -1
- package/dist/cjs/components/icon/icon.js.map +1 -1
- package/dist/cjs/components/icon/iconHost.js +7 -0
- package/dist/cjs/components/icon/iconHost.js.map +1 -1
- package/dist/cjs/components/icon/iconStandAlone.js +5 -6
- package/dist/cjs/components/icon/iconStandAlone.js.map +1 -1
- package/dist/cjs/components/index.js +25 -19
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/components/inputDate/hooks/useInputDate.js +0 -6
- package/dist/cjs/components/inputDate/hooks/useInputDate.js.map +1 -1
- package/dist/cjs/components/inputDate/inputDate.js +9 -3
- package/dist/cjs/components/inputDate/inputDate.js.map +1 -1
- package/dist/cjs/components/inputDate/inputDateStandAlone.js +1 -1
- package/dist/cjs/components/inputDate/inputDateStandAlone.js.map +1 -1
- package/dist/cjs/components/lineSeparator/lineSeparator.js.map +1 -1
- package/dist/cjs/components/listOptions/listOptionsStandAlone.js +3 -1
- package/dist/cjs/components/listOptions/listOptionsStandAlone.js.map +1 -1
- package/dist/cjs/components/loader/loader.js +10 -0
- package/dist/cjs/components/loader/loader.js.map +1 -1
- package/dist/cjs/components/loadingState/loadingState.js +3 -0
- package/dist/cjs/components/loadingState/loadingState.js.map +1 -1
- package/dist/cjs/components/mediaProgressBar/mediaProgressBar.styled.js +2 -0
- package/dist/cjs/components/mediaProgressBar/mediaProgressBar.styled.js.map +1 -1
- package/dist/cjs/components/oliveMenu/oliveMenuStandAlone.js +1 -1
- package/dist/cjs/components/oliveMenu/oliveMenuStandAlone.js.map +1 -1
- package/dist/cjs/components/oliveMenu/utils/getAriaControls.js +1 -1
- package/dist/cjs/components/oliveMenu/utils/getAriaControls.js.map +1 -1
- package/dist/cjs/components/operativeLayout/operativeLayout.js +3 -0
- package/dist/cjs/components/operativeLayout/operativeLayout.js.map +1 -1
- package/dist/cjs/components/pill/pill.styled.js +7 -1
- package/dist/cjs/components/pill/pill.styled.js.map +1 -1
- package/dist/cjs/components/pill/pillStandAlone.js +2 -1
- package/dist/cjs/components/pill/pillStandAlone.js.map +1 -1
- package/dist/cjs/components/pillSelector/pillSelectorStandAlone.js +4 -2
- package/dist/cjs/components/pillSelector/pillSelectorStandAlone.js.map +1 -1
- package/dist/cjs/components/portal/portal.js +1 -0
- package/dist/cjs/components/portal/portal.js.map +1 -1
- package/dist/cjs/components/snackbar/snackbarStandAlone.js +5 -2
- package/dist/cjs/components/snackbar/snackbarStandAlone.js.map +1 -1
- package/dist/cjs/components/tableCell/tableCell.styled.js +1 -1
- package/dist/cjs/components/tableV2/hooks/index.js +2 -1
- package/dist/cjs/components/tableV2/hooks/index.js.map +1 -1
- package/dist/cjs/components/tableV2/hooks/useTableStickyLeftColumns.js +72 -0
- package/dist/cjs/components/tableV2/hooks/useTableStickyLeftColumns.js.map +1 -0
- package/dist/cjs/components/tableV2/hooks/useTableStickyRightColumns.js +80 -0
- package/dist/cjs/components/tableV2/hooks/useTableStickyRightColumns.js.map +1 -0
- package/dist/cjs/components/tableV2/table.js +5 -3
- package/dist/cjs/components/tableV2/table.js.map +1 -1
- package/dist/cjs/components/text/textStandAlone.js +1 -1
- package/dist/cjs/components/text/textStandAlone.js.map +1 -1
- package/dist/cjs/components/textCount/textCount.js +1 -0
- package/dist/cjs/components/textCount/textCount.js.map +1 -1
- package/dist/cjs/components/thirdPartyAnimation/thirdPartyAnimation.js +7 -0
- package/dist/cjs/components/thirdPartyAnimation/thirdPartyAnimation.js.map +1 -1
- package/dist/cjs/components/toggleWithLabel/toggleWithLabelControlled.js +3 -0
- package/dist/cjs/components/toggleWithLabel/toggleWithLabelControlled.js.map +1 -1
- package/dist/cjs/components/toggleWithLabel/toggleWithLabelUncontrolled.js +3 -0
- package/dist/cjs/components/toggleWithLabel/toggleWithLabelUncontrolled.js.map +1 -1
- package/dist/esm/components/checkboxWithLabel/checkboxWithLabelControlled.d.ts +3 -0
- package/dist/esm/components/checkboxWithLabel/checkboxWithLabelControlled.js +3 -0
- package/dist/esm/components/checkboxWithLabel/checkboxWithLabelControlled.js.map +1 -1
- package/dist/esm/components/checkboxWithLabel/checkboxWithLabelUncontrolled.d.ts +3 -0
- package/dist/esm/components/checkboxWithLabel/checkboxWithLabelUncontrolled.js +3 -0
- package/dist/esm/components/checkboxWithLabel/checkboxWithLabelUncontrolled.js.map +1 -1
- package/dist/esm/components/confirmationMessage/confirmationMessage.d.ts +3 -0
- package/dist/esm/components/confirmationMessage/confirmationMessage.js +3 -0
- package/dist/esm/components/confirmationMessage/confirmationMessage.js.map +1 -1
- package/dist/esm/components/cssAnimation/cssAnimation.d.ts +2 -1
- package/dist/esm/components/cssAnimation/cssAnimation.js +2 -1
- package/dist/esm/components/cssAnimation/cssAnimation.js.map +1 -1
- package/dist/esm/components/dataTable/dataTable.js +7 -3
- package/dist/esm/components/dataTable/dataTable.js.map +1 -1
- package/dist/esm/components/dataTable/dataTableStandAlone.js +2 -2
- package/dist/esm/components/dataTable/dataTableStandAlone.js.map +1 -1
- package/dist/esm/components/dataTable/hooks/index.d.ts +3 -1
- package/dist/esm/components/dataTable/hooks/index.js +3 -1
- package/dist/esm/components/dataTable/hooks/index.js.map +1 -1
- package/dist/esm/components/dataTable/hooks/useDataTableStickyDividers.d.ts +7 -0
- package/dist/esm/components/dataTable/hooks/useDataTableStickyDividers.js +64 -0
- package/dist/esm/components/dataTable/hooks/useDataTableStickyDividers.js.map +1 -0
- package/dist/esm/components/dataTable/hooks/useDataTableStickyLeftColumns.d.ts +7 -0
- package/dist/esm/components/dataTable/hooks/useDataTableStickyLeftColumns.js +47 -0
- package/dist/esm/components/dataTable/hooks/useDataTableStickyLeftColumns.js.map +1 -0
- package/dist/esm/components/dataTable/hooks/useDataTableStickyRightColumns.d.ts +7 -0
- package/dist/esm/components/dataTable/hooks/useDataTableStickyRightColumns.js +55 -0
- package/dist/esm/components/dataTable/hooks/useDataTableStickyRightColumns.js.map +1 -0
- package/dist/esm/components/dataTable/types/dataTable.d.ts +4 -1
- package/dist/esm/components/elementOrIcon/elementOrIcon.d.ts +2 -3
- package/dist/esm/components/elementOrIcon/elementOrIcon.js +2 -3
- package/dist/esm/components/elementOrIcon/elementOrIcon.js.map +1 -1
- package/dist/esm/components/elementOrIllustration/elementOrIllustration.d.ts +0 -1
- package/dist/esm/components/elementOrIllustration/elementOrIllustration.js +0 -1
- package/dist/esm/components/elementOrIllustration/elementOrIllustration.js.map +1 -1
- package/dist/esm/components/emptyState/emptyState.d.ts +3 -0
- package/dist/esm/components/emptyState/emptyState.js +3 -0
- package/dist/esm/components/emptyState/emptyState.js.map +1 -1
- package/dist/esm/components/footer/components/footerSection.d.ts +9 -2
- package/dist/esm/components/footer/components/footerSection.js +3 -3
- package/dist/esm/components/footer/components/footerSection.js.map +1 -1
- package/dist/esm/components/footer/footer.d.ts +3 -0
- package/dist/esm/components/footer/footer.js +3 -0
- package/dist/esm/components/footer/footer.js.map +1 -1
- package/dist/esm/components/footer/footer.styled.d.ts +7 -3
- package/dist/esm/components/footer/footer.styled.js +30 -31
- package/dist/esm/components/footer/footer.styled.js.map +1 -1
- package/dist/esm/components/footer/footerStandAlone.js +36 -17
- package/dist/esm/components/footer/footerStandAlone.js.map +1 -1
- package/dist/esm/components/footer/types/footer.d.ts +4 -3
- package/dist/esm/components/footer/utils/getOrderConfiguration.d.ts +9 -0
- package/dist/esm/components/footer/utils/getOrderConfiguration.js +18 -0
- package/dist/esm/components/footer/utils/getOrderConfiguration.js.map +1 -0
- package/dist/esm/components/header/header.d.ts +3 -0
- package/dist/esm/components/header/header.js +3 -0
- package/dist/esm/components/header/header.js.map +1 -1
- package/dist/esm/components/headerStructure/headerStructure.d.ts +3 -0
- package/dist/esm/components/headerStructure/headerStructure.js +3 -0
- package/dist/esm/components/headerStructure/headerStructure.js.map +1 -1
- package/dist/esm/components/icon/icon.js +1 -1
- package/dist/esm/components/icon/icon.js.map +1 -1
- package/dist/esm/components/icon/iconHost.d.ts +7 -0
- package/dist/esm/components/icon/iconHost.js +7 -0
- package/dist/esm/components/icon/iconHost.js.map +1 -1
- package/dist/esm/components/icon/iconStandAlone.js +5 -6
- package/dist/esm/components/icon/iconStandAlone.js.map +1 -1
- package/dist/esm/components/icon/types/icon.d.ts +2 -0
- package/dist/esm/components/index.d.ts +25 -19
- package/dist/esm/components/index.js +25 -19
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/components/inputDate/hooks/useInputDate.d.ts +0 -1
- package/dist/esm/components/inputDate/hooks/useInputDate.js +0 -6
- package/dist/esm/components/inputDate/hooks/useInputDate.js.map +1 -1
- package/dist/esm/components/inputDate/inputDate.js +9 -3
- package/dist/esm/components/inputDate/inputDate.js.map +1 -1
- package/dist/esm/components/inputDate/inputDateStandAlone.js +1 -1
- package/dist/esm/components/inputDate/inputDateStandAlone.js.map +1 -1
- package/dist/esm/components/lineSeparator/lineSeparator.d.ts +2 -1
- package/dist/esm/components/lineSeparator/lineSeparator.js +2 -1
- package/dist/esm/components/lineSeparator/lineSeparator.js.map +1 -1
- package/dist/esm/components/listOptions/listOptionsStandAlone.js +3 -1
- package/dist/esm/components/listOptions/listOptionsStandAlone.js.map +1 -1
- package/dist/esm/components/loader/loader.d.ts +5 -4
- package/dist/esm/components/loader/loader.js +3 -2
- package/dist/esm/components/loader/loader.js.map +1 -1
- package/dist/esm/components/loadingState/loadingState.d.ts +3 -0
- package/dist/esm/components/loadingState/loadingState.js +3 -0
- package/dist/esm/components/loadingState/loadingState.js.map +1 -1
- package/dist/esm/components/mediaProgressBar/mediaProgressBar.styled.js +2 -0
- package/dist/esm/components/mediaProgressBar/mediaProgressBar.styled.js.map +1 -1
- package/dist/esm/components/oliveMenu/oliveMenuStandAlone.js +1 -1
- package/dist/esm/components/oliveMenu/oliveMenuStandAlone.js.map +1 -1
- package/dist/esm/components/oliveMenu/utils/getAriaControls.js +1 -1
- package/dist/esm/components/oliveMenu/utils/getAriaControls.js.map +1 -1
- package/dist/esm/components/operativeLayout/operativeLayout.d.ts +3 -0
- package/dist/esm/components/operativeLayout/operativeLayout.js +3 -0
- package/dist/esm/components/operativeLayout/operativeLayout.js.map +1 -1
- package/dist/esm/components/pill/pill.styled.d.ts +2 -0
- package/dist/esm/components/pill/pill.styled.js +6 -0
- package/dist/esm/components/pill/pill.styled.js.map +1 -1
- package/dist/esm/components/pill/pillStandAlone.js +3 -2
- package/dist/esm/components/pill/pillStandAlone.js.map +1 -1
- package/dist/esm/components/pill/types/pill.d.ts +5 -0
- package/dist/esm/components/pill/types/pillTheme.d.ts +3 -0
- package/dist/esm/components/pillSelector/pillSelectorStandAlone.js +4 -2
- package/dist/esm/components/pillSelector/pillSelectorStandAlone.js.map +1 -1
- package/dist/esm/components/pillSelector/types/pillSelector.d.ts +8 -1
- package/dist/esm/components/portal/portal.d.ts +1 -0
- package/dist/esm/components/portal/portal.js +1 -0
- package/dist/esm/components/portal/portal.js.map +1 -1
- package/dist/esm/components/snackbar/snackbarStandAlone.js +5 -2
- package/dist/esm/components/snackbar/snackbarStandAlone.js.map +1 -1
- package/dist/esm/components/tableCell/tableCell.styled.js +1 -1
- package/dist/esm/components/tableCell/types/tableCell.d.ts +4 -1
- package/dist/esm/components/tableV2/hooks/index.d.ts +2 -1
- package/dist/esm/components/tableV2/hooks/index.js +2 -1
- package/dist/esm/components/tableV2/hooks/index.js.map +1 -1
- package/dist/esm/components/tableV2/hooks/useTableStickyLeftColumns.d.ts +8 -0
- package/dist/esm/components/tableV2/hooks/useTableStickyLeftColumns.js +45 -0
- package/dist/esm/components/tableV2/hooks/useTableStickyLeftColumns.js.map +1 -0
- package/dist/esm/components/tableV2/hooks/useTableStickyRightColumns.d.ts +8 -0
- package/dist/esm/components/tableV2/hooks/useTableStickyRightColumns.js +53 -0
- package/dist/esm/components/tableV2/hooks/useTableStickyRightColumns.js.map +1 -0
- package/dist/esm/components/tableV2/table.js +6 -4
- package/dist/esm/components/tableV2/table.js.map +1 -1
- package/dist/esm/components/tableV2/types/table.d.ts +1 -0
- package/dist/esm/components/text/textStandAlone.js +1 -1
- package/dist/esm/components/text/textStandAlone.js.map +1 -1
- package/dist/esm/components/textCount/textCount.d.ts +1 -0
- package/dist/esm/components/textCount/textCount.js +1 -0
- package/dist/esm/components/textCount/textCount.js.map +1 -1
- package/dist/esm/components/thirdPartyAnimation/thirdPartyAnimation.d.ts +6 -5
- package/dist/esm/components/thirdPartyAnimation/thirdPartyAnimation.js +4 -3
- package/dist/esm/components/thirdPartyAnimation/thirdPartyAnimation.js.map +1 -1
- package/dist/esm/components/toggleWithLabel/toggleWithLabelControlled.d.ts +3 -0
- package/dist/esm/components/toggleWithLabel/toggleWithLabelControlled.js +3 -0
- package/dist/esm/components/toggleWithLabel/toggleWithLabelControlled.js.map +1 -1
- package/dist/esm/components/toggleWithLabel/toggleWithLabelUncontrolled.d.ts +3 -0
- package/dist/esm/components/toggleWithLabel/toggleWithLabelUncontrolled.js +3 -0
- package/dist/esm/components/toggleWithLabel/toggleWithLabelUncontrolled.js.map +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.js","sourceRoot":"","sources":["../../../../src/components/tableV2/table.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,OAAO,
|
|
1
|
+
{"version":3,"file":"table.js","sourceRoot":"","sources":["../../../../src/components/tableV2/table.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,yBAAyB,EACzB,0BAA0B,GAC3B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,cAAc,GAAG,CACrB,EACE,OAAO,EACP,GAAG,EACH,mBAAmB,GAAG,IAAI,EAC1B,kBAAkB,GAAG,IAAI,EACzB,oBAAoB,EACpB,GAAG,KAAK,EAC0B,EACpC,GAAuC,EACvC,EAAE;IACF,MAAM,MAAM,GAAG,WAAW,CAAyB;QACjD,SAAS,EAAE,WAAW,CAAC,QAAQ;QAC/B,WAAW,EAAE,OAAO;QACpB,YAAY,EAAE,GAAG;QACjB,UAAU,EAAE,IAAI;KACjB,CAAC,CAAC;IAEH,MAAM,QAAQ,GAAG,KAAK,CAAC,MAAM,CAAiB,IAAI,CAAC,CAAC;IACpD,KAAK,CAAC,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,OAAyB,EAAE,EAAE,CAAC,CAAC;IAE7E,wEAAwE;IACxE,MAAM,EAAE,SAAS,EAAE,GAAG,iBAAiB,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,CAAC,iBAAiB,EAAE,CAAC,CAAC;IAC9F,yDAAyD;IACzD,0BAA0B,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,mBAAmB,EAAE,CAAC,CAAC;IAC9E,wDAAwD;IACxD,yBAAyB,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAC5E,4BAA4B;IAC5B,cAAc,CAAC;QACb,GAAG,EAAE,QAAQ;QACb,aAAa,EAAE,MAAM,EAAE,aAAa;QACpC,aAAa,EAAE,MAAM,EAAE,aAAa;QACpC,cAAc,EAAE,MAAM,EAAE,cAAc;QACtC,QAAQ,EAAE,oBAAoB;KAC/B,CAAC,CAAC;IAEH,OAAO,KAAC,eAAe,IAAC,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,KAAM,KAAK,GAAI,CAAC;AAC7F,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,CAAC"}
|
|
@@ -15,6 +15,7 @@ export interface ITableStandAloneV2 extends TableScrollAriasType {
|
|
|
15
15
|
export interface ITableV2 extends Omit<ITableStandAloneV2, 'styles' | 'hasScroll'>, Omit<CustomTokenTypes<TablePropsStylesTypeV2>, 'cts' | 'extraCt'> {
|
|
16
16
|
variant?: string;
|
|
17
17
|
autoRightStickyCalc?: boolean;
|
|
18
|
+
autoLeftStickyCalc?: boolean;
|
|
18
19
|
disableShadowEffects?: boolean;
|
|
19
20
|
}
|
|
20
21
|
export {};
|
|
@@ -5,7 +5,7 @@ import { TextStyled } from './text.styled';
|
|
|
5
5
|
import { TextTransformType } from './types';
|
|
6
6
|
const TextStandAloneComponent = ({ children, component, dataTestId, htmlFor, id, onClick, role, styles, weight, isDisabled, align, transform = TextTransformType.NONE, ...props }, ref) => {
|
|
7
7
|
const ariaProps = pickAriaProps(props);
|
|
8
|
-
return (_jsx(TextStyled, { ...props, ...ariaProps, ref: ref, "$transform": transform, align: align, as: component, "data-testid": dataTestId, htmlFor: htmlFor, id: id, isDisabled: isDisabled, role: role, styles: styles, weight: weight, onClick: onClick, children: children }));
|
|
8
|
+
return (_jsx(TextStyled, { ...props, ...ariaProps, ref: ref, "$transform": transform, align: align, as: component, content: undefined, "data-testid": dataTestId, htmlFor: htmlFor, id: id, isDisabled: isDisabled, role: role, styles: styles, weight: weight, onClick: onClick, children: children }));
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
11
|
* @description
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textStandAlone.js","sourceRoot":"","sources":["../../../../src/components/text/textStandAlone.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAwB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAElE,MAAM,uBAAuB,GAAG,CAC9B,EACE,QAAQ,EACR,SAAS,EACT,UAAU,EACV,OAAO,EACP,EAAE,EACF,OAAO,EACP,IAAI,EACJ,MAAM,EACN,MAAM,EACN,UAAU,EACV,KAAK,EACL,SAAS,GAAG,iBAAiB,CAAC,IAAI,EAClC,GAAG,KAAK,EACQ,EAClB,GAAoD,EACvC,EAAE;IACf,MAAM,SAAS,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;IACvC,OAAO,CACL,KAAC,UAAU,OACL,KAAK,KACL,SAAS,EACb,GAAG,EAAE,GAAG,gBACI,SAAS,EACrB,KAAK,EAAE,KAAK,EACZ,EAAE,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"textStandAlone.js","sourceRoot":"","sources":["../../../../src/components/text/textStandAlone.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAwB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAElE,MAAM,uBAAuB,GAAG,CAC9B,EACE,QAAQ,EACR,SAAS,EACT,UAAU,EACV,OAAO,EACP,EAAE,EACF,OAAO,EACP,IAAI,EACJ,MAAM,EACN,MAAM,EACN,UAAU,EACV,KAAK,EACL,SAAS,GAAG,iBAAiB,CAAC,IAAI,EAClC,GAAG,KAAK,EACQ,EAClB,GAAoD,EACvC,EAAE;IACf,MAAM,SAAS,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;IACvC,OAAO,CACL,KAAC,UAAU,OACL,KAAK,KACL,SAAS,EACb,GAAG,EAAE,GAAG,gBACI,SAAS,EACrB,KAAK,EAAE,KAAK,EACZ,EAAE,EAAE,SAAS,EACb,OAAO,EAAE,SAAS,iBACL,UAAU,EACvB,OAAO,EAAE,OAAO,EAChB,EAAE,EAAE,EAAE,EACN,UAAU,EAAE,UAAU,EACtB,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,YAEf,QAAQ,GACE,CACd,CAAC;AACJ,CAAC,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { ITextCountControlled } from './types/textCount';
|
|
3
3
|
/**
|
|
4
|
+
* @deprecated This component has been deprecated and will be not exported in the next MAJOR release.
|
|
4
5
|
* @description
|
|
5
6
|
* TextCount component is a component that can be used to create a counter of characters.
|
|
6
7
|
* @param {React.PropsWithChildren<ITextCountControlled>} props
|
|
@@ -11,6 +11,7 @@ const TextCountComponent = React.forwardRef(({ variant, ctv, ...props }, ref) =>
|
|
|
11
11
|
TextCountComponent.displayName = 'TextCountComponent';
|
|
12
12
|
const TextCountBoundary = (props, ref) => (_jsx(ErrorBoundary, { fallBackComponent: _jsx(FallbackComponent, { children: _jsx(TextCountStandAlone, { ...props, ref: ref }) }), children: _jsx(TextCountComponent, { ...props, ref: ref }) }));
|
|
13
13
|
/**
|
|
14
|
+
* @deprecated This component has been deprecated and will be not exported in the next MAJOR release.
|
|
14
15
|
* @description
|
|
15
16
|
* TextCount component is a component that can be used to create a counter of characters.
|
|
16
17
|
* @param {React.PropsWithChildren<ITextCountControlled>} props
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textCount.js","sourceRoot":"","sources":["../../../../src/components/textCount/textCount.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAI5D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;AAE9C,MAAM,kBAAkB,GAAG,KAAK,CAAC,UAAU,CACzC,CACE,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,KAAK,EAAwB,EAChD,GAA0D,EAC7C,EAAE;IACf,MAAM,MAAM,GAAG,SAAS,CAA2B,iBAAiB,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;IAEpF,OAAO,KAAC,mBAAmB,OAAK,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,GAAI,CAAC;AACtE,CAAC,CACF,CAAC;AACF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,MAAM,iBAAiB,GAAG,CACxB,KAA2B,EAC3B,GAA0D,EAC7C,EAAE,CAAC,CAChB,KAAC,aAAa,IACZ,iBAAiB,EACf,KAAC,iBAAiB,cAChB,KAAC,mBAAmB,OAAM,KAAyC,EAAE,GAAG,EAAE,GAAG,GAAI,GAC/D,YAGtB,KAAC,kBAAkB,OAAK,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,GAC7B,CACjB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"textCount.js","sourceRoot":"","sources":["../../../../src/components/textCount/textCount.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAI5D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;AAE9C,MAAM,kBAAkB,GAAG,KAAK,CAAC,UAAU,CACzC,CACE,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,KAAK,EAAwB,EAChD,GAA0D,EAC7C,EAAE;IACf,MAAM,MAAM,GAAG,SAAS,CAA2B,iBAAiB,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;IAEpF,OAAO,KAAC,mBAAmB,OAAK,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,GAAI,CAAC;AACtE,CAAC,CACF,CAAC;AACF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,MAAM,iBAAiB,GAAG,CACxB,KAA2B,EAC3B,GAA0D,EAC7C,EAAE,CAAC,CAChB,KAAC,aAAa,IACZ,iBAAiB,EACf,KAAC,iBAAiB,cAChB,KAAC,mBAAmB,OAAM,KAAyC,EAAE,GAAG,EAAE,GAAG,GAAI,GAC/D,YAGtB,KAAC,kBAAkB,OAAK,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,GAC7B,CACjB,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,CAAC"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IThirdPartyAnimation } from './types';
|
|
3
3
|
declare const ThirdPartyAnimationComponent: <V extends string | unknown>({ autoplay, loop, variant, ...props }: IThirdPartyAnimation<V>, ref: React.ForwardedRef<HTMLSpanElement | null>) => JSX.Element;
|
|
4
|
-
declare const ThirdPartyAnimation: <V>(props: React.PropsWithChildren<IThirdPartyAnimation<V>> & {
|
|
5
|
-
ref?: React.ForwardedRef<HTMLSpanElement | null> | undefined | null;
|
|
6
|
-
}) => ReturnType<typeof ThirdPartyAnimationComponent>;
|
|
7
4
|
/**
|
|
8
|
-
* @
|
|
9
|
-
*
|
|
5
|
+
* @deprecated This component has been deprecated and will be removed in the next MAJOR release.
|
|
6
|
+
*
|
|
7
|
+
* ThirdPartyAnimation component is a component that can be used to create third-party animations.
|
|
10
8
|
* @param {React.PropsWithChildren<IThirdPartyAnimation<V>>} props
|
|
11
9
|
* @returns {JSX.Element}
|
|
12
10
|
*/
|
|
11
|
+
declare const ThirdPartyAnimation: <V>(props: React.PropsWithChildren<IThirdPartyAnimation<V>> & {
|
|
12
|
+
ref?: React.ForwardedRef<HTMLSpanElement | null> | undefined | null;
|
|
13
|
+
}) => ReturnType<typeof ThirdPartyAnimationComponent>;
|
|
13
14
|
export { ThirdPartyAnimation };
|
|
@@ -29,12 +29,13 @@ const ThirdPartyAnimationComponent = ({ autoplay = true, loop = true, variant, .
|
|
|
29
29
|
}, [thirdPartyAnimationData]);
|
|
30
30
|
return _jsx(ThirdPartyAnimationStandAlone, { ref: element, ...props });
|
|
31
31
|
};
|
|
32
|
-
const ThirdPartyAnimation = React.forwardRef(ThirdPartyAnimationComponent);
|
|
33
32
|
/**
|
|
34
|
-
* @
|
|
35
|
-
*
|
|
33
|
+
* @deprecated This component has been deprecated and will be removed in the next MAJOR release.
|
|
34
|
+
*
|
|
35
|
+
* ThirdPartyAnimation component is a component that can be used to create third-party animations.
|
|
36
36
|
* @param {React.PropsWithChildren<IThirdPartyAnimation<V>>} props
|
|
37
37
|
* @returns {JSX.Element}
|
|
38
38
|
*/
|
|
39
|
+
const ThirdPartyAnimation = React.forwardRef(ThirdPartyAnimationComponent);
|
|
39
40
|
export { ThirdPartyAnimation };
|
|
40
41
|
//# sourceMappingURL=thirdPartyAnimation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thirdPartyAnimation.js","sourceRoot":"","sources":["../../../../src/components/thirdPartyAnimation/thirdPartyAnimation.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,MAAyB,MAAM,YAAY,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAGhF,MAAM,4BAA4B,GAAG,8BAA8B,CAAC;AAEpE,MAAM,4BAA4B,GAAG,CACnC,EAAE,QAAQ,GAAG,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,KAAK,EAA2B,EAC5E,GAA+C,EAClC,EAAE;IACf,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,KAAK,CAAC,QAAQ,EAAiB,CAAC;IAClE,MAAM,YAAY,GAAG,SAAS,CAC5B,4BAA4B,EAC5B,OAAO,CACR,CAAC;IAEF,MAAM,EAAE,uBAAuB,EAAE,GAAG,YAAY,CAAC;IACjD,MAAM,OAAO,GAAG,KAAK,CAAC,MAAM,CAAkB,IAAI,CAAC,CAAC;IAEpD,KAAK,CAAC,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAAE;QAClC,OAAO,OAAO,CAAC,OAA0B,CAAC;IAC5C,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;YACpB,SAAS,EAAE,OAAO,EAAE,CAAC;YAErB,MAAM,YAAY,GAAG,MAAM,CAAC,aAAa,CAAC;gBACxC,QAAQ;gBACR,IAAI;gBACJ,aAAa,EAAE,uBAAuB;gBACtC,SAAS,EAAE,OAAO,CAAC,OAAO;aAC3B,CAAC,CAAC;YACH,YAAY,CAAC,YAAY,CAAC,CAAC;QAC7B,CAAC;QAED,OAAO,GAAG,EAAE;YACV,SAAS,EAAE,OAAO,EAAE,CAAC;QACvB,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAE9B,OAAO,KAAC,6BAA6B,IAAC,GAAG,EAAE,OAAO,KAAM,KAAK,GAAI,CAAC;AACpE,CAAC,CAAC;AAEF,MAAM,mBAAmB,GAAG,KAAK,CAAC,UAAU,CAAC,4BAA4B,CAIrB,CAAC;AAErD
|
|
1
|
+
{"version":3,"file":"thirdPartyAnimation.js","sourceRoot":"","sources":["../../../../src/components/thirdPartyAnimation/thirdPartyAnimation.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,MAAyB,MAAM,YAAY,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAGhF,MAAM,4BAA4B,GAAG,8BAA8B,CAAC;AAEpE,MAAM,4BAA4B,GAAG,CACnC,EAAE,QAAQ,GAAG,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,KAAK,EAA2B,EAC5E,GAA+C,EAClC,EAAE;IACf,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,KAAK,CAAC,QAAQ,EAAiB,CAAC;IAClE,MAAM,YAAY,GAAG,SAAS,CAC5B,4BAA4B,EAC5B,OAAO,CACR,CAAC;IAEF,MAAM,EAAE,uBAAuB,EAAE,GAAG,YAAY,CAAC;IACjD,MAAM,OAAO,GAAG,KAAK,CAAC,MAAM,CAAkB,IAAI,CAAC,CAAC;IAEpD,KAAK,CAAC,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAAE;QAClC,OAAO,OAAO,CAAC,OAA0B,CAAC;IAC5C,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;YACpB,SAAS,EAAE,OAAO,EAAE,CAAC;YAErB,MAAM,YAAY,GAAG,MAAM,CAAC,aAAa,CAAC;gBACxC,QAAQ;gBACR,IAAI;gBACJ,aAAa,EAAE,uBAAuB;gBACtC,SAAS,EAAE,OAAO,CAAC,OAAO;aAC3B,CAAC,CAAC;YACH,YAAY,CAAC,YAAY,CAAC,CAAC;QAC7B,CAAC;QAED,OAAO,GAAG,EAAE;YACV,SAAS,EAAE,OAAO,EAAE,CAAC;QACvB,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAE9B,OAAO,KAAC,6BAA6B,IAAC,GAAG,EAAE,OAAO,KAAM,KAAK,GAAI,CAAC;AACpE,CAAC,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,mBAAmB,GAAG,KAAK,CAAC,UAAU,CAAC,4BAA4B,CAIrB,CAAC;AAErD,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { IToggleWithLabelControlled } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This component has been deprecated and will be removed in the next MAJOR release. Will include all this on the Toggle component
|
|
5
|
+
*/
|
|
3
6
|
export declare const ToggleWithLabelControlled: React.ForwardRefExoticComponent<IToggleWithLabelControlled<string> & React.RefAttributes<HTMLFieldSetElement>>;
|
|
@@ -17,5 +17,8 @@ const ToggleWithLabelControlledComponent = React.forwardRef(({ variant, ctv, ...
|
|
|
17
17
|
});
|
|
18
18
|
ToggleWithLabelControlledComponent.displayName = 'ToggleWithLabelControlledComponent';
|
|
19
19
|
const ToggleWithLabelBoundary = (props, ref) => (_jsx(ErrorBoundary, { fallBackComponent: _jsx(FallbackComponent, { children: _jsx(ToggleWithLabelStandAlone, { ...props, ref: ref }) }), children: _jsx(ToggleWithLabelControlledComponent, { ...props, ref: ref }) }));
|
|
20
|
+
/**
|
|
21
|
+
* @deprecated This component has been deprecated and will be removed in the next MAJOR release. Will include all this on the Toggle component
|
|
22
|
+
*/
|
|
20
23
|
export const ToggleWithLabelControlled = React.forwardRef(ToggleWithLabelBoundary);
|
|
21
24
|
//# sourceMappingURL=toggleWithLabelControlled.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggleWithLabelControlled.js","sourceRoot":"","sources":["../../../../src/components/toggleWithLabel/toggleWithLabelControlled.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAIxE,MAAM,wBAAwB,GAAG,0BAA0B,CAAC;AAE5D,MAAM,kCAAkC,GAAG,KAAK,CAAC,UAAU,CACzD,CACE,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,KAAK,EAA8B,EACtD,GAA+D,EAClD,EAAE;IACf,MAAM,MAAM,GAAG,SAAS,CAAgC,wBAAwB,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;IAEhG,MAAM,SAAS,GAAG,KAAK,CAAC,MAAM,CAAmB,IAAI,CAAC,CAAC;IAEvD,MAAM,WAAW,GAAG,GAAG,EAAE;QACvB,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;YACtB,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;YAC1B,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QAC5B,CAAC;IACH,CAAC,CAAC;IAEF,OAAO,CACL,KAAC,yBAAyB,IACxB,GAAG,EAAE,GAAG,EACR,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,WAAW,KAChB,KAAK,GACT,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AACF,kCAAkC,CAAC,WAAW,GAAG,oCAAoC,CAAC;AAEtF,MAAM,uBAAuB,GAAG,CAC9B,KAAiC,EACjC,GAA+D,EAClD,EAAE,CAAC,CAChB,KAAC,aAAa,IACZ,iBAAiB,EACf,KAAC,iBAAiB,cAChB,KAAC,yBAAyB,OACnB,KAA+C,EACpD,GAAG,EAAE,GAAG,GACR,GACgB,YAGtB,KAAC,kCAAkC,OAAK,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,GAC7C,CACjB,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,KAAK,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"toggleWithLabelControlled.js","sourceRoot":"","sources":["../../../../src/components/toggleWithLabel/toggleWithLabelControlled.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAIxE,MAAM,wBAAwB,GAAG,0BAA0B,CAAC;AAE5D,MAAM,kCAAkC,GAAG,KAAK,CAAC,UAAU,CACzD,CACE,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,KAAK,EAA8B,EACtD,GAA+D,EAClD,EAAE;IACf,MAAM,MAAM,GAAG,SAAS,CAAgC,wBAAwB,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;IAEhG,MAAM,SAAS,GAAG,KAAK,CAAC,MAAM,CAAmB,IAAI,CAAC,CAAC;IAEvD,MAAM,WAAW,GAAG,GAAG,EAAE;QACvB,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;YACtB,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;YAC1B,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QAC5B,CAAC;IACH,CAAC,CAAC;IAEF,OAAO,CACL,KAAC,yBAAyB,IACxB,GAAG,EAAE,GAAG,EACR,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,WAAW,KAChB,KAAK,GACT,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AACF,kCAAkC,CAAC,WAAW,GAAG,oCAAoC,CAAC;AAEtF,MAAM,uBAAuB,GAAG,CAC9B,KAAiC,EACjC,GAA+D,EAClD,EAAE,CAAC,CAChB,KAAC,aAAa,IACZ,iBAAiB,EACf,KAAC,iBAAiB,cAChB,KAAC,yBAAyB,OACnB,KAA+C,EACpD,GAAG,EAAE,GAAG,GACR,GACgB,YAGtB,KAAC,kCAAkC,OAAK,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,GAC7C,CACjB,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,KAAK,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAAC"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type IToggleWithLabel } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This component has been deprecated and will be removed in the next MAJOR release. Will include all this on the Toggle component
|
|
5
|
+
*/
|
|
3
6
|
export declare const ToggleWithLabelUncontrolled: React.ForwardRefExoticComponent<IToggleWithLabel & React.RefAttributes<HTMLFieldSetElement>>;
|
|
@@ -11,5 +11,8 @@ const ToggleWithLabelUncontrolledComponent = ({ toggleVariant, defaultTogglePosi
|
|
|
11
11
|
labelPosition = displayRow === undefined ? LABEL_POSITION.LEFT : undefined, ...props }, ref) => {
|
|
12
12
|
return (_jsx(ToggleWithLabelControlled, { ref: ref, defaultTogglePosition: defaultTogglePosition, labelPosition: labelPosition, toggleVariant: toggleVariant, ...props }));
|
|
13
13
|
};
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated This component has been deprecated and will be removed in the next MAJOR release. Will include all this on the Toggle component
|
|
16
|
+
*/
|
|
14
17
|
export const ToggleWithLabelUncontrolled = React.forwardRef(ToggleWithLabelUncontrolledComponent);
|
|
15
18
|
//# sourceMappingURL=toggleWithLabelUncontrolled.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggleWithLabelUncontrolled.js","sourceRoot":"","sources":["../../../../src/components/toggleWithLabel/toggleWithLabelUncontrolled.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAyB,cAAc,EAAE,MAAM,SAAS,CAAC;AAEhE,MAAM,qBAAqB,GAAG,QAAQ,CAAC;AAEvC,MAAM,oCAAoC,GAAG,CAC3C,EACE,aAAa,EACb,qBAAqB,GAAG,aAAa,KAAK,qBAAqB;IAC7D,CAAC,CAAC,SAAS,CAAC,IAAI;IAChB,CAAC,CAAC,SAAS,CAAC,MAAM,EACpB,UAAU;AACV,0EAA0E;AAC1E,aAAa,GAAG,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAC1E,GAAG,KAAK,EACS,EACnB,GAA+D,EAClD,EAAE;IACf,OAAO,CACL,KAAC,yBAAyB,IACxB,GAAG,EAAE,GAAG,EACR,qBAAqB,EAAE,qBAAqB,EAC5C,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,KACxB,KAAK,GACT,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAG,KAAK,CAAC,UAAU,CAAC,oCAAoC,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"toggleWithLabelUncontrolled.js","sourceRoot":"","sources":["../../../../src/components/toggleWithLabel/toggleWithLabelUncontrolled.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAyB,cAAc,EAAE,MAAM,SAAS,CAAC;AAEhE,MAAM,qBAAqB,GAAG,QAAQ,CAAC;AAEvC,MAAM,oCAAoC,GAAG,CAC3C,EACE,aAAa,EACb,qBAAqB,GAAG,aAAa,KAAK,qBAAqB;IAC7D,CAAC,CAAC,SAAS,CAAC,IAAI;IAChB,CAAC,CAAC,SAAS,CAAC,MAAM,EACpB,UAAU;AACV,0EAA0E;AAC1E,aAAa,GAAG,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAC1E,GAAG,KAAK,EACS,EACnB,GAA+D,EAClD,EAAE;IACf,OAAO,CACL,KAAC,yBAAyB,IACxB,GAAG,EAAE,GAAG,EACR,qBAAqB,EAAE,qBAAqB,EAC5C,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,KACxB,KAAK,GACT,CACH,CAAC;AACJ,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,KAAK,CAAC,UAAU,CAAC,oCAAoC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubit-ui-web/react-components",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kubit",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"sideEffects": false,
|
|
83
83
|
"license": "Apache-2.0",
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@babel/core": "^7.
|
|
86
|
-
"@babel/preset-env": "^7.25.
|
|
85
|
+
"@babel/core": "^7.25.2",
|
|
86
|
+
"@babel/preset-env": "^7.25.2",
|
|
87
87
|
"@babel/preset-react": "^7.24.7",
|
|
88
88
|
"@babel/preset-typescript": "^7.24.7",
|
|
89
89
|
"@eslint/compat": "^1.1.1",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"@types/react-dom": "^18.3.0",
|
|
112
112
|
"@types/styled-components": "^5.1.34",
|
|
113
113
|
"@types/ungap__structured-clone": "^1.2.0",
|
|
114
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
115
|
-
"@typescript-eslint/parser": "^7.
|
|
114
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
115
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
116
116
|
"@ungap/structured-clone": "^1.2.0",
|
|
117
117
|
"@vitejs/plugin-react": "^4.3.1",
|
|
118
118
|
"babel-jest": "^29.7.0",
|