@worldresources/wri-design-systems 2.128.0 → 2.128.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/index.cjs.js +8 -0
- package/dist/index.esm.js +8 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -2151,6 +2151,14 @@ function Rn(e,t){if(!1===e||null==e)throw new Error(t)}function En(e,t){if(!e){"
|
|
2151
2151
|
align-items: center;
|
2152
2152
|
justify-content: center;
|
2153
2153
|
padding: 0 12px;
|
2154
|
+
|
2155
|
+
${e?r.css`
|
2156
|
+
.chakra-menu__trigger {
|
2157
|
+
&:hover {
|
2158
|
+
background-color: ${p("primary",700)};
|
2159
|
+
}
|
2160
|
+
}
|
2161
|
+
`:""}
|
2154
2162
|
`,oa=e=>r.css`
|
2155
2163
|
height: 100%;
|
2156
2164
|
display: flex;
|
package/dist/index.esm.js
CHANGED
@@ -2199,6 +2199,14 @@ function Ao(e,t){if(!1===e||null==e)throw new Error(t)}function Fo(e,t){if(!e){"
|
|
2199
2199
|
align-items: center;
|
2200
2200
|
justify-content: center;
|
2201
2201
|
padding: 0 12px;
|
2202
|
+
|
2203
|
+
${e?B`
|
2204
|
+
.chakra-menu__trigger {
|
2205
|
+
&:hover {
|
2206
|
+
background-color: ${ne("primary",700)};
|
2207
|
+
}
|
2208
|
+
}
|
2209
|
+
`:""}
|
2202
2210
|
`,gi=e=>B`
|
2203
2211
|
height: 100%;
|
2204
2212
|
display: flex;
|