Socket
Socket
Sign inDemoInstall

@polymathnetwork/launchpad-ui

Package Overview
Dependencies
198
Maintainers
4
Versions
188
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.0 to 1.12.1

5

dist/components/RichTextEditor/style.d.ts

@@ -0,5 +1,6 @@

/// <reference types="react" />
declare const _default: {
EditorContainer: import("@emotion/styled").StyledComponent<import("theme-ui").BoxProps & import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> & Pick<import("theme-ui").GridProps, "gap"> & {
EditorContainer: import("@emotion/styled").StyledComponent<import("theme-ui").BoxProps & import("react").RefAttributes<HTMLElement> & {
theme?: import("@emotion/react").Theme | undefined;
} & Omit<import("../Flex").FlexProps, "onChange"> & {
} & Omit<import("..").FlexProps, "onChange"> & {
variant?: "bordered" | "borderless" | undefined;

@@ -6,0 +7,0 @@ errorMessage?: string | undefined;

2

dist/components/RichTextEditor/style.js
import styled from '@emotion/styled';
import { Flex } from '../index';
import { Flex } from 'theme-ui';
export default {

@@ -4,0 +4,0 @@ EditorContainer: styled(Flex) `

{
"name": "@polymathnetwork/launchpad-ui",
"version": "1.12.0",
"version": "1.12.1",
"description": "component-library and white-label theming solution for launchpad frontend applications",

@@ -5,0 +5,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc