@arbidocs/blocks 0.3.142 → 0.3.144
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.
- package/dist/{chunk-ETIYX2MO.js → chunk-7ICEOZCE.js} +505 -5
- package/dist/chunk-7ICEOZCE.js.map +1 -0
- package/dist/{chunk-6MFI2HPX.cjs → chunk-YNGRSAGP.cjs} +510 -2
- package/dist/chunk-YNGRSAGP.cjs.map +1 -0
- package/dist/{index-BzrF2JbQ.d.cts → index-CNjUY3Zm.d.cts} +85 -2
- package/dist/{index-BzrF2JbQ.d.ts → index-CNjUY3Zm.d.ts} +85 -2
- package/dist/index.cjs +231 -133
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +69 -3
- package/dist/index.js.map +1 -1
- package/dist/site/index.cjs +85 -53
- package/dist/site/index.d.cts +1 -1
- package/dist/site/index.d.ts +1 -1
- package/dist/site/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-6MFI2HPX.cjs.map +0 -1
- package/dist/chunk-ETIYX2MO.js.map +0 -1
package/dist/site/index.cjs
CHANGED
|
@@ -1,216 +1,248 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkYNGRSAGP_cjs = require('../chunk-YNGRSAGP.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Accordion", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkYNGRSAGP_cjs.Accordion; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AvatarBlock", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkYNGRSAGP_cjs.AvatarBlock; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "Banner", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkYNGRSAGP_cjs.Banner; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "BlockImage", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkYNGRSAGP_cjs.BlockImage; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "BlockLink", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkYNGRSAGP_cjs.BlockLink; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "CTABanner", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkYNGRSAGP_cjs.CTABanner; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "Callout", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkYNGRSAGP_cjs.Callout; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "Columns", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkYNGRSAGP_cjs.Columns; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "ContactForm", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkYNGRSAGP_cjs.ContactForm; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "Container", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkYNGRSAGP_cjs.Container; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "FAQ", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkYNGRSAGP_cjs.FAQ; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "FONT_PAIRINGS", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkYNGRSAGP_cjs.FONT_PAIRINGS; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "FeatureGrid", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkYNGRSAGP_cjs.FeatureGrid; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "Footer", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkYNGRSAGP_cjs.Footer; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "Gallery", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkYNGRSAGP_cjs.Gallery; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "Hero", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkYNGRSAGP_cjs.Hero; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "ListBlock", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkYNGRSAGP_cjs.ListBlock; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "LogoCloud", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkYNGRSAGP_cjs.LogoCloud; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "MediaText", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkYNGRSAGP_cjs.MediaText; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "Navbar", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkYNGRSAGP_cjs.Navbar; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "PricingTable", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkYNGRSAGP_cjs.PricingTable; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "RichTextBlock", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkYNGRSAGP_cjs.RichTextBlock; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "SectionHeading", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkYNGRSAGP_cjs.SectionHeading; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "Spacer", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkYNGRSAGP_cjs.Spacer; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "Steps", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkYNGRSAGP_cjs.Steps; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "THEME_STYLE_ID", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkYNGRSAGP_cjs.THEME_STYLE_ID; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "Tabs", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkYNGRSAGP_cjs.Tabs; }
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(exports, "TeamGrid", {
|
|
116
116
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkYNGRSAGP_cjs.TeamGrid; }
|
|
118
118
|
});
|
|
119
119
|
Object.defineProperty(exports, "Testimonial", {
|
|
120
120
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkYNGRSAGP_cjs.Testimonial; }
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "TestimonialGrid", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkYNGRSAGP_cjs.TestimonialGrid; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "ThemeEditor", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkYNGRSAGP_cjs.ThemeEditor; }
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, "Timeline", {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return chunkYNGRSAGP_cjs.Timeline; }
|
|
134
|
+
});
|
|
135
|
+
Object.defineProperty(exports, "TimelineCalendar", {
|
|
136
|
+
enumerable: true,
|
|
137
|
+
get: function () { return chunkYNGRSAGP_cjs.TimelineCalendar; }
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(exports, "TimelineGantt", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
get: function () { return chunkYNGRSAGP_cjs.TimelineGantt; }
|
|
130
142
|
});
|
|
131
143
|
Object.defineProperty(exports, "VideoEmbed", {
|
|
132
144
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkYNGRSAGP_cjs.VideoEmbed; }
|
|
134
146
|
});
|
|
135
147
|
Object.defineProperty(exports, "applyFontVars", {
|
|
136
148
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkYNGRSAGP_cjs.applyFontVars; }
|
|
138
150
|
});
|
|
139
151
|
Object.defineProperty(exports, "applyStoredTheme", {
|
|
140
152
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkYNGRSAGP_cjs.applyStoredTheme; }
|
|
142
154
|
});
|
|
143
155
|
Object.defineProperty(exports, "applyThemeVars", {
|
|
144
156
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkYNGRSAGP_cjs.applyThemeVars; }
|
|
146
158
|
});
|
|
147
159
|
Object.defineProperty(exports, "clearFontVars", {
|
|
148
160
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkYNGRSAGP_cjs.clearFontVars; }
|
|
150
162
|
});
|
|
151
163
|
Object.defineProperty(exports, "clearThemeVars", {
|
|
152
164
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkYNGRSAGP_cjs.clearThemeVars; }
|
|
154
166
|
});
|
|
155
167
|
Object.defineProperty(exports, "createThemeStore", {
|
|
156
168
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkYNGRSAGP_cjs.createThemeStore; }
|
|
170
|
+
});
|
|
171
|
+
Object.defineProperty(exports, "dayKey", {
|
|
172
|
+
enumerable: true,
|
|
173
|
+
get: function () { return chunkYNGRSAGP_cjs.dayKey; }
|
|
158
174
|
});
|
|
159
175
|
Object.defineProperty(exports, "daysUntil", {
|
|
160
176
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkYNGRSAGP_cjs.daysUntil; }
|
|
162
178
|
});
|
|
163
179
|
Object.defineProperty(exports, "fmtDate", {
|
|
164
180
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkYNGRSAGP_cjs.fmtDate; }
|
|
166
182
|
});
|
|
167
183
|
Object.defineProperty(exports, "fmtDateTime", {
|
|
168
184
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkYNGRSAGP_cjs.fmtDateTime; }
|
|
170
186
|
});
|
|
171
187
|
Object.defineProperty(exports, "fontPackages", {
|
|
172
188
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkYNGRSAGP_cjs.fontPackages; }
|
|
190
|
+
});
|
|
191
|
+
Object.defineProperty(exports, "formatSpan", {
|
|
192
|
+
enumerable: true,
|
|
193
|
+
get: function () { return chunkYNGRSAGP_cjs.formatSpan; }
|
|
174
194
|
});
|
|
175
195
|
Object.defineProperty(exports, "fromNow", {
|
|
176
196
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkYNGRSAGP_cjs.fromNow; }
|
|
178
198
|
});
|
|
179
199
|
Object.defineProperty(exports, "gbp", {
|
|
180
200
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkYNGRSAGP_cjs.gbp; }
|
|
182
202
|
});
|
|
183
203
|
Object.defineProperty(exports, "getFontPairing", {
|
|
184
204
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkYNGRSAGP_cjs.getFontPairing; }
|
|
186
206
|
});
|
|
187
207
|
Object.defineProperty(exports, "hrs", {
|
|
188
208
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkYNGRSAGP_cjs.hrs; }
|
|
190
210
|
});
|
|
191
211
|
Object.defineProperty(exports, "initials", {
|
|
192
212
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkYNGRSAGP_cjs.initials; }
|
|
194
214
|
});
|
|
195
215
|
Object.defineProperty(exports, "matchFontPairing", {
|
|
196
216
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkYNGRSAGP_cjs.matchFontPairing; }
|
|
218
|
+
});
|
|
219
|
+
Object.defineProperty(exports, "monthLabel", {
|
|
220
|
+
enumerable: true,
|
|
221
|
+
get: function () { return chunkYNGRSAGP_cjs.monthLabel; }
|
|
222
|
+
});
|
|
223
|
+
Object.defineProperty(exports, "parseIso", {
|
|
224
|
+
enumerable: true,
|
|
225
|
+
get: function () { return chunkYNGRSAGP_cjs.parseIso; }
|
|
198
226
|
});
|
|
199
227
|
Object.defineProperty(exports, "pct", {
|
|
200
228
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkYNGRSAGP_cjs.pct; }
|
|
202
230
|
});
|
|
203
231
|
Object.defineProperty(exports, "tid", {
|
|
204
232
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkYNGRSAGP_cjs.tid; }
|
|
206
234
|
});
|
|
207
235
|
Object.defineProperty(exports, "toEmbedUrl", {
|
|
208
236
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkYNGRSAGP_cjs.toEmbedUrl; }
|
|
210
238
|
});
|
|
211
239
|
Object.defineProperty(exports, "toHslTriplet", {
|
|
212
240
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkYNGRSAGP_cjs.toHslTriplet; }
|
|
242
|
+
});
|
|
243
|
+
Object.defineProperty(exports, "utcDay", {
|
|
244
|
+
enumerable: true,
|
|
245
|
+
get: function () { return chunkYNGRSAGP_cjs.utcDay; }
|
|
214
246
|
});
|
|
215
247
|
//# sourceMappingURL=index.cjs.map
|
|
216
248
|
//# sourceMappingURL=index.cjs.map
|
package/dist/site/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as Accordion, a as AccordionItem, b as AccordionProps, c as ApplyThemeOptions, d as AvatarBlock, e as AvatarBlockProps, B as Banner, f as BannerProps, g as BannerTone, h as BlockImage, i as BlockImageProps, j as BlockLink, k as BlockLinkComponent, l as BlockLinkProps, C as CTABanner, m as CTABannerProps, n as Callout, o as CalloutProps, p as CalloutVariant, q as ColorToken, r as Columns, s as ColumnsProps, t as ContactField, u as ContactForm, v as ContactFormProps, w as Container, x as ContainerProps, F as FAQ, y as FAQProps, z as FONT_PAIRINGS, D as FaqItem, E as FeatureGrid, G as FeatureGridProps, H as FeatureItem, I as FontPairing, J as Footer, K as FooterColumn, L as FooterLink, M as FooterProps, N as Gallery, O as GalleryImage, P as GalleryProps, Q as Hero, R as HeroCta, S as HeroProps, T as ListBlock, U as ListBlockProps, V as ListItem, W as LogoCloud, X as LogoCloudProps, Y as LogoItem, Z as MediaText, _ as MediaTextProps, $ as NavLink, a0 as Navbar, a1 as NavbarProps, a2 as PricingPlan, a3 as PricingTable, a4 as PricingTableProps, a5 as RichTextBlock, a6 as RichTextBlockProps, a7 as SectionHeading, a8 as Spacer, a9 as SpacerProps, aa as StepItem, ab as Steps, ac as StepsProps, ad as THEME_STYLE_ID, ae as TabItem, af as Tabs, ag as TabsProps, ah as TeamGrid, ai as TeamGridProps, aj as TeamMember, ak as Testimonial, al as TestimonialGrid, am as TestimonialGridProps, an as TestimonialItem, ao as TestimonialProps, ap as ThemeBundle, aq as ThemeEditor, ar as ThemeEditorProps, as as ThemeEmitMode, at as ThemeFonts, au as ThemePreset, av as ThemeState, aw as ThemeStoreConfig, ax as ThemeTokens, ay as
|
|
1
|
+
export { A as Accordion, a as AccordionItem, b as AccordionProps, c as ApplyThemeOptions, d as AvatarBlock, e as AvatarBlockProps, B as Banner, f as BannerProps, g as BannerTone, h as BlockImage, i as BlockImageProps, j as BlockLink, k as BlockLinkComponent, l as BlockLinkProps, C as CTABanner, m as CTABannerProps, n as Callout, o as CalloutProps, p as CalloutVariant, q as ColorToken, r as Columns, s as ColumnsProps, t as ContactField, u as ContactForm, v as ContactFormProps, w as Container, x as ContainerProps, F as FAQ, y as FAQProps, z as FONT_PAIRINGS, D as FaqItem, E as FeatureGrid, G as FeatureGridProps, H as FeatureItem, I as FontPairing, J as Footer, K as FooterColumn, L as FooterLink, M as FooterProps, N as Gallery, O as GalleryImage, P as GalleryProps, Q as Hero, R as HeroCta, S as HeroProps, T as ListBlock, U as ListBlockProps, V as ListItem, W as LogoCloud, X as LogoCloudProps, Y as LogoItem, Z as MediaText, _ as MediaTextProps, $ as NavLink, a0 as Navbar, a1 as NavbarProps, a2 as PricingPlan, a3 as PricingTable, a4 as PricingTableProps, a5 as RichTextBlock, a6 as RichTextBlockProps, a7 as SectionHeading, a8 as Spacer, a9 as SpacerProps, aa as StepItem, ab as Steps, ac as StepsProps, ad as THEME_STYLE_ID, ae as TabItem, af as Tabs, ag as TabsProps, ah as TeamGrid, ai as TeamGridProps, aj as TeamMember, ak as Testimonial, al as TestimonialGrid, am as TestimonialGridProps, an as TestimonialItem, ao as TestimonialProps, ap as ThemeBundle, aq as ThemeEditor, ar as ThemeEditorProps, as as ThemeEmitMode, at as ThemeFonts, au as ThemePreset, av as ThemeState, aw as ThemeStoreConfig, ax as ThemeTokens, ay as Timeline, az as TimelineCalendar, aA as TimelineCalendarProps, aB as TimelineGantt, aC as TimelineGanttProps, aD as TimelineItem, aE as TimelineProps, aF as TimelineViewMode, aG as VideoAspect, aH as VideoEmbed, aI as VideoEmbedProps, aJ as applyFontVars, aK as applyStoredTheme, aL as applyThemeVars, aM as clearFontVars, aN as clearThemeVars, aO as createThemeStore, aP as dayKey, aQ as daysUntil, aR as fmtDate, aS as fmtDateTime, aT as fontPackages, aV as formatSpan, aW as fromNow, aX as gbp, aY as getFontPairing, aZ as hrs, a_ as initials, a$ as matchFontPairing, b0 as monthLabel, b1 as parseIso, b2 as pct, b3 as tid, b4 as toEmbedUrl, b5 as toHslTriplet, b6 as utcDay } from '../index-CNjUY3Zm.cjs';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'lucide-react';
|
|
4
4
|
import 'zustand';
|
package/dist/site/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as Accordion, a as AccordionItem, b as AccordionProps, c as ApplyThemeOptions, d as AvatarBlock, e as AvatarBlockProps, B as Banner, f as BannerProps, g as BannerTone, h as BlockImage, i as BlockImageProps, j as BlockLink, k as BlockLinkComponent, l as BlockLinkProps, C as CTABanner, m as CTABannerProps, n as Callout, o as CalloutProps, p as CalloutVariant, q as ColorToken, r as Columns, s as ColumnsProps, t as ContactField, u as ContactForm, v as ContactFormProps, w as Container, x as ContainerProps, F as FAQ, y as FAQProps, z as FONT_PAIRINGS, D as FaqItem, E as FeatureGrid, G as FeatureGridProps, H as FeatureItem, I as FontPairing, J as Footer, K as FooterColumn, L as FooterLink, M as FooterProps, N as Gallery, O as GalleryImage, P as GalleryProps, Q as Hero, R as HeroCta, S as HeroProps, T as ListBlock, U as ListBlockProps, V as ListItem, W as LogoCloud, X as LogoCloudProps, Y as LogoItem, Z as MediaText, _ as MediaTextProps, $ as NavLink, a0 as Navbar, a1 as NavbarProps, a2 as PricingPlan, a3 as PricingTable, a4 as PricingTableProps, a5 as RichTextBlock, a6 as RichTextBlockProps, a7 as SectionHeading, a8 as Spacer, a9 as SpacerProps, aa as StepItem, ab as Steps, ac as StepsProps, ad as THEME_STYLE_ID, ae as TabItem, af as Tabs, ag as TabsProps, ah as TeamGrid, ai as TeamGridProps, aj as TeamMember, ak as Testimonial, al as TestimonialGrid, am as TestimonialGridProps, an as TestimonialItem, ao as TestimonialProps, ap as ThemeBundle, aq as ThemeEditor, ar as ThemeEditorProps, as as ThemeEmitMode, at as ThemeFonts, au as ThemePreset, av as ThemeState, aw as ThemeStoreConfig, ax as ThemeTokens, ay as
|
|
1
|
+
export { A as Accordion, a as AccordionItem, b as AccordionProps, c as ApplyThemeOptions, d as AvatarBlock, e as AvatarBlockProps, B as Banner, f as BannerProps, g as BannerTone, h as BlockImage, i as BlockImageProps, j as BlockLink, k as BlockLinkComponent, l as BlockLinkProps, C as CTABanner, m as CTABannerProps, n as Callout, o as CalloutProps, p as CalloutVariant, q as ColorToken, r as Columns, s as ColumnsProps, t as ContactField, u as ContactForm, v as ContactFormProps, w as Container, x as ContainerProps, F as FAQ, y as FAQProps, z as FONT_PAIRINGS, D as FaqItem, E as FeatureGrid, G as FeatureGridProps, H as FeatureItem, I as FontPairing, J as Footer, K as FooterColumn, L as FooterLink, M as FooterProps, N as Gallery, O as GalleryImage, P as GalleryProps, Q as Hero, R as HeroCta, S as HeroProps, T as ListBlock, U as ListBlockProps, V as ListItem, W as LogoCloud, X as LogoCloudProps, Y as LogoItem, Z as MediaText, _ as MediaTextProps, $ as NavLink, a0 as Navbar, a1 as NavbarProps, a2 as PricingPlan, a3 as PricingTable, a4 as PricingTableProps, a5 as RichTextBlock, a6 as RichTextBlockProps, a7 as SectionHeading, a8 as Spacer, a9 as SpacerProps, aa as StepItem, ab as Steps, ac as StepsProps, ad as THEME_STYLE_ID, ae as TabItem, af as Tabs, ag as TabsProps, ah as TeamGrid, ai as TeamGridProps, aj as TeamMember, ak as Testimonial, al as TestimonialGrid, am as TestimonialGridProps, an as TestimonialItem, ao as TestimonialProps, ap as ThemeBundle, aq as ThemeEditor, ar as ThemeEditorProps, as as ThemeEmitMode, at as ThemeFonts, au as ThemePreset, av as ThemeState, aw as ThemeStoreConfig, ax as ThemeTokens, ay as Timeline, az as TimelineCalendar, aA as TimelineCalendarProps, aB as TimelineGantt, aC as TimelineGanttProps, aD as TimelineItem, aE as TimelineProps, aF as TimelineViewMode, aG as VideoAspect, aH as VideoEmbed, aI as VideoEmbedProps, aJ as applyFontVars, aK as applyStoredTheme, aL as applyThemeVars, aM as clearFontVars, aN as clearThemeVars, aO as createThemeStore, aP as dayKey, aQ as daysUntil, aR as fmtDate, aS as fmtDateTime, aT as fontPackages, aV as formatSpan, aW as fromNow, aX as gbp, aY as getFontPairing, aZ as hrs, a_ as initials, a$ as matchFontPairing, b0 as monthLabel, b1 as parseIso, b2 as pct, b3 as tid, b4 as toEmbedUrl, b5 as toHslTriplet, b6 as utcDay } from '../index-CNjUY3Zm.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'lucide-react';
|
|
4
4
|
import 'zustand';
|
package/dist/site/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Accordion, AvatarBlock, Banner, BlockImage, BlockLink, CTABanner, Callout, Columns, ContactForm, Container, FAQ, FONT_PAIRINGS, FeatureGrid, Footer, Gallery, Hero, ListBlock, LogoCloud, MediaText, Navbar, PricingTable, RichTextBlock, SectionHeading, Spacer, Steps, THEME_STYLE_ID, Tabs, TeamGrid, Testimonial, TestimonialGrid, ThemeEditor, VideoEmbed, applyFontVars, applyStoredTheme, applyThemeVars, clearFontVars, clearThemeVars, createThemeStore, daysUntil, fmtDate, fmtDateTime, fontPackages, fromNow, gbp, getFontPairing, hrs, initials, matchFontPairing, pct, tid, toEmbedUrl, toHslTriplet } from '../chunk-
|
|
1
|
+
export { Accordion, AvatarBlock, Banner, BlockImage, BlockLink, CTABanner, Callout, Columns, ContactForm, Container, FAQ, FONT_PAIRINGS, FeatureGrid, Footer, Gallery, Hero, ListBlock, LogoCloud, MediaText, Navbar, PricingTable, RichTextBlock, SectionHeading, Spacer, Steps, THEME_STYLE_ID, Tabs, TeamGrid, Testimonial, TestimonialGrid, ThemeEditor, Timeline, TimelineCalendar, TimelineGantt, VideoEmbed, applyFontVars, applyStoredTheme, applyThemeVars, clearFontVars, clearThemeVars, createThemeStore, dayKey, daysUntil, fmtDate, fmtDateTime, fontPackages, formatSpan, fromNow, gbp, getFontPairing, hrs, initials, matchFontPairing, monthLabel, parseIso, pct, tid, toEmbedUrl, toHslTriplet, utcDay } from '../chunk-7ICEOZCE.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arbidocs/blocks",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.144",
|
|
4
4
|
"description": "Composable AI-native back-office blocks on top of @arbidocs/react — prompt library, theme system, shell, builders and vertical primitives.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"typecheck": "tsc --noEmit"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@arbidocs/react": "0.3.
|
|
41
|
-
"@arbidocs/sdk": "0.3.
|
|
40
|
+
"@arbidocs/react": "0.3.144",
|
|
41
|
+
"@arbidocs/sdk": "0.3.144",
|
|
42
42
|
"ag-grid-community": "^35.3.0",
|
|
43
43
|
"ag-grid-react": "^35.3.0",
|
|
44
44
|
"class-variance-authority": "^0.7.1",
|