@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.
- package/package.json +1 -1
- package/packages/shared-components/dist/CellSelectionTable/CellSelectionTable.d.ts +1 -1
- package/packages/shared-components/dist/CellSelectionTable/CellSelectionTable.d.ts.map +1 -1
- package/packages/shared-components/dist/CellSelectionTable/SubComponents/CellSelectionTableSkeleton.d.ts +10 -0
- package/packages/shared-components/dist/CellSelectionTable/SubComponents/CellSelectionTableSkeleton.d.ts.map +1 -0
- package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableCellBox.d.ts +24 -0
- package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableCellBox.d.ts.map +1 -0
- package/packages/shared-components/dist/CellSelectionTable/utils/types.d.ts +9 -8
- package/packages/shared-components/dist/CellSelectionTable/utils/types.d.ts.map +1 -1
- package/packages/shared-components/dist/FormFields/Select/Select.d.ts.map +1 -1
- package/packages/shared-components/dist/index.cjs.js +1 -1
- package/packages/shared-components/dist/index.cjs.js.map +1 -1
- package/packages/shared-components/dist/index.esm.js +1 -1
- package/packages/shared-components/dist/index.esm.js.map +1 -1
- package/packages/shared-components/dist/utils/hooks/index.d.ts +1 -0
- package/packages/shared-components/dist/utils/hooks/index.d.ts.map +1 -1
- package/packages/shared-components/dist/utils/hooks/useFormFieldFocus.d.ts.map +1 -1
- package/packages/shared-components/dist/utils/hooks/useZoomLevel.d.ts +2 -0
- package/packages/shared-components/dist/utils/hooks/useZoomLevel.d.ts.map +1 -0
- package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableBodyLoader.d.ts +0 -8
- package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableBodyLoader.d.ts.map +0 -1
|
@@ -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;;
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"useZoomLevel.d.ts","sourceRoot":"","sources":["../../../src/utils/hooks/useZoomLevel.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,cA6BxB,CAAC"}
|
package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableBodyLoader.d.ts
DELETED
|
@@ -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
|
package/packages/shared-components/dist/CellSelectionTable/SubComponents/TableBodyLoader.d.ts.map
DELETED
|
@@ -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"}
|