@kosdev-code/base-ui-components 0.1.0-dev.5802 → 0.1.0-dev.5827

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 (53) hide show
  1. package/components/atoms/icon/common/types.d.ts +1 -1
  2. package/components/atoms/icon/common/types.d.ts.map +1 -1
  3. package/components/atoms/icon-button/icon-button.d.ts +4 -0
  4. package/components/atoms/icon-button/icon-button.d.ts.map +1 -1
  5. package/components/atoms/index.d.ts +1 -0
  6. package/components/atoms/index.d.ts.map +1 -1
  7. package/components/atoms/shell-button/index.d.ts +2 -0
  8. package/components/atoms/shell-button/index.d.ts.map +1 -0
  9. package/components/atoms/shell-button/shell-button.d.ts +10 -0
  10. package/components/atoms/shell-button/shell-button.d.ts.map +1 -0
  11. package/components/atoms/shell-icon-button/shell-icon-button.d.ts.map +1 -1
  12. package/components/molecules/branded-header/branded-header-styles.d.ts.map +1 -1
  13. package/components/molecules/empty-list-message/empty-list-message.d.ts.map +1 -1
  14. package/components/molecules/empty-message/empty-message.d.ts +25 -0
  15. package/components/molecules/empty-message/empty-message.d.ts.map +1 -0
  16. package/components/molecules/empty-message/index.d.ts +2 -0
  17. package/components/molecules/empty-message/index.d.ts.map +1 -0
  18. package/components/molecules/index.d.ts +2 -0
  19. package/components/molecules/index.d.ts.map +1 -1
  20. package/components/molecules/sectioned-drawer/components/collapsible-section.d.ts +9 -0
  21. package/components/molecules/sectioned-drawer/components/collapsible-section.d.ts.map +1 -0
  22. package/components/molecules/sectioned-drawer/components/sectioned-drawer-header.d.ts +10 -0
  23. package/components/molecules/sectioned-drawer/components/sectioned-drawer-header.d.ts.map +1 -0
  24. package/components/molecules/sectioned-drawer/index.d.ts +2 -0
  25. package/components/molecules/sectioned-drawer/index.d.ts.map +1 -0
  26. package/components/molecules/sectioned-drawer/sectioned-drawer.d.ts +42 -0
  27. package/components/molecules/sectioned-drawer/sectioned-drawer.d.ts.map +1 -0
  28. package/components/molecules/table/common/types.d.ts.map +1 -1
  29. package/components/molecules/table/virtual-table/common/types.d.ts +16 -0
  30. package/components/molecules/table/virtual-table/common/types.d.ts.map +1 -0
  31. package/components/molecules/table/virtual-table/components/virtual-table-body.d.ts +17 -0
  32. package/components/molecules/table/virtual-table/components/virtual-table-body.d.ts.map +1 -0
  33. package/components/molecules/table/virtual-table/index.d.ts +3 -0
  34. package/components/molecules/table/virtual-table/index.d.ts.map +1 -0
  35. package/components/molecules/table/virtual-table/virtual-table.d.ts +6 -0
  36. package/components/molecules/table/virtual-table/virtual-table.d.ts.map +1 -0
  37. package/index.cjs +820 -722
  38. package/index.cjs.map +1 -1
  39. package/index.js +3113 -2842
  40. package/index.js.map +1 -1
  41. package/package.json +3 -3
  42. package/styles/tokens/component-tokens/icon-button/index.d.ts +3 -0
  43. package/styles/tokens/component-tokens/icon-button/index.d.ts.map +1 -1
  44. package/styles/tokens/component-tokens/index.d.ts +3 -0
  45. package/styles/tokens/component-tokens/index.d.ts.map +1 -1
  46. package/styles/tokens/index.d.ts +3 -0
  47. package/styles/tokens/index.d.ts.map +1 -1
  48. package/utils/index.d.ts +1 -0
  49. package/utils/index.d.ts.map +1 -1
  50. package/utils/use-context-guard.d.ts +2 -0
  51. package/utils/use-context-guard.d.ts.map +1 -0
  52. package/components/molecules/table/virtual-table.d.ts +0 -7
  53. package/components/molecules/table/virtual-table.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosdev-code/base-ui-components",
3
- "version": "0.1.0-dev.5802",
3
+ "version": "0.1.0-dev.5827",
4
4
  "main": "./index.cjs",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "./style.css": "./style.css"
21
21
  },
22
22
  "peerDependencies": {
23
- "@kosdev-code/kos-ui-sdk": "0.1.0-dev.5802",
23
+ "@kosdev-code/kos-ui-sdk": "0.1.0-dev.5827",
24
24
  "@emotion/react": "^11.11.1",
25
25
  "@emotion/styled": "^11.11.0",
26
26
  "react": "^18.2.0",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "kos": {
37
37
  "build": {
38
- "gitHash": "5f24177e3f584146c5458c7ab9b62222c1ca45c0"
38
+ "gitHash": "93c102ba8abfba19cf3e6690b383a5550c8c8726"
39
39
  }
40
40
  }
41
41
  }
@@ -18,6 +18,9 @@ export declare const ICON_BUTTON_TOKENS: {
18
18
  "badge-right": string;
19
19
  "badge-top": string;
20
20
  "active-background-color": string;
21
+ "padding-4": string;
22
+ "padding-8": string;
23
+ radius: string;
21
24
  };
22
25
  };
23
26
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/icon-button/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;CAsB9B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/icon-button/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;CAyB9B,CAAC"}
@@ -646,6 +646,9 @@ export declare const COMPONENT_TOKENS: {
646
646
  "badge-right": string;
647
647
  "badge-top": string;
648
648
  "active-background-color": string;
649
+ "padding-4": string;
650
+ "padding-8": string;
651
+ radius: string;
649
652
  };
650
653
  readonly "horizontal-rule": {
651
654
  readonly "border-width": "0.5px";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/index.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAc,QAAQ,EAAE,MAAM,OAAO,CAAC;AA2B7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDnB,CAAC;AAEX,YAAY,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/index.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAc,QAAQ,EAAE,MAAM,OAAO,CAAC;AA2B7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDnB,CAAC;AAEX,YAAY,EAAE,QAAQ,EAAE,CAAC"}
@@ -652,6 +652,9 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "vi
652
652
  "badge-right": string;
653
653
  "badge-top": string;
654
654
  "active-background-color": string;
655
+ "padding-4": string;
656
+ "padding-8": string;
657
+ radius: string;
655
658
  };
656
659
  readonly "horizontal-rule": {
657
660
  readonly "border-width": "0.5px";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/styles/tokens/index.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,EACd,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,CAAC;AAG5C,OAAO,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,eAAO,MAAM,wBAAwB,8kCAGvB,CAAC,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAIR,OAAO,KACZ,MAAM,GAMV,CAAC;AAeJ,eAAO,MAAM,sBAAsB,2CAIlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAQhC,CAAC;AAEF,eAAO,MAAM,uBAAuB,2CAMnC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/styles/tokens/index.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,EACd,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,CAAC;AAG5C,OAAO,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,eAAO,MAAM,wBAAwB,8kCAGvB,CAAC,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAIR,OAAO,KACZ,MAAM,GAMV,CAAC;AAeJ,eAAO,MAAM,sBAAsB,2CAIlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAQhC,CAAC;AAEF,eAAO,MAAM,uBAAuB,2CAMnC,CAAC"}
package/utils/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './bytes';
2
2
  export * from './sticky-observer';
3
3
  export * from './normalize-path-display';
4
+ export * from './use-context-guard';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/libraries/base-ui-components/src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/libraries/base-ui-components/src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const useContextGuard: <T>(c: React.Context<T | null>) => NonNullable<T>;
2
+ //# sourceMappingURL=use-context-guard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-context-guard.d.ts","sourceRoot":"","sources":["../../../../../packages/libraries/base-ui-components/src/utils/use-context-guard.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,SAAU,MAAM,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC,mBAQ5D,CAAC"}
@@ -1,7 +0,0 @@
1
- import { BaseTableItem, TableDataProvider, TableProps } from './common/types';
2
- import { ReactNode } from 'react';
3
-
4
- export declare const VirtualTable: <T extends BaseTableItem, P extends TableDataProvider<T> = TableDataProvider<T>>(props: TableProps<T, P> & {
5
- className?: string;
6
- }) => ReactNode;
7
- //# sourceMappingURL=virtual-table.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"virtual-table.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/virtual-table.tsx"],"names":[],"mappings":"AACA,OAAO,EAAwC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7E,OAAO,KAAK,EACV,aAAa,EAEb,iBAAiB,EACjB,UAAU,EAEX,MAAM,gBAAgB,CAAC;AA6HxB,eAAO,MAAM,YAAY,EAAE,CACzB,CAAC,SAAS,aAAa,EACvB,CAAC,SAAS,iBAAiB,CAAC,CAAC,CAAC,GAAG,iBAAiB,CAAC,CAAC,CAAC,EAErD,KAAK,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAC7C,SAgDJ,CAAC"}