oolib 3.3.3 → 3.4.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.
@@ -66,7 +66,7 @@ var ListItem = function (_a) {
66
66
  ;
67
67
  var theme = (0, styled_components_1.useTheme)();
68
68
  var TypoComp = S ? Typo2_1.UI_BODY_SM_DF : Typo2_1.UI_BODY_SM_DF;
69
- var image = option.image, display = option.display, icon = option.icon, desc = option.desc, color = option.color, loading = option.loading, disabled = option.disabled, tooltip = option.tooltip, optionIconAfter = option.iconAfter, iconAfterColor = option.iconAfterColor;
69
+ var image = option.image, display = option.display, icon = option.icon, iconWeight = option.iconWeight, desc = option.desc, color = option.color, loading = option.loading, disabled = option.disabled, tooltip = option.tooltip, optionIconAfter = option.iconAfter, iconAfterColor = option.iconAfterColor;
70
70
  var iconAfter = allOptionsIconAfter || optionIconAfter;
71
71
  var handleClick = function () {
72
72
  if (!loading) {
@@ -106,6 +106,7 @@ var ListItem = function (_a) {
106
106
  (0, genIcon_1.genIcon)({
107
107
  icon: icon,
108
108
  S: S,
109
+ weight: iconWeight,
109
110
  className: "OKE-Dropdown__optionIcon",
110
111
  disabled: disabled
111
112
  }),
@@ -2,8 +2,4 @@ export function getTagDisplayStyles({ colorPreset }: {
2
2
  colorPreset: any;
3
3
  }): {
4
4
  backgroundColor: any;
5
- backdropFilter?: undefined;
6
- } | {
7
- backgroundColor: string;
8
- backdropFilter: string;
9
5
  };
@@ -29,7 +29,6 @@ var getTagDisplayStyles = function (_a) {
29
29
  default:
30
30
  return {
31
31
  backgroundColor: grey40,
32
- backdropFilter: "blur(10px)",
33
32
  };
34
33
  }
35
34
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "3.3.3",
3
+ "version": "3.4.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",