hds-web 1.13.8 → 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.8",
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
 
@@ -187,7 +187,7 @@ export default function PricingTableB(props) {
187
187
 
188
188
  {TABLE_HEADER && TABLE_HEADER[0] && TABLE_HEADER[0]['title'] && (
189
189
  <Typography
190
- textStyle='h3'
190
+ textStyle='h4'
191
191
  className={`pb-10 pl-8 pt-[72px] ${HDSColor(title_color)}`}
192
192
  >
193
193
  {TABLE_HEADER[0]['title']}
@@ -2271,6 +2271,10 @@ select{
2271
2271
  gap: 1.5rem;
2272
2272
  }
2273
2273
 
2274
+ .gap-\[11px\]{
2275
+ gap: 11px;
2276
+ }
2277
+
2274
2278
  .gap-\[14rem\]{
2275
2279
  gap: 14rem;
2276
2280
  }
@@ -2283,14 +2287,6 @@ select{
2283
2287
  gap: 25rem;
2284
2288
  }
2285
2289
 
2286
- .gap-\[10px\]{
2287
- gap: 10px;
2288
- }
2289
-
2290
- .gap-\[11px\]{
2291
- gap: 11px;
2292
- }
2293
-
2294
2290
  .gap-x-1{
2295
2291
  -webkit-column-gap: 0.25rem;
2296
2292
  column-gap: 0.25rem;