ecars-web-lib 1.0.7 → 1.0.8
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="categoryTestId";exports.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({GUIDES:"guides",REVIEWS:"reviews",NEWS:"news"}),E="categoryTestId";exports.CATEGORIES_LIST=e;exports.CATEGORY_TEST_ID=E;
|
|
2
2
|
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sources":["../../../lib/components/Category/constants.ts"],"sourcesContent":["export const CATEGORIES_LIST = Object.freeze({\n GUIDES: 'guides',\n REVIEWS: 'reviews',\n NEWS: 'news',\n});\n\nexport type CategoriesListType = (typeof CATEGORIES_LIST)[keyof typeof CATEGORIES_LIST];\n\nexport const CATEGORY_TEST_ID = 'categoryTestId';\n"],"names":["CATEGORY_TEST_ID"],"mappings":"
|
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../lib/components/Category/constants.ts"],"sourcesContent":["export const CATEGORIES_LIST = Object.freeze({\n GUIDES: 'guides',\n REVIEWS: 'reviews',\n NEWS: 'news',\n});\n\nexport type CategoriesListType = (typeof CATEGORIES_LIST)[keyof typeof CATEGORIES_LIST];\n\nexport const CATEGORY_TEST_ID = 'categoryTestId';\n"],"names":["CATEGORIES_LIST","CATEGORY_TEST_ID"],"mappings":"gFAAa,MAAAA,EAAkB,OAAO,OAAO,CAC3C,OAAQ,SACR,QAAS,UACT,KAAM,MACR,CAAC,EAIYC,EAAmB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export * from './services/helpers';
|
|
|
2
2
|
export * from './services/icons';
|
|
3
3
|
export * from './services/types';
|
|
4
4
|
export * from './services/mocks';
|
|
5
|
-
export
|
|
5
|
+
export * from './components/Category/constants';
|
|
6
6
|
export { withBlockClass } from './services/hoc/withBlockClass';
|
|
7
7
|
export { useAccordionHeight } from './services/hooks/useAccordionHeight';
|
|
8
8
|
export { useMatchMedia } from './services/hooks/useMatchMedia';
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./assets/global.css');;/* empty css */const i=require("./services/helpers.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./assets/global.css');;/* empty css */const i=require("./services/helpers.js"),r=require("./services/icons.js"),e=require("./services/mocks.js"),t=require("./components/Category/constants.js"),o=require("./services/hoc/withBlockClass.js"),n=require("./services/hooks/useAccordionHeight.js"),c=require("./services/hooks/useMatchMedia.js"),s=require("./services/hooks/useClickOutside.js"),u=require("./components/Category/Category.js"),a=require("./components/Checkbox/index.js"),l=require("./components/Dropdown/index.js"),d=require("./components/FavButton/FavButton.js"),k=require("./components/Field/index.js"),q=require("./components/FilterAccordion/index.js"),g=require("./components/FilterButton/FilterButton.js"),S=require("./components/Gallery/Gallery.js"),M=require("./components/Input/Input.js"),h=require("./components/LinkWithIcon/LinkWithIcon.js"),p=require("./components/NavLink/NavLink.js"),C=require("./components/Pagination/index.js"),I=require("./components/RangeSlider/RangeSlider.js"),A=require("./components/RouterLink/RouterLink.js"),B=require("./components/Select/index.js"),L=require("./components/Slider/index.js"),y=require("./components/SliderNavigate/SliderNavigate.js"),F=require("./components/Accordion/index.js"),O=require("./components/ButtonWithIcon/ButtonWithIcon.js"),T=require("./components/Button/Button.js");exports.capitalizeFirstLetter=i.capitalizeFirstLetter;exports.cn=i.cn;exports.Icons=r.Icons;exports.dropdownOptionsMock=e.dropdownOptionsMock;exports.imagesMock=e.imagesMock;exports.pageSizeMock=e.pageSizeMock;exports.rangeSliderArrayMock=e.rangeSliderArrayMock;exports.selectOptionsMock=e.selectOptionsMock;exports.sliderSlideArrayMock=e.sliderSlideArrayMock;exports.totalCountPageMock=e.totalCountPageMock;exports.CATEGORIES_LIST=t.CATEGORIES_LIST;exports.CATEGORY_TEST_ID=t.CATEGORY_TEST_ID;exports.withBlockClass=o.withBlockClass;exports.useAccordionHeight=n.useAccordionHeight;exports.useMatchMedia=c.useMatchMedia;exports.useClickOutside=s.useClickOutside;exports.Category=u.Category;exports.Checkbox=a.Checkbox;exports.Dropdown=l.Dropdown;exports.FavButton=d.FavButton;exports.Field=k.Field;exports.FilterAccordion=q.FilterAccordion;exports.FilterButton=g.FilterButton;exports.Gallery=S.Gallery;exports.Input=M.Input;exports.LinkWithIcon=h.LinkWithIcon;exports.NavLink=p.NavLink;exports.Pagination=C.Pagination;exports.RangeSlider=I.RangeSlider;exports.RouterLink=A.RouterLink;exports.Select=B.Select;exports.Slider=L.Slider;exports.SliderNavigate=y.SliderNavigate;exports.Accordion=F.Accordion;exports.ButtonWithIcon=O.ButtonWithIcon;exports.Button=T.Button;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|