@rocket.chat/fuselage 0.84.0 → 0.85.0

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 (85) hide show
  1. package/dist/Theme.d.ts.map +1 -1
  2. package/dist/components/AutoComplete/AutoComplete.d.ts +5 -0
  3. package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
  4. package/dist/components/Button/Button.d.ts +13 -1
  5. package/dist/components/Button/Button.d.ts.map +1 -1
  6. package/dist/components/Contextualbar/Contextualbar.d.ts +1 -1
  7. package/dist/components/Contextualbar/Contextualbar.d.ts.map +1 -1
  8. package/dist/components/Contextualbar/ContextualbarAction.d.ts +3 -4
  9. package/dist/components/Contextualbar/ContextualbarAction.d.ts.map +1 -1
  10. package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts +3 -4
  11. package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts.map +1 -1
  12. package/dist/components/Contextualbar/ContextualbarFooter.d.ts +1 -1
  13. package/dist/components/Contextualbar/ContextualbarFooter.d.ts.map +1 -1
  14. package/dist/components/Contextualbar/ContextualbarHeader.d.ts.map +1 -1
  15. package/dist/components/Contextualbar/ContextualbarSection.d.ts.map +1 -1
  16. package/dist/components/Contextualbar/ContextualbarTitle.d.ts.map +1 -1
  17. package/dist/components/Message/helpers.d.ts +2 -3
  18. package/dist/components/Message/helpers.d.ts.map +1 -1
  19. package/dist/components/Sidebar/Item.d.ts +74 -0
  20. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  21. package/dist/components/Sidebar/Section.d.ts +12 -0
  22. package/dist/components/Sidebar/Section.d.ts.map +1 -1
  23. package/dist/components/Sidebar/Sidebar.d.ts +6 -0
  24. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
  25. package/dist/components/Sidebar/SidebarActions.d.ts +12 -0
  26. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  27. package/dist/components/Sidebar/SidebarBanner.d.ts +9 -0
  28. package/dist/components/Sidebar/SidebarBanner.d.ts.map +1 -1
  29. package/dist/components/Sidebar/SidebarDivider.d.ts +3 -0
  30. package/dist/components/Sidebar/SidebarDivider.d.ts.map +1 -1
  31. package/dist/components/Sidebar/SidebarFooter.d.ts +12 -0
  32. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -1
  33. package/dist/components/Sidebar/TopBar/TopBar.d.ts +5 -0
  34. package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +1 -1
  35. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +3 -0
  36. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts.map +1 -1
  37. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts +3 -0
  38. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts.map +1 -1
  39. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts +6 -0
  40. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts.map +1 -1
  41. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts +6 -0
  42. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts.map +1 -1
  43. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts +6 -0
  44. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts.map +1 -1
  45. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts +6 -0
  46. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts.map +1 -1
  47. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts +6 -0
  48. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts.map +1 -1
  49. package/dist/components/Sidebar/TopBar/index.d.ts +3 -0
  50. package/dist/components/Sidebar/TopBar/index.d.ts.map +1 -1
  51. package/dist/components/index.d.ts +0 -1
  52. package/dist/components/index.d.ts.map +1 -1
  53. package/dist/fuselage.css +4 -4
  54. package/dist/fuselage.css.map +1 -1
  55. package/dist/fuselage.development.js +203 -420
  56. package/dist/fuselage.development.js.map +1 -1
  57. package/dist/fuselage.production.js +49 -49
  58. package/dist/tsdoc-metadata.json +1 -1
  59. package/package.json +11 -11
  60. package/dist/components/ContextualbarV2/Contextualbar.d.ts +0 -10
  61. package/dist/components/ContextualbarV2/Contextualbar.d.ts.map +0 -1
  62. package/dist/components/ContextualbarV2/ContextualbarAction.d.ts +0 -7
  63. package/dist/components/ContextualbarV2/ContextualbarAction.d.ts.map +0 -1
  64. package/dist/components/ContextualbarV2/ContextualbarActions.d.ts +0 -5
  65. package/dist/components/ContextualbarV2/ContextualbarActions.d.ts.map +0 -1
  66. package/dist/components/ContextualbarV2/ContextualbarButton.d.ts +0 -5
  67. package/dist/components/ContextualbarV2/ContextualbarButton.d.ts.map +0 -1
  68. package/dist/components/ContextualbarV2/ContextualbarContent.d.ts +0 -7
  69. package/dist/components/ContextualbarV2/ContextualbarContent.d.ts.map +0 -1
  70. package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts +0 -11
  71. package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts.map +0 -1
  72. package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts +0 -7
  73. package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts.map +0 -1
  74. package/dist/components/ContextualbarV2/ContextualbarHeader.d.ts +0 -5
  75. package/dist/components/ContextualbarV2/ContextualbarHeader.d.ts.map +0 -1
  76. package/dist/components/ContextualbarV2/ContextualbarIcon.d.ts +0 -5
  77. package/dist/components/ContextualbarV2/ContextualbarIcon.d.ts.map +0 -1
  78. package/dist/components/ContextualbarV2/ContextualbarSection.d.ts +0 -7
  79. package/dist/components/ContextualbarV2/ContextualbarSection.d.ts.map +0 -1
  80. package/dist/components/ContextualbarV2/ContextualbarSkeleton.d.ts +0 -5
  81. package/dist/components/ContextualbarV2/ContextualbarSkeleton.d.ts.map +0 -1
  82. package/dist/components/ContextualbarV2/ContextualbarTitle.d.ts +0 -5
  83. package/dist/components/ContextualbarV2/ContextualbarTitle.d.ts.map +0 -1
  84. package/dist/components/ContextualbarV2/index.d.ts +0 -13
  85. package/dist/components/ContextualbarV2/index.d.ts.map +0 -1
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.11"
8
+ "packageVersion": "7.58.12"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/fuselage",
3
- "version": "0.84.0",
3
+ "version": "0.85.0",
4
4
  "description": "Rocket.Chat's React Components Library",
