hds-web 1.21.4 → 1.21.5
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 +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/HDS/components/Cards/Announcement/announcementMd.js +1 -1
- package/src/HDS/components/Carousels/customerStories.js +1 -1
- package/src/styles/tailwind.css +8 -10
package/package.json
CHANGED
@@ -45,7 +45,7 @@ export default function AnnouncementMd(props) {
|
|
45
45
|
<a href={props.linkUrl} className="block pb-1 tb:pb-0">
|
46
46
|
<Typography textStyle="body2-medium" className={`${linkTextClass} group flex items-center [&>div]:inline-block`}>
|
47
47
|
{props.linkText}
|
48
|
-
<Icon height={' hidden tb:block w-6 h-6 stroke-[2px] ml-3 transition ease-in-out group-hover:translate-x-[5px]'} variant='arrownarrowright' strokeClass='stroke-blue-500' />
|
48
|
+
<Icon height={' hds-hidden tb:block w-6 h-6 stroke-[2px] ml-3 transition ease-in-out group-hover:translate-x-[5px]'} variant='arrownarrowright' strokeClass='stroke-blue-500' />
|
49
49
|
</Typography>
|
50
50
|
</a>
|
51
51
|
</div>
|
@@ -160,7 +160,7 @@ export default function Carousels ({ components, variants }) {
|
|
160
160
|
</motion.button>
|
161
161
|
</div>
|
162
162
|
</div>
|
163
|
-
<div className='db-s:hidden flex flex-row overflow-scroll pb-10 px-4 scrollbar-hide gap-2 mb-m:gap-4 tb-m:gap-10'>
|
163
|
+
<div className='db-s:hidden flex flex-row overflow-scroll pb-10 pt-4 tb:pb-16 tb:pt-10 px-4 scrollbar-hide gap-2 mb-m:gap-4 tb-m:gap-10'>
|
164
164
|
{components.map((component, index) => (
|
165
165
|
<React.Fragment key={index}>
|
166
166
|
<div className='tb-l:min-w-[700px] tb:min-w-[500px] mb-s:min-w-[350px]'>
|
package/src/styles/tailwind.css
CHANGED
@@ -10926,6 +10926,10 @@ select{
|
|
10926
10926
|
padding-bottom: 2.5rem;
|
10927
10927
|
}
|
10928
10928
|
|
10929
|
+
.tb\:pb-16{
|
10930
|
+
padding-bottom: 4rem;
|
10931
|
+
}
|
10932
|
+
|
10929
10933
|
.tb\:pb-8{
|
10930
10934
|
padding-bottom: 2rem;
|
10931
10935
|
}
|
@@ -11704,12 +11708,6 @@ select{
|
|
11704
11708
|
}
|
11705
11709
|
}
|
11706
11710
|
|
11707
|
-
@media (min-width: 970px){
|
11708
|
-
.tb-xl\:min-w-\[800px\]{
|
11709
|
-
min-width: 800px;
|
11710
|
-
}
|
11711
|
-
}
|
11712
|
-
|
11713
11711
|
@media (min-width: 1024px){
|
11714
11712
|
.lg\:flex{
|
11715
11713
|
display: flex;
|
@@ -11997,6 +11995,10 @@ select{
|
|
11997
11995
|
gap: 0px;
|
11998
11996
|
}
|
11999
11997
|
|
11998
|
+
.db\:gap-2{
|
11999
|
+
gap: 0.5rem;
|
12000
|
+
}
|
12001
|
+
|
12000
12002
|
.db\:gap-24{
|
12001
12003
|
gap: 6rem;
|
12002
12004
|
}
|
@@ -12017,10 +12019,6 @@ select{
|
|
12017
12019
|
gap: 132px;
|
12018
12020
|
}
|
12019
12021
|
|
12020
|
-
.db\:gap-2{
|
12021
|
-
gap: 0.5rem;
|
12022
|
-
}
|
12023
|
-
|
12024
12022
|
.db\:gap-x-10{
|
12025
12023
|
-webkit-column-gap: 2.5rem;
|
12026
12024
|
column-gap: 2.5rem;
|