trepur_components 2.4.1 → 2.4.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.
- package/lib/components/Accordion/Accordion.stories.d.ts +13 -0
- package/lib/components/AlertBar/AlertBar.stories.d.ts +25 -0
- package/lib/components/AlertBar/index.d.ts +1 -0
- package/lib/components/Avatar/Avatar.stories.d.ts +10 -0
- package/lib/components/Avatar/index.d.ts +2 -0
- package/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts +20 -0
- package/lib/components/Breadcrumbs/index.d.ts +1 -0
- package/lib/components/Button/Button.stories.d.ts +9 -4
- package/lib/components/Button/index.d.ts +1 -0
- package/lib/components/Calendar/Calendar.stories.d.ts +11 -0
- package/lib/components/Calendar/index.d.ts +1 -0
- package/lib/components/Card/Card.stories.d.ts +11 -0
- package/lib/components/Carousel/Carousel.stories.d.ts +21 -0
- package/lib/components/Carousel/index.d.ts +1 -0
- package/lib/components/Carousel/index.js +1 -1
- package/lib/components/CarouselThumbnail/CarouselThumbnail.stories.d.ts +22 -0
- package/lib/components/CarouselThumbnail/index.d.ts +1 -0
- package/lib/components/Checkbox/Checkbox.stories.d.ts +17 -0
- package/lib/components/Checkbox/index.d.ts +1 -0
- package/lib/components/Collapsible/Collapsible.stories.d.ts +23 -0
- package/lib/components/Collapsible/index.d.ts +2 -1
- package/lib/components/Collapsible/index.js +1 -1
- package/lib/components/Counter/Counter.stories.d.ts +17 -0
- package/lib/components/Counter/index.d.ts +1 -0
- package/lib/components/DetailUpdater/DetailUpdater.stories.d.ts +18 -0
- package/lib/components/Dialog/Dialog.stories.d.ts +15 -0
- package/lib/components/Dialog/index.d.ts +2 -1
- package/lib/components/Dropdown/Dropdown.stories.d.ts +17 -0
- package/lib/components/Dropdown/index.d.ts +2 -1
- package/lib/components/FileUploader/FileUploader.stories.d.ts +18 -0
- package/lib/components/FileUploader/index.d.ts +1 -0
- package/lib/components/Footer/Footer.stories.d.ts +19 -0
- package/lib/components/Footer/index.d.ts +1 -0
- package/lib/components/FooterNav/FooterNav.stories.d.ts +22 -0
- package/lib/components/FooterNav/index.d.ts +1 -0
- package/lib/components/Form/Form.stories.d.ts +66 -0
- package/lib/components/Form/index.d.ts +3 -2
- package/lib/components/Gallery/Gallery.stories.d.ts +16 -0
- package/lib/components/Gallery/index.d.ts +2 -1
- package/lib/components/Greeting/Greeting.stories.d.ts +13 -0
- package/lib/components/HamburgerIcon/HamburgerIcon.stories.d.ts +12 -0
- package/lib/components/Icon/Icon.stories.d.ts +16 -0
- package/lib/components/Icon/index.d.ts +1 -0
- package/lib/components/Image/Image.stories.d.ts +13 -0
- package/lib/components/ImageCard/ImageCard.stories.d.ts +23 -0
- package/lib/components/ImageCard/index.d.ts +2 -1
- package/lib/components/Input/Input.stories.d.ts +21 -0
- package/lib/components/Input/index.d.ts +1 -0
- package/lib/components/Link/Link.stories.d.ts +30 -0
- package/lib/components/Link/index.d.ts +1 -0
- package/lib/components/Map/Map.stories.d.ts +18 -0
- package/lib/components/Map/index.d.ts +1 -0
- package/lib/components/Map/utils.d.ts +1 -0
- package/lib/components/MenuButton/MenuButton.stories.d.ts +28 -0
- package/lib/components/MenuButton/index.d.ts +2 -0
- package/lib/components/Modal/Modal.stories.d.ts +67 -0
- package/lib/components/Modal/index.d.ts +2 -0
- package/lib/components/Nav/Nav.stories.d.ts +32 -0
- package/lib/components/Nav/index.d.ts +1 -0
- package/lib/components/NavItem/NavItem.stories.d.ts +22 -0
- package/lib/components/NavItem/index.d.ts +1 -0
- package/lib/components/Pill/Pill.stories.d.ts +26 -0
- package/lib/components/Pill/index.d.ts +1 -0
- package/lib/components/Search/Search.stories.d.ts +44 -0
- package/lib/components/Search/index.d.ts +2 -1
- package/lib/components/Select/Select.stories.d.ts +24 -0
- package/lib/components/Showcase/Showcase.stories.d.ts +17 -0
- package/lib/components/Showcase/index.d.ts +2 -1
- package/lib/components/SideNav/SideNav.stories.d.ts +40 -0
- package/lib/components/SideNav/index.d.ts +1 -0
- package/lib/components/SocialButton/SocialButton.stories.d.ts +83 -0
- package/lib/components/SocialButton/index.d.ts +2 -0
- package/lib/components/SplitCard/SplitCard.stories.d.ts +21 -0
- package/lib/components/SplitCard/index.d.ts +1 -0
- package/lib/components/Stars/Stars.stories.d.ts +14 -0
- package/lib/components/Testimonial/Testimonial.stories.d.ts +21 -0
- package/lib/components/Testimonial/index.d.ts +2 -1
- package/lib/components/TextArea/TextArea.stories.d.ts +21 -0
- package/lib/components/TextArea/index.d.ts +1 -0
- package/lib/components/Timeline/Timeline.stories.d.ts +21 -0
- package/lib/components/Timeline/index.d.ts +1 -0
- package/lib/components/Tubestops/Tubestops.stories.d.ts +24 -0
- package/lib/components/Tubestops/index.d.ts +1 -0
- package/lib/components/Video/Video.stories.d.ts +23 -0
- package/lib/components/Video/index.d.ts +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/documentation/components/ThemeColours.d.ts +20 -0
- package/lib/documentation/typography/Fonts/Fonts.d.ts +2 -0
- package/lib/documentation/typography/Fonts/Fonts.stories.d.ts +10 -0
- package/lib/sample.jpg +0 -0
- package/lib/trepurComponentsLogo.svg +32 -0
- package/package.json +65 -36
- package/lib/styles/themes/rupertbennett.css +0 -78
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
body.theme-rupertbennett {
|
|
2
|
-
--color-primary: #0036A0;
|
|
3
|
-
--color-secondary: #FFA800;
|
|
4
|
-
--color-tertiary: #921457;
|
|
5
|
-
|
|
6
|
-
--color-loading: #a3a3a3;
|
|
7
|
-
|
|
8
|
-
/* pill */
|
|
9
|
-
--color-error-default: #ffffff;
|
|
10
|
-
--color-warning-default: #a16207;
|
|
11
|
-
--color-success-default: #047857;
|
|
12
|
-
--color-info-default: #0369a1;
|
|
13
|
-
|
|
14
|
-
--color-error-light: #e94439;
|
|
15
|
-
--color-warning-light: #fde047;
|
|
16
|
-
--color-success-light: #6ee7b7;
|
|
17
|
-
--color-info-light: #7dd3fc;
|
|
18
|
-
|
|
19
|
-
/* Button */
|
|
20
|
-
--color-button-primary-active: #3c2f71;
|
|
21
|
-
--color-button-primary-border: #3c2f71;
|
|
22
|
-
--color-button-primary-bg: #3c2f71;
|
|
23
|
-
--color-button-primary-text: #ffffff;
|
|
24
|
-
--color-button-primary-hover: #3c2f71;
|
|
25
|
-
|
|
26
|
-
--color-button-secondary-active: #c71f1f;
|
|
27
|
-
--color-button-secondary-border: #c71f1f;
|
|
28
|
-
--color-button-secondary-bg: #e94439;
|
|
29
|
-
--color-button-secondary-text: #ffffff;
|
|
30
|
-
--color-button-secondary-hover: #c71f1f;
|
|
31
|
-
|
|
32
|
-
--color-button-ghost-active: #242424;
|
|
33
|
-
--color-button-ghost-border: #ffffff00;
|
|
34
|
-
--color-button-ghost-bg: #cbcbcb00;
|
|
35
|
-
--color-button-ghost-text: #3c2f71;
|
|
36
|
-
--color-button-ghost-hover: #c8c7c7;
|
|
37
|
-
|
|
38
|
-
--color-button-bordered-active: #242424;
|
|
39
|
-
--color-button-bordered-border: #9d9d9d;
|
|
40
|
-
--color-button-bordered-bg: #0055ff00;
|
|
41
|
-
--color-button-bordered-text: #000000;
|
|
42
|
-
--color-button-bordered-hover: #5f5f5f;
|
|
43
|
-
|
|
44
|
-
--color-button-basic-active: #acacac;
|
|
45
|
-
--color-button-basic-border: #ffffff;
|
|
46
|
-
--color-button-basic-bg: #ffffff;
|
|
47
|
-
--color-button-basic-text: #3c2f71;
|
|
48
|
-
--color-button-basic-hover: #cecece;
|
|
49
|
-
|
|
50
|
-
/* Carousel */
|
|
51
|
-
--color-carousel-arrow-default: #3c2f71;
|
|
52
|
-
--color-carousel-arrow-hover: #e94439;
|
|
53
|
-
--color-carousel-dots-default: #3c2f71;
|
|
54
|
-
--color-carousel-dots-active: #e94439;
|
|
55
|
-
--color-carousel-dots-hover: #e94439;
|
|
56
|
-
|
|
57
|
-
/* Footer */
|
|
58
|
-
--color-footer-bg: #1b54c6;
|
|
59
|
-
--color-footer-text: #ffffff;
|
|
60
|
-
|
|
61
|
-
/* Star */
|
|
62
|
-
--color-star: #f5bf1f;
|
|
63
|
-
|
|
64
|
-
/* Tubestops */
|
|
65
|
-
--color-tubestop-station-active: #57e31b;
|
|
66
|
-
--color-tubestop-station-complete: #c9c8c8;
|
|
67
|
-
--color-tubestop-station-future: #5a4f45;
|
|
68
|
-
--color-tubestop-line-complete: #c9c8c8;
|
|
69
|
-
--color-tubestop-line-future: #707070;
|
|
70
|
-
--color-tubestop-text-active: #000000;
|
|
71
|
-
--color-tubestop-text-complete: #c9c8c8;
|
|
72
|
-
--color-tubestop-text-future: #5b5b5b;
|
|
73
|
-
|
|
74
|
-
/* Nav */
|
|
75
|
-
--color-nav-bg: #f3f4f6;
|
|
76
|
-
--color-nav-shadow-bg: #d1d5db;
|
|
77
|
-
--color-nav-text: #3c2f71;
|
|
78
|
-
}
|