@codezee/sixtify-brahma 0.2.213 → 0.2.215

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 (21) hide show
  1. package/package.json +1 -1
  2. package/packages/shared-components/dist/CellSelectionTable/CellSelectionTable.d.ts +1 -1
  3. package/packages/shared-components/dist/CellSelectionTable/CellSelectionTable.d.ts.map +1 -1
  4. package/packages/shared-components/dist/CellSelectionTable/SubComponents/CellSelectionTableSkeleton.d.ts +10 -0
  5. package/packages/shared-components/dist/CellSelectionTable/SubComponents/CellSelectionTableSkeleton.d.ts.map +1 -0
  6. package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableCellBox.d.ts +24 -0
  7. package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableCellBox.d.ts.map +1 -0
  8. package/packages/shared-components/dist/CellSelectionTable/utils/types.d.ts +9 -8
  9. package/packages/shared-components/dist/CellSelectionTable/utils/types.d.ts.map +1 -1
  10. package/packages/shared-components/dist/FormFields/Select/Select.d.ts.map +1 -1
  11. package/packages/shared-components/dist/index.cjs.js +1 -1
  12. package/packages/shared-components/dist/index.cjs.js.map +1 -1
  13. package/packages/shared-components/dist/index.esm.js +1 -1
  14. package/packages/shared-components/dist/index.esm.js.map +1 -1
  15. package/packages/shared-components/dist/utils/hooks/index.d.ts +1 -0
  16. package/packages/shared-components/dist/utils/hooks/index.d.ts.map +1 -1
  17. package/packages/shared-components/dist/utils/hooks/useFormFieldFocus.d.ts.map +1 -1
  18. package/packages/shared-components/dist/utils/hooks/useZoomLevel.d.ts +2 -0
  19. package/packages/shared-components/dist/utils/hooks/useZoomLevel.d.ts.map +1 -0
  20. package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableBodyLoader.d.ts +0 -8
  21. package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableBodyLoader.d.ts.map +0 -1
@@ -2,4 +2,5 @@ export * from "./useDialogActions";
2
2
  export * from "./useFormFieldFocus";
3
3
  export * from "./useGetDeviceType";
4
4
  export * from "./useGlobalKeyboardShortcut";
5
+ export * from "./useZoomLevel";
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFormFieldFocus.d.ts","sourceRoot":"","sources":["../../../src/utils/hooks/useFormFieldFocus.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,OAAO,CAAC;AAE5C,KAAK,qBAAqB,GAAG;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,EAChC,MAAM,EACN,aAAa,EAAE,iBAAiB,GACjC,EAAE,qBAAqB;;uBA4Ud,cAAc,GAAG,gBAAgB,GAAG,IAAI;;;oBAzC7C,CAAC,SAAS,WAAW,uBACb,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,YACnB,MAAM,IAAI,gBACN,OAAO;4BAjGtB,CAAC,SAAS,WAAW,uBACb,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;EAgLlC"}
1
+ {"version":3,"file":"useFormFieldFocus.d.ts","sourceRoot":"","sources":["../../../src/utils/hooks/useFormFieldFocus.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,OAAO,CAAC;AAE5C,KAAK,qBAAqB,GAAG;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,EAChC,MAAM,EACN,aAAa,EAAE,iBAAiB,GACjC,EAAE,qBAAqB;;uBA6Vd,cAAc,GAAG,gBAAgB,GAAG,IAAI;;;oBAzC7C,CAAC,SAAS,WAAW,uBACb,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,YACnB,MAAM,IAAI,gBACN,OAAO;4BAjGtB,CAAC,SAAS,WAAW,uBACb,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;EAgLlC"}
@@ -0,0 +1,2 @@
1
+ export declare const useZoomLevel: () => number;
2
+ //# sourceMappingURL=useZoomLevel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useZoomLevel.d.ts","sourceRoot":"","sources":["../../../src/utils/hooks/useZoomLevel.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,cA6BxB,CAAC"}
@@ -1,8 +0,0 @@
1
- import type { Column } from "../utils";
2
- type TableBodyLoaderProps = {
3
- columns: Column[];
4
- rowCount?: number;
5
- };
6
- export declare const TableBodyLoader: ({ columns, rowCount, }: TableBodyLoaderProps) => import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=TableBodyLoader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableBodyLoader.d.ts","sourceRoot":"","sources":["../../../src/CellSelectionTable/SubComponents/TableBodyLoader.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,KAAK,oBAAoB,GAAG;IAC1B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,wBAG7B,oBAAoB,4CActB,CAAC"}