New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-core-ts

Package Overview
Dependencies
Maintainers
0
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-core-ts - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

4

dist/components/TreeNode.js

@@ -21,6 +21,6 @@ "use strict";

react_1.default.createElement("li", { className: " flex flex-col" },
react_1.default.createElement("div", { style: { display: 'flex' }, className: "items-start gap-4 flex-row ".concat(((_b = node === null || node === void 0 ? void 0 : node.children) === null || _b === void 0 ? void 0 : _b.length) > 0 ? '' : 'ml-5') },
react_1.default.createElement("div", { style: { display: 'flex' }, className: "items-start gap-4 flex-row ".concat(((_b = node === null || node === void 0 ? void 0 : node.children) === null || _b === void 0 ? void 0 : _b.length) > 0 ? '' : 'ml-7') },
(node === null || node === void 0 ? void 0 : node.children) && ((_c = node === null || node === void 0 ? void 0 : node.children) === null || _c === void 0 ? void 0 : _c.length) > 0 && (react_1.default.createElement("span", { onClick: function () { return handleToggle(node); }, className: "mt-1 cursor-pointer py-2 ".concat(node.expanded ? ' rotate-90' : '') },
react_1.default.createElement(Icons_1.DropSideIcon, null))),
react_1.default.createElement("div", { className: "flex gap-2 p-2 flex-row ".concat((node === null || node === void 0 ? void 0 : node.checked) ? 'bg-slected_node/20' : '') },
react_1.default.createElement("div", { className: "flex gap-2 p-2 flex-row w-full ".concat((node === null || node === void 0 ? void 0 : node.checked) ? 'bg-slected_node/20' : '') },
(isMultiple || singleSelect) && (react_1.default.createElement("div", { className: "qbs-autocomplete-checkbox" },

@@ -27,0 +27,0 @@ react_1.default.createElement("input", { onChange: function (e) { return handleCheckbox(e, node); }, type: "checkbox", checked: node.checked, id: "qbs-checkbox-".concat(idx.toString()) }),

@@ -10,3 +10,3 @@ export const treeDropData = [

id: 1,
parentId: 22,
parentId: null,
},

@@ -16,3 +16,3 @@ {

id: 2,
parentId: 1,
parentId: null,
},

@@ -27,3 +27,3 @@ {

id: 4,
parentId: 1,
parentId: null,
},

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

{
"name": "react-core-ts",
"version": "1.0.30",
"version": "1.0.31",
"description": "React Components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}', './docs/**/*.{html,js}'], // Ensure this includes all relevant paths
prefix: 'qbs-',
purge: ['./src/**/*.{js,jsx,ts,tsx}', './docs/**/*.{html,js}'],
content: [], // Ensure this includes all relevant paths
purge: ['./src/**/*.{js,jsx,ts,tsx}', './docs/**/*.{html,js,ts,tsx}'],
theme: {

@@ -7,0 +6,0 @@ extend: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc