Socket
Socket
Sign inDemoInstall

@nextui-org/system

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/system - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

dist/chunk-OBF4GOTT.mjs

2

dist/index.d.ts

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

export { As, CapitalizedDOMElements, DOMAttributes, DOMElement, DOMElements, ExtendVariantProps, ExtendVariantWithSlotsProps, ExtendVariants, HTMLNextUIProps, InternalForwardRefRenderFunction, Merge, MergeWithAs, OmitCommonProps, PropGetter, PropsOf, RightJoinProps, extendVariants, forwardRef, isNextUIEl, mapPropsVariants, mapPropsVariantsWithCommon, toIterator } from '@nextui-org/system-rsc';
export { As, CapitalizedDOMElements, DOMAttributes, DOMElement, DOMElements, ExtendVariantProps, ExtendVariantWithSlotsProps, ExtendVariants, HTMLNextUIProps, InternalForwardRefRenderFunction, Merge, MergeWithAs, OmitCommonProps, PropGetter, PropsOf, RightJoinProps, SharedSelection, extendVariants, forwardRef, isNextUIEl, mapPropsVariants, mapPropsVariantsWithCommon, toIterator } from '@nextui-org/system-rsc';
export { SupportedCalendars } from './types.js';

@@ -3,0 +3,0 @@ export { NextUIProvider, NextUIProviderProps } from './provider.js';

@@ -42,3 +42,2 @@ "use client";

var import_react = require("react");
var import_date = require("@internationalized/date");
var import_framer_motion = require("framer-motion");

@@ -63,6 +62,3 @@

locale = "en-US",
defaultDates = {
minDate: new import_date.CalendarDate(1900, 1, 1),
maxDate: new import_date.CalendarDate(2099, 12, 31)
},
defaultDates,
createCalendar,

@@ -69,0 +65,0 @@ ...otherProps

@@ -31,3 +31,2 @@ "use client";

var import_react = require("react");
var import_date = require("@internationalized/date");
var import_framer_motion = require("framer-motion");

@@ -52,6 +51,3 @@

locale = "en-US",
defaultDates = {
minDate: new import_date.CalendarDate(1900, 1, 1),
maxDate: new import_date.CalendarDate(2099, 12, 31)
},
defaultDates,
createCalendar,

@@ -58,0 +54,0 @@ ...otherProps

{
"name": "@nextui-org/system",
"version": "2.2.2",
"version": "2.2.3",
"description": "NextUI system primitives",

@@ -47,4 +47,4 @@ "keywords": [

"@react-stately/utils": "3.10.1",
"@nextui-org/system-rsc": "2.1.2",
"@nextui-org/react-utils": "2.0.14"
"@nextui-org/system-rsc": "2.1.3",
"@nextui-org/react-utils": "2.0.15"
},

@@ -51,0 +51,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

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