trepur_components 1.0.1 → 1.0.2

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/dist/components/Accordion/Accordion.stories.tsx +88 -0
  2. package/dist/components/Accordion/index.tsx +31 -0
  3. package/dist/components/AlertBar/AlertBar.stories.tsx +105 -0
  4. package/dist/components/AlertBar/index.tsx +127 -0
  5. package/dist/components/Breadcrumbs/Breadcrumbs.stories.tsx +60 -0
  6. package/dist/components/Breadcrumbs/index.tsx +55 -0
  7. package/dist/components/BreadcrumbsBordered/BreadcrumbsBordered.stories.tsx +52 -0
  8. package/dist/components/BreadcrumbsBordered/index.tsx +44 -0
  9. package/dist/components/BreadcrumbsItem/BreadcrumbsItem.stories.tsx +54 -0
  10. package/dist/components/BreadcrumbsItem/index.tsx +151 -0
  11. package/dist/components/Button/button.stories.tsx +148 -0
  12. package/dist/components/Button/index.tsx +91 -0
  13. package/dist/components/Card/Card.stories.tsx +150 -0
  14. package/dist/components/Card/index.tsx +162 -0
  15. package/dist/components/CardWithTopImage/CardWithTopImage.stories.tsx +48 -0
  16. package/dist/components/CardWithTopImage/index.tsx +40 -0
  17. package/dist/components/Carousel/Carousel.stories.tsx +369 -0
  18. package/dist/components/Carousel/index.tsx +267 -0
  19. package/dist/components/ChevronCard/ChevronCard.stories.tsx +21 -0
  20. package/dist/components/ChevronCard/index.tsx +39 -0
  21. package/dist/components/Collapsible/Collapsible.stories.tsx +70 -0
  22. package/dist/components/Collapsible/index.tsx +124 -0
  23. package/dist/components/Column/Column.stories.tsx +82 -0
  24. package/dist/components/Column/index.tsx +114 -0
  25. package/dist/components/Container/Container.stories.tsx +38 -0
  26. package/dist/components/Container/index.tsx +30 -0
  27. package/dist/components/FooterBar/FooterBar.stories.tsx +57 -0
  28. package/dist/components/FooterBar/index.tsx +44 -0
  29. package/dist/components/Form/Form.stories.tsx +93 -0
  30. package/dist/components/Form/index.tsx +58 -0
  31. package/dist/components/FyreCard/FyreCard.stories.tsx +29 -0
  32. package/dist/components/FyreCard/index.tsx +46 -0
  33. package/dist/components/Greeting/Greeting.stories.tsx +42 -0
  34. package/dist/components/Greeting/index.tsx +46 -0
  35. package/dist/components/HamburgerIcon/HamburgerIcon.stories.tsx +50 -0
  36. package/dist/components/HamburgerIcon/index.tsx +65 -0
  37. package/dist/components/Icon/Icon.stories.tsx +102 -0
  38. package/dist/components/Icon/index.tsx +112 -0
  39. package/dist/components/Image/Image.stories.tsx +88 -0
  40. package/dist/components/Image/index.tsx +113 -0
  41. package/dist/components/ImageLink/ImageLink.stories.tsx +60 -0
  42. package/dist/components/ImageLink/index.tsx +62 -0
  43. package/dist/components/ImageLinkList/ImageLinkList.stories.tsx +34 -0
  44. package/dist/components/ImageLinkList/index.tsx +33 -0
  45. package/dist/components/InformationIcon/InformationIcon.stories.tsx +86 -0
  46. package/dist/components/InformationIcon/index.tsx +84 -0
  47. package/dist/components/Input/Input.stories.tsx +99 -0
  48. package/dist/components/Input/index.tsx +126 -0
  49. package/dist/components/Jumbotron/Jumbotron.stories.tsx +22 -0
  50. package/dist/components/Jumbotron/index.tsx +25 -0
  51. package/dist/components/Nav/Nav.stories.tsx +155 -0
  52. package/dist/components/Nav/index.tsx +180 -0
  53. package/dist/components/NavItem/NavItem.stories.tsx +89 -0
  54. package/dist/components/NavItem/index.tsx +65 -0
  55. package/dist/components/NewsCard/NewsCard.stories.tsx +71 -0
  56. package/dist/components/NewsCard/index.tsx +48 -0
  57. package/dist/components/Profile/Profile.stories.tsx +50 -0
  58. package/dist/components/Profile/index.tsx +87 -0
  59. package/dist/components/Row/Row.stories.tsx +51 -0
  60. package/dist/components/Row/index.tsx +24 -0
  61. package/dist/components/Search/Search.stories.tsx +58 -0
  62. package/dist/components/Search/index.tsx +58 -0
  63. package/dist/components/SocialBlock/SocialBlock.stories.tsx +114 -0
  64. package/dist/components/SocialBlock/index.tsx +161 -0
  65. package/dist/components/StarRating/StarRating.stories.tsx +23 -0
  66. package/dist/components/StarRating/index.tsx +71 -0
  67. package/dist/components/Testimonial/Testimonial.stories.tsx +110 -0
  68. package/dist/components/Testimonial/index.tsx +50 -0
  69. package/dist/components/TextAndTitle/TextAndTitle.stories.tsx +65 -0
  70. package/dist/components/TextAndTitle/index.tsx +257 -0
  71. package/dist/components/TextArea/TextArea.stories.tsx +67 -0
  72. package/dist/components/TextArea/index.tsx +97 -0
  73. package/dist/components/Timeline/Timeline.stories.tsx +100 -0
  74. package/dist/components/Timeline/index.css +133 -0
  75. package/dist/components/Timeline/index.tsx +315 -0
  76. package/dist/components/Tubestops/Tubestops.stories.tsx +66 -0
  77. package/dist/components/Tubestops/index.css +92 -0
  78. package/dist/components/Tubestops/index.tsx +77 -0
  79. package/dist/components/UserIcon/UserIcon.stories.tsx +67 -0
  80. package/dist/components/UserIcon/index.tsx +42 -0
  81. package/dist/components/Video/Video.stories.tsx +23 -0
  82. package/dist/components/Video/index.tsx +49 -0
  83. package/dist/fonts/Sora/OFL.txt +93 -0
  84. package/dist/fonts/Sora/README.txt +70 -0
  85. package/dist/fonts/Sora/Sora-VariableFont_wght.ttf +0 -0
  86. package/dist/fonts/Sora/static/Sora-Bold.ttf +0 -0
  87. package/dist/fonts/Sora/static/Sora-ExtraBold.ttf +0 -0
  88. package/dist/fonts/Sora/static/Sora-ExtraLight.ttf +0 -0
  89. package/dist/fonts/Sora/static/Sora-Light.ttf +0 -0
  90. package/dist/fonts/Sora/static/Sora-Medium.ttf +0 -0
  91. package/dist/fonts/Sora/static/Sora-Regular.ttf +0 -0
  92. package/dist/fonts/Sora/static/Sora-SemiBold.ttf +0 -0
  93. package/dist/fonts/Sora/static/Sora-Thin.ttf +0 -0
  94. package/dist/index.js +272 -0
  95. package/dist/styles/base.css +73 -0
  96. package/package.json +1 -1
