@vygruppen/spor-react 11.3.8 → 11.3.10

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.mjs CHANGED
@@ -1436,6 +1436,7 @@ var RadioCard = forwardRef(
1436
1436
  type: "radio",
1437
1437
  id: inputId,
1438
1438
  name,
1439
+ value,
1439
1440
  ref,
1440
1441
  checked: isChecked,
1441
1442
  onChange: () => onChange(value),
@@ -8156,6 +8157,13 @@ var config34 = helpers27.defineMultiStyleConfig({
8156
8157
  "scale(0.825) translateY(-12px)",
8157
8158
  "scale(0.825) translateY(-14px)"
8158
8159
  ]
8160
+ },
8161
+ "& option, & optgroup": {
8162
+ color: mode("text.default.light", "text.default.dark")(props),
8163
+ backgroundColor: mode(
8164
+ "surface.default.light",
8165
+ "surface.default.dark"
8166
+ )(props)
8159
8167
  }
8160
8168
  },
8161
8169
  field: {