@sme.up/ketchup2 2.0.0-SNAPSHOT-20250814151055 → 2.0.0-SNAPSHOT-20250814155157
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/basic-components/cell/cell.d.ts.map +1 -1
- package/dist/components/app-bar/app-bar.data.d.ts +2 -0
- package/dist/components/app-bar/app-bar.data.d.ts.map +1 -1
- package/dist/components/toolbar/toolbar.d.ts.map +1 -1
- package/dist/ketchup2.cjs.js +11 -11
- package/dist/ketchup2.es.js +66 -65
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../src/basic-components/cell/cell.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAKL,SAAS,EAGV,MAAM,cAAc,CAAA;AAiBrB,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../src/basic-components/cell/cell.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAKL,SAAS,EAGV,MAAM,cAAc,CAAA;AAiBrB,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA6W7B,CAAA;AAED,eAAe,IAAI,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { Alignment, Justification } from '../../types/data-structures';
|
|
|
3
3
|
* AppBar JSON to be used inside appbar stories and cabled webup
|
|
4
4
|
*/
|
|
5
5
|
export declare const appBarData: {
|
|
6
|
+
type: "SmeupDataTable";
|
|
6
7
|
columns: {
|
|
7
8
|
name: string;
|
|
8
9
|
title: string;
|
|
@@ -23,6 +24,7 @@ export declare const appBarData: {
|
|
|
23
24
|
variant: string;
|
|
24
25
|
appearance: string;
|
|
25
26
|
sizing: string;
|
|
27
|
+
title: string;
|
|
26
28
|
};
|
|
27
29
|
shape: "BTN";
|
|
28
30
|
isEditable: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-bar.data.d.ts","sourceRoot":"","sources":["../../../src/components/app-bar/app-bar.data.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,
|
|
1
|
+
{"version":3,"file":"app-bar.data.d.ts","sourceRoot":"","sources":["../../../src/components/app-bar/app-bar.data.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EAGT,aAAa,EACd,MAAM,6BAA6B,CAAA;AAEpC;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2KW,aAAa;;;;;;;+BASR,SAAS;;;;;;;;;;;;;6BA0Bd,aAAa;2BACZ,SAAS;;;;;;;;CAmB3C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../src/components/toolbar/toolbar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoC,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAUhF,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,
|
|
1
|
+
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../src/components/toolbar/toolbar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoC,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAUhF,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAyK1C,CAAA"}
|