@lanaco/lnc-react-ui 4.0.148 → 4.0.150
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/BlogExploreSection.cjs +5 -5
- package/dist/BlogExploreSection.js +120 -116
- package/dist/BlogListSection.cjs +5 -5
- package/dist/BlogListSection.js +129 -133
- package/dist/DetailedProductsInfinitiveSection.cjs +66 -0
- package/dist/DetailedProductsInfinitiveSection.js +203 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +87 -85
- package/package.json +2 -1
- package/vite.config.js +4 -0
package/dist/index.js
CHANGED
|
@@ -9,10 +9,10 @@ import { default as g } from "./PasswordInput.js";
|
|
|
9
9
|
import { default as C } from "./RadioInput.js";
|
|
10
10
|
import { default as D } from "./RangeSlider.js";
|
|
11
11
|
import { default as T } from "./TextAreaInput.js";
|
|
12
|
-
import { default as
|
|
12
|
+
import { default as P } from "./TextInput.js";
|
|
13
13
|
import { default as h } from "./TimeInput.js";
|
|
14
14
|
import { default as M } from "./Badge.js";
|
|
15
|
-
import { default as
|
|
15
|
+
import { default as G } from "./Chip.js";
|
|
16
16
|
import { default as K } from "./DataView.js";
|
|
17
17
|
import { default as V } from "./DetailsView.js";
|
|
18
18
|
import { default as k } from "./EditableTable.js";
|
|
@@ -36,10 +36,10 @@ import { default as ge } from "./Avatar.js";
|
|
|
36
36
|
import { default as Ce } from "./Button.js";
|
|
37
37
|
import { default as De } from "./Icon.js";
|
|
38
38
|
import { default as Te } from "./IconButton.js";
|
|
39
|
-
import { default as
|
|
39
|
+
import { default as Pe } from "./Link.js";
|
|
40
40
|
import { default as he } from "./Surface.js";
|
|
41
41
|
import { default as Me } from "./UploadedFile.js";
|
|
42
|
-
import { default as
|
|
42
|
+
import { default as Ge } from "./DoubleRangeSlider.js";
|
|
43
43
|
import { default as Ke } from "./DragAndDropFile.js";
|
|
44
44
|
import { default as Ve } from "./DragDropFiles.js";
|
|
45
45
|
import { default as ke } from "./Dropdown.js";
|
|
@@ -63,9 +63,9 @@ import { default as Bo } from "./PageLayout.js";
|
|
|
63
63
|
import { default as Io } from "./Sidebar.js";
|
|
64
64
|
import { default as bo } from "./Tabs.js";
|
|
65
65
|
import { default as Fo } from "./TabItem.js";
|
|
66
|
-
import { default as
|
|
66
|
+
import { default as wo } from "./Accordion.js";
|
|
67
67
|
import { default as Ao } from "./AccordionSummary.js";
|
|
68
|
-
import { default as
|
|
68
|
+
import { default as vo } from "./AccordionDetails.js";
|
|
69
69
|
import { default as Lo } from "./Breadcrumbs.js";
|
|
70
70
|
import { default as No } from "./ConfirmationForm.js";
|
|
71
71
|
import { default as Wo } from "./Drawer.js";
|
|
@@ -88,81 +88,83 @@ import { default as it } from "./NestedMenuItem.js";
|
|
|
88
88
|
import { default as St } from "./TreeMenuSeparator.js";
|
|
89
89
|
import { default as Bt } from "./MasonryGeneralCardsSection.js";
|
|
90
90
|
import { default as It } from "./DetailedProductsSection.js";
|
|
91
|
-
import { default as bt } from "./
|
|
92
|
-
import { default as Ft } from "./
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as At } from "./
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as Lt } from "./
|
|
97
|
-
import { default as Nt } from "./
|
|
98
|
-
import { default as Wt } from "./
|
|
99
|
-
import { default as yt } from "./
|
|
100
|
-
import { default as Rt } from "./
|
|
101
|
-
import { default as Et } from "./
|
|
102
|
-
import { default as Ut } from "./
|
|
103
|
-
import { default as zt } from "./
|
|
104
|
-
import { default as Jt } from "./
|
|
105
|
-
import { default as Yt } from "./
|
|
106
|
-
import { default as _t } from "./
|
|
107
|
-
import { default as er } from "./
|
|
108
|
-
import { default as tr } from "./
|
|
109
|
-
import { default as ar } from "./
|
|
110
|
-
import { default as dr } from "./
|
|
111
|
-
import { default as lr } from "./
|
|
112
|
-
import { default as ur } from "./
|
|
113
|
-
import { default as nr } from "./
|
|
114
|
-
import { default as ir } from "./
|
|
115
|
-
import { default as Sr } from "./
|
|
116
|
-
import { default as Br } from "./
|
|
117
|
-
import { default as Ir } from "./
|
|
118
|
-
import { default as br } from "./
|
|
119
|
-
import { default as Fr } from "./
|
|
120
|
-
import { default as
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import { default as Lr } from "./
|
|
124
|
-
import { default as Nr } from "./
|
|
125
|
-
import { default as Wr
|
|
126
|
-
import {
|
|
91
|
+
import { default as bt } from "./DetailedProductsInfinitiveSection.js";
|
|
92
|
+
import { default as Ft } from "./ProductsWithBannerSection.js";
|
|
93
|
+
import { default as wt } from "./SimpleProductsSection.js";
|
|
94
|
+
import { default as At } from "./UrgentSaleProductsSection.js";
|
|
95
|
+
import { default as vt } from "./BannerSectionCarousel.js";
|
|
96
|
+
import { default as Lt } from "./BannerSectionGrid.js";
|
|
97
|
+
import { default as Nt } from "./BannerSectionSimple.js";
|
|
98
|
+
import { default as Wt } from "./BannerSectionWithList.js";
|
|
99
|
+
import { default as yt } from "./BannerSectionWithListImage.js";
|
|
100
|
+
import { default as Rt } from "./GiftCardsSection.js";
|
|
101
|
+
import { default as Et } from "./BrandHitsSection.js";
|
|
102
|
+
import { default as Ut } from "./FieldOfInterestsMasonrySection.js";
|
|
103
|
+
import { default as zt } from "./FieldOfInterestsWithAvatarsCardsSection.js";
|
|
104
|
+
import { default as Jt } from "./FieldOfInterestsWithTagsCardsSection.js";
|
|
105
|
+
import { default as Yt } from "./BannerSectionBasic.js";
|
|
106
|
+
import { default as _t } from "./GeneralWithTagsCardsSection.js";
|
|
107
|
+
import { default as er } from "./ShopCardsSection.js";
|
|
108
|
+
import { default as tr } from "./QuizSection.js";
|
|
109
|
+
import { default as ar } from "./SalesCampaignsSection.js";
|
|
110
|
+
import { default as dr } from "./CalorieCalculatorSection.js";
|
|
111
|
+
import { default as lr } from "./BlogCategoryCardsSection.js";
|
|
112
|
+
import { default as ur } from "./BlogProductCardsSection.js";
|
|
113
|
+
import { default as nr } from "./BlogShopCardsSection.js";
|
|
114
|
+
import { default as ir } from "./BlogCardsSponsoredSection.js";
|
|
115
|
+
import { default as Sr } from "./BlogListSection.js";
|
|
116
|
+
import { default as Br } from "./AdBannerSection.js";
|
|
117
|
+
import { default as Ir } from "./QuattroCardsSection.js";
|
|
118
|
+
import { default as br } from "./FeedbackSection.js";
|
|
119
|
+
import { default as Fr } from "./HelpBannerSection.js";
|
|
120
|
+
import { default as wr } from "./ContactSection.js";
|
|
121
|
+
import { default as Ar } from "./FaqSection.js";
|
|
122
|
+
import { S as vr } from "./SearchSection-CsfURtvf.js";
|
|
123
|
+
import { default as Lr } from "./StatsSection.js";
|
|
124
|
+
import { default as Nr } from "./ToggleSection.js";
|
|
125
|
+
import { default as Wr } from "./BlogExploreSection.js";
|
|
126
|
+
import { default as yr, useTheme as Hr } from "./ThemeProvider.js";
|
|
127
|
+
import { c as Or } from "./CustomStyles-DVcu00ul.js";
|
|
127
128
|
export {
|
|
128
|
-
|
|
129
|
-
|
|
129
|
+
wo as Accordion,
|
|
130
|
+
vo as AccordionDetails,
|
|
130
131
|
Ao as AccordionSummary,
|
|
131
132
|
re as ActionsToolbar,
|
|
132
|
-
|
|
133
|
+
Br as AdBannerSection,
|
|
133
134
|
fe as Alert,
|
|
134
135
|
ge as Avatar,
|
|
135
136
|
M as Badge,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
137
|
+
Yt as BannerSectionBasic,
|
|
138
|
+
vt as BannerSectionCarousel,
|
|
139
|
+
Lt as BannerSectionGrid,
|
|
140
|
+
Nt as BannerSectionSimple,
|
|
141
|
+
Wt as BannerSectionWithList,
|
|
142
|
+
yt as BannerSectionWithListImage,
|
|
143
|
+
ir as BlogCardsSponsoredSection,
|
|
144
|
+
lr as BlogCategoryCardsSection,
|
|
145
|
+
Wr as BlogExploreSection,
|
|
146
|
+
Sr as BlogListSection,
|
|
147
|
+
ur as BlogProductCardsSection,
|
|
148
|
+
nr as BlogShopCardsSection,
|
|
149
|
+
Et as BrandHitsSection,
|
|
149
150
|
Lo as Breadcrumbs,
|
|
150
151
|
Ce as Button,
|
|
151
152
|
Ze as ButtonGroup,
|
|
152
|
-
|
|
153
|
+
dr as CalorieCalculatorSection,
|
|
153
154
|
t as CheckBoxInput,
|
|
154
|
-
|
|
155
|
+
G as Chip,
|
|
155
156
|
a as ColorInput,
|
|
156
157
|
No as ConfirmationForm,
|
|
157
|
-
|
|
158
|
+
wr as ContactSection,
|
|
158
159
|
$e as Content,
|
|
159
160
|
K as DataView,
|
|
160
161
|
d as DateInput,
|
|
161
162
|
p as DecimalInput,
|
|
162
163
|
m as DecimalInputV2,
|
|
164
|
+
bt as DetailedProductsInfinitiveSection,
|
|
163
165
|
It as DetailedProductsSection,
|
|
164
166
|
V as DetailsView,
|
|
165
|
-
|
|
167
|
+
Ge as DoubleRangeSlider,
|
|
166
168
|
Ke as DragAndDropFile,
|
|
167
169
|
Ve as DragDropFiles,
|
|
168
170
|
Wo as Drawer,
|
|
@@ -171,11 +173,11 @@ export {
|
|
|
171
173
|
He as DropdownLookup,
|
|
172
174
|
yo as DropdownMenu,
|
|
173
175
|
k as EditableTable,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
176
|
+
Ar as FaqSection,
|
|
177
|
+
br as FeedbackSection,
|
|
178
|
+
Ut as FieldOfInterestsMasonrySection,
|
|
179
|
+
zt as FieldOfInterestsWithAvatarsCardsSection,
|
|
180
|
+
Jt as FieldOfInterestsWithTagsCardsSection,
|
|
179
181
|
x as FileInput,
|
|
180
182
|
oo as FlexBox,
|
|
181
183
|
ro as FlexGrid,
|
|
@@ -183,12 +185,12 @@ export {
|
|
|
183
185
|
lo as Footer,
|
|
184
186
|
uo as FormField,
|
|
185
187
|
H as FormView,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
+
_t as GeneralWithTagsCardsSection,
|
|
189
|
+
Rt as GiftCardsSection,
|
|
188
190
|
no as Grid,
|
|
189
191
|
io as GridItem,
|
|
190
192
|
So as Header,
|
|
191
|
-
|
|
193
|
+
Fr as HelpBannerSection,
|
|
192
194
|
De as Icon,
|
|
193
195
|
Te as IconButton,
|
|
194
196
|
O as Kanban,
|
|
@@ -197,7 +199,7 @@ export {
|
|
|
197
199
|
j as KanbanFooter,
|
|
198
200
|
q as KanbanHeader,
|
|
199
201
|
X as KanbanView,
|
|
200
|
-
|
|
202
|
+
Pe as Link,
|
|
201
203
|
Bt as MasonryGeneralCardsSection,
|
|
202
204
|
nt as MenuItem,
|
|
203
205
|
zo as Modal,
|
|
@@ -218,22 +220,22 @@ export {
|
|
|
218
220
|
dt as PopoverDescription,
|
|
219
221
|
et as PopoverHeading,
|
|
220
222
|
at as PopoverTrigger,
|
|
221
|
-
|
|
223
|
+
Ft as ProductsWithBannerSection,
|
|
222
224
|
xe as ProgressBar,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
+
Ir as QuattroCardsSection,
|
|
226
|
+
tr as QuizSection,
|
|
225
227
|
qe as RadioGroup,
|
|
226
228
|
C as RadioInput,
|
|
227
229
|
D as RangeSlider,
|
|
228
|
-
|
|
230
|
+
ar as SalesCampaignsSection,
|
|
229
231
|
je as SearchBar,
|
|
230
|
-
|
|
232
|
+
vr as SearchSection,
|
|
231
233
|
Uo as Separator,
|
|
232
|
-
|
|
234
|
+
er as ShopCardsSection,
|
|
233
235
|
Io as Sidebar,
|
|
234
|
-
|
|
236
|
+
wt as SimpleProductsSection,
|
|
235
237
|
ce as Spinner,
|
|
236
|
-
|
|
238
|
+
Lr as StatsSection,
|
|
237
239
|
he as Surface,
|
|
238
240
|
lt as SwipeableDrawer,
|
|
239
241
|
Fo as TabItem,
|
|
@@ -241,16 +243,16 @@ export {
|
|
|
241
243
|
oe as TableView,
|
|
242
244
|
bo as Tabs,
|
|
243
245
|
T as TextAreaInput,
|
|
244
|
-
|
|
245
|
-
|
|
246
|
+
P as TextInput,
|
|
247
|
+
yr as ThemeProvider,
|
|
246
248
|
h as TimeInput,
|
|
247
249
|
Xe as Toggle,
|
|
248
|
-
|
|
250
|
+
Nr as ToggleSection,
|
|
249
251
|
ut as TreeMenu,
|
|
250
252
|
St as TreeMenuSeparator,
|
|
251
253
|
Me as UploadedFile,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
+
At as UrgentSaleProductsSection,
|
|
255
|
+
Or as components,
|
|
254
256
|
s as registerLocale,
|
|
255
|
-
|
|
257
|
+
Hr as useTheme
|
|
256
258
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lanaco/lnc-react-ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.150",
|
|
4
4
|
"description": "React component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
"./ThemeProvider": "./dist/ThemeProvider.js",
|
|
117
117
|
"./MasonryGeneralCardsSection": "./dist/MasonryGeneralCardsSection.js",
|
|
118
118
|
"./DetailedProductsSection": "./dist/DetailedProductsSection.js",
|
|
119
|
+
"./DetailedProductsInfinitiveSection": "./dist/DetailedProductsInfinitiveSection.js",
|
|
119
120
|
"./ProductsWithBannerSection": "./dist/ProductsWithBannerSection.js",
|
|
120
121
|
"./SimpleProductsSection": "./dist/SimpleProductsSection.js",
|
|
121
122
|
"./UrgentSaleProductsSection": "./dist/UrgentSaleProductsSection.js",
|
package/vite.config.js
CHANGED
|
@@ -149,6 +149,10 @@ export default defineConfig({
|
|
|
149
149
|
__dirname,
|
|
150
150
|
"src/Landing Sections/products-sections/detailed-products-section/DetailedProductsSection.jsx"
|
|
151
151
|
),
|
|
152
|
+
resolve(
|
|
153
|
+
__dirname,
|
|
154
|
+
"src/Landing Sections/products-sections/detailed-products-infinitive-section/DetailedProductsInfinitiveSection.jsx"
|
|
155
|
+
),
|
|
152
156
|
resolve(
|
|
153
157
|
__dirname,
|
|
154
158
|
"src/Landing Sections/products-sections/products-with-banner-section/ProductsWithBannerSection.jsx"
|