@hanzo/ui 4.5.4 → 4.7.0

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 (203) hide show
  1. package/README.md +229 -0
  2. package/bin/create-registry.js +1 -1
  3. package/bin/test-mcp.sh +1 -1
  4. package/bin/update-registry.js +2 -2
  5. package/dist/index.d.mts +16 -0
  6. package/dist/index.d.ts +16 -0
  7. package/dist/index.js +9458 -0
  8. package/dist/index.mjs +9449 -0
  9. package/dist/lib/utils.d.mts +2 -0
  10. package/dist/lib/utils.d.ts +2 -0
  11. package/dist/lib/utils.js +47 -0
  12. package/dist/lib/utils.mjs +28 -0
  13. package/dist/src/utils.d.mts +7 -0
  14. package/dist/src/utils.d.ts +7 -0
  15. package/dist/src/utils.js +47 -0
  16. package/dist/src/utils.mjs +28 -0
  17. package/dist/tailwind/index.d.mts +2 -0
  18. package/dist/tailwind/index.d.ts +2 -0
  19. package/dist/tailwind/index.js +2048 -0
  20. package/dist/tailwind/index.mjs +2017 -0
  21. package/dist/types/index.d.mts +12 -0
  22. package/dist/types/index.d.ts +12 -0
  23. package/dist/types/index.js +79 -0
  24. package/dist/types/index.mjs +56 -0
  25. package/package.json +170 -23
  26. package/style/theme-provider.tsx +1 -1
  27. package/MCP-INSTRUCTIONS.md +0 -73
  28. package/README-MCP.md +0 -175
  29. package/blocks/components/accordian-block.tsx +0 -48
  30. package/blocks/components/block-component-props.ts +0 -11
  31. package/blocks/components/bullet-cards-block.tsx +0 -46
  32. package/blocks/components/card-block/index.tsx +0 -171
  33. package/blocks/components/card-block/link-out-button.tsx +0 -20
  34. package/blocks/components/card-block/util.ts +0 -28
  35. package/blocks/components/carte-blanche-block/index.tsx +0 -127
  36. package/blocks/components/carte-blanche-block/variant-content-left.tsx +0 -49
  37. package/blocks/components/content.tsx +0 -70
  38. package/blocks/components/cta-block.tsx +0 -115
  39. package/blocks/components/enh-heading-block.tsx +0 -204
  40. package/blocks/components/grid-block/grid-block-mutator.ts +0 -12
  41. package/blocks/components/grid-block/index.tsx +0 -83
  42. package/blocks/components/grid-block/mutator-registry.ts +0 -10
  43. package/blocks/components/grid-block/table-borders.mutator.ts +0 -47
  44. package/blocks/components/group-block.tsx +0 -83
  45. package/blocks/components/heading-block.tsx +0 -88
  46. package/blocks/components/image-block.tsx +0 -111
  47. package/blocks/components/index.ts +0 -30
  48. package/blocks/components/screenful-block/content.tsx +0 -123
  49. package/blocks/components/screenful-block/index.tsx +0 -107
  50. package/blocks/components/screenful-block/poster-background.tsx +0 -34
  51. package/blocks/components/screenful-block/video-background.tsx +0 -45
  52. package/blocks/components/space-block.tsx +0 -66
  53. package/blocks/components/video-block.tsx +0 -138
  54. package/blocks/def/accordian-block.ts +0 -14
  55. package/blocks/def/block.ts +0 -7
  56. package/blocks/def/bullet-cards-block.ts +0 -22
  57. package/blocks/def/card-block.ts +0 -22
  58. package/blocks/def/carte-blanche-block.ts +0 -21
  59. package/blocks/def/cta-block.ts +0 -19
  60. package/blocks/def/element-block.ts +0 -11
  61. package/blocks/def/enh-heading-block.ts +0 -44
  62. package/blocks/def/grid-block.ts +0 -16
  63. package/blocks/def/group-block.ts +0 -11
  64. package/blocks/def/heading-block.ts +0 -15
  65. package/blocks/def/image-block.ts +0 -31
  66. package/blocks/def/index.ts +0 -35
  67. package/blocks/def/screenful-block.ts +0 -54
  68. package/blocks/def/space-block.ts +0 -64
  69. package/blocks/def/video-block.ts +0 -9
  70. package/blocks/index.ts +0 -2
  71. package/dist/mcp/enhanced-server.d.ts +0 -29
  72. package/dist/mcp/enhanced-server.js +0 -1128
  73. package/dist/mcp/index.d.ts +0 -28
  74. package/dist/mcp/index.js +0 -436
  75. package/dist/registry/api.d.ts +0 -37
  76. package/dist/registry/api.js +0 -129
  77. package/dist/registry/index.d.ts +0 -353
  78. package/dist/registry/index.js +0 -45
  79. package/environment.d.ts +0 -6
  80. package/primitives/accordion.tsx +0 -66
  81. package/primitives/action-button.tsx +0 -42
  82. package/primitives/apply-typography.tsx +0 -55
  83. package/primitives/aspect-ratio.tsx +0 -5
  84. package/primitives/avatar.tsx +0 -49
  85. package/primitives/badge.tsx +0 -36
  86. package/primitives/breadcrumb.tsx +0 -115
  87. package/primitives/breakpoint-indicator.tsx +0 -19
  88. package/primitives/button.tsx +0 -85
  89. package/primitives/calendar.tsx +0 -72
  90. package/primitives/card.tsx +0 -83
  91. package/primitives/carousel.tsx +0 -237
  92. package/primitives/checkbox.tsx +0 -32
  93. package/primitives/combobox.tsx +0 -239
  94. package/primitives/command.tsx +0 -157
  95. package/primitives/context-menu.tsx +0 -200
  96. package/primitives/dialog-video-controller.tsx +0 -38
  97. package/primitives/dialog.tsx +0 -157
  98. package/primitives/drawer.tsx +0 -138
  99. package/primitives/form.tsx +0 -178
  100. package/primitives/icons/github.tsx +0 -14
  101. package/primitives/icons/index.ts +0 -18
  102. package/primitives/icons/youtube-logo.tsx +0 -59
  103. package/primitives/index-common.ts +0 -224
  104. package/primitives/index-next.ts +0 -2
  105. package/primitives/input-otp.tsx +0 -65
  106. package/primitives/input.tsx +0 -30
  107. package/primitives/label.tsx +0 -28
  108. package/primitives/list-adaptor.ts +0 -12
  109. package/primitives/list-box.tsx +0 -74
  110. package/primitives/loading-spinner.tsx +0 -33
  111. package/primitives/navigation-menu.tsx +0 -147
  112. package/primitives/next/image.tsx +0 -90
  113. package/primitives/next/index.ts +0 -7
  114. package/primitives/next/inline-icon.tsx +0 -36
  115. package/primitives/next/link-element.tsx +0 -109
  116. package/primitives/next/mdx-link.tsx +0 -22
  117. package/primitives/next/media-stack.tsx +0 -69
  118. package/primitives/next/nav-items.tsx +0 -45
  119. package/primitives/next/youtube-embed.tsx +0 -83
  120. package/primitives/popover.tsx +0 -37
  121. package/primitives/progress.tsx +0 -27
  122. package/primitives/radio-group.tsx +0 -56
  123. package/primitives/scroll-area.tsx +0 -47
  124. package/primitives/select.tsx +0 -169
  125. package/primitives/separator.tsx +0 -29
  126. package/primitives/sheet.tsx +0 -178
  127. package/primitives/skeleton.tsx +0 -20
  128. package/primitives/slider.tsx +0 -72
  129. package/primitives/sonner.tsx +0 -35
  130. package/primitives/step-indicator.tsx +0 -69
  131. package/primitives/switch.tsx +0 -35
  132. package/primitives/table.tsx +0 -117
  133. package/primitives/tabs.tsx +0 -60
  134. package/primitives/text-area.tsx +0 -26
  135. package/primitives/toggle-group.tsx +0 -63
  136. package/primitives/toggle.tsx +0 -73
  137. package/primitives/tooltip.tsx +0 -48
  138. package/primitives/video-player.tsx +0 -23
  139. package/public/r/accordion.json +0 -11
  140. package/public/r/alert.json +0 -11
  141. package/public/r/avatar.json +0 -11
  142. package/public/r/badge.json +0 -11
  143. package/public/r/button.json +0 -11
  144. package/public/r/card.json +0 -11
  145. package/public/r/checkbox.json +0 -11
  146. package/public/r/default.json +0 -6
  147. package/public/r/dialog.json +0 -11
  148. package/public/r/input.json +0 -11
  149. package/public/r/label.json +0 -11
  150. package/public/r/new-york.json +0 -6
  151. package/public/r/popover.json +0 -11
  152. package/public/r/select.json +0 -11
  153. package/public/r/table.json +0 -11
  154. package/public/r/tabs.json +0 -11
  155. package/public/r/toast.json +0 -11
  156. package/registry.json +0 -184
  157. package/src/mcp/README.md +0 -141
  158. package/src/mcp/enhanced-server.ts +0 -1208
  159. package/src/mcp/index.ts +0 -518
  160. package/src/mcp/package.json +0 -10
  161. package/src/registry/api.ts +0 -164
  162. package/src/registry/index.ts +0 -60
  163. package/src/registry/package.json +0 -10
  164. package/tailwind/colors.tailwind.js +0 -53
  165. package/tailwind/fontFamily.tailwind.ts +0 -7
  166. package/tailwind/fontSize.tailwind.ts +0 -13
  167. package/tailwind/index.ts +0 -7
  168. package/tailwind/safelist.tailwind.js +0 -26
  169. package/tailwind/screens.tailwind.js +0 -8
  170. package/tailwind/spacing.tailwind.js +0 -65
  171. package/tailwind/tailwind.config.hanzo-preset.d.ts +0 -5
  172. package/tailwind/tailwind.config.hanzo-preset.js +0 -915
  173. package/tailwind/tw-font-desc.ts +0 -15
  174. package/tailwind/typo-plugin/get-plugin-styles.js +0 -679
  175. package/tailwind/typo-plugin/index.d.ts +0 -9
  176. package/tailwind/typo-plugin/index.js +0 -141
  177. package/tailwind/typo-plugin/utils.js +0 -60
  178. package/tailwind/typography-test.mdx +0 -35
  179. package/tailwind/z-index.tailwind.js +0 -71
  180. package/test/test-registry.js +0 -73
  181. package/tsconfig.json +0 -22
  182. package/types/animation-def.ts +0 -3
  183. package/types/breakpoints.ts +0 -11
  184. package/types/bullet-item.ts +0 -10
  185. package/types/button-def.ts +0 -39
  186. package/types/dimensions.ts +0 -8
  187. package/types/grid-def.ts +0 -56
  188. package/types/image-def.ts +0 -32
  189. package/types/index.ts +0 -29
  190. package/types/link-def.ts +0 -56
  191. package/types/media-stack-def.ts +0 -31
  192. package/types/t-shirt-size.ts +0 -5
  193. package/types/tshirt-dimensions.ts +0 -20
  194. package/types/video-def.ts +0 -25
  195. package/util/format-and-abbreviate-as-currency.ts +0 -125
  196. package/util/format-to-max-char.ts +0 -68
  197. package/util/index-client.ts +0 -3
  198. package/util/index.ts +0 -78
  199. package/util/number-abbreviate.ts +0 -49
  200. package/util/specifier.ts +0 -43
  201. package/util/spread-to-transform.ts +0 -24
  202. package/util/step-animation.ts +0 -90
  203. package/util/two-way-map.ts +0 -19