5
5
  "homepage": "https://github.com/RocketChat/fuselage#readme",
6
6
  "bugs": {
@@ -46,7 +46,7 @@
46
46
  "@rocket.chat/memo": "^0.31.25",
47
47
  "invariant": "^2.2.4",
48
48
  "react-aria": "~3.37.0",
49
- "react-is": "~19.2.7",
49
+ "react-is": "~19.2.8",
50
50
  "react-keyed-flatten-children": "~5.1.3",
51
51
  "react-stately": "~3.35.0"
52
52
  },
@@ -55,7 +55,7 @@
55
55
  "@babel/plugin-transform-runtime": "~7.29.7",
56
56
  "@babel/preset-env": "~7.29.7",
57
57
  "@babel/preset-react": "~7.29.7",
58
- "@microsoft/api-extractor": "~7.58.11",
58
+ "@microsoft/api-extractor": "~7.58.12",
59
59
  "@rocket.chat/fuselage-hooks": "^0.43.0",
60
60
  "@rocket.chat/icons": "^0.48.0",
61
61
  "@rocket.chat/storybook-dark-mode": "^4.2.1",
@@ -80,7 +80,7 @@
80
80
  "caniuse-lite": "~1.0.30001806",
81
81
  "css-loader": "~7.1.4",
82
82
  "cssnano": "~8.0.2",
83
- "eslint": "~10.7.0",
83
+ "eslint": "~10.8.0",
84
84
  "jest": "~30.4.2",
85
85
  "jest-axe": "~10.0.0",
86
86
  "jest-environment-jsdom": "~30.4.1",
@@ -88,30 +88,30 @@
88
88
  "mini-css-extract-plugin": "~2.10.2",
89
89
  "normalize.css": "^8.0.1",
90
90
  "path-browserify": "^1.0.1",
91
- "postcss": "~8.5.20",
91
+ "postcss": "~8.5.23",
92
92
  "postcss-dir-pseudo-class": "~10.0.0",
93
93
  "postcss-loader": "~8.2.1",
94
94
  "postcss-logical": "~9.0.0",
95
95
  "postcss-scss": "~4.0.9",
96
96
  "prettier": "~3.6.2",
97
- "react": "~19.2.7",
98
- "react-dom": "~19.2.7",
97
+ "react": "~19.2.8",
98
+ "react-dom": "~19.2.8",
99
99
  "react-virtuoso": "~4.18.11",
100
100
  "resolve-url-loader": "~5.0.0",
101
101
  "rimraf": "~6.1.3",
102
- "sass": "~1.101.0",
102
+ "sass": "~1.102.0",
103
103
  "sass-loader": "~17.0.0",
104
104
  "storybook": "~9.1.20",
105
105
  "style-loader": "~4.0.0",
106
- "stylelint": "~17.14.0",
106
+ "stylelint": "~17.14.1",
107
107
  "stylelint-order": "~8.1.1",
108
108
  "stylelint-prettier": "~5.0.3",
109
109
  "stylelint-scss": "~7.2.0",
110
110
  "testing-utils": "^0.31.25",
111
- "ts-jest": "~29.4.11",
111
+ "ts-jest": "~29.4.12",
112
112
  "ts-loader": "~9.6.2",
113
113
  "typescript": "~5.9.3",
114
- "webpack": "~5.108.4",
114
+ "webpack": "~5.109.0",
115
115
  "webpack-cli": "~7.2.1",
116
116
  "wrapper-webpack-plugin": "~2.2.2"
117
117
  },
