@jamsr-ui/chip
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -1,2 +0,3 @@ | ||
import * as _jamsr_ui_utils from '@jamsr-ui/utils'; | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import { ComponentPropsWithAs } from '@jamsr-ui/utils'; | ||
import React from 'react'; | ||
@@ -8,4 +9,4 @@ | ||
}; | ||
declare const Chip: _jamsr_ui_utils.InternalForwardRefRenderFunction<"div", ChipProps, never>; | ||
declare const Chip: <T extends React.ElementType<any, keyof React.JSX.IntrinsicElements> = "div">(props: ComponentPropsWithAs<T, ChipProps>) => react_jsx_runtime.JSX.Element; | ||
export { Chip, type ChipProps }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkALU5O7OOjs = require('./chunk-ALU5O7OO.js');exports.Chip = _chunkALU5O7OOjs.a; | ||
var _chunkZMLICRVRjs = require('./chunk-ZMLICRVR.js');exports.Chip = _chunkZMLICRVRjs.a; |
export { Chip, ChipProps } from './chip.js'; | ||
import 'react/jsx-runtime'; | ||
import '@jamsr-ui/utils'; | ||
import 'react'; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
"use client";var _chunkALU5O7OOjs = require('./chunk-ALU5O7OO.js');exports.Chip = _chunkALU5O7OOjs.a; | ||
"use client";var _chunkZMLICRVRjs = require('./chunk-ZMLICRVR.js');exports.Chip = _chunkZMLICRVRjs.a; |
{ | ||
"name": "@jamsr-ui/chip", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "", | ||
@@ -20,9 +20,9 @@ "main": "./dist/index.mjs", | ||
"peerDependencies": { | ||
"react": ">=18", | ||
"react": ">=19", | ||
"react-dom": ">=18" | ||
}, | ||
"dependencies": { | ||
"@jamsr-ui/button": "^0.0.22", | ||
"@jamsr-ui/shared-icons": "^0.0.21", | ||
"@jamsr-ui/utils": "^0.0.20" | ||
"@jamsr-ui/button": "^0.0.23", | ||
"@jamsr-ui/utils": "^0.0.21", | ||
"@jamsr-ui/shared-icons": "^0.0.22" | ||
}, | ||
@@ -29,0 +29,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
3725
28
+ Added@jamsr-ui/button@0.0.23(transitive)
+ Added@jamsr-ui/hooks@0.0.16(transitive)
+ Added@jamsr-ui/progress@0.0.23(transitive)
+ Added@jamsr-ui/ripple@0.0.23(transitive)
+ Added@jamsr-ui/shared-icons@0.0.22(transitive)
+ Added@jamsr-ui/utils@0.0.21(transitive)
+ Addedframer-motion@12.0.0-alpha.0(transitive)
- Removed@jamsr-ui/button@0.0.22(transitive)
- Removed@jamsr-ui/hooks@0.0.15(transitive)
- Removed@jamsr-ui/progress@0.0.22(transitive)
- Removed@jamsr-ui/ripple@0.0.22(transitive)
- Removed@jamsr-ui/shared-icons@0.0.21(transitive)
- Removed@jamsr-ui/utils@0.0.20(transitive)
- Removedframer-motion@11.18.2(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedmotion-dom@11.18.1(transitive)
- Removedmotion-utils@11.18.1(transitive)
- Removedreact@18.3.1(transitive)
Updated@jamsr-ui/button@^0.0.23
Updated@jamsr-ui/utils@^0.0.21