Socket
Socket
Sign inDemoInstall

@rescui/select

Package Overview
Dependencies
40
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.5.0

3

lib/index.d.ts
export { default as Select } from './select';
export type { SelectProps } from './select';
export { default as NativeSelect } from './parts/native-select';
export type { NativeSelectProps } from './parts/native-select';
export { default as Multiselect } from './parts/multiselect';
export type { MultiselectProps } from './parts/multiselect';

2

lib/parts/common-select.p.module.css.js
var styles = {
"menu": "_menu_n86c1_1"
"menu": "_menu_o4jtcg_1"
};
export { styles as default };
var styles = {
"errorMessage": "_errorMessage_13tgi80_4",
"sizeL": "_sizeL_13tgi80_8",
"label": "_label_13tgi80_9",
"note": "_note_13tgi80_12",
"sizeM": "_sizeM_13tgi80_17",
"sizeS": "_sizeS_13tgi80_26",
"themeLight": "_themeLight_13tgi80_36",
"themeDark": "_themeDark_13tgi80_40",
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_13tgi80_1",
"bold": "_bold_13tgi80_77"
"errorMessage": "_errorMessage_rpf8ch_4",
"sizeL": "_sizeL_rpf8ch_8",
"label": "_label_rpf8ch_9",
"note": "_note_rpf8ch_12",
"sizeM": "_sizeM_rpf8ch_17",
"sizeS": "_sizeS_rpf8ch_26",
"themeLight": "_themeLight_rpf8ch_36",
"themeDark": "_themeDark_rpf8ch_40",
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_rpf8ch_1",
"bold": "_bold_rpf8ch_77"
};
export { styles as default };

@@ -25,3 +25,3 @@ import _toConsumableArray from "@babel/runtime-corejs3/helpers/esm/toConsumableArray";

import { CheckIcon } from '@rescui/icons';
import Dropdown from '@rescui/dropdown';
import { Dropdown } from '@rescui/dropdown';
import { Menu, MenuItem, Divider, GroupHeader } from '@rescui/menu';

@@ -28,0 +28,0 @@ import { useTheme } from '@rescui/ui-contexts';

var styles = {
"main": "_main_scjfd7_3",
"select": "_select_scjfd7_7",
"sizeL": "_sizeL_scjfd7_19",
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_scjfd7_1",
"sizeM": "_sizeM_scjfd7_23",
"sizeS": "_sizeS_scjfd7_27"
"main": "_main_14k6ey2_3",
"select": "_select_14k6ey2_7",
"sizeL": "_sizeL_14k6ey2_19",
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_14k6ey2_1",
"sizeM": "_sizeM_14k6ey2_23",
"sizeS": "_sizeS_14k6ey2_27"
};
export { styles as default };
var styles = {
"main": "_main_1u5wub4_24",
"open": "_open_1u5wub4_36",
"enabled": "_enabled_1u5wub4_41",
"disabled": "_disabled_1u5wub4_45",
"focused": "_focused_1u5wub4_49",
"searchFocused": "_searchFocused_1u5wub4_50",
"sizeL": "_sizeL_1u5wub4_56",
"sizeM": "_sizeM_1u5wub4_59",
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_1u5wub4_1",
"sizeS": "_sizeS_1u5wub4_62",
"isMulti": "_isMulti_1u5wub4_136",
"error": "_error_1u5wub4_69",
"notSelected": "_notSelected_1u5wub4_144",
"themeLight": "_themeLight_1u5wub4_148",
"searchKeyFocused": "_searchKeyFocused_1u5wub4_154",
"rock": "_rock_1u5wub4_168",
"toggle": "_toggle_1u5wub4_173",
"labelWrapper": "_labelWrapper_1u5wub4_177",
"themeDark": "_themeDark_1u5wub4_199",
"label": "_label_1u5wub4_177",
"iconsWrapper": "_iconsWrapper_1u5wub4_285",
"searchInput": "_searchInput_1u5wub4_340",
"multi": "_multi_1u5wub4_366",
"tagsContainer": "_tagsContainer_1u5wub4_375",
"tag": "_tag_1u5wub4_375",
"icon": "_icon_1u5wub4_285",
"clearIcon": "_clearIcon_1u5wub4_490"
"main": "_main_ahh9g1_24",
"open": "_open_ahh9g1_36",
"enabled": "_enabled_ahh9g1_41",
"disabled": "_disabled_ahh9g1_45",
"focused": "_focused_ahh9g1_49",
"searchFocused": "_searchFocused_ahh9g1_50",
"sizeL": "_sizeL_ahh9g1_56",
"sizeM": "_sizeM_ahh9g1_59",
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_ahh9g1_1",
"sizeS": "_sizeS_ahh9g1_62",
"isMulti": "_isMulti_ahh9g1_136",
"error": "_error_ahh9g1_69",
"notSelected": "_notSelected_ahh9g1_144",
"themeLight": "_themeLight_ahh9g1_148",
"searchKeyFocused": "_searchKeyFocused_ahh9g1_154",
"rock": "_rock_ahh9g1_168",
"toggle": "_toggle_ahh9g1_173",
"labelWrapper": "_labelWrapper_ahh9g1_177",
"themeDark": "_themeDark_ahh9g1_199",
"label": "_label_ahh9g1_177",
"iconsWrapper": "_iconsWrapper_ahh9g1_285",
"searchInput": "_searchInput_ahh9g1_340",
"multi": "_multi_ahh9g1_366",
"tagsContainer": "_tagsContainer_ahh9g1_375",
"tag": "_tag_ahh9g1_375",
"icon": "_icon_ahh9g1_285",
"clearIcon": "_clearIcon_ahh9g1_490"
};
export { styles as default };

@@ -27,3 +27,3 @@ import "core-js/modules/es.object.to-string.js";

import scrollIntoView from 'scroll-into-view-if-needed';
import Dropdown from '@rescui/dropdown';
import { Dropdown } from '@rescui/dropdown';
import { Menu, MenuItem, Divider, GroupHeader } from '@rescui/menu';

@@ -30,0 +30,0 @@ import { useTheme } from '@rescui/ui-contexts';

{
"name": "@rescui/select",
"version": "0.4.1",
"version": "0.5.0",
"description": "",

@@ -19,6 +19,6 @@ "license": "Apache-2.0",

"@juggle/resize-observer": "3.3.0",
"@rescui/dropdown": "^0.4.2",
"@rescui/icons": "^0.10.5",
"@rescui/menu": "^0.8.2",
"@rescui/tag": "^0.5.2",
"@rescui/dropdown": "^0.5.0",
"@rescui/icons": "^0.11.0",
"@rescui/menu": "^0.9.0",
"@rescui/tag": "^0.6.0",
"classnames": "^2.2.6",

@@ -35,6 +35,6 @@ "core-js": "^3.9.1",

"devDependencies": {
"@rescui/colors": "^0.1.5",
"@rescui/colors": "^0.1.6",
"@rescui/postcss-preset-library": "^0.1.0",
"@rescui/scripts": "^0.1.7",
"@rescui/typography": "^0.9.1",
"@rescui/scripts": "^0.2.0",
"@rescui/typography": "^0.10.0",
"@rescui/visual-regression": "^0.0.4",

@@ -47,3 +47,3 @@ "postcss": "^8.3.0",

},
"gitHead": "ea688b60033d202e0eac03b46488d984730d638f"
"gitHead": "c87adfdebe07392a0aa67ce434ce465762d8fa95"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc