@stokelp/ui 1.4.1 → 1.4.2
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +4 -4
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -24865,21 +24865,21 @@ const nF = ry(Lt(fR), "list"), Nz = {
|
|
|
24865
24865
|
transitionProperty: "padding-bottom, margin-top",
|
|
24866
24866
|
transitionDuration: "normal",
|
|
24867
24867
|
transitionTimingFunction: "default",
|
|
24868
|
-
'& [data-part="root"]': {
|
|
24868
|
+
'& [data-scope="accordion"][data-part="root"]': {
|
|
24869
24869
|
border: "none",
|
|
24870
24870
|
borderRadius: "radius-0",
|
|
24871
24871
|
p: "space-12",
|
|
24872
24872
|
pr: "space-24!"
|
|
24873
24873
|
},
|
|
24874
|
-
'& [data-part="item-trigger"]': {
|
|
24874
|
+
'& [data-scope="accordion"][data-part="item-trigger"]': {
|
|
24875
24875
|
textStyle: "body.sm",
|
|
24876
24876
|
p: "space-0!"
|
|
24877
24877
|
},
|
|
24878
|
-
'& [data-part="item-content"]': {
|
|
24878
|
+
'& [data-scope="accordion"][data-part="item-content"]': {
|
|
24879
24879
|
px: "space-16!",
|
|
24880
24880
|
mt: "space-16!"
|
|
24881
24881
|
},
|
|
24882
|
-
'& [data-part="item"]': {
|
|
24882
|
+
'& [data-scope="accordion"][data-part="item"]': {
|
|
24883
24883
|
pb: "space-0!"
|
|
24884
24884
|
},
|
|
24885
24885
|
_open: {
|