@repobit/dex-system-design 0.16.0 → 0.18.0
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/CHANGELOG.md +24 -0
- package/package.json +3 -3
- package/src/components/header/header.stories.js +53 -27
- package/src/components/{Input → input}/custom-form.stories.js +1 -1
- package/src/stories/demo.stories.js +0 -270
- /package/src/components/{Input → input}/index.js +0 -0
- /package/src/components/{Input → input}/input-clipboard.css.js +0 -0
- /package/src/components/{Input → input}/input-clipboard.js +0 -0
- /package/src/components/{Input → input}/input.css.js +0 -0
- /package/src/components/{Input/Input.js → input/input.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.18.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.17.0...@repobit/dex-system-design@0.18.0) (2025-09-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **DEX-1001:** update header.stories.js + fix for input issue on build ([44cb5df](https://github.com/bitdefender/dex-core/commit/44cb5dfc74c45d3c6835d47a09694006517864b3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **DEX-1001:** rename Input file -> input ([c05257c](https://github.com/bitdefender/dex-core/commit/c05257c690eeef94ee035a69feef8e393cffe5ea))
|
|
17
|
+
* **DEX-1001:** rename Input folder -> input ([940877d](https://github.com/bitdefender/dex-core/commit/940877dceabc897918a56dfa37f4e7107397229b))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [0.17.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.16.0...@repobit/dex-system-design@0.17.0) (2025-09-11)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **DEX-1001:** delete demo.stories.js due to issues on build ([17470b5](https://github.com/bitdefender/dex-core/commit/17470b571f82e5955f787a3e59d4fc2452e76481))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [0.16.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.15.0...@repobit/dex-system-design@0.16.0) (2025-09-11)
|
|
7
31
|
|
|
8
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@repobit/dex-system-design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "Design system based on Web Components.",
|
|
5
5
|
"author": "Iordache Matei Cezar <miordache@bitdefender.com>",
|
|
6
6
|
"homepage": "https://github.com/bitdefender/dex-core#readme",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"./faq": "./src/components/FAQ/faq.js",
|
|
26
26
|
"./header": "./src/components/header/header.js",
|
|
27
27
|
"./highlight": "./src/components/highlight/highlight.js",
|
|
28
|
-
"./input": "./src/components/
|
|
28
|
+
"./input": "./src/components/input/input.js",
|
|
29
29
|
"./light-carousel": "./src/components/light-carousel/light-carousel.js",
|
|
30
30
|
"./paragraph": "./src/components/paragraph/paragraph.js",
|
|
31
31
|
"./pricing-cards": "./src/components/pricing-cards/pricing-card.js",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"volta": {
|
|
69
69
|
"node": "22.14.0"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "c1703cc9842c8865680663be250e49206986f44e"
|
|
72
72
|
}
|
|
@@ -2,16 +2,21 @@ import { html } from 'lit';
|
|
|
2
2
|
import './header.js';
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
|
-
title: 'Sections/Header',
|
|
5
|
+
title : 'Sections/Header',
|
|
6
6
|
component: 'bd-header',
|
|
7
|
-
argTypes: {
|
|
8
|
-
productName: { control: 'text' },
|
|
9
|
-
valueProp: { control: 'text' },
|
|
10
|
-
description: { control: 'text' },
|
|
11
|
-
fullPrice: { control: 'text' },
|
|
12
|
-
discount: { control: 'text' },
|
|
13
|
-
finalPrice: { control: 'text' },
|
|
14
|
-
|
|
7
|
+
argTypes : {
|
|
8
|
+
productName : { control: 'text' },
|
|
9
|
+
valueProp : { control: 'text' },
|
|
10
|
+
description : { control: 'text' },
|
|
11
|
+
fullPrice : { control: 'text' },
|
|
12
|
+
discount : { control: 'text' },
|
|
13
|
+
finalPrice : { control: 'text' },
|
|
14
|
+
headerImage : { control: 'text' },
|
|
15
|
+
disclaimerTop : { control: 'text' },
|
|
16
|
+
disclaimerBottomStart: { control: 'text' },
|
|
17
|
+
disclaimerBottomLink : { control: 'text' },
|
|
18
|
+
disclaimerBottomEnd : { control: 'text' }
|
|
19
|
+
}
|
|
15
20
|
};
|
|
16
21
|
|
|
17
22
|
const Template = (args) => html`
|
|
@@ -23,35 +28,56 @@ const Template = (args) => html`
|
|
|
23
28
|
.discount=${args.discount}
|
|
24
29
|
.finalPrice=${args.finalPrice}
|
|
25
30
|
>
|
|
31
|
+
${args.headerImage
|
|
32
|
+
? html`<img slot="header-image" src="${args.headerImage}" alt="Header Image">`
|
|
33
|
+
: ''}
|
|
34
|
+
|
|
35
|
+
${args.disclaimerTop
|
|
36
|
+
? html`<span slot="disclaimer-top">${args.disclaimerTop}</span>`
|
|
37
|
+
: ''}
|
|
38
|
+
|
|
39
|
+
${args.disclaimerBottomStart || args.disclaimerBottomLink || args.disclaimerBottomEnd
|
|
40
|
+
? html`
|
|
41
|
+
<span slot="disclaimer-bottom-text-start">${args.disclaimerBottomStart || ''}</span>
|
|
42
|
+
<a slot="disclaimer-bottom-link" href="#">${args.disclaimerBottomLink || ''}</a>
|
|
43
|
+
<span slot="disclaimer-bottom-text-end">${args.disclaimerBottomEnd || ''}</span>
|
|
44
|
+
`
|
|
45
|
+
: ''}
|
|
26
46
|
</bd-header>
|
|
27
47
|
`;
|
|
28
48
|
|
|
29
49
|
export const Default = Template.bind({});
|
|
30
50
|
Default.args = {
|
|
31
|
-
productName: 'Bitdefender Ultimate Security',
|
|
32
|
-
valueProp: 'Complete Security, Advanced Privacy, and Identity Protection',
|
|
33
|
-
description: 'All in one plan to incorporate multi-awarded device protection, solid password management, unlimited VPN traffic & personalized protection for your online identity.',
|
|
34
|
-
fullPrice: '$139.99',
|
|
35
|
-
discount: 'Save 44%',
|
|
36
|
-
finalPrice: '$79.99*',
|
|
51
|
+
productName : 'Bitdefender Ultimate Security',
|
|
52
|
+
valueProp : 'Complete Security, Advanced Privacy, and Identity Protection',
|
|
53
|
+
description : 'All in one plan to incorporate multi-awarded device protection, solid password management, unlimited VPN traffic & personalized protection for your online identity.',
|
|
54
|
+
fullPrice : '$139.99',
|
|
55
|
+
discount : 'Save 44%',
|
|
56
|
+
finalPrice : '$79.99*',
|
|
57
|
+
headerImage : '/assets/bd-header-us.jpg',
|
|
58
|
+
disclaimerTop : 'Protection for 1 account & 5 PCs, Macs, tablets, or smartphones. Windows® | macOS® | Android™ | iOS®',
|
|
59
|
+
disclaimerBottomStart: 'Learn more about',
|
|
60
|
+
disclaimerBottomLink : 'Terms & Conditions',
|
|
61
|
+
disclaimerBottomEnd : 'before purchasing.'
|
|
37
62
|
};
|
|
38
63
|
|
|
39
64
|
export const WithCustomImage = Template.bind({});
|
|
40
65
|
WithCustomImage.args = {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
description: 'All in one plan to incorporate multi-awarded device protection, solid password management, unlimited VPN traffic & personalized protection for your online identity.',
|
|
44
|
-
fullPrice: '$139.99',
|
|
45
|
-
discount: 'Save 44%',
|
|
46
|
-
finalPrice: '$79.99*',
|
|
66
|
+
...Default.args,
|
|
67
|
+
headerImage: '/assets/bd-header-us.jpg'
|
|
47
68
|
};
|
|
48
69
|
|
|
49
70
|
export const WithDiscountedPrice = Template.bind({});
|
|
50
71
|
WithDiscountedPrice.args = {
|
|
51
|
-
productName: 'Bitdefender Premium Security',
|
|
52
|
-
valueProp: 'Advanced Security, Privacy & Identity Protection',
|
|
53
|
-
description: 'Comprehensive security for all your devices with enhanced features and privacy options.',
|
|
54
|
-
fullPrice: '$199.99',
|
|
55
|
-
discount: 'Save 35%',
|
|
56
|
-
finalPrice: '$129.99*',
|
|
72
|
+
productName : 'Bitdefender Premium Security',
|
|
73
|
+
valueProp : 'Advanced Security, Privacy & Identity Protection',
|
|
74
|
+
description : 'Comprehensive security for all your devices with enhanced features and privacy options.',
|
|
75
|
+
fullPrice : '$199.99',
|
|
76
|
+
discount : 'Save 35%',
|
|
77
|
+
finalPrice : '$129.99*',
|
|
78
|
+
headerImage : '/assets/bd-header-us.jpg',
|
|
79
|
+
disclaimerTop : 'Protection for 1 account & 5 devices.',
|
|
80
|
+
disclaimerBottomStart: 'See',
|
|
81
|
+
disclaimerBottomLink : 'Details',
|
|
82
|
+
disclaimerBottomEnd : 'for more info.'
|
|
57
83
|
};
|
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
// // src/stories/DesignSystem.stories.js
|
|
2
|
-
// import '/src/components/Anchor/anchor-nav.js';
|
|
3
|
-
// import '/src/components/badge/badge.js';
|
|
4
|
-
// import '/src/components/Button/Button.js';
|
|
5
|
-
// import '/src/components/carousel/carousel.js';
|
|
6
|
-
// import '/src/components/checkbox/checkbox.js';
|
|
7
|
-
// import '/src/components/divider/divider-horizontal.js';
|
|
8
|
-
// import '/src/components/divider/divider-vertical.js';
|
|
9
|
-
// import '/src/components/FAQ/faq.js';
|
|
10
|
-
// import '/src/components/header/header.js';
|
|
11
|
-
// import '/src/components/highlight/highlight-s.js';
|
|
12
|
-
// import '/src/components/highlight/highlight.js';
|
|
13
|
-
// import '/src/components/input/input.js';
|
|
14
|
-
// import '/src/components/light-carousel/light-carousel.js';
|
|
15
|
-
// import '/src/components/paragraph/paragraph.js';
|
|
16
|
-
// import '/src/components/pricing-cards/pricing-card.js';
|
|
17
|
-
// import '/src/components/radio/radio.js';
|
|
18
|
-
// import '/src/components/tabs/tabs.js';
|
|
19
|
-
// import '/src/components/termsOfUse/terms.js';
|
|
20
|
-
|
|
21
|
-
// export default {
|
|
22
|
-
// title : 'Design System/Demo full page',
|
|
23
|
-
// parameters: {
|
|
24
|
-
// },
|
|
25
|
-
// decorators: [
|
|
26
|
-
// (Story) => {
|
|
27
|
-
// return `
|
|
28
|
-
// <link rel="stylesheet" href="/src/tokens/tokens.css" />
|
|
29
|
-
// <link rel="stylesheet" href="/src/tokens/layout.css" />
|
|
30
|
-
// <link rel="stylesheet" href="/src/tokens/typography.css" />
|
|
31
|
-
// <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&display=swap" rel="stylesheet" />
|
|
32
|
-
// ${Story()}
|
|
33
|
-
// `;
|
|
34
|
-
// }
|
|
35
|
-
// ]
|
|
36
|
-
// };
|
|
37
|
-
|
|
38
|
-
// export const FullPage = () => `
|
|
39
|
-
// <bd-header
|
|
40
|
-
// product-name="Bitdefender Ultimate Security"
|
|
41
|
-
// value-prop="Complete Security, Advanced Privacy, and Identity Protection"
|
|
42
|
-
// description="All in one plan to incorporate multi-awarded device protection, solid password management, unlimited VPN traffic & personalized protection for your online identity."
|
|
43
|
-
// full-price="$139.99"
|
|
44
|
-
// discount="Save 44%"
|
|
45
|
-
// final-price="$79.99"
|
|
46
|
-
// >
|
|
47
|
-
// <div class="bd-header-right">
|
|
48
|
-
// <img
|
|
49
|
-
// class="bd-header-image"
|
|
50
|
-
// src="images/bd-header-us.jpg"
|
|
51
|
-
// alt="Security illustration"
|
|
52
|
-
// />
|
|
53
|
-
// </div>
|
|
54
|
-
// </bd-header>
|
|
55
|
-
|
|
56
|
-
// <bd-anchor-nav>
|
|
57
|
-
// <bd-anchor-nav-item title="Anchor 1" id="anchor-1"></bd-anchor-nav-item>
|
|
58
|
-
// <bd-anchor-nav-item title="Anchor 2" id="anchor-2"></bd-anchor-nav-item>
|
|
59
|
-
// <bd-anchor-nav-item title="Anchor 3" id="anchor-3"></bd-anchor-nav-item>
|
|
60
|
-
// </bd-anchor-nav>
|
|
61
|
-
|
|
62
|
-
// <p>Let’s Secure Your Digital Life</p>
|
|
63
|
-
|
|
64
|
-
// <bd-highlight-text-s highlight-text="next generation of digital security">
|
|
65
|
-
// Introducing the next generation of digital security: your personalized shield for a worry-free online experience.
|
|
66
|
-
// </bd-highlight-text-s>
|
|
67
|
-
|
|
68
|
-
// <bd-light-carousel-section
|
|
69
|
-
// title="Our AI-powered platform that detects and fights scams. In real time."
|
|
70
|
-
// >
|
|
71
|
-
// <bd-light-carousel-item
|
|
72
|
-
// title="Scam Copilot Chatbot"
|
|
73
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
74
|
-
// badge="NEW"
|
|
75
|
-
// >
|
|
76
|
-
// <p>
|
|
77
|
-
// Specialized AI chatbot that helps you identify suspicious online interactions so you don’t become a victim.
|
|
78
|
-
// </p>
|
|
79
|
-
// </bd-light-carousel-item>
|
|
80
|
-
|
|
81
|
-
// <bd-light-carousel-item
|
|
82
|
-
// title="Scam Wave Alerts"
|
|
83
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
84
|
-
// badge="NEW"
|
|
85
|
-
// >
|
|
86
|
-
// <p>
|
|
87
|
-
// Stay informed with real-time alerts about ongoing scam outbreaks detected in your area automatically.
|
|
88
|
-
// </p>
|
|
89
|
-
// </bd-light-carousel-item>
|
|
90
|
-
|
|
91
|
-
// <bd-light-carousel-item
|
|
92
|
-
// title="Online Scam Protection"
|
|
93
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
94
|
-
// badge="NEW"
|
|
95
|
-
// >
|
|
96
|
-
// <p>Focused on browsing activities, it specializes in detecting the newest scam patterns and tactics.</p>
|
|
97
|
-
// </bd-light-carousel-item>
|
|
98
|
-
|
|
99
|
-
// <bd-light-carousel-item
|
|
100
|
-
// title="Remote Access Protection"
|
|
101
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
102
|
-
// badge="NEW"
|
|
103
|
-
// >
|
|
104
|
-
// <p>Detects patterns of behavior typical of scammers seeking to access your data remotely.</p>
|
|
105
|
-
// </bd-light-carousel-item>
|
|
106
|
-
|
|
107
|
-
// <bd-light-carousel-item
|
|
108
|
-
// title="SMS Protection"
|
|
109
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
110
|
-
// badge="IMPROVED"
|
|
111
|
-
// >
|
|
112
|
-
// <p>Detects scams and harmful links in SMS messages3 using advanced AI for fast, real-time protection.</p>
|
|
113
|
-
// </bd-light-carousel-item>
|
|
114
|
-
|
|
115
|
-
// <bd-light-carousel-item
|
|
116
|
-
// title="Email Protection"
|
|
117
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
118
|
-
// >
|
|
119
|
-
// <p>Detects scams and harmful links in SMS messages3 using advanced AI for fast, real-time protection.</p>
|
|
120
|
-
// </bd-light-carousel-item>
|
|
121
|
-
|
|
122
|
-
// <bd-light-carousel-item
|
|
123
|
-
// title="Scam Notification Protection"
|
|
124
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
125
|
-
// >
|
|
126
|
-
// <p>Scans and detects scam attempts directly in push notifications4 before you even tap or interact.</p>
|
|
127
|
-
// </bd-light-carousel-item>
|
|
128
|
-
|
|
129
|
-
// <bd-light-carousel-item
|
|
130
|
-
// title="Chat Protection"
|
|
131
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
132
|
-
// >
|
|
133
|
-
// <p>Identifies scam messages in WhatsApp, Messenger, Telegram and Discord chats4 before they reach your attention.</p>
|
|
134
|
-
// </bd-light-carousel-item>
|
|
135
|
-
|
|
136
|
-
// <bd-light-carousel-item
|
|
137
|
-
// title="Calendar Invites Protection"
|
|
138
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
139
|
-
// >
|
|
140
|
-
// <p>Finds and blocks scam calendar events5 before they can trick you with fake links or misleading invites.</p>
|
|
141
|
-
// </bd-light-carousel-item>
|
|
142
|
-
// </bd-light-carousel-section>
|
|
143
|
-
|
|
144
|
-
// <div class="tabs">
|
|
145
|
-
// <bd-tabs-component id="anchor-2-section"></bd-tabs-component>
|
|
146
|
-
// </div>
|
|
147
|
-
|
|
148
|
-
// <bd-faq-section title="Questions? Answers." id="anchor-1-section">
|
|
149
|
-
// <bd-faq-section-item title="How does Bitdefender Internet Security protect me?">
|
|
150
|
-
// <p>Bitdefender Internet Security provides the best protection...</p>
|
|
151
|
-
// <p>Bitdefender Internet Security provides the best protection...</p>
|
|
152
|
-
// <p>Bitdefender Internet Security provides the best protection...</p>
|
|
153
|
-
// </bd-faq-section-item>
|
|
154
|
-
|
|
155
|
-
// <bd-faq-section-item title="Does Bitdefender protect me against ransomware?">
|
|
156
|
-
// <p>Yes! Bitdefender Internet Security offers unbeatable ransomware protection...</p>
|
|
157
|
-
// </bd-faq-section-item>
|
|
158
|
-
|
|
159
|
-
// <bd-faq-section-item title="Do I get a VPN with Bitdefender Internet Security?">
|
|
160
|
-
// <p>Bitdefender Internet Security includes a basic VPN with 200MB per day.</p>
|
|
161
|
-
// </bd-faq-section-item>
|
|
162
|
-
// </bd-faq-section>
|
|
163
|
-
|
|
164
|
-
// <div class="bd-answer">
|
|
165
|
-
// <bd-terms-section></bd-terms-section>
|
|
166
|
-
// </div>
|
|
167
|
-
|
|
168
|
-
// <bd-carousel-section
|
|
169
|
-
// title="Need help? We've got answers!"
|
|
170
|
-
// id="anchor-3-section"
|
|
171
|
-
// >
|
|
172
|
-
// <bd-carousel-item
|
|
173
|
-
// title="Scam Copilot Bot"
|
|
174
|
-
// subTitle="Specialized AI chatbot that helps you identify suspicious online interactions so you don’t become a victim"
|
|
175
|
-
// modalText="Specialized AI chatbot that helps you identify suspicious online interactions so you don’t become a victim"
|
|
176
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
177
|
-
// >
|
|
178
|
-
// <h3>Scam Copilot Bot</h3>
|
|
179
|
-
// <p>Specialized AI chatbot that helps you identify suspicious online interactions so you don’t become a victim.</p>
|
|
180
|
-
// <p>Specialized AI chatbot that helps you identify suspicious online interactions so you don’t become a victim.</p>
|
|
181
|
-
// <p>Specialized AI chatbot that helps you identify suspicious online interactions so you don’t become a victim.</p>
|
|
182
|
-
// <h6>Testare Scam Copilot</h6>
|
|
183
|
-
// </bd-carousel-item>
|
|
184
|
-
|
|
185
|
-
// <bd-carousel-item
|
|
186
|
-
// title="Scam Wave Alerts"
|
|
187
|
-
// subTitle="Proactively informs you about scam outbreaks in your region"
|
|
188
|
-
// modalText="Proactively informs you about scam outbreaks in your region"
|
|
189
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
190
|
-
// >
|
|
191
|
-
// <h3>Scam Wave Alerts</h3>
|
|
192
|
-
// <p>Proactively informs you about scam outbreaks in your region.</p>
|
|
193
|
-
// </bd-carousel-item>
|
|
194
|
-
|
|
195
|
-
// <bd-carousel-item
|
|
196
|
-
// title="AI-Powered Scam Check"
|
|
197
|
-
// subTitle="AI-driven tool that instantly evaluates the legitimacy of any link, message, or online interaction"
|
|
198
|
-
// modalText="AI-driven tool that instantly evaluates the legitimacy of any link, message, or online interaction"
|
|
199
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
200
|
-
// >
|
|
201
|
-
// <h3>AI-Powered Scam Check</h3>
|
|
202
|
-
// <p>AI-driven tool that instantly evaluates the legitimacy of any link, message, or online interaction.</p>
|
|
203
|
-
// </bd-carousel-item>
|
|
204
|
-
|
|
205
|
-
// <bd-carousel-item
|
|
206
|
-
// title="Educational Resources"
|
|
207
|
-
// subTitle="Access a wealth of information and best practices to stay informed and vigilant against scams"
|
|
208
|
-
// modalText="Access a wealth of information and best practices to stay informed and vigilant against scams"
|
|
209
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
210
|
-
// >
|
|
211
|
-
// <h3>Educational Resources</h3>
|
|
212
|
-
// <p>Access a wealth of information and best practices to stay informed and vigilant against scams.</p>
|
|
213
|
-
// </bd-carousel-item>
|
|
214
|
-
|
|
215
|
-
// <bd-carousel-item
|
|
216
|
-
// title="Phishing Simulator"
|
|
217
|
-
// subTitle="Simulates phishing attacks to help you recognize and respond appropriately to real threats"
|
|
218
|
-
// modalText="Simulates phishing attacks to help you recognize and respond appropriately to real threats"
|
|
219
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
220
|
-
// >
|
|
221
|
-
// <h3>Phishing Simulator</h3>
|
|
222
|
-
// <p>Simulates phishing attacks to help you recognize and respond appropriately to real threats.</p>
|
|
223
|
-
// </bd-carousel-item>
|
|
224
|
-
|
|
225
|
-
// <bd-carousel-item
|
|
226
|
-
// title="Real-Time Scam Updates"
|
|
227
|
-
// subTitle="Stay ahead with up-to-the-minute alerts on the latest scams targeting your region or industry"
|
|
228
|
-
// modalText="Stay ahead with up-to-the-minute alerts on the latest scams targeting your region or industry"
|
|
229
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
230
|
-
// >
|
|
231
|
-
// <h3>Real-Time Scam Updates</h3>
|
|
232
|
-
// <p>Stay ahead with up-to-the-minute alerts on the latest scams targeting your region or industry.</p>
|
|
233
|
-
// </bd-carousel-item>
|
|
234
|
-
|
|
235
|
-
// <bd-carousel-item
|
|
236
|
-
// title="Community Reporting Hub"
|
|
237
|
-
// subTitle="A platform where users can report scams and share experiences to help protect others"
|
|
238
|
-
// modalText="A platform where users can report scams and share experiences to help protect others"
|
|
239
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
240
|
-
// >
|
|
241
|
-
// <h3>Community Reporting Hub</h3>
|
|
242
|
-
// <p>A platform where users can report scams and share experiences to help protect others.</p>
|
|
243
|
-
// </bd-carousel-item>
|
|
244
|
-
|
|
245
|
-
// <bd-carousel-item
|
|
246
|
-
// title="Fraud Prevention Workshops"
|
|
247
|
-
// subTitle="Interactive workshops that educate users on identifying and avoiding scams"
|
|
248
|
-
// modalText="Interactive workshops that educate users on identifying and avoiding scams"
|
|
249
|
-
// icon="src/assets/icons/light-carousel-img1.png"
|
|
250
|
-
// >
|
|
251
|
-
// <h3>Fraud Prevention Workshops</h3>
|
|
252
|
-
// <p>Interactive workshops that educate users on identifying and avoiding scams.</p>
|
|
253
|
-
// </bd-carousel-item>
|
|
254
|
-
// </bd-carousel-section>
|
|
255
|
-
|
|
256
|
-
// <bd-toggle-radio name="group1" value="opt1" label="Toggle 1" disabled></bd-toggle-radio>
|
|
257
|
-
// <bd-toggle-radio name="group1" value="opt1" label="Toggle 1" disabled checked></bd-toggle-radio>
|
|
258
|
-
// <bd-toggle-radio name="group1" value="opt2" label="Toggle 2"></bd-toggle-radio>
|
|
259
|
-
// <bd-toggle-radio name="billing" value="yearly" label="Yearly"></bd-toggle-radio>
|
|
260
|
-
// <bd-toggle-radio name="billing" value="monthly" label="Monthly"></bd-toggle-radio>
|
|
261
|
-
// <bd-radio name="billing" value="yearly" label="Yearly"></bd-radio>
|
|
262
|
-
// <bd-radio disabled checked label="Test" value="x"></bd-radio>
|
|
263
|
-
// <bd-checkbox label="Accept terms" checked></bd-checkbox>
|
|
264
|
-
|
|
265
|
-
// <div style="padding: 40px 0;">
|
|
266
|
-
// <bd-divider-horizontal></bd-divider-horizontal>
|
|
267
|
-
// </div>
|
|
268
|
-
|
|
269
|
-
// <bd-badge>Badge</bd-badge>
|
|
270
|
-
// `;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|