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

@jamsr-ui/chip

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/chip - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

dist/chunk-ALU5O7OO.js

4

dist/chip.js

@@ -1,2 +0,2 @@

"use client"
"use strict";var s=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var h=(e,o)=>{for(var t in o)s(e,t,{get:o[t],enumerable:!0})},u=(e,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of f(o))!C.call(e,r)&&r!==t&&s(e,r,{get:()=>o[r],enumerable:!(n=a(o,r))||n.enumerable});return e};var v=e=>u(s({},"__esModule",{value:!0}),e);var y={};h(y,{Chip:()=>x});module.exports=v(y);var d=require("@jamsr-ui/button"),m=require("@jamsr-ui/shared-icons"),p=require("@jamsr-ui/utils"),i=require("react/jsx-runtime"),x=(0,p.forwardRefUI)((e,o)=>{let{as:t,children:n,onClose:r,className:c,...l}=e;return(0,i.jsxs)(t??"div",{"data-component":"chip",ref:o,className:(0,p.cn)("inline-flex items-center justify-between gap-1 rounded-full border border-divider px-2 py-1 text-sm",c),...l,children:[n,r&&(0,i.jsx)(d.Button,{isIconOnly:!0,size:"sm",rounded:!0,onClick:r,children:(0,i.jsx)(m.Close,{})})]})});0&&(module.exports={Chip});
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkALU5O7OOjs = require('./chunk-ALU5O7OO.js');exports.Chip = _chunkALU5O7OOjs.a;

@@ -1,2 +0,2 @@

"use client"
"use strict";"use client";var s=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var u=(e,o)=>{for(var t in o)s(e,t,{get:o[t],enumerable:!0})},x=(e,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of f(o))!h.call(e,r)&&r!==t&&s(e,r,{get:()=>o[r],enumerable:!(i=a(o,r))||i.enumerable});return e};var y=e=>x(s({},"__esModule",{value:!0}),e);var v={};u(v,{Chip:()=>d});module.exports=y(v);var m=require("@jamsr-ui/button"),c=require("@jamsr-ui/shared-icons"),n=require("@jamsr-ui/utils"),p=require("react/jsx-runtime"),d=(0,n.forwardRefUI)((e,o)=>{let{as:t,children:i,onClose:r,className:l,...C}=e;return(0,p.jsxs)(t??"div",{"data-component":"chip",ref:o,className:(0,n.cn)("inline-flex items-center justify-between gap-1 rounded-full border border-divider px-2 py-1 text-sm",l),...C,children:[i,r&&(0,p.jsx)(m.Button,{isIconOnly:!0,size:"sm",rounded:!0,onClick:r,children:(0,p.jsx)(c.Close,{})})]})});0&&(module.exports={Chip});
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
"use client";var _chunkALU5O7OOjs = require('./chunk-ALU5O7OO.js');exports.Chip = _chunkALU5O7OOjs.a;
{
"name": "@jamsr-ui/chip",
"version": "0.0.21",
"version": "0.0.22",
"description": "",

@@ -24,5 +24,5 @@ "main": "./dist/index.mjs",

"dependencies": {
"@jamsr-ui/button": "^0.0.21",
"@jamsr-ui/shared-icons": "^0.0.20",
"@jamsr-ui/utils": "^0.0.19"
"@jamsr-ui/button": "^0.0.22",
"@jamsr-ui/shared-icons": "^0.0.21",
"@jamsr-ui/utils": "^0.0.20"
},

@@ -29,0 +29,0 @@ "module": "dist/index.mjs",

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