@repobit/dex-system-design 0.23.15 → 0.23.16

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.
@@ -100,7 +100,7 @@ export const Default = {
100
100
  gap="32px"
101
101
  >
102
102
  <compare-card
103
- title="Best Protection"
103
+ title="Best ProtectionBest ProtectionBest ProtectionBest Protection"
104
104
  description="Best Protection against e-Threats (On a scale of 0 to 6, with 6 as the highest level of protection)Best Protection against e-Threats (On a scale of 0 to 6, with 6 as the highest level of protection)Best Protection against e-Threats (On a scale of 0 to 6, with 6 as the highest level of protection)"
105
105
  footnote="Overall Score. July 2011 – February 2025. Source AV TEST.org"
106
106
  footnote-href="${AV_TEST_URL}"
@@ -110,6 +110,10 @@ export const Default = {
110
110
  <compare-bar label="Bitdefender" score="5.95" max-score="6" variant="primary"></compare-bar>
111
111
  <compare-bar label="Norton" score="5.59" max-score="6" variant="secondary" scale="0.93"></compare-bar>
112
112
  <compare-bar label="McAfee" score="5.45" max-score="6" variant="secondary" scale="0.47"></compare-bar>
113
+ <compare-bar label="Norton" score="5.89" max-score="6" variant="secondary" scale="0.73"></compare-bar>
114
+ <compare-bar label="McAfee" score="5.53" max-score="6" variant="secondary" scale="0.47"></compare-bar>
115
+ <compare-bar label="Norton" score="5.89" max-score="6" variant="secondary" scale="0.73"></compare-bar>
116
+ <compare-bar label="McAfee" score="5.53" max-score="6" variant="secondary" scale="0.47"></compare-bar>
113
117
  </compare-card>
114
118
 
115
119
  <compare-card
@@ -121,8 +125,7 @@ export const Default = {
121
125
  bar-stretch="false"
122
126
  >
123
127
  <compare-bar label="Bitdefender" score="5.86" max-score="6" variant="primary"></compare-bar>
124
- <compare-bar label="Norton" score="5.89" max-score="6" variant="secondary" scale="0.73"></compare-bar>
125
- <compare-bar label="McAfee" score="5.53" max-score="6" variant="secondary" scale="0.47"></compare-bar>
128
+
126
129
  </compare-card>
127
130
  </bd-compare-section>
128
131
  `