Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: setup web-components docsite CI/CD #26629

Merged

Conversation

Hotell
Copy link
Contributor

@Hotell Hotell commented Feb 3, 2023

Previous Behavior

New Behavior

  • storybook telemetry has been disabled to follow rest of monorepo setup
  • web-components storybook is being deployed on every PR so reviewer can check his PR changes live
  • web-components storybook is being deployed and published after merge to web-components-v3 branch

Related Issue(s)

@Hotell Hotell changed the title Hotell/wc/setup docsite publish ci: setup web-components docsite CI/CD Feb 3, 2023
@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 3, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit f10cfab:

Sandbox Source
@fluentui/react 8 starter Configuration
@fluentui/react-components 9 starter Configuration

@fabricteam
Copy link
Collaborator

fabricteam commented Feb 3, 2023

📊 Bundle size report

Unchanged fixtures
Package & Exports Size (minified/GZIP)
global-context
createContext
533 B
341 B
global-context
createContextSelector
554 B
348 B
priority-overflow
createOverflowManager
3.153 kB
1.299 kB
react-accordion
Accordion (including children components)
79.243 kB
24.436 kB
react-alert
Alert
84.688 kB
21.233 kB
react-avatar
Avatar
48.874 kB
13.864 kB
react-avatar
AvatarGroup
14.996 kB
6.013 kB
react-avatar
AvatarGroupItem
63.452 kB
17.959 kB
react-badge
Badge
22.646 kB
7.228 kB
react-badge
CounterBadge
23.536 kB
7.512 kB
react-badge
PresenceBadge
24.096 kB
7.09 kB
react-button
Button
36.849 kB
9.907 kB
react-button
CompoundButton
43.874 kB
11.123 kB
react-button
MenuButton
39.543 kB
10.807 kB
react-button
SplitButton
46.989 kB
12.192 kB
react-button
ToggleButton
52.716 kB
11.381 kB
react-card
Card - All
67.664 kB
19.635 kB
react-card
Card
63.346 kB
18.539 kB
react-card
CardFooter
8.607 kB
3.622 kB
react-card
CardHeader
9.65 kB
3.962 kB
react-card
CardPreview
8.708 kB
3.678 kB
react-combobox
Combobox (including child components)
76.135 kB
24.738 kB
react-combobox
Dropdown (including child components)
75.864 kB
24.699 kB
react-components
react-components: Button, FluentProvider & webLightTheme
62.94 kB
17.663 kB
react-components
react-components: Accordion, Button, FluentProvider, Image, Menu, Popover
189.888 kB
53.022 kB
react-components
react-components: FluentProvider & webLightTheme
33.446 kB
11.033 kB
react-dialog
Dialog (including children components)
83.147 kB
24.799 kB
react-divider
Divider
16.505 kB
5.925 kB
react-image
Image
10.826 kB
4.286 kB
react-infobutton
InfoButton
7.742 kB
3.265 kB
react-input
Input
24.428 kB
7.899 kB
react-label
Label
9.384 kB
3.883 kB
react-link
Link
11.852 kB
4.888 kB
react-menu
Menu (including children components)
117.055 kB
36.238 kB
react-menu
Menu (including selectable components)
120.124 kB
36.75 kB
react-overflow
hooks only
11.004 kB
4.188 kB
react-persona
Persona
53.992 kB
15.25 kB
react-popover
Popover
103.624 kB
31.927 kB
react-portal
Portal
10.628 kB
3.899 kB
react-portal-compat
PortalCompatProvider
5.857 kB
1.978 kB
react-positioning
usePositioning
20.009 kB
7.532 kB
react-progress
Progress
13.131 kB
5.039 kB
react-provider
FluentProvider
15.807 kB
5.909 kB
react-radio
Radio
36.436 kB
12.126 kB
react-radio
RadioGroup
14.294 kB
5.723 kB
react-select
Select
23.255 kB
7.954 kB
react-slider
Slider
31.978 kB
10.149 kB
react-spinbutton
SpinButton
45.826 kB
12.858 kB
react-spinner
Spinner
20.023 kB
6.461 kB
react-switch
Switch
33.388 kB
10.578 kB
react-text
Text - Default
11.828 kB
4.627 kB
react-text
Text - Wrappers
15.138 kB
5.064 kB
react-textarea
Textarea
25.687 kB
8.331 kB
react-theme
Single theme token import
69 B
89 B
react-theme
Teams: all themes
29.65 kB
6.444 kB
react-theme
Teams: Light theme
17.486 kB
5.057 kB
react-tooltip
Tooltip
41.993 kB
14.799 kB
react-utilities
SSRProvider
180 B
159 B
🤖 This report was generated against 8734060848280fa9fddcfcec0b223cb9964f36c5

@Hotell Hotell force-pushed the hotell/wc/setup-docsite-publish branch from b06b78a to 40684db Compare February 3, 2023 12:39
@Hotell Hotell marked this pull request as ready for review February 3, 2023 13:00
@Hotell Hotell requested review from a team as code owners February 3, 2023 13:00
@Hotell Hotell merged commit dcf643c into microsoft:web-components-v3 Feb 3, 2023
@Hotell Hotell deleted the hotell/wc/setup-docsite-publish branch February 3, 2023 13:32
Hotell added a commit to Hotell/fluentui that referenced this pull request Feb 9, 2023
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
Hotell added a commit to Hotell/fluentui that referenced this pull request Feb 9, 2023
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
Hotell added a commit to Hotell/fluentui that referenced this pull request Feb 9, 2023
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
chrisdholt pushed a commit that referenced this pull request Apr 29, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit to radium-v/fluentui that referenced this pull request Apr 29, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit to radium-v/fluentui that referenced this pull request Apr 29, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit to radium-v/fluentui that referenced this pull request Apr 30, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request Apr 30, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request May 2, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request May 2, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request May 2, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request May 3, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request May 6, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request May 6, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request May 8, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
radium-v pushed a commit that referenced this pull request May 10, 2024
* chore(web-components): turn of storybook telemetry

* ci: setup web-components docsite CI/CD

* generate change-file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants