demio-ui 2.1.6 → 2.1.7

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,6 +2,7 @@ import React from 'react';
2
2
  import * as SelectPrimitive from '@radix-ui/react-select';
3
3
  type SelectProps = {
4
4
  children: React.ReactNode;
5
+ cssClass?: string;
5
6
  sideOffset?: number;
6
7
  position?: 'item-aligned' | 'popper';
7
8
  value?: string;
@@ -12,7 +13,6 @@ type SelectProps = {
12
13
  placeholder?: string;
13
14
  maxDropdownHeight?: string;
14
15
  portalContainer?: HTMLElement;
15
- selectClassName?: string;
16
16
  };
17
17
  export declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLButtonElement>>;
18
18
  type SelectItemProps = {
package/dist/types.d.ts CHANGED
@@ -178,6 +178,7 @@ declare function RadioGroup({ items, error, defaultValue, ariaLabel, hint, onCha
178
178
 
179
179
  type SelectProps = {
180
180
  children: React__default.ReactNode;
181
+ cssClass?: string;
181
182
  sideOffset?: number;
182
183
  position?: 'item-aligned' | 'popper';
183
184
  value?: string;
@@ -188,7 +189,6 @@ type SelectProps = {
188
189
  placeholder?: string;
189
190
  maxDropdownHeight?: string;
190
191
  portalContainer?: HTMLElement;
191
- selectClassName?: string;
192
192
  };
193
193
  declare const Select: React__default.ForwardRefExoticComponent<SelectProps & React__default.RefAttributes<HTMLButtonElement>>;
194
194
  type SelectItemProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",