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.1 to 1.12.2

2

dist/components/RichTextEditor/index.js

@@ -28,3 +28,3 @@ import { jsx as _jsx } from "react/jsx-runtime";

}, [editable, errorMessage]);
return (_jsx(s.EditorContainer, Object.assign({ variant: variant, flexDirection: "column", tabIndex: 0, width: width, sx: {
return (_jsx(s.EditorContainer, Object.assign({ variant: variant, tabIndex: 0, width: width, sx: {
border: variant === 'bordered' ? '1px solid' : '',

@@ -31,0 +31,0 @@ borderColor: errorMessage ? 'functional.danger.main' : 'neutral.gray.3',

@@ -5,2 +5,3 @@ import styled from '@emotion/styled';

EditorContainer: styled(Flex) `
flex-direction: column;
border-radius: 2px;

@@ -7,0 +8,0 @@

{
"name": "@polymathnetwork/launchpad-ui",
"version": "1.12.1",
"version": "1.12.2",
"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