hds-web 1.13.8 → 1.13.9

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.13.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -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;