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

feat(ActionList): add Virtulization (v11) #2476

Merged
merged 9 commits into from
Jan 15, 2025

Conversation

saurabhdaware
Copy link
Member

Description

Changes

Additional Information

Component Checklist

  • Update Component Status Page
  • Perform Manual Testing in Other Browsers
  • Add KitchenSink Story
  • Add Interaction Tests (if applicable)
  • Add changeset

Copy link

changeset-bot bot commented Jan 15, 2025

🦋 Changeset detected

Latest commit: 97ebfe0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@razorpay/blade Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Jan 15, 2025

✅ PR title follows Conventional Commits specification.

Copy link

codesandbox-ci bot commented Jan 15, 2025

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 97ebfe0:

Sandbox Source
razorpay/blade: basic Configuration

@rzpcibot
Copy link
Collaborator

rzpcibot commented Jan 15, 2025

Bundle Size Report

Updated Components
Status Component Base Size (kb) Current Size (kb) Diff
Accordion, AccordionItemHeader, AccordionItemBody, AccordionItem 8.139 8.109 -0.030 KB
ActionList, ActionListItem, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemText, ActionListSection 16.653 20.435 +3.782 KB
Alert 11.555 11.683 +0.128 KB
Amount 1.383 1.369 -0.014 KB
Avatar, AvatarGroup, TrustedBadgeIcon 6.371 6.363 -0.008 KB
Badge 0.932 0.897 -0.035 KB
useBaseMenuItem 0.000 -0.043 -0.043 KB
BladeProvider 1.743 1.704 -0.039 KB
BottomNav, BottomNavItem 1.133 1.087 -0.046 KB
BottomSheet 9.688 9.611 -0.077 KB
Box 0.900 0.873 -0.027 KB
Breadcrumb, BreadcrumbItem 2.683 2.668 -0.015 KB
ButtonGroup 1.313 1.219 -0.094 KB
Card, CardBody, CardHeader, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderTrailing, CardFooter, CardFooterLeading, CardFooterTrailing 9.398 9.480 +0.082 KB
Carousel, CarouselItem 7.173 7.339 +0.166 KB
Checkbox 6.402 6.287 -0.115 KB
Chip, ChipGroup 8.521 8.595 +0.074 KB
Collapsible, CollapsibleLink, CollapsibleButton, CollapsibleBody 9.799 9.865 +0.066 KB
Counter 0.887 0.849 -0.038 KB
DatePicker 86.754 86.596 -0.158 KB
Divider 0.590 0.614 +0.024 KB
Drawer, DrawerBody, DrawerHeader, drawerPadding 17.547 17.401 -0.146 KB
Dropdown, DropdownOverlay, DropdownButton, DropdownLink, DropdownFooter, DropdownHeader 28.848 28.662 -0.186 KB
FileUpload 17.778 17.639 -0.139 KB
Indicator 1.124 1.092 -0.032 KB
List, ListItem, ListItemLink, ListItemCode, ListItemText 5.265 5.225 -0.040 KB
Menu, MenuItem, MenuOverlay, MenuDivider, MenuFooter, MenuHeader 29.521 29.557 +0.036 KB
Modal 13.303 13.272 -0.031 KB
Popover, PopoverInteractiveWrapper 21.420 21.400 -0.020 KB
ProgressBar 3.090 3.206 +0.116 KB
Radio 5.123 5.037 -0.086 KB
SideNav, SideNavLink, SideNavLevel, SideNavSection, SideNavItem, SideNavFooter, SideNavBody, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL 33.420 33.140 -0.280 KB
Skeleton 0.816 0.834 +0.018 KB
SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourStep 29.809 29.793 -0.016 KB
StepGroup, StepItem, StepItemIcon, StepItemIndicator 6.566 6.515 -0.051 KB
Switch 4.881 4.767 -0.114 KB
Table, TableHeader, TableHeaderCell, TableHeaderRow, TableBody, TableCell, TableRow, TableFooter, TableFooterCell, TableFooterRow, TablePagination, TableToolbar, TableToolbarActions, TableEditableCell, TableEditableDropdownCell 66.876 70.113 +3.237 KB
Tabs, TabItem, TabList, TabPanel 7.337 7.306 -0.031 KB
Tag 3.892 3.862 -0.030 KB
ToastContainer, useToast 12.906 12.866 -0.040 KB
Tooltip, TooltipInteractiveWrapper 15.939 15.879 -0.060 KB
TopNav, TopNavActions, TopNavBrand, TopNavContent 1.366 1.304 -0.062 KB
Button 6.145 6.110 -0.035 KB
IconButton 1.130 1.111 -0.019 KB
CheckboxGroup 5.153 5.107 -0.046 KB
SelectInput, AutoComplete 36.575 36.442 -0.133 KB
OTPInput 30.383 30.245 -0.138 KB
PasswordInput 32.119 32.019 -0.100 KB
PhoneNumberInput 60.890 64.055 +3.165 KB
SearchInput 34.797 34.673 -0.124 KB
TextArea 32.634 32.495 -0.139 KB
TextInput 34.210 34.068 -0.142 KB
Link 2.234 2.207 -0.027 KB
RadioGroup 5.143 5.104 -0.039 KB
Spinner 1.950 1.892 -0.058 KB
TabNav, TabNavItems, TabNavItem 3.111 3.107 -0.004 KB
Code 0.641 0.674 +0.033 KB
Display 0.368 0.486 +0.118 KB
Heading, getHeadingProps 0.366 0.431 +0.065 KB
Text 0.046 0.003 -0.043 KB

Generated by 🚫 dangerJS against 97ebfe0

@saurabhdaware saurabhdaware merged commit dcbcc75 into v11 Jan 15, 2025
12 of 14 checks passed
@saurabhdaware saurabhdaware deleted the actionlist/virtulization-v11 branch January 15, 2025 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants