@theroutingcompany/components 0.0.39 → 0.0.40-alpha.1
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/trc-components.es.js +4 -4
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +2 -2
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/types/components/Accordion/Accordion.d.ts +8 -7
- package/types/components/Text/Text.d.ts +2 -2
|
@@ -95,7 +95,6 @@ object-assign
|
|
|
95
95
|
flex-direction: row;
|
|
96
96
|
gap: ${p.spacing_200};
|
|
97
97
|
align-items: center;
|
|
98
|
-
margin-bottom: ${p.spacing_200} !important;
|
|
99
98
|
width: 100%;
|
|
100
99
|
|
|
101
100
|
&[data-state='open'] {
|
|
@@ -142,7 +141,8 @@ object-assign
|
|
|
142
141
|
font-weight: 500;
|
|
143
142
|
color: ${p.color_gray_6};
|
|
144
143
|
cursor: pointer;
|
|
145
|
-
|
|
144
|
+
width: calc(100% - ${p.spacing_400});
|
|
145
|
+
`;function rp({children:e,icon:t,...r}){return w(_E,{asChild:!0,children:ee(uP,{...r,children:[t?w(pP,{mr:p.spacing_200,children:t}):null,w(tp,{children:e}),w(kt,{flex:"1",alignItems:"center",cursor:"pointer",className:"chev",width:p.spacing_400,children:w(fP,{})})]})})}const mP=E(xE)`
|
|
146
146
|
overflow: hidden;
|
|
147
147
|
padding-bottom: ${p.spacing_200};
|
|
148
148
|
|