@vygruppen/spor-react 11.3.8 → 11.3.9
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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/theme/components/select.ts +8 -0
package/dist/index.mjs
CHANGED
@@ -8156,6 +8156,13 @@ var config34 = helpers27.defineMultiStyleConfig({
|
|
8156
8156
|
"scale(0.825) translateY(-12px)",
|
8157
8157
|
"scale(0.825) translateY(-14px)"
|
8158
8158
|
]
|
8159
|
+
},
|
8160
|
+
"& option, & optgroup": {
|
8161
|
+
color: mode("text.default.light", "text.default.dark")(props),
|
8162
|
+
backgroundColor: mode(
|
8163
|
+
"surface.default.light",
|
8164
|
+
"surface.default.dark"
|
8165
|
+
)(props)
|
8159
8166
|
}
|
8160
8167
|
},
|
8161
8168
|
field: {
|