@carbon-labs/react-animated-header 0.25.0 → 0.27.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.
@@ -1,5 +1,5 @@
1
1
  import AnimatedHeader from '../components/AnimatedHeader/AnimatedHeader';
2
- import type { Meta } from '@storybook/react';
2
+ import type { Meta } from '@storybook/react-webpack5';
3
3
  import '../components/animated-header.scss';
4
4
  declare const meta: Meta<typeof AnimatedHeader>;
5
5
  export default meta;
@@ -91,7 +91,7 @@ const AIPromptTile = ({
91
91
  kind: "ghost",
92
92
  size: "sm",
93
93
  disabled: !textInput,
94
- align: "top-right",
94
+ align: "top-end",
95
95
  onClick: () => {
96
96
  onClick?.();
97
97
  openInNewTab(`${href}&primed_chat=${textInput}`);
@@ -1,5 +1,5 @@
1
1
  import AnimatedHeader from '../components/AnimatedHeader/AnimatedHeader';
2
- import type { Meta } from '@storybook/react';
2
+ import type { Meta } from '@storybook/react-webpack5';
3
3
  import '../components/animated-header.scss';
4
4
  declare const meta: Meta<typeof AnimatedHeader>;
5
5
  export default meta;
@@ -93,7 +93,7 @@ const AIPromptTile = ({
93
93
  kind: "ghost",
94
94
  size: "sm",
95
95
  disabled: !textInput,
96
- align: "top-right",
96
+ align: "top-end",
97
97
  onClick: () => {
98
98
  onClick?.();
99
99
  openInNewTab(`${href}&primed_chat=${textInput}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/react-animated-header",
3
- "version": "0.25.0",
3
+ "version": "0.27.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -45,5 +45,5 @@
45
45
  "devDependencies": {
46
46
  "@carbon-labs/utilities": "canary"
47
47
  },
48
- "gitHead": "0f3b482293f21ea34f10ebe66dde671af5d07209"
48
+ "gitHead": "6306a24bb5e1f672878988240d6c3b736029b587"
49
49
  }