@@ -1,115 +0,0 @@
1
- import React from 'react'
2
-
3
- import type { LinkDef, ButtonDef} from '../../types'
4
- import { buttonVariants, ActionButton, LinkElement } from '../../primitives/index-next'
5
- import type { CTABlock } from '../def'
6
- import { cn, containsToken, type VariantProps } from '../../util'
7
-
8
- import type BlockComponentProps from './block-component-props'
9
-
10
- const CtaBlockComponent: React.FC<BlockComponentProps & {
11
- itemClasses?: string
12
- itemSize?: VariantProps<typeof buttonVariants>['size'],
13
- renderLink?: (def: LinkDef, key: any) => JSX.Element
14
- renderButton?: (def: ButtonDef, key: any) => JSX.Element
15
- }> = ({
16
- block,
17
- className='', // assigned to each item
18
- itemClasses='',
19
- itemSize, // do not provide default. this is an override to the def
20
- renderLink,
21
- renderButton,
22
- agent
23
- }) => {
24
-
25
- if (block.blockType !== 'cta') {
26
- return <>cta block required</>
27
- }
28
-
29
- const { elements, specifiers } = block as CTABlock
30
- let wrapperClasses = ''
31
- let itemclx = ''
32
- if (containsToken(specifiers, 'fill')) {
33
- wrapperClasses += 'w-full '
34
- itemclx += 'grow shrink !min-w-0'
35
- }
36
- else if (containsToken(specifiers, 'left')) {
37
- wrapperClasses += 'md:justify-start '
38
- }
39
- else if (containsToken(specifiers, 'right')) {
40
- wrapperClasses += 'md:justify-end '
41
- }
42
- else {
43
- wrapperClasses += 'md:justify-center '
44
- }
45
-
46
- const mobile2Columns = containsToken(specifiers, 'mobile-2-columns')
47
- // normally 'default' buttons have a min width only at > lg.
48
- // generally if more than one we don't want this and override it,
49
- // but this specifier asks to observe the default behavior.
50
- const fillEvenly = !containsToken(specifiers, 'desktop-dont-fill')
51
- const mobileCenterFirstIfOdd = containsToken(specifiers, 'mobile-center-first-if-odd')
52
- const mobileOddFullWidth = containsToken(specifiers, 'mobile-odd-full-width')
53
-
54
- let layoutclx: string | undefined = undefined
55
- if (elements.length > 1) {
56
- let resetMinWidth = false
57
- if (mobile2Columns) {
58
- layoutclx = 'grid grid-cols-2 gap-2 self-stretch '
59
- resetMinWidth = true
60
- }
61
- if (fillEvenly) {
62
- layoutclx = (layoutclx ?? 'grid grid-cols-2 gap-2 self-stretch')
63
- resetMinWidth = true
64
- }
65
- else {
66
- layoutclx = layoutclx ? (layoutclx + 'md:flex md:flex-row md:justify-center ') : 'flex flex-row justify-center '
67
- }
68
- itemclx += resetMinWidth ? '!min-w-0 ' : ''
69
- }
70
- layoutclx = layoutclx ?? 'flex flex-col items-stretch gap-2 self-stretch md:flex-row sm:justify-center '
71
-
72
- const getMobileColSpanClx = (index: number, total: number) => {
73
- const indexToCenter = (total % 2 === 0) ? -1 : (mobileCenterFirstIfOdd) ? 0 : total - 1
74
- const widthclx = mobileOddFullWidth ? 'w-full ' : 'w-3/5 mx-auto '
75
- return (
76
- (agent === 'phone' && mobile2Columns && (index === indexToCenter)) ? ('col-span-2 ' + widthclx) : ''
77
- )
78
- }
79
-
80
- return (
81
- <div className={cn(
82
- layoutclx,
83
- wrapperClasses,
84
- className
85
- )}>
86
- {elements.map((element, index) => {
87
- const twoColClx = getMobileColSpanClx(index, elements.length)
88
- if ((element as any).title) {
89
- const def = element as LinkDef
90
- return renderLink ? renderLink(def, index) : (
91
- <LinkElement
92
- def={def}
93
- key={index}
94
- size={itemSize}
95
- className={cn(itemclx, itemClasses, twoColClx)}
96
- />
97
- )
98
- }
99
- else {
100
- const def = element as ButtonDef
101
- return renderButton ? renderButton(def, index) : (
102
- <ActionButton
103
- def={def}
104
- key={index}
105
- size={itemSize}
106
- className={cn(itemclx, itemClasses, twoColClx)}
107
- />
108
- )
109
- }
110
- })}
111
- </div>
112
- )
113
- }
114
-
115
- export default CtaBlockComponent
@@ -1,204 +0,0 @@
1
- import React, {type ElementType} from 'react'
2
-
3
- import type { EnhHeadingBlock } from '../def'
4
- import { ApplyTypography } from '../../primitives/index-common'
5
- import { cn, containsToken } from '../../util'
6
-
7
- import type BlockComponentProps from './block-component-props'
8
- import InlineIcon from '../../primitives/next/inline-icon'
9
-
10
- const DEFAULTS = {
11
- preheading: {
12
- tag: 'h4' as ElementType,
13
- mb: 2
14
- },
15
- heading: {
16
- tag: 'h1' as ElementType,
17
- mb: 2
18
- },
19
- byline: {
20
- tag: 'h6' as ElementType,
21
- }
22
- }
23
-
24
- const tagFromLevel = (level: number): ElementType => {
25
- switch (level) {
26
- case 1: {
27
- return 'h1'
28
- }
29
- case 2: {
30
- return 'h2'
31
- }
32
- case 3: {
33
- return 'h3'
34
- }
35
- case 4: {
36
- return 'h4'
37
- }
38
- case 5: {
39
- return 'h5'
40
- }
41
- case 6: {
42
- return 'h6'
43
- }
44
- }
45
- return 'p'
46
- }
47
-
48
- // TODO Impl icon support
49
- const Element: React.FC<{
50
- asTag: ElementType
51
- text: string
52
- icon?: React.ReactNode
53
- iconLeft?: boolean
54
- className?: string
55
- }> = ({
56
- asTag: Tag,
57
- text,
58
- icon,
59
- iconLeft=true,
60
- className : elClassName=''
61
- }) => (
62
- <Tag className={elClassName}>{text}</Tag>
63
- )
64
-
65
- const getPositionClx = (
66
- specified: (s: string) => boolean,
67
- agent: string | undefined
68
- ): {
69
- preheading: string
70
- heading: string
71
- byline: string
72
- } => {
73
-
74
- const mobileHeadingCentered = specified('mobile-heading-centered')
75
- const mobileHeadingLeft = specified('mobile-heading-left')
76
- const headingCentered = specified('center')
77
- const headingRight = specified('right')
78
- const bylineCentered = specified('byline-center')
79
- const bylineRight = specified('byline-right')
80
- const mobileBylineLeft = specified('mobile-byline-left')
81
-
82
- let headerclx = ''
83
- let bylineclx = (bylineCentered) ?
84
- 'self-center !text-center' : (bylineRight ? 'self-end !text-right' : 'self-start !text-left')
85
-
86
- if (agent === 'phone') {
87
- if (mobileHeadingLeft) {
88
- headerclx = 'self-start text-left'
89
- } else {
90
- headerclx = (mobileHeadingCentered || headingCentered) ?
91
- 'self-center text-center' : (headingRight ? 'self-end text-right' : 'self-start text-left')
92
- }
93
-
94
- if (mobileBylineLeft) {
95
- bylineclx = 'self-start !text-left'
96
- }
97
- }
98
- else {
99
- const largerclx = (headingCentered) ?
100
- 'self-center text-center' : (headingRight ? 'self-end text-right' : 'self-start text-left')
101
-
102
- if (mobileHeadingCentered) {
103
- headerclx = 'self-center text-center md:' + largerclx.split(' ').join(' md:')
104
- }
105
- else {
106
- headerclx = largerclx
107
- }
108
- }
109
-
110
- return {
111
- preheading: headerclx,
112
- heading: headerclx,
113
- byline: bylineclx
114
- }
115
- }
116
-
117
- const EnhHeadingBlockComponent: React.FC<
118
- BlockComponentProps & {
119
- applyTypography?: boolean
120
- extraSpecifiers?: string
121
- }> = ({
122
- block,
123
- className='',
124
- agent,
125
- applyTypography=true,
126
- extraSpecifiers=''
127
- }) => {
128
-
129
- if (block.blockType !== 'enh-heading') {
130
- return <>enhance heading block required</>
131
- }
132
- const b = block as EnhHeadingBlock
133
- const specified = (s: string) => (containsToken(b.specifiers + extraSpecifiers, s))
134
- const preheadingHeadingFont = specified('preheading-heading-font')
135
- const phFontClx = preheadingHeadingFont ? 'font-heading' : ''
136
- const alignMiddleClx = specified('align-middle') ? 'my-auto' : ''
137
-
138
- const positionclx = getPositionClx(specified, agent)
139
-
140
- const Inner: React.FC = () => {
141
- const toRender = [
142
- {
143
- tag: (b.preheading) ?
144
- (b.preheading.level !== undefined ? tagFromLevel(b.preheading.level) : DEFAULTS.preheading.tag)
145
- :
146
- undefined,
147
- clx: (b.preheading) ?
148
- (b.preheading.mb !== undefined ?
149
- `mb-${b.preheading.mb}` : `mb-${DEFAULTS.preheading.mb}`) + ' ' + positionclx.preheading + ' ' + phFontClx
150
- :
151
- positionclx.preheading + ' ' + phFontClx,
152
- text: (b.preheading) ? (b.preheading.text ) : undefined,
153
- },
154
- {
155
- tag: (b.heading.level !== undefined ? tagFromLevel(b.heading.level) : DEFAULTS.heading.tag),
156
- clx: (b.heading.mb !== undefined ? `mb-${b.heading.mb}` : `mb-${DEFAULTS.heading.mb}`) + ' ' + positionclx.heading,
157
- text: b.heading.text,
158
- },
159
- {
160
- tag: (b.byline) ?
161
- (b.byline.level !== undefined ? tagFromLevel(b.byline.level) : DEFAULTS.byline.tag)
162
- :
163
- undefined,
164
- clx: positionclx.byline,
165
- text: (b.byline) ? (b.byline.text ) : undefined,
166
- },
167
- ] as {
168
- tag: ElementType
169
- clx: string
170
- text: string
171
- }[]
172
-
173
- let iconRendered = false
174
- return <>
175
- {toRender.map(({tag, clx, text}, index) => {
176
- if (!tag) return null
177
- if (b.icon && !iconRendered) {
178
- iconRendered = true
179
- return (
180
- <div className={cn('flex flex-row items-center gap-2 sm:gap-4', clx)} key={`div-${index}`}>
181
- <InlineIcon icon={b.icon} size={b.iconSize ?? 32} agent={agent}/>
182
- <Element asTag={tag} text={text} />
183
- </div>
184
- )
185
- }
186
- return (
187
- (<Element asTag={tag} text={text} className={clx} key={`el-${index}`}/>)
188
- )
189
- })}
190
- </>
191
- }
192
-
193
- return applyTypography ? (
194
- <ApplyTypography className={cn('flex flex-col w-full !gap-0', className, alignMiddleClx)}>
195
- <Inner />
196
- </ApplyTypography>
197
- ) : (
198
- <div className={cn('flex flex-col w-full gap-0', className, alignMiddleClx)}>
199
- <Inner />
200
- </div>
201
- )
202
- }
203
-
204
- export default EnhHeadingBlockComponent
@@ -1,12 +0,0 @@
1
- interface GridBlockMutator {
2
- gapClx?: string
3
- getCellClx?: (
4
- cellIndex: number,
5
- cellCount: number,
6
- colCount: number
7
- ) => string
8
- }
9
-
10
- export {
11
- type GridBlockMutator as default
12
- }
@@ -1,83 +0,0 @@
1
- import React, { type PropsWithChildren } from 'react'
2
-
3
- import { cn, containsToken } from '../../../util'
4
- import type { GridBlock } from '../../def'
5
- import type { GridColumnSpec } from '../../../types'
6
-
7
- import Content from '../content'
8
- import type BlockComponentProps from '../block-component-props'
9
-
10
- import getMutator from './mutator-registry'
11
-
12
- // These must be / are safelisted in tailwind.config
13
- const gridClx = (d: GridColumnSpec, prefix?: string ): string => (
14
- (typeof d === 'number') ?
15
- `${(prefix ?? '')}grid-cols-${d} `
16
- :
17
- `${(prefix ?? '')}grid-cols-${d.columns} ${(prefix ?? '')}gap-${d.gap} `
18
- )
19
-
20
- /**
21
- * A component that lays out the Blocks in 'cells' on a grid.
22
- * If invoked directly, and children are supplied,
23
- * block.cells is ignore and the children are rendered.
24
- */
25
- const GridBlockComponent: React.FC<
26
- BlockComponentProps & PropsWithChildren
27
- > = ({
28
- block,
29
- className='',
30
- agent,
31
- children
32
- }) => {
33
-
34
- if (block.blockType !== 'grid') {
35
- return <>grid block required</>
36
- }
37
-
38
- const { cells, grid, specifiers } = block as GridBlock
39
- const specified = (s: string) => (containsToken(specifiers, s))
40
- const mutator = specified('style-table-borders') ? getMutator('style-table-borders') : undefined
41
-
42
- // https://tailwindcss.com/docs/content-configuration#dynamic-class-names
43
- // All variants in use MUST be in style/safelist.tailwind.js
44
- let clx = 'grid '
45
- if (agent === 'phone') {
46
- const d = (grid.mobile) ? grid.mobile : (grid.at.xs ? grid.at.xs : (grid.at.sm ?? 1))
47
- clx += gridClx(d)
48
- }
49
- else {
50
- let defaultSet = false
51
- for (const [key, value] of Object.entries(grid.at)) {
52
- if (!defaultSet) {
53
- // ts brain fart!
54
- clx += gridClx(value as GridColumnSpec)
55
- defaultSet = true
56
- }
57
- else {
58
- // ts brain fart!
59
- clx += gridClx(value as GridColumnSpec, `${key}:`)
60
- }
61
- }
62
- }
63
-
64
- let getMutatorCellClx = (ignore: number): string => ('')
65
- if (mutator?.getCellClx) {
66
- const colCount = (typeof grid.at.md! === 'number') ? grid.at.md! as number : grid.at.md!.columns
67
- const cellCount = cells?.length
68
- if (!colCount || !cellCount) {
69
- throw new Error('GridBlockComponent: using mutator, but colCount and / or cellCount is invalid!')
70
- }
71
- getMutatorCellClx = (cellIndex: number) => ( mutator!.getCellClx!(cellIndex, cellCount, colCount) )
72
- }
73
-
74
- return (
75
- <div className={cn('grid gap-2 md:gap-4 xl:gap-6', clx, (mutator?.gapClx ?? ''), className)}>
76
- {React.Children.count(children) > 0 ? children : cells?.map((cell, index) => (
77
- <Content blocks={cell} agent={agent} key={`cell-${index}`} className={getMutatorCellClx(index)}/>
78
- ))}
79
- </div>
80
- )
81
- }
82
-
83
- export default GridBlockComponent
@@ -1,10 +0,0 @@
1
- import type GridBlockMutator from './grid-block-mutator'
2
-
3
- import tableBorders from './table-borders.mutator'
4
-
5
- const map = new Map<string, GridBlockMutator>()
6
- map.set('style-table-borders', tableBorders)
7
-
8
- // get
9
- export default (key: string): GridBlockMutator | undefined => (map.get(key))
10
-
@@ -1,47 +0,0 @@
1
- import type GridBlockMutator from './grid-block-mutator'
2
-
3
- const getCellClx = (
4
- cellIndex: number,
5
- cellCount: number,
6
- colCount: number
7
- ): string => {
8
-
9
- const isFirstRow = (): boolean => (cellIndex < colCount)
10
- const isFirstColumn = (): boolean => (cellIndex % colCount === 0)
11
- const isTLCorner = (): boolean => (cellIndex === 0)
12
- const isTRCorner = (): boolean => (cellIndex === colCount -1 )
13
- const isBLCorner = (): boolean => (cellIndex === cellCount - colCount)
14
- const isBRCorner = (): boolean => (cellIndex === cellCount - 1)
15
-
16
- // all get a right and bottom border and padding,
17
- // other borders are a special base
18
- let clx = 'border-b md:border-r p-4 md:p-8 lg:p-12 '
19
- if (isFirstRow()) {
20
- clx += 'border-t '
21
- }
22
- if (isFirstColumn()) {
23
- clx += 'md:border-l '
24
- }
25
- // on mobile this will be the first (top) cell
26
- if (isTLCorner()) {
27
- clx += 'border-t md:rounded-tl-lg '
28
- }
29
- else if (isTRCorner()) {
30
- clx += 'md:rounded-tr-lg '
31
- }
32
- else if (isBLCorner()) {
33
- clx += 'md:rounded-bl-lg '
34
- }
35
- else if (isBRCorner()) {
36
- clx += 'md:rounded-br-lg '
37
- }
38
-
39
- return clx
40
- }
41
-
42
- const gapClx = 'gap-0 md:gap-0 xl:gap-0'
43
-
44
- export default {
45
- getCellClx,
46
- gapClx
47
- } as GridBlockMutator
@@ -1,83 +0,0 @@
1
- import React from 'react'
2
-
3
- import { Breakpoints} from '../../types'
4
- import { cn } from '../../util'
5
-
6
- import type { Block, GroupBlock } from '../def'
7
- import Content from './content'
8
-
9
- // eg: 'layout-grid-2-starting-md'
10
- // see comments below regarding dynamic classes and the safelist
11
- const getLayoutInfo = (s: string): {
12
- layout: string
13
- spec: any
14
- } | undefined => {
15
- const tokenArray = s.split(' ')
16
- const layoutToken = tokenArray.find((tok) => (tok.startsWith('layout-')))
17
- if (layoutToken) {
18
- const subtokens = layoutToken.split('-')
19
- const layout = subtokens[1]
20
- let spec: any = {}
21
- switch (layout) {
22
- case 'grid': {
23
- const columns = parseInt(subtokens[2], 10)
24
- const starting = subtokens[4]
25
- if (Number.isNaN(columns) || columns < 2 || columns > 6 || !Breakpoints.includes(starting)) {
26
- return undefined
27
- }
28
- spec = {
29
- columns,
30
- starting
31
- }
32
- } break
33
- // no other types supported yet
34
- }
35
- return {
36
- layout,
37
- spec
38
- }
39
- }
40
- return undefined
41
- }
42
-
43
- const GroupBlockComponent: React.FC<{
44
- block: Block
45
- className?: string,
46
- }> = ({
47
- block,
48
- className=''
49
- }) => {
50
-
51
- if (block.blockType !== 'group') {
52
- return <>group block required</>
53
- }
54
-
55
- const group = block as GroupBlock
56
-
57
- // only one supported so fat
58
- if (group.specifiers?.includes('layout')) {
59
- const layoutSpec = getLayoutInfo(group.specifiers)
60
- if (!layoutSpec) {
61
- return <>invalid or missing layout specifier in group block!</>
62
- }
63
-
64
- if (layoutSpec.layout === 'grid') {
65
- const { elements } = group
66
- const { spec: {starting, columns} } = layoutSpec
67
-
68
- // https://tailwindcss.com/docs/content-configuration#dynamic-class-names
69
- // All variants in use MUST be in style/safelist.tailwind.js
70
- const clazzName = cn('grid xs:grid-cols-1 gap-2 sm:gap-3',
71
- `${starting}:grid-cols-${columns} `,
72
- className)
73
- return (
74
- <div className={clazzName}>
75
- <Content blocks={elements} />
76
- </div>
77
- )
78
- }
79
- }
80
- return null
81
- }
82
-
83
- export default GroupBlockComponent
@@ -1,88 +0,0 @@
1
- import React from 'react'
2
-
3
- import type { HeadingBlock } from '../def'
4
- import { ApplyTypography } from '../../primitives/index-common'
5
-
6
- import type BlockComponentProps from './block-component-props'
7
-
8
- const HeadingBlockComponent: React.FC<BlockComponentProps> = ({
9
- block,
10
- className=''
11
- }) => {
12
-
13
- if (block.blockType !== 'heading') {
14
- return <>heading block required</>
15
- }
16
- const heading = block as HeadingBlock
17
-
18
- let Tag: React.ElementType
19
- let BylineTag: React.ElementType | undefined = undefined
20
-
21
- switch (heading.bylineLevel) {
22
- case 0: {
23
- BylineTag = 'p'
24
- } break
25
- case 1: {
26
- BylineTag = 'h1'
27
- } break
28
- case 2: {
29
- BylineTag = 'h2'
30
- } break
31
- case 3: {
32
- BylineTag = 'h3'
33
- } break
34
- case 4: {
35
- BylineTag = 'h4'
36
- } break
37
- case 5: {
38
- BylineTag = 'h5'
39
- } break
40
- case 6: {
41
- BylineTag = 'h6'
42
- } break
43
- }
44
- // bylineLevel default is two levels below the main heading
45
- switch (heading.level) {
46
- case 0: {
47
- Tag = 'p'
48
- BylineTag = BylineTag ?? 'p'
49
- } break
50
- case 1: {
51
- Tag = 'h1'
52
- BylineTag = BylineTag ?? 'h3'
53
- } break
54
- case 2: {
55
- Tag = 'h2'
56
- BylineTag = BylineTag ?? 'h4'
57
- } break
58
- // 3 is default
59
- case 4: {
60
- Tag = 'h4'
61
- BylineTag = BylineTag ?? 'h6'
62
- } break
63
- case 5: {
64
- Tag = 'h5'
65
- BylineTag = BylineTag ?? 'p'
66
- } break
67
- case 6: {
68
- Tag = 'h6'
69
- BylineTag = BylineTag ?? 'p'
70
- } break
71
- default: {
72
- Tag = 'h3'
73
- BylineTag = BylineTag ?? 'h5'
74
- }
75
- }
76
-
77
- // Had to do this way, since tw typo plugin does support overrding typo styling wiithout .not-typography
78
- return (
79
- <ApplyTypography className={className}>
80
- <Tag >{heading.heading}</Tag>
81
- {heading.spaceBetween && <div className={'w-[1px] ' + `h-${heading.spaceBetween}`} />}
82
- {heading.byline && (<BylineTag>{heading.byline}</BylineTag>)}
83
- {heading.spaceAfter && <div className={'w-[1px] ' + `h-${heading.spaceAfter}`} />}
84
- </ApplyTypography>
85
- )
86
- }
87
-
88
- export default HeadingBlockComponent