@graphcommerce/next-ui 4.2.1 → 4.2.4

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.
Files changed (77) hide show
  1. package/AnimatedRow/{index.tsx → AnimatedRow.tsx} +0 -0
  2. package/Blog/BlogAuthor/{index.tsx → BlogAuthor.tsx} +2 -2
  3. package/Blog/BlogContent/{index.tsx → BlogContent.tsx} +0 -0
  4. package/Blog/BlogHeader/{index.tsx → BlogHeader.tsx} +0 -0
  5. package/Blog/BlogList/{index.tsx → BlogList.tsx} +1 -1
  6. package/Blog/BlogListItem/{index.tsx → BlogListItem.tsx} +0 -0
  7. package/Blog/BlogTags/BlogTag.tsx +2 -2
  8. package/Blog/BlogTags/{index.tsx → BlogTags.tsx} +0 -0
  9. package/Blog/BlogTitle/{index.tsx → BlogTitle.tsx} +0 -0
  10. package/Button/{index.tsx → index.ts} +0 -0
  11. package/CHANGELOG.md +727 -1435
  12. package/ChipMenu/{index.tsx → ChipMenu.tsx} +4 -2
  13. package/ContainerWithHeader/{index.tsx → ContainerWithHeader.tsx} +1 -1
  14. package/FlagAvatar/{index.tsx → FlagAvatar.tsx} +0 -0
  15. package/FramerScroller/SidebarGallery.tsx +1 -1
  16. package/FramerScroller/SidebarSlider.tsx +1 -1
  17. package/FullPageMessage/{index.tsx → FullPageMessage.tsx} +0 -0
  18. package/Highlight/{index.tsx → Highlight.tsx} +0 -0
  19. package/IconHeader/{index.tsx → IconHeader.tsx} +0 -0
  20. package/JsonLd/{index.tsx → JsonLd.tsx} +0 -0
  21. package/Layout/components/LayoutHeader.tsx +3 -3
  22. package/Layout/components/LayoutHeaderBack.tsx +1 -1
  23. package/Layout/components/LayoutHeaderClose.tsx +1 -1
  24. package/Layout/components/LayoutHeaderContent.tsx +1 -1
  25. package/Layout/components/LayoutProvider.tsx +2 -2
  26. package/Layout/context/layoutContext.tsx +1 -3
  27. package/Layout/hooks/useScrollY.tsx +1 -1
  28. package/LayoutDefault/components/LayoutDefault.tsx +14 -4
  29. package/LayoutOverlay/components/LayoutOverlayBase.tsx +1 -1
  30. package/LayoutParts/MenuFab.tsx +1 -0
  31. package/Page/types.ts +1 -0
  32. package/PageLoadIndicator/{index.tsx → PageLoadIndicator.tsx} +0 -0
  33. package/PageMeta/PageMeta.tsx +91 -0
  34. package/Pagination/{index.tsx → Pagination.tsx} +0 -0
  35. package/RenderType/{index.tsx → RenderType.tsx} +0 -0
  36. package/Row/ButtonLinkList/ButtonLinkList.tsx +2 -2
  37. package/Row/ColumnOne/{index.tsx → ColumnOne.tsx} +0 -0
  38. package/Row/ColumnOneBoxed/{index.tsx → ColumnOneBoxed.tsx} +1 -1
  39. package/Row/ColumnOneCentered/{index.tsx → ColumnOneCentered.tsx} +1 -1
  40. package/Row/ColumnThree/{index.tsx → ColumnThree.tsx} +1 -1
  41. package/Row/ColumnTwo/{index.tsx → ColumnTwo.tsx} +1 -1
  42. package/Row/ColumnTwoSpread/{index.tsx → ColumnTwoSpread.tsx} +1 -1
  43. package/Row/ColumnTwoWithTop/{index.tsx → ColumnTwoWithTop.tsx} +1 -1
  44. package/Row/ContentLinks/{index.tsx → ContentLinks.tsx} +0 -0
  45. package/Row/HeroBanner/{index.tsx → HeroBanner.tsx} +1 -1
  46. package/Row/IconBlocks/{IconBlock/index.tsx → IconBlock.tsx} +1 -1
  47. package/Row/IconBlocks/{index.tsx → IconBlocks.tsx} +1 -1
  48. package/Row/ImageText/{index.tsx → ImageText.tsx} +1 -1
  49. package/Row/ImageTextBoxed/{index.tsx → ImageTextBoxed.tsx} +1 -1
  50. package/Row/ParagraphWithSidebarSlide/{index.tsx → ParagraphWithSidebarSlide.tsx} +1 -1
  51. package/Row/Quote/{index.tsx → Quote.tsx} +1 -1
  52. package/Row/{index.tsx → Row.tsx} +0 -0
  53. package/Row/SpecialBanner/{index.tsx → SpecialBanner.tsx} +1 -1
  54. package/Row/index.ts +18 -0
  55. package/SectionContainer/{index.tsx → SectionContainer.tsx} +1 -1
  56. package/SectionHeader/{index.tsx → SectionHeader.tsx} +0 -0
  57. package/Separator/{index.tsx → Separator.tsx} +0 -0
  58. package/Snackbar/MessageSnackbarImpl.tsx +2 -1
  59. package/StarRatingField/{index.tsx → StarRatingField.tsx} +0 -0
  60. package/Styles/{index.tsx → index.ts} +0 -9
  61. package/Styles/withTheme.tsx +1 -0
  62. package/TextInputNumber/{index.tsx → TextInputNumber.tsx} +1 -5
  63. package/Theme/MuiButton.ts +3 -3
  64. package/Theme/MuiFab.ts +1 -1
  65. package/Theme/MuiSlider.ts +1 -0
  66. package/Theme/themeDefaults.ts +1 -1
  67. package/TimeAgo/{index.tsx → TimeAgo.tsx} +0 -0
  68. package/ToggleButton/{index.tsx → ToggleButton.tsx} +1 -0
  69. package/ToggleButtonGroup/{index.tsx → ToggleButtonGroup.tsx} +8 -6
  70. package/UspList/{index.tsx → UspList.tsx} +0 -0
  71. package/docs/components/ComponentChild.tsx +1 -0
  72. package/docs/components/ComponentChildVariant.tsx +1 -0
  73. package/docs/components/ComponentChildVariantExtendable.tsx +1 -0
  74. package/icons/{index.tsx → index.ts} +0 -0
  75. package/index.ts +28 -45
  76. package/package.json +9 -10
  77. package/PageMeta/index.tsx +0 -43
