@rocket.chat/fuselage 0.83.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 (109) 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/Menu/MenuDropdown.d.ts +23 -1
  18. package/dist/components/Menu/MenuDropdown.d.ts.map +1 -1
  19. package/dist/components/Menu/MenuPopover.d.ts.map +1 -1
  20. package/dist/components/Menu/MenuPortalContext.d.ts +17 -0
  21. package/dist/components/Menu/MenuPortalContext.d.ts.map +1 -0
  22. package/dist/components/Menu/MenuSection.d.ts +7 -3
  23. package/dist/components/Menu/MenuSection.d.ts.map +1 -1
  24. package/dist/components/Menu/MenuSubmenu.d.ts +24 -0
  25. package/dist/components/Menu/MenuSubmenu.d.ts.map +1 -0
  26. package/dist/components/Menu/index.d.ts +1 -0
  27. package/dist/components/Menu/index.d.ts.map +1 -1
  28. package/dist/components/Menu/stately/MenuSubmenuTrigger.d.ts +20 -0
  29. package/dist/components/Menu/stately/MenuSubmenuTrigger.d.ts.map +1 -0
  30. package/dist/components/Message/helpers.d.ts +2 -3
  31. package/dist/components/Message/helpers.d.ts.map +1 -1
  32. package/dist/components/Popover/Popover.d.ts +3 -2
  33. package/dist/components/Popover/Popover.d.ts.map +1 -1
  34. package/dist/components/Sidebar/Item.d.ts +74 -0
  35. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  36. package/dist/components/Sidebar/Section.d.ts +12 -0
  37. package/dist/components/Sidebar/Section.d.ts.map +1 -1
  38. package/dist/components/Sidebar/Sidebar.d.ts +6 -0
  39. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
  40. package/dist/components/Sidebar/SidebarActions.d.ts +12 -0
  41. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  42. package/dist/components/Sidebar/SidebarBanner.d.ts +9 -0
  43. package/dist/components/Sidebar/SidebarBanner.d.ts.map +1 -1
  44. package/dist/components/Sidebar/SidebarDivider.d.ts +3 -0
  45. package/dist/components/Sidebar/SidebarDivider.d.ts.map +1 -1
  46. package/dist/components/Sidebar/SidebarFooter.d.ts +12 -0
  47. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -1
  48. package/dist/components/Sidebar/TopBar/TopBar.d.ts +5 -0
  49. package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +1 -1
  50. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +3 -0
  51. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts.map +1 -1
  52. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts +3 -0
  53. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts.map +1 -1
  54. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts +6 -0
  55. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts.map +1 -1
  56. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts +6 -0
  57. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts.map +1 -1
  58. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts +6 -0
  59. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts.map +1 -1
  60. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts +6 -0
  61. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts.map +1 -1
  62. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts +6 -0
  63. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts.map +1 -1
  64. package/dist/components/Sidebar/TopBar/index.d.ts +3 -0
  65. package/dist/components/Sidebar/TopBar/index.d.ts.map +1 -1
  66. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts +2 -1
  67. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts.map +1 -1
  68. package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts +3 -0
  69. package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts.map +1 -0
  70. package/dist/components/SidebarV2/SidebarGroupTitle.d.ts +2 -1
  71. package/dist/components/SidebarV2/SidebarGroupTitle.d.ts.map +1 -1
  72. package/dist/components/SidebarV2/helpers.d.ts.map +1 -1
  73. package/dist/components/SidebarV2/index.d.ts +1 -0
  74. package/dist/components/SidebarV2/index.d.ts.map +1 -1
  75. package/dist/components/index.d.ts +0 -1
  76. package/dist/components/index.d.ts.map +1 -1
  77. package/dist/fuselage.css +4 -4
  78. package/dist/fuselage.css.map +1 -1
  79. package/dist/fuselage.development.js +466 -444
  80. package/dist/fuselage.development.js.map +1 -1
  81. package/dist/fuselage.production.js +13 -13
  82. package/dist/tsdoc-metadata.json +1 -1
  83. package/package.json +24 -25
  84. package/dist/components/ContextualbarV2/Contextualbar.d.ts +0 -10
  85. package/dist/components/ContextualbarV2/Contextualbar.d.ts.map +0 -1
  86. package/dist/components/ContextualbarV2/ContextualbarAction.d.ts +0 -7
  87. package/dist/components/ContextualbarV2/ContextualbarAction.d.ts.map +0 -1
  88. package/dist/components/ContextualbarV2/ContextualbarActions.d.ts +0 -5
  89. package/dist/components/ContextualbarV2/ContextualbarActions.d.ts.map +0 -1
  90. package/dist/components/ContextualbarV2/ContextualbarButton.d.ts +0 -5
  91. package/dist/components/ContextualbarV2/ContextualbarButton.d.ts.map +0 -1
  92. package/dist/components/ContextualbarV2/ContextualbarContent.d.ts +0 -7
  93. package/dist/components/ContextualbarV2/ContextualbarContent.d.ts.map +0 -1
  94. package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts +0 -11
  95. package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts.map +0 -1
  96. package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts +0 -7
  97. package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts.map +0 -1
  98. package/dist/components/ContextualbarV2/ContextualbarHeader.d.ts +0 -5
  99. package/dist/components/ContextualbarV2/ContextualbarHeader.d.ts.map +0 -1
  100. package/dist/components/ContextualbarV2/ContextualbarIcon.d.ts +0 -5
  101. package/dist/components/ContextualbarV2/ContextualbarIcon.d.ts.map +0 -1
  102. package/dist/components/ContextualbarV2/ContextualbarSection.d.ts +0 -7
  103. package/dist/components/ContextualbarV2/ContextualbarSection.d.ts.map +0 -1
  104. package/dist/components/ContextualbarV2/ContextualbarSkeleton.d.ts +0 -5
  105. package/dist/components/ContextualbarV2/ContextualbarSkeleton.d.ts.map +0 -1
  106. package/dist/components/ContextualbarV2/ContextualbarTitle.d.ts +0 -5
  107. package/dist/components/ContextualbarV2/ContextualbarTitle.d.ts.map +0 -1
  108. package/dist/components/ContextualbarV2/index.d.ts +0 -13
  109. 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.7"
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.83.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": {
@@ -41,14 +41,13 @@
41
41
  "build-storybook": "NODE_ENV=production storybook build"
42
42
  },
43
43
  "dependencies": {
44
- "@rocket.chat/css-in-js": "^0.33.0",
45
- "@rocket.chat/css-supports": "^0.31.25",
44
+ "@rocket.chat/css-in-js": "^0.33.1",
46
45
  "@rocket.chat/fuselage-tokens": "^0.33.2",
47
46
  "@rocket.chat/memo": "^0.31.25",
48
47
  "invariant": "^2.2.4",
49
48
  "react-aria": "~3.37.0",
50
- "react-is": "~19.2.7",
51
- "react-keyed-flatten-children": "~5.1.2",
49
+ "react-is": "~19.2.8",
50
+ "react-keyed-flatten-children": "~5.1.3",
52
51
  "react-stately": "~3.35.0"
53
52
  },
54
53
  "devDependencies": {
@@ -56,7 +55,7 @@
56
55
  "@babel/plugin-transform-runtime": "~7.29.7",
57
56
  "@babel/preset-env": "~7.29.7",
58
57
  "@babel/preset-react": "~7.29.7",
59
- "@microsoft/api-extractor": "~7.58.7",
58
+ "@microsoft/api-extractor": "~7.58.12",
60
59
  "@rocket.chat/fuselage-hooks": "^0.43.0",
61
60
  "@rocket.chat/icons": "^0.48.0",
62
61
  "@rocket.chat/storybook-dark-mode": "^4.2.1",
@@ -75,13 +74,13 @@
75
74
  "@types/jest-axe": "~3.5.9",
76
75
  "@types/react": "~19.2.17",
77
76
  "@types/react-dom": "~19.2.3",
78
- "@types/react-is": "^19",
79
- "autoprefixer": "~10.5.0",
77
+ "@types/react-is": "^19.2.0",
78
+ "autoprefixer": "~10.5.4",
80
79
  "babel-loader": "~10.1.1",
81
- "caniuse-lite": "~1.0.30001793",
80
+ "caniuse-lite": "~1.0.30001806",
82
81
  "css-loader": "~7.1.4",
83
- "cssnano": "~7.1.9",
84
- "eslint": "~9.39.4",
82
+ "cssnano": "~8.0.2",
83
+ "eslint": "~10.8.0",
85
84
  "jest": "~30.4.2",
86
85
  "jest-axe": "~10.0.0",
87
86
  "jest-environment-jsdom": "~30.4.1",
@@ -89,31 +88,31 @@
89
88
  "mini-css-extract-plugin": "~2.10.2",
90
89
  "normalize.css": "^8.0.1",
91
90
  "path-browserify": "^1.0.1",
92
- "postcss": "~8.5.15",
93
- "postcss-dir-pseudo-class": "~9.0.1",
91
+ "postcss": "~8.5.23",
92
+ "postcss-dir-pseudo-class": "~10.0.0",
94
93
  "postcss-loader": "~8.2.1",
95
- "postcss-logical": "~8.1.0",
94
+ "postcss-logical": "~9.0.0",
96
95
  "postcss-scss": "~4.0.9",
97
96
  "prettier": "~3.6.2",
98
- "react": "~19.2.7",
99
- "react-dom": "~19.2.7",
100
- "react-virtuoso": "~4.18.7",
97
+ "react": "~19.2.8",
98
+ "react-dom": "~19.2.8",
99
+ "react-virtuoso": "~4.18.11",
101
100
  "resolve-url-loader": "~5.0.0",
102
101
  "rimraf": "~6.1.3",
103
- "sass": "~1.100.0",
104
- "sass-loader": "~16.0.8",
102
+ "sass": "~1.102.0",
103
+ "sass-loader": "~17.0.0",
105
104
  "storybook": "~9.1.20",
106
105
  "style-loader": "~4.0.0",
107
- "stylelint": "~17.12.0",
106
+ "stylelint": "~17.14.1",
108
107
  "stylelint-order": "~8.1.1",
109
108
  "stylelint-prettier": "~5.0.3",
110
- "stylelint-scss": "~7.1.1",
109
+ "stylelint-scss": "~7.2.0",
111
110
  "testing-utils": "^0.31.25",
112
- "ts-jest": "~29.4.11",
113
- "ts-loader": "~9.5.7",
111
+ "ts-jest": "~29.4.12",
112
+ "ts-loader": "~9.6.2",
114
113
  "typescript": "~5.9.3",
115
- "webpack": "~5.105.4",
116
- "webpack-cli": "~6.0.1",
114
+ "webpack": "~5.109.0",
115
+ "webpack-cli": "~7.2.1",
117
116
  "wrapper-webpack-plugin": "~2.2.2"
118
117
  },
119
118
  "peerDependencies": {
@@ -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"}