@transferwise/components 0.0.0-experimental-b6c01fd → 0.0.0-experimental-1cc22ec

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-b6c01fd",
3
+ "version": "0.0.0-experimental-1cc22ec",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -49,11 +49,11 @@
49
49
  "@rollup/plugin-node-resolve": "^16.0.3",
50
50
  "@rollup/plugin-typescript": "^12.3.0",
51
51
  "@rollup/plugin-url": "^8.0.2",
52
- "@storybook/addon-a11y": "^10.3.0-alpha.4",
53
- "@storybook/addon-docs": "^10.3.0-alpha.4",
54
- "@storybook/addon-mcp": "^0.2.2",
52
+ "@storybook/addon-a11y": "^10.3.0-beta.0",
53
+ "@storybook/addon-docs": "^10.3.0-beta.0",
54
+ "@storybook/addon-mcp": "^0.4.1",
55
55
  "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
56
- "@storybook/react-webpack5": "^10.3.0-alpha.4",
56
+ "@storybook/react-webpack5": "^10.3.0-beta.0",
57
57
  "@testing-library/dom": "^10.4.1",
58
58
  "@testing-library/jest-dom": "^6.9.1",
59
59
  "@testing-library/react": "^16.3.2",
@@ -73,7 +73,7 @@
73
73
  "@wise/eslint-config": "^13.3.0",
74
74
  "babel-plugin-formatjs": "^10.5.41",
75
75
  "eslint": "^9.39.2",
76
- "eslint-plugin-storybook": "^10.3.0-alpha.4",
76
+ "eslint-plugin-storybook": "^10.3.0-beta.0",
77
77
  "gulp": "^5.0.1",
78
78
  "jest": "^30.2.0",
79
79
  "jest-environment-jsdom": "^29.7.0",
@@ -83,7 +83,7 @@
83
83
  "react-intl": "^7.1.14",
84
84
  "rollup": "^4.57.1",
85
85
  "rollup-preserve-directives": "^1.1.3",
86
- "storybook": "^10.3.0-alpha.4",
86
+ "storybook": "^10.3.0-beta.0",
87
87
  "storybook-addon-tag-badges": "^3.0.6",
88
88
  "storybook-addon-test-codegen": "^3.0.1",
89
89
  "@transferwise/less-config": "3.1.2",
@@ -5,7 +5,7 @@ import { withVariantConfig } from '../../.storybook/helpers';
5
5
 
6
6
  const meta: Meta<typeof ActionButton> = {
7
7
  component: ActionButton,
8
- tags: ['!autodocs', '!manifest', 'deprecated'],
8
+ tags: ['!autodocs', '!manifest'],
9
9
  title: 'Actions/ActionButton/Tests',
10
10
  };
11
11
  export default meta;
@@ -7,7 +7,7 @@ import Alert, { type AlertProps } from './Alert';
7
7
  const meta = {
8
8
  title: 'Prompts/Alert/Tests',
9
9
  component: Alert,
10
- tags: ['!manifest', 'deprecated'],
10
+ tags: ['!manifest'],
11
11
  argTypes: {},
12
12
  args: {
13
13
  type: Sentiment.POSITIVE,
@@ -153,7 +153,6 @@ const getPropsForPreview = (args: PreviewStoryArgs) => {
153
153
  const meta: Meta<typeof Button> = {
154
154
  component: Button,
155
155
  title: 'Actions/Button',
156
- tags: ['new'],
157
156
  argTypes: {
158
157
  v2: {
159
158
  table: {
@@ -52,7 +52,7 @@ const withScrollbarProtector: Decorator = (Story) => (
52
52
  export default {
53
53
  title: 'Forms/ExpressiveMoneyInput',
54
54
  component: ExpressiveMoneyInput,
55
- tags: ['contribution'],
55
+ tags: ['early-access', 'contribution'],
56
56
  parameters: {
57
57
  docs: {
58
58
  canvas: {
@@ -61,7 +61,6 @@ const meta = {
61
61
  },
62
62
  parameters: {
63
63
  actions: { argTypesRegex: '' },
64
- docs: { toc: true },
65
64
  },
66
65
  } satisfies Meta<typeof SelectInput>;
67
66
  export default meta;
@@ -6,7 +6,7 @@ import List from '../list';
6
6
 
7
7
  export default {
8
8
  component: LegacyListItem,
9
- tags: ['!autodocs', 'deprecated', '!manifest'],
9
+ tags: ['!autodocs', '!manifest'],
10
10
  title: 'Content/LegacyListItem/Tests',
11
11
  };
12
12
 
@@ -33,6 +33,7 @@ const hideControls = disableControls([
33
33
  */
34
34
  export default {
35
35
  component: ListItem,
36
+ tags: ['new'],
36
37
  subcomponents: {
37
38
  'ListItem.AdditionalInfo': ListItem.AdditionalInfo,
38
39
  'ListItem.Prompt': ListItem.Prompt,
@@ -32,6 +32,7 @@ const withComponentGrid = (Story: () => JSX.Element) => (
32
32
  const meta: Meta<typeof SentimentSurface> = {
33
33
  component: SentimentSurface,
34
34
  title: 'Foundations/SentimentSurface',
35
+ tags: ['early-access'],
35
36
  argTypes: {
36
37
  sentiment: {
37
38
  control: 'select',
@@ -5,7 +5,7 @@ import Summary, { type SummaryProps } from '.';
5
5
  export default {
6
6
  component: Summary,
7
7
  title: 'Content/Summary/Tests',
8
- tags: ['deprecated', '!manifest'],
8
+ tags: ['!manifest'],
9
9
  };
10
10
 
11
11
  export const LongText = () => {