Socket
Socket
Sign inDemoInstall

@mantine/core

Package Overview
Dependencies
Maintainers
1
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/core - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/mantine-core/src/ActionIcon/ActionIcon.d.ts
import React from 'react';
import { DefaultProps, Theme } from '@mantine/types';
import { DefaultProps, Theme } from "../../../mantine-types/src";
interface ActionIconProps extends DefaultProps, React.HTMLProps<HTMLButtonElement> {

@@ -4,0 +4,0 @@ theme?: Theme;

import React from 'react';
import { DefaultProps, OpenColorTheme } from '@mantine/types';
import { DefaultProps, OpenColorTheme } from "../../../mantine-types/src";
interface BadgeProps extends DefaultProps {

@@ -4,0 +4,0 @@ theme?: OpenColorTheme;

import React from 'react';
import { DefaultProps, OpenColorTheme } from '@mantine/types';
import { DefaultProps, OpenColorTheme } from "../../../mantine-types/src";
interface ButtonProps extends DefaultProps, React.HTMLProps<HTMLButtonElement> {

@@ -4,0 +4,0 @@ type?: 'submit' | 'button' | 'reset';

/// <reference types="react" />
import { DefaultProps } from '@mantine/types';
import { DefaultProps } from "../../../mantine-types/src";
interface ColorSwatchProps extends DefaultProps {

@@ -4,0 +4,0 @@ color: string;

import React from 'react';
import { DefaultProps } from '@mantine/types';
import { DefaultProps } from "../../../mantine-types/src";
interface DropdownBodyProps extends DefaultProps {

@@ -4,0 +4,0 @@ children: React.ReactNode;

import React from 'react';
import { DefaultProps } from '@mantine/types';
import { DefaultProps } from "../../../mantine-types/src";
interface ElementsGroupProps extends DefaultProps, React.HTMLProps<HTMLDivElement> {

@@ -4,0 +4,0 @@ position?: 'right' | 'center' | 'left';

import React from 'react';
import { DefaultProps } from '@mantine/types';
import { DefaultProps } from "../../../mantine-types/src";
interface InputProps extends DefaultProps, React.HTMLProps<HTMLInputElement> {

@@ -4,0 +4,0 @@ invalid?: boolean;

import React from 'react';
import { DefaultProps } from '@mantine/types';
import { DefaultProps } from "../../../mantine-types/src";
import { InputWrapperBaseProps } from '../InputWrapper/InputWrapper';

@@ -4,0 +4,0 @@ interface PasswordInputProps extends DefaultProps, InputWrapperBaseProps, Omit<React.HTMLProps<HTMLInputElement>, 'onChange'> {

import React from 'react';
import { DefaultProps } from '@mantine/types';
import { DefaultProps } from "../../../mantine-types/src";
interface TableProps extends DefaultProps, React.HTMLProps<HTMLTableElement> {

@@ -4,0 +4,0 @@ striped?: boolean;

import React from 'react';
import { DefaultProps, Size, Theme } from '@mantine/types';
import { DefaultProps, Size, Theme } from "../../../mantine-types/src";
interface TextProps extends DefaultProps {

@@ -4,0 +4,0 @@ component?: string;

import React from 'react';
import { DefaultProps } from '@mantine/types';
import { DefaultProps } from "../../../mantine-types/src";
import { InputWrapperBaseProps } from '../InputWrapper/InputWrapper';

@@ -4,0 +4,0 @@ interface TextInputProps extends DefaultProps, InputWrapperBaseProps, Omit<React.HTMLProps<HTMLInputElement>, 'onChange'> {

import React from 'react';
import { DefaultProps } from '@mantine/types';
import { DefaultProps } from "../../../mantine-types/src";
interface TitleProps extends DefaultProps, Omit<React.HTMLProps<HTMLHeadingElement>, 'children'> {

@@ -4,0 +4,0 @@ order?: 1 | 2 | 3 | 4 | 5 | 6;

{
"name": "@mantine/core",
"version": "0.1.5",
"version": "0.1.6",
"main": "dist/lib.js",

@@ -5,0 +5,0 @@ "licence": "MIT",

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

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

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

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