@secondstaxorg/sscomp 1.7.26 → 1.7.27

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.js CHANGED
@@ -30613,7 +30613,7 @@ const AccordionItem = styled.div`
30613
30613
  height: auto;
30614
30614
  }
30615
30615
 
30616
- .accordion-content div{
30616
+ .accordion-content{
30617
30617
  padding:24px;
30618
30618
  }
30619
30619
 
@@ -30692,9 +30692,7 @@ const Accordion = (props) => {
30692
30692
  )
30693
30693
  )
30694
30694
  , React$1.createElement('div', { className: `accordion-content ${expandedAcc === index ? 'expanded' : ''}`, __self: undefined, __source: {fileName: _jsxFileName, lineNumber: 72}}
30695
- , React$1.createElement('div', {__self: undefined, __source: {fileName: _jsxFileName, lineNumber: 73}}
30696
- , accordion.content
30697
- )
30695
+ , accordion.content
30698
30696
  )
30699
30697
 
30700
30698
  )