Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@themindfulpug/core

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@themindfulpug/core - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

2

dist/components/Button/index.d.ts
import { RefObject } from 'react';
import { voidf } from 'src/types/common';
import { voidf } from '../../types/common';
export interface ButtonProps {

@@ -4,0 +4,0 @@ /**

@@ -25,8 +25,8 @@ var __assign = (this && this.__assign) || function () {

import { useState } from 'react';
import { CDN_URL } from 'src/utils/constants';
import { Icon } from 'src/components/Icon';
import { Image } from 'src/components/Image';
import { Link } from 'src/components/Link';
import { theme } from 'src/components/ThemeProvider';
import { Menu } from 'src/components/Menu';
import { CDN_URL } from '../../utils/constants';
import { Icon } from '../Icon';
import { Image } from '../Image';
import { Link } from '../Link';
import { theme } from '../ThemeProvider';
import { Menu } from '../Menu';
var styles = {

@@ -33,0 +33,0 @@ default: {

import React from 'react';
import { IconOptions } from 'src/types/common';
import { IconOptions } from '../../types/common';
export interface IconProps {

@@ -4,0 +4,0 @@ /**

@@ -24,3 +24,3 @@ var __assign = (this && this.__assign) || function () {

import { jsx as _jsx } from "@emotion/react/jsx-runtime";
import { CDN_URL } from 'src/utils/constants';
import { CDN_URL } from '../../utils/constants';
/**

@@ -27,0 +27,0 @@ * Variant sizes to be used when determining the icon size

/// <reference types="react" />
import { voidf } from 'src/types/common';
import { voidf } from '../../types/common';
export interface InputProps {

@@ -4,0 +4,0 @@ /**

@@ -18,5 +18,5 @@ var __assign = (this && this.__assign) || function () {

import { useEffect, useRef, useState } from 'react';
import { Button } from 'src/components/Button';
import { MenuList } from 'src/components/MenuList';
import { MenuItem } from 'src/components/MenuItem';
import { Button } from '../Button';
import { MenuList } from '../MenuList';
import { MenuItem } from '../MenuItem';
/**

@@ -23,0 +23,0 @@ * A typography component that defines text styles

/// <reference types="react" />
import { voidf } from 'src/types/common';
import { voidf } from '../../types/common';
export interface MenuItemProps {

@@ -4,0 +4,0 @@ /**

{
"name": "@themindfulpug/core",
"version": "2.0.2",
"version": "2.1.0",
"author": "joshgreenwell",

@@ -19,6 +19,6 @@ "license": "SEE LICENSE IN LICENSE.txt",

"build": "tsc",
"build:package": "tsc -p tsconfig.production.json",
"build:package": "tsc -p tsconfig.production.json && tscpaths -p tsconfig.production.json -s ./src -o ./dist",
"build:storybook": "build-storybook -s public",
"test:dev": "react-scripts test",
"test": "react-scripts test --watchAll=false",
"test:dev": "react-app-rewired test",
"test": "react-app-rewired test --watchAll=false",
"format": "prettier --write \"./src/**/*.{js*,ts*}\"",

@@ -92,2 +92,3 @@ "eslint": "eslint ./src --fix",

"prettier": "^2.2.1",
"react-app-rewired": "^2.1.8",
"react-scripts": "4.0.1",

@@ -97,2 +98,4 @@ "react-test-renderer": "^17.0.1",

"ts-loader": "^8.0.14",
"tsconfig-paths": "^3.9.0",
"tscpaths": "^0.0.9",
"typescript": "^4.0.3",

@@ -99,0 +102,0 @@ "webpack-cli": "^4.3.1"

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