@theroutingcompany/components 0.0.39 → 0.0.40-alpha.0

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,7 @@ 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;
98
+ margin-bottom: ${p.spacing_200};
99
99
  width: 100%;
100
100
 
101
101
  &[data-state='open'] {
@@ -142,7 +142,8 @@ object-assign
142
142
  font-weight: 500;
143
143
  color: ${p.color_gray_6};
144
144
  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)`
145
+ width: calc(100% - ${p.spacing_400});
146
+ `;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
147
  overflow: hidden;
147
148
  padding-bottom: ${p.spacing_200};
148
149