@@ -1,10 +0,0 @@
1
- import type { RefAttributes } from 'react';
2
- import { type BoxProps } from '../Box';
3
- export type ContextualbarProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement>;
4
- /**
5
- * The `Contextualbar` has the purpose to persist and input information about the scope of the related page.
6
- */
7
- declare function Contextualbar({ width, position, backgroundColor, ...props }: ContextualbarProps): import("react").JSX.Element;
8
- declare const _default: import("react").MemoExoticComponent<typeof Contextualbar>;
9
- export default _default;
10
- //# sourceMappingURL=Contextualbar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Contextualbar.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/Contextualbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GACpD,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B;;GAEG;AACH,iBAAS,aAAa,CAAC,EACrB,KAAK,EACL,QAAQ,EACR,eAAwB,EACxB,GAAG,KAAK,EACT,EAAE,kBAAkB,+BAqBpB;;AAED,wBAAmC"}
@@ -1,7 +0,0 @@
1
- import { type IconButtonProps } from '../Button';
2
- export type ContextualbarActionProps = {
3
- name: IconButtonProps['icon'];
4
- } & Omit<IconButtonProps, 'name' | 'icon'>;
5
- declare const _default: import("react").MemoExoticComponent<({ name, ...props }: ContextualbarActionProps) => import("react").JSX.Element>;
6
- export default _default;
7
- //# sourceMappingURL=ContextualbarAction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarAction.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarAction.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAc,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;AAE7D,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;CAC/B,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;iFAEM,wBAAwB;AAIzE,wBAAyC"}
@@ -1,5 +0,0 @@
1
- import { type ButtonGroupProps } from '../ButtonGroup';
2
- export type ContextualbarActionsProps = ButtonGroupProps;
3
- declare const _default: import("react").MemoExoticComponent<(props: ContextualbarActionsProps) => import("react").JSX.Element>;
4
- export default _default;
5
- //# sourceMappingURL=ContextualbarActions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarActions.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarActions.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEpE,MAAM,MAAM,yBAAyB,GAAG,gBAAgB,CAAC;oEAEpB,yBAAyB;AAI9D,wBAA0C"}
@@ -1,5 +0,0 @@
1
- import { type ButtonProps } from '../Button';
2
- export type ContextualbarButtonProps = ButtonProps;
3
- declare const _default: import("react").MemoExoticComponent<(props: ContextualbarButtonProps) => import("react").JSX.Element>;
4
- export default _default;
5
- //# sourceMappingURL=ContextualbarButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarButton.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAErD,MAAM,MAAM,wBAAwB,GAAG,WAAW,CAAC;oEAEf,wBAAwB;AAI5D,wBAAyC"}
@@ -1,7 +0,0 @@
1
- import type { RefAttributes } from 'react';
2
- import { type BoxProps } from '../Box';
3
- export type ContextualbarContentProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement>;
4
- declare function ContextualbarContent(props: ContextualbarContentProps): import("react").JSX.Element;
5
- declare const _default: import("react").MemoExoticComponent<typeof ContextualbarContent>;
6
- export default _default;
7
- //# sourceMappingURL=ContextualbarContent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarContent.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,iBAAS,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,+BAY7D;;AAED,wBAA0C"}
@@ -1,11 +0,0 @@
1
- import { type StatesIconProps } from '../States';
2
- import type { ContextualbarContentProps } from './ContextualbarContent';
3
- export type ContextualbarEmptyContentProps = ContextualbarContentProps & {
4
- icon?: StatesIconProps['name'];
5
- title?: string;
6
- subtitle?: string;
7
- };
8
- declare function ContextualbarEmptyContent({ icon, title, subtitle, ...props }: ContextualbarEmptyContentProps): import("react").JSX.Element;
9
- declare const _default: import("react").MemoExoticComponent<typeof ContextualbarEmptyContent>;
10
- export default _default;
11
- //# sourceMappingURL=ContextualbarEmptyContent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarEmptyContent.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarEmptyContent.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,KAAK,eAAe,EACrB,MAAM,WAAW,CAAC;AAEnB,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAGxE,MAAM,MAAM,8BAA8B,GAAG,yBAAyB,GAAG;IACvE,IAAI,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,iBAAS,yBAAyB,CAAC,EACjC,IAAkB,EAClB,KAAuB,EACvB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,8BAA8B,+BAUhC;;AAED,wBAA+C"}
@@ -1,7 +0,0 @@
1
- import type { RefAttributes } from 'react';
2
- import { type BoxProps } from '../Box';
3
- export type ContextualbarFooterProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement>;
4
- declare function ContextualbarFooter(props: ContextualbarFooterProps): import("react").JSX.Element;
5
- declare const _default: import("react").MemoExoticComponent<typeof ContextualbarFooter>;
6
- export default _default;
7
- //# sourceMappingURL=ContextualbarFooter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAC1D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,iBAAS,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,+BAE3D;;AAED,wBAAyC"}
@@ -1,5 +0,0 @@
1
- import { type BoxProps } from '../Box';
2
- export type ContextualbarHeaderProps = BoxProps;
3
- declare const _default: import("react").MemoExoticComponent<({ children, ...props }: ContextualbarHeaderProps) => import("react").JSX.Element>;
4
- export default _default;
5
- //# sourceMappingURL=ContextualbarHeader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarHeader.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarHeader.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;qFAK7C,wBAAwB;AA6B3B,wBAAyC"}
@@ -1,5 +0,0 @@
1
- import { type IconProps } from '../Icon';
2
- export type ContextualbarIconProps = IconProps;
3
- declare const _default: import("react").MemoExoticComponent<(props: ContextualbarIconProps) => import("react").JSX.Element>;
4
- export default _default;
5
- //# sourceMappingURL=ContextualbarIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarIcon.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,MAAM,sBAAsB,GAAG,SAAS,CAAC;oEAEb,sBAAsB;AAIxD,wBAAuC"}
@@ -1,7 +0,0 @@
1
- import type { RefAttributes } from 'react';
2
- import { type BoxProps } from '../Box';
3
- export type ContextualbarSectionProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement>;
4
- declare function ContextualbarSection(props: ContextualbarSectionProps): import("react").JSX.Element;
5
- declare const _default: import("react").MemoExoticComponent<typeof ContextualbarSection>;
6
- export default _default;
7
- //# sourceMappingURL=ContextualbarSection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarSection.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,iBAAS,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,+BAa7D;;AAED,wBAA0C"}
@@ -1,5 +0,0 @@
1
- import { type BoxProps } from '../Box';
2
- export type ContextualbarSkeletonProps = BoxProps;
3
- declare const _default: import("react").MemoExoticComponent<(props: ContextualbarSkeletonProps) => import("react").JSX.Element>;
4
- export default _default;
5
- //# sourceMappingURL=ContextualbarSkeleton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarSkeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAM5C,MAAM,MAAM,0BAA0B,GAAG,QAAQ,CAAC;oEAEZ,0BAA0B;AAgBhE,wBAA2C"}
@@ -1,5 +0,0 @@
1
- import { type BoxProps } from '../Box';
2
- export type ContextualbarTitleProps = BoxProps;
3
- declare const _default: import("react").MemoExoticComponent<(props: ContextualbarTitleProps) => import("react").JSX.Element>;
4
- export default _default;
5
- //# sourceMappingURL=ContextualbarTitle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextualbarTitle.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/ContextualbarTitle.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;oEAEZ,uBAAuB;AAW1D,wBAAwC"}
@@ -1,13 +0,0 @@
1
- export { default as ContextualbarV2, type ContextualbarProps as ContextualbarV2Props, } from './Contextualbar';
2
- export { default as ContextualbarV2Action, type ContextualbarActionProps as ContextualbarV2ActionProps, } from './ContextualbarAction';
3
- export { default as ContextualbarV2Actions, type ContextualbarActionsProps as ContextualbarV2ActionsProps, } from './ContextualbarActions';
4
- export { default as ContextualbarV2Button, type ContextualbarButtonProps as ContextualbarV2ButtonProps, } from './ContextualbarButton';
5
- export { default as ContextualbarV2Content, type ContextualbarContentProps as ContextualbarV2ContentProps, } from './ContextualbarContent';
6
- export { default as ContextualbarV2EmptyContent, type ContextualbarEmptyContentProps as ContextualbarV2EmptyContentProps, } from './ContextualbarEmptyContent';
7
- export { default as ContextualbarV2Footer, type ContextualbarFooterProps as ContextualbarV2FooterProps, } from './ContextualbarFooter';
8
- export { default as ContextualbarV2Header, type ContextualbarHeaderProps as ContextualbarV2HeaderProps, } from './ContextualbarHeader';
9
- export { default as ContextualbarV2Icon, type ContextualbarIconProps as ContextualbarV2IconProps, } from './ContextualbarIcon';
10
- export { default as ContextualbarV2Section, type ContextualbarSectionProps as ContextualbarV2SectionProps, } from './ContextualbarSection';
11
- export { default as ContextualbarV2Skeleton, type ContextualbarSkeletonProps as ContextualbarV2SkeletonProps, } from './ContextualbarSkeleton';
12
- export { default as ContextualbarV2Title, type ContextualbarTitleProps as ContextualbarV2TitleProps, } from './ContextualbarTitle';
13
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContextualbarV2/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,eAAe,EAC1B,KAAK,kBAAkB,IAAI,oBAAoB,GAChD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,OAAO,IAAI,qBAAqB,EAChC,KAAK,wBAAwB,IAAI,0BAA0B,GAC5D,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,OAAO,IAAI,sBAAsB,EACjC,KAAK,yBAAyB,IAAI,2BAA2B,GAC9D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,OAAO,IAAI,qBAAqB,EAChC,KAAK,wBAAwB,IAAI,0BAA0B,GAC5D,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,OAAO,IAAI,sBAAsB,EACjC,KAAK,yBAAyB,IAAI,2BAA2B,GAC9D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,OAAO,IAAI,2BAA2B,EACtC,KAAK,8BAA8B,IAAI,gCAAgC,GACxE,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,OAAO,IAAI,qBAAqB,EAChC,KAAK,wBAAwB,IAAI,0BAA0B,GAC5D,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,OAAO,IAAI,qBAAqB,EAChC,KAAK,wBAAwB,IAAI,0BAA0B,GAC5D,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,OAAO,IAAI,mBAAmB,EAC9B,KAAK,sBAAsB,IAAI,wBAAwB,GACxD,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,OAAO,IAAI,sBAAsB,EACjC,KAAK,yBAAyB,IAAI,2BAA2B,GAC9D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,OAAO,IAAI,uBAAuB,EAClC,KAAK,0BAA0B,IAAI,4BAA4B,GAChE,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,OAAO,IAAI,oBAAoB,EAC/B,KAAK,uBAAuB,IAAI,yBAAyB,GAC1D,MAAM,sBAAsB,CAAC"}