Skip to content

Commit d2307ca

Browse files
committed
Fix CI
1 parent 184bfbf commit d2307ca

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

packages/react/src/TextInputWithTokens/TextInputWithTokens.docs.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,34 @@
55
"a11yReviewed": "2025-01-08",
66
"stories": [
77
{
8-
"id": "components-textinputwithtokens--default"
8+
"id": "deprecated-components-textinputwithtokens--default"
99
},
1010
{
11-
"id": "components-textinputwithtokens-features--with-leading-visual"
11+
"id": "deprecated-components-textinputwithtokens-features--with-leading-visual"
1212
},
1313
{
14-
"id": "components-textinputwithtokens-features--with-trailing-visual"
14+
"id": "deprecated-components-textinputwithtokens-features--with-trailing-visual"
1515
},
1616
{
17-
"id": "components-textinputwithtokens-features--with-loading-indicator"
17+
"id": "deprecated-components-textinputwithtokens-features--with-loading-indicator"
1818
},
1919
{
20-
"id": "components-textinputwithtokens-features--using-issue-label-tokens"
20+
"id": "deprecated-components-textinputwithtokens-features--using-issue-label-tokens"
2121
},
2222
{
23-
"id": "components-textinputwithtokens-features--unstyled"
23+
"id": "deprecated-components-textinputwithtokens-features--unstyled"
2424
},
2525
{
26-
"id": "components-textinputwithtokens-features--prevent-tokens-from-wrapping"
26+
"id": "deprecated-components-textinputwithtokens-features--prevent-tokens-from-wrapping"
2727
},
2828
{
29-
"id": "components-textinputwithtokens-features--max-height"
29+
"id": "deprecated-components-textinputwithtokens-features--max-height"
3030
},
3131
{
32-
"id": "components-textinputwithtokens-features--size"
32+
"id": "deprecated-components-textinputwithtokens-features--size"
3333
},
3434
{
35-
"id": "components-textinputwithtokens-features--truncated"
35+
"id": "deprecated-components-textinputwithtokens-features--truncated"
3636
}
3737
],
3838
"importPath": "@primer/react",

packages/react/src/deprecated/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@ export type {TabNavProps, TabNavLinkProps} from '../TabNav'
4242
export {default as Tooltip} from '../Tooltip/Tooltip'
4343
export type {TooltipProps} from '../Tooltip/Tooltip'
4444
// end of v37.0.0
45-
46-
// Deprecated in v38.0.0
47-
// end of v38.0.0

0 commit comments

Comments
 (0)