Socket
Socket
Sign inDemoInstall

@rescui/select

Package Overview
Dependencies
43
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.5 to 0.2.6

lib/parts/common-select.p.module.css.js

2

lib/parts/form-trigger-wrapper.js

@@ -5,3 +5,3 @@ import React from 'react';

import { useTextStyles, createTextCn } from '@rescui/typography';
import styles from './form-trigger.module.pcss.js';
import styles from './form-trigger.p.module.css.js';
var SIZE_TO_TEXT = {

@@ -8,0 +8,0 @@ l: 'rs-text-1',

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

import FormTriggerWrapper from './form-trigger-wrapper.js';
import styles from './common-select.module.pcss.js'; // eslint-disable-next-line complexity
import styles from './common-select.p.module.css.js'; // eslint-disable-next-line complexity

@@ -36,0 +36,0 @@ var Option = function Option(_ref) {

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

import FormTriggerWrapper from './form-trigger-wrapper.js';
import styles from './native-select.module.pcss.js';
import styles from './native-select.p.module.css.js';
var DEFAULT_NO_OPTIONS_MESSAGES = {

@@ -30,0 +30,0 @@ noOptions: 'No options',

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

import Foldable from './foldable.js';
import styles from './trigger.module.pcss.js';
import styles from './trigger.p.module.css.js';
/* eslint-disable no-nested-ternary */

@@ -30,0 +30,0 @@

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

import { ARROW_DOWN, ARROW_UP, ENTER, SPACE, TAB, ESCAPE, BACKSPACE } from './key-codes.js';
import styles from './parts/common-select.module.pcss.js'; // eslint-disable-next-line complexity
import styles from './parts/common-select.p.module.css.js'; // eslint-disable-next-line complexity

@@ -38,0 +38,0 @@ var Option = function Option(_ref) {

{
"name": "@rescui/select",
"version": "0.2.5",
"version": "0.2.6",
"description": "",

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

"@juggle/resize-observer": "3.3.0",
"@rescui/dropdown": "^0.3.1",
"@rescui/icons": "^0.8.2",
"@rescui/menu": "^0.6.1",
"@rescui/tag": "^0.3.7",
"@rescui/typography": "^0.7.3",
"@rescui/dropdown": "^0.3.2",
"@rescui/icons": "^0.8.3",
"@rescui/menu": "^0.6.2",
"@rescui/tag": "^0.3.8",
"@rescui/typography": "^0.7.4",
"classnames": "^2.2.6",

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

"devDependencies": {
"@rescui/colors": "^0.1.1",
"@rescui/postcss-preset-library": "^0.0.5",
"@rescui/scripts": "^0.1.5",
"@rescui/visual-regression": "^0.0.1",
"@rescui/colors": "^0.1.2",
"@rescui/postcss-preset-library": "^0.0.6",
"@rescui/scripts": "^0.1.6",
"@rescui/visual-regression": "^0.0.2",
"postcss": "^8.3.0",

@@ -47,3 +47,3 @@ "sniffr": "^1.2.0"

},
"gitHead": "ea8597844c8528d1b5c841735e4a376d177c1c7d"
"gitHead": "c5b48e321608ae1755e691238aa5db5977318c75"
}

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