Socket
Socket
Sign inDemoInstall

@theme-ui/components

Package Overview
Dependencies
Maintainers
4
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theme-ui/components - npm Package Compare versions

Comparing version 0.16.2-develop.2 to 0.16.2-develop.5

3

dist/declarations/src/Box.d.ts
import { Interpolation } from '@emotion/react';
import React from 'react';
import { ThemeUICSSProperties, ThemeUIStyleObject } from '@theme-ui/css';
import { Theme } from '@theme-ui/core';
import type { Assign, ForwardRef } from './types';

@@ -12,3 +13,3 @@ declare const boxSystemProps: readonly ["margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "m", "mt", "mr", "mb", "ml", "mx", "my", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "p", "pt", "pr", "pb", "pl", "px", "py", "color", "backgroundColor", "bg", "opacity"];

css?: Interpolation<any>;
sx?: ThemeUIStyleObject;
sx?: ThemeUIStyleObject<Theme>;
}

@@ -15,0 +16,0 @@ export interface BoxProps extends Omit<Assign<React.ComponentPropsWithRef<'div'>, BoxOwnProps>, 'ref'> {

{
"name": "@theme-ui/components",
"version": "0.16.2-develop.2",
"version": "0.16.2-develop.5",
"main": "dist/theme-ui-components.cjs.js",

@@ -13,4 +13,4 @@ "module": "dist/theme-ui-components.esm.js",

"@types/styled-system": "^5.1.13",
"@theme-ui/css": "^0.16.2-develop.2",
"@theme-ui/core": "^0.16.2-develop.2"
"@theme-ui/css": "^0.16.2-develop.5",
"@theme-ui/core": "^0.16.2-develop.5"
},

@@ -20,3 +20,3 @@ "peerDependencies": {

"react": ">=18",
"@theme-ui/theme-provider": "^0.16.2-develop.2"
"@theme-ui/theme-provider": "^0.16.2-develop.5"
},

@@ -27,3 +27,3 @@ "devDependencies": {

"react": "^18.1.0",
"@theme-ui/test-utils": "^0.16.2-develop.2"
"@theme-ui/test-utils": "^0.16.2-develop.5"
},

@@ -30,0 +30,0 @@ "publishConfig": {

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