hds-web 1.13.9 → 1.14.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.13.9",
3
+ "version": "1.14.0",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -73,7 +73,7 @@ export default function PricingTableB(props) {
73
73
  className="pl-[30px] border-80 "
74
74
  >
75
75
  <div className=' '>
76
- <Typography className='pb-4 pt-12 text-neutral-700' textStyle='body1c'>{value[keyIndex]}</Typography>
76
+ <Typography className='pb-4 pt-12 text-neutral-700' textStyle='body1'>{value[keyIndex]}</Typography>
77
77
  </div>
78
78
 
79
79
 
@@ -87,7 +87,7 @@ export default function PricingTableB(props) {
87
87
  className="pl-[30px] border-80 "
88
88
  >
89
89
  <div className=' '>
90
- <Typography className='pt-4 pb-12 text-neutral-700' textStyle='body1c'>{value[keyIndex]}</Typography>
90
+ <Typography className='pt-4 pb-12 text-neutral-700' textStyle='body1'>{value[keyIndex]}</Typography>
91
91
  </div>
92
92
 
93
93
 
@@ -104,7 +104,7 @@ export default function PricingTableB(props) {
104
104
  )}
105
105
  {value[keyIndex]['text'] !== null && value[keyIndex]['text'] && (
106
106
  <div className=' '>
107
- <Typography className='text-neutral-700 py-4' textStyle='body1c'>{value[keyIndex]['text']}</Typography>
107
+ <Typography className='text-neutral-700 py-4' textStyle='body1'>{value[keyIndex]['text']}</Typography>
108
108
  </div>
109
109
 
110
110
 
@@ -127,7 +127,7 @@ export default function PricingTableB(props) {
127
127
  )}
128
128
  {value[keyIndex]['text'] !== null && value[keyIndex]['text'] && (
129
129
  <div className=' '>
130
- <Typography className='text-neutral-700 pb-4 pt-12' textStyle='body1c'>{value[keyIndex]['text']}</Typography>
130
+ <Typography className='text-neutral-700 pb-4 pt-12' textStyle='body1'>{value[keyIndex]['text']}</Typography>
131
131
  </div>
132
132
 
133
133
 
@@ -150,7 +150,7 @@ export default function PricingTableB(props) {
150
150
  )}
151
151
  {value[keyIndex]['text'] !== null && value[keyIndex]['text'] && (
152
152
  <div className=' '>
153
- <Typography className='text-neutral-700 pt-4 pb-12' textStyle='body1c'>{value[keyIndex]['text']}</Typography>
153
+ <Typography className='text-neutral-700 pt-4 pb-12' textStyle='body1'>{value[keyIndex]['text']}</Typography>
154
154
  </div>
155
155
 
156
156