-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(react-components): split react libraries in two (/library and /…
…stories) - cxe-prg (#31565)
- Loading branch information
Showing
759 changed files
with
1,576 additions
and
862 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-breadcrumb-5c87a958-bdd8-41d9-af64-289d02b19ac4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "chore: split react libraries in two (/library and /stories)", | ||
"packageName": "@fluentui/react-breadcrumb", | ||
"email": "martinhochel@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-card-79bea612-e2d0-41a7-94ad-f44b5650a679.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "chore: split react libraries in two (/library and /stories)", | ||
"packageName": "@fluentui/react-card", | ||
"email": "martinhochel@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-drawer-22d68621-bafd-4d1e-96df-b6f37bc49ff5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "chore: split react libraries in two (/library and /stories)", | ||
"packageName": "@fluentui/react-drawer", | ||
"email": "martinhochel@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-image-66fcb3bb-d76f-4bca-b35a-bb64c6c63b19.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "chore: split react libraries in two (/library and /stories)", | ||
"packageName": "@fluentui/react-image", | ||
"email": "martinhochel@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-motion-preview-3222ef5c-b236-4d8b-8928-8ccc9f73462a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "chore: split react libraries in two (/library and /stories)", | ||
"packageName": "@fluentui/react-motion-preview", | ||
"email": "martinhochel@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-swatch-picker-05bcd637-95c8-4825-a079-4000db646118.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "chore: split react libraries in two (/library and /stories)", | ||
"packageName": "@fluentui/react-swatch-picker", | ||
"email": "martinhochel@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-text-561bf0a6-562f-45fc-b72d-c420391ecf06.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "chore: split react libraries in two (/library and /stories)", | ||
"packageName": "@fluentui/react-text", | ||
"email": "martinhochel@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
14 changes: 0 additions & 14 deletions
14
packages/react-components/react-breadcrumb/.storybook/main.js
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...components/react-breadcrumb/.babelrc.json → ...ts/react-breadcrumb/library/.babelrc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"extends": "../../../.babelrc-v9.json", | ||
"extends": "../../../../.babelrc-v9.json", | ||
"plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.