@@ -0,0 +1,73 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+ @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css");
5
+
6
+ @font-face {
7
+ font-family: "Sora";
8
+ src: url("../fonts/Sora/static/Sora-Thin.ttf") format("truetype");
9
+ font-weight: 100;
10
+ font-style: normal;
11
+ }
12
+
13
+ @font-face {
14
+ font-family: "Sora";
15
+ src: url("../fonts/Sora/static/Sora-ExtraLight.ttf") format("truetype");
16
+ font-weight: 200;
17
+ font-style: normal;
18
+ }
19
+
20
+ @font-face {
21
+ font-family: "Sora";
22
+ src: url("../fonts/Sora/static/Sora-Light.ttf") format("truetype");
23
+ font-weight: 300;
24
+ font-style: normal;
25
+ }
26
+
27
+ @font-face {
28
+ font-family: "Sora";
29
+ src: url("../fonts/Sora/static/Sora-Regular.ttf") format("truetype");
30
+ font-weight: 400;
31
+ font-style: normal;
32
+ }
33
+
34
+ @font-face {
35
+ font-family: "Sora";
36
+ src: url("../fonts/Sora/static/Sora-Medium.ttf") format("truetype");
37
+ font-weight: 500;
38
+ font-style: normal;
39
+ }
40
+
41
+ @font-face {
42
+ font-family: "Sora";
43
+ src: url("../fonts/Sora/static/Sora-SemiBold.ttf") format("truetype");
44
+ font-weight: 600;
45
+ font-style: normal;
46
+ }
47
+
48
+ @font-face {
49
+ font-family: "Sora";
50
+ src: url("../fonts/Sora/static/Sora-Bold.ttf") format("truetype");
51
+ font-weight: 700;
52
+ font-style: normal;
53
+ }
54
+
55
+ @font-face {
56
+ font-family: "Sora";
57
+ src: url("../fonts/Sora/static/Sora-ExtraBold.ttf") format("truetype");
58
+ font-weight: 800;
59
+ font-style: normal;
60
+ }
61
+
62
+ .slick-track {
63
+ display: flex !important;
64
+ }
65
+
66
+ .slick-slide {
67
+ height: inherit !important;
68
+ }
69
+
70
+ .slick-slide > div {
71
+ height: 100%;
72
+ display: flex;
73
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "trepur_components",
3
3
  "description": "component lib",
4
4
  "author": "trepur_ttenneb",
5
- "version": "1.0.1",
5
+ "version": "1.0.2",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",