demio-ui 1.0.81 → 1.0.82

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.
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  import * as SelectPrimitive from '@radix-ui/react-select';
3
3
  type SelectProps = {
4
4
  children: React.ReactNode;
5
- contentStyle?: React.CSSProperties;
6
5
  sideOffset?: number;
7
6
  position?: 'item-aligned' | 'popper';
8
7
  value?: string;
package/dist/types.d.ts CHANGED
@@ -210,7 +210,6 @@ declare function Tooltip({ children, content, open, defaultOpen, onOpenChange, s
210
210
 
211
211
  type SelectProps = {
212
212
  children: React__default.ReactNode;
213
- contentStyle?: React__default.CSSProperties;
214
213
  sideOffset?: number;
215
214
  position?: 'item-aligned' | 'popper';
216
215
  value?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",