@codesinger0/shared-components 1.1.9 → 1.1.11

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.
@@ -45,7 +45,8 @@ const AdvantagesList = ({
45
45
  <point.icon size={24} />
46
46
  </div>
47
47
  <div className="flex-1">
48
- <p className={contentClass + " leading-relaxed"}>{point.text}</p>
48
+ <span className='content-text leading-relaxed font-semibold'>{point.bold}</span>
49
+ <p className="content-text leading-relaxed">{point.text}</p>
49
50
  </div>
50
51
  </div>
51
52
 
package/dist/index.js CHANGED
@@ -4,6 +4,7 @@ export { default as SmallButton } from './components/elements/SmallButton';
4
4
  export { default as LargeItemCard } from './components/LargeItemCard';
5
5
  export { default as SmallItemsGrid } from './components/SmallItemsGrid';
6
6
  export { default as SmallItemCard } from './components/SmallItemCard';
7
+ export { default as MasonryItemCard } from './components/MasonryItemCard';
7
8
  export { default as Hero } from './components/Hero'
8
9
  export { default as QAAccordion } from './components/QAAccordion'
9
10
  export { default as AdvantagesList } from './components/AdvantagesList'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [