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/dist/index.css +1 -1
- package/dist/index.es.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/HDS/components/Tables/tableD.js +1 -1
- package/src/styles/tailwind.css +4 -8
package/package.json
CHANGED
@@ -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='
|
190
|
+
textStyle='h4'
|
191
191
|
className={`pb-10 pl-8 pt-[72px] ${HDSColor(title_color)}`}
|
192
192
|
>
|
193
193
|
{TABLE_HEADER[0]['title']}
|
package/src/styles/tailwind.css
CHANGED
@@ -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;
|