@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.
@@ -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
- `;function rp({children:e,icon:t}){return w(_E,{asChild:!0,children:ee(uP,{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",children:w(fP,{})})]})})}const mP=E(xE)`
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