File without changes
@@ -1,4 +1,4 @@
1
- import { Avatar, Box, Chip, SxProps } from '@mui/material'
1
+ import { Avatar, Box, Chip, SxProps, Theme } from '@mui/material'
2
2
  import { useRouter } from 'next/router'
3
3
  import { useMemo } from 'react'
4
4
  import { responsiveVal } from '../../Styles/responsiveVal'
@@ -6,7 +6,7 @@ import { responsiveVal } from '../../Styles/responsiveVal'
6
6
  export type BlogAuthorProps = {
7
7
  author: string
8
8
  date: string
9
- sx?: SxProps
9
+ sx?: SxProps<Theme>
10
10
  }
11
11
 
12
12
  export function BlogAuthor(props: BlogAuthorProps) {
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  import { styled } from '@mui/material'
2
- import { Row } from '../../Row'
2
+ import { Row } from '../../Row/Row'
3
3
  import { responsiveVal } from '../../Styles/responsiveVal'
4
4
 
5
5
  export const BlogItemGrid = styled(Row, { name: 'BlogList' })(({ theme }) => ({
@@ -1,10 +1,10 @@
1
- import { Chip, SxProps } from '@mui/material'
1
+ import { Chip, SxProps, Theme } from '@mui/material'
2
2
  import PageLink from 'next/link'
3
3
 
4
4
  type BlogTagsProps = {
5
5
  url: string
6
6
  title: string
7
- sx?: SxProps
7
+ sx?: SxProps<Theme>
8
8
  }
9
9
 
10
10
  export function BlogTag(props: BlogTagsProps) {
File without changes
File without changes
File without changes