hds-web 1.31.2 → 1.31.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.31.2",
3
+ "version": "1.31.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -83,8 +83,13 @@ function DefaultAccordion(props) {
83
83
  textStyle='body1'
84
84
  className='text-neutral-900 pl-4 [&>ul]:ps-4 [&>ul>li]:list-disc [&>ul>li]:pb-2 last:[&>ul>li]:pb-0 [&>p>a]:text-blue-600 [&>p]:pb-2 last:[&>p]:pb-0 [&>ul>li>a]:text-blue-600'
85
85
  >
86
- <ReactMarkdown>
87
-
86
+ <ReactMarkdown
87
+ components={{
88
+ a: ({ node, ...props }) => (
89
+ <a className="text-blue-600" target='_blank' {...props} />
90
+ ),
91
+ }}
92
+ >
88
93
  {item.content}
89
94
  </ReactMarkdown>
90
95
  </Typography>}
@@ -12959,10 +12959,6 @@ select{
12959
12959
  padding-bottom: 1rem;
12960
12960
  }
12961
12961
 
12962
- .\[\&\>p\]\:pb-3>p{
12963
- padding-bottom: 0.75rem;
12964
- }
12965
-
12966
12962
  .\[\&\>p\]\:text-neutral-600>p{
12967
12963
  --tw-text-opacity: 1;
12968
12964
  color: rgb(77 87 97 / var(--tw-text-opacity));
@@ -12989,11 +12985,6 @@ select{
12989
12985
  color: rgb(30 86 227 / var(--tw-text-opacity));
12990
12986
  }
12991
12987
 
12992
- .\[\&\>ul\>li\>a\]\:text-blue-500>ul>li>a{
12993
- --tw-text-opacity: 1;
12994
- color: rgb(57 112 253 / var(--tw-text-opacity));
12995
- }
12996
-
12997
12988
  .\[\&\>ul\>li\]\:list-disc>ul>li{
12998
12989
  list-style-type: disc;
12999
12990
  }