trepur_components 2.3.47 → 2.3.49

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 (96) hide show
  1. package/lib/assets/trepurComponentsLogo.svg +32 -0
  2. package/lib/components/Accordion/Accordion.stories.d.ts +1 -1
  3. package/lib/components/AlertBar/AlertBar.stories.d.ts +1 -1
  4. package/lib/components/AlertBar/index.js +6 -6
  5. package/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts +2 -2
  6. package/lib/components/Breadcrumbs/index.d.ts +1 -1
  7. package/lib/components/Breadcrumbs/index.js +4 -4
  8. package/lib/components/Button/Button.stories.d.ts +1 -1
  9. package/lib/components/Button/index.js +16 -15
  10. package/lib/components/Calendar/Calendar.stories.d.ts +1 -1
  11. package/lib/components/Calendar/index.js +1 -1
  12. package/lib/components/Card/Card.stories.d.ts +1 -1
  13. package/lib/components/Card/index.js +18 -23
  14. package/lib/components/Carousel/Carousel.stories.d.ts +1 -1
  15. package/lib/components/Carousel/index.d.ts +1 -1
  16. package/lib/components/Carousel/index.js +44 -44
  17. package/lib/components/CarouselThumbnail/CarouselThumbnail.stories.d.ts +1 -1
  18. package/lib/components/CarouselThumbnail/index.d.ts +1 -1
  19. package/lib/components/CarouselThumbnail/index.js +33 -32
  20. package/lib/components/Checkbox/Checkbox.stories.d.ts +1 -1
  21. package/lib/components/Collapsible/Collapsible.stories.d.ts +1 -1
  22. package/lib/components/Collapsible/index.d.ts +2 -2
  23. package/lib/components/Collapsible/index.js +40 -42
  24. package/lib/components/Counter/Counter.stories.d.ts +1 -1
  25. package/lib/components/Counter/index.js +6 -6
  26. package/lib/components/DetailUpdater/DetailUpdater.stories.d.ts +1 -1
  27. package/lib/components/DetailUpdater/index.d.ts +0 -1
  28. package/lib/components/Dropdown/Dropdown.stories.d.ts +1 -1
  29. package/lib/components/Dropdown/index.d.ts +1 -1
  30. package/lib/components/Dropdown/index.js +34 -32
  31. package/lib/components/FileUploader/FileUploader.stories.d.ts +1 -1
  32. package/lib/components/Footer/Footer.stories.d.ts +1 -1
  33. package/lib/components/FooterNav/FooterNav.stories.d.ts +3 -3
  34. package/lib/components/FooterNav/index.d.ts +3 -3
  35. package/lib/components/FooterNav/index.js +6 -5
  36. package/lib/components/Form/Form.stories.d.ts +1 -1
  37. package/lib/components/Form/index.d.ts +1 -1
  38. package/lib/components/Gallery/Gallery.stories.d.ts +1 -1
  39. package/lib/components/Gallery/index.d.ts +1 -1
  40. package/lib/components/Greeting/Greeting.stories.d.ts +1 -1
  41. package/lib/components/HamburgerIcon/HamburgerIcon.stories.d.ts +1 -1
  42. package/lib/components/Icon/Icon.stories.d.ts +1 -1
  43. package/lib/components/Icon/index.d.ts +1 -1
  44. package/lib/components/Image/Image.stories.d.ts +1 -1
  45. package/lib/components/ImageCard/ImageCard.stories.d.ts +1 -1
  46. package/lib/components/ImageCard/index.d.ts +1 -1
  47. package/lib/components/ImageCard/index.js +10 -9
  48. package/lib/components/Input/Input.stories.d.ts +3 -3
  49. package/lib/components/Input/index.d.ts +2 -2
  50. package/lib/components/Input/index.js +22 -21
  51. package/lib/components/Link/Link.stories.d.ts +1 -2
  52. package/lib/components/Link/index.js +18 -17
  53. package/lib/components/Map/Map.stories.d.ts +1 -1
  54. package/lib/components/Map/index.js +2 -2
  55. package/lib/components/Map/utils.d.ts +1 -1
  56. package/lib/components/Map/utils.js +3 -6
  57. package/lib/components/MenuButton/MenuButton.stories.d.ts +1 -1
  58. package/lib/components/Nav/Nav.stories.d.ts +2 -2
  59. package/lib/components/Nav/index.d.ts +2 -2
  60. package/lib/components/Nav/index.js +49 -49
  61. package/lib/components/NavItem/NavItem.stories.d.ts +5 -5
  62. package/lib/components/NavItem/index.d.ts +4 -4
  63. package/lib/components/Pill/Pill.stories.d.ts +1 -1
  64. package/lib/components/Pill/index.js +6 -6
  65. package/lib/components/Search/Search.stories.d.ts +1 -1
  66. package/lib/components/Select/Select.stories.d.ts +1 -1
  67. package/lib/components/Showcase/Showcase.stories.d.ts +1 -1
  68. package/lib/components/Showcase/index.d.ts +1 -1
  69. package/lib/components/SideNav/SideNav.stories.d.ts +1 -1
  70. package/lib/components/SocialButton/SocialButton.stories.d.ts +1 -1
  71. package/lib/components/SplitCard/SplitCard.stories.d.ts +1 -1
  72. package/lib/components/SplitCard/index.js +3 -3
  73. package/lib/components/Stars/Stars.stories.d.ts +1 -1
  74. package/lib/components/Testimonial/Testimonial.stories.d.ts +1 -1
  75. package/lib/components/Testimonial/index.d.ts +1 -1
  76. package/lib/components/TextArea/TextArea.stories.d.ts +2 -2
  77. package/lib/components/TextArea/index.d.ts +1 -1
  78. package/lib/components/TextArea/index.js +3 -3
  79. package/lib/components/Timeline/Timeline.stories.d.ts +1 -1
  80. package/lib/components/Timeline/index.js +14 -14
  81. package/lib/components/Tubestops/Tubestops.stories.d.ts +1 -1
  82. package/lib/components/Tubestops/index.js +58 -61
  83. package/lib/components/Video/Video.stories.d.ts +1 -1
  84. package/lib/components/Video/index.d.ts +1 -1
  85. package/lib/components/index.d.ts +37 -37
  86. package/lib/documentation/assets/index.d.ts +1 -1
  87. package/lib/documentation/typography/Fonts/Fonts.stories.d.ts +1 -1
  88. package/lib/node_modules/keen-slider/react.js +261 -294
  89. package/lib/style.css +1 -1
  90. package/lib/utils/matchMedia.js +1 -2
  91. package/lib/utils/screens.js +3 -7
  92. package/package.json +2 -2
  93. package/lib/components/Calendar/style.css.js +0 -1
  94. package/lib/components/Map/map.css.js +0 -1
  95. package/lib/node_modules/@maptiler/sdk/dist/maptiler-sdk.css.js +0 -1
  96. package/lib/node_modules/keen-slider/keen-slider.min.css.js +0 -1
@@ -1,5 +1,5 @@
1
- import { StoryObj } from '@storybook/react';
2
1
  import { Video } from './';
2
+ import { StoryObj } from '@storybook/react';
3
3
 
4
4
  declare const meta: {
5
5
  title: string;
@@ -12,7 +12,7 @@ export interface VideoProps {
12
12
  declare const Video: import('react').ForwardRefExoticComponent<HTMLAttributes<HTMLVideoElement> & VideoProps & import('react').RefAttributes<HTMLVideoElement>> & {
13
13
  File: import('react').ForwardRefExoticComponent<HTMLAttributes<HTMLSourceElement> & {
14
14
  src: string;
15
- type: 'video/mp4' | 'video/webm' | 'video/ogv';
15
+ type: "video/mp4" | "video/webm" | "video/ogv";
16
16
  } & import('react').RefAttributes<HTMLSourceElement>>;
17
17
  };
18
18
  export { Video };
@@ -1,40 +1,40 @@
1
- import { Video } from './Video';
2
- import { Tubestops } from './Tubestops';
3
- import { Timeline } from './Timeline';
4
- import { TextArea } from './TextArea';
5
- import { Testimonial } from './Testimonial';
6
- import { Stars } from './Stars';
7
- import { SplitCard } from './SplitCard';
8
- import { Select } from './Select';
9
- import { Search } from './Search';
10
- import { Pill } from './Pill';
11
- import { NavItem } from './NavItem';
12
- import { Nav } from './Nav';
13
- import { Modal } from './Modal';
14
- import { MenuButton } from './MenuButton';
15
- import { Map } from './Map';
16
- import { Link } from './Link';
17
- import { Input } from './Input';
18
- import { ImageCard } from './ImageCard';
19
- import { Image } from './Image';
20
- import { Icon } from './Icon';
21
- import { Greeting } from './Greeting';
22
- import { Form } from './Form';
23
- import { FooterNav } from './FooterNav';
24
- import { Footer } from './Footer';
25
- import { Dropdown } from './Dropdown';
26
- import { Dialog } from './Dialog';
27
- import { DetailUpdater } from './DetailUpdater';
28
- import { Counter } from './Counter';
29
- import { Collapsible } from './Collapsible';
30
- import { Checkbox } from './Checkbox';
31
- import { CarouselThumbnail } from './CarouselThumbnail';
32
- import { Carousel } from './Carousel';
33
- import { Card } from './Card';
34
- import { CalendarComponent } from './Calendar';
35
- import { Button } from './Button';
36
- import { Breadcrumbs } from './Breadcrumbs';
37
- import { AlertBar } from './AlertBar';
38
1
  import { Accordion } from './Accordion';
2
+ import { AlertBar } from './AlertBar';
3
+ import { Breadcrumbs } from './Breadcrumbs';
4
+ import { Button } from './Button';
5
+ import { CalendarComponent } from './Calendar';
6
+ import { Card } from './Card';
7
+ import { Carousel } from './Carousel';
8
+ import { CarouselThumbnail } from './CarouselThumbnail';
9
+ import { Checkbox } from './Checkbox';
10
+ import { Collapsible } from './Collapsible';
11
+ import { Counter } from './Counter';
12
+ import { DetailUpdater } from './DetailUpdater';
13
+ import { Dialog } from './Dialog';
14
+ import { Dropdown } from './Dropdown';
15
+ import { Footer } from './Footer';
16
+ import { FooterNav } from './FooterNav';
17
+ import { Form } from './Form';
18
+ import { Greeting } from './Greeting';
19
+ import { Icon } from './Icon';
20
+ import { Image } from './Image';
21
+ import { ImageCard } from './ImageCard';
22
+ import { Input } from './Input';
23
+ import { Link } from './Link';
24
+ import { Map } from './Map';
25
+ import { MenuButton } from './MenuButton';
26
+ import { Modal } from './Modal';
27
+ import { Nav } from './Nav';
28
+ import { NavItem } from './NavItem';
29
+ import { Pill } from './Pill';
30
+ import { Search } from './Search';
31
+ import { Select } from './Select';
32
+ import { SplitCard } from './SplitCard';
33
+ import { Stars } from './Stars';
34
+ import { Testimonial } from './Testimonial';
35
+ import { TextArea } from './TextArea';
36
+ import { Timeline } from './Timeline';
37
+ import { Tubestops } from './Tubestops';
38
+ import { Video } from './Video';
39
39
 
40
40
  export { Accordion, AlertBar, Breadcrumbs, Button, CalendarComponent, Card, Checkbox, Carousel, CarouselThumbnail, Collapsible, Counter, DetailUpdater, Dialog, Dropdown, Form, Footer, FooterNav, Greeting, Icon, Image, ImageCard, Input, Link, Map, MenuButton, Modal, Nav, NavItem, Pill, Search, Select, SplitCard, Stars, Testimonial, TextArea, Timeline, Tubestops, Video };
@@ -1,3 +1,3 @@
1
- import { default as TrepurComponentsLogo } from './trepurComponentsLogo.svg';
1
+ import { default as TrepurComponentsLogo } from '/trepurComponentsLogo.svg';
2
2
 
3
3
  export { TrepurComponentsLogo };
@@ -1,5 +1,5 @@
1
- import { Fonts } from './Fonts';
2
1
  import { StoryObj } from '@storybook/react';
2
+ import { Fonts } from './Fonts';
3
3
 
4
4
  declare const meta: {
5
5
  title: string;