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

@public-ui/themes

Package Overview
Dependencies
Maintainers
1
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@public-ui/themes - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

20

dist/index.d.ts

@@ -32,5 +32,7 @@ declare const BMF: (patch: (name: string, map: {

"KOL-INPUT-TEXT"?: string | undefined;
"KOL-KOLIBRI"?: string | undefined;
"KOL-LINK"?: string | undefined;
"KOL-LINK-BUTTON"?: string | undefined;
"KOL-LINK-GROUP"?: string | undefined;
"KOL-LOGO"?: string | undefined;
"KOL-MODAL"?: string | undefined;

@@ -51,2 +53,4 @@ "KOL-NAV"?: string | undefined;

"KOL-TOOLTIP"?: string | undefined;
"KOL-TREE"?: string | undefined;
"KOL-TREE-ITEM"?: string | undefined;
}, options?: {

@@ -87,5 +91,7 @@ append?: boolean | undefined;

"KOL-INPUT-TEXT"?: string | undefined;
"KOL-KOLIBRI"?: string | undefined;
"KOL-LINK"?: string | undefined;
"KOL-LINK-BUTTON"?: string | undefined;
"KOL-LINK-GROUP"?: string | undefined;
"KOL-LOGO"?: string | undefined;
"KOL-MODAL"?: string | undefined;

@@ -106,2 +112,4 @@ "KOL-NAV"?: string | undefined;

"KOL-TOOLTIP"?: string | undefined;
"KOL-TREE"?: string | undefined;
"KOL-TREE-ITEM"?: string | undefined;
}, options?: {

@@ -142,5 +150,7 @@ append?: boolean | undefined;

"KOL-INPUT-TEXT"?: string | undefined;
"KOL-KOLIBRI"?: string | undefined;
"KOL-LINK"?: string | undefined;
"KOL-LINK-BUTTON"?: string | undefined;
"KOL-LINK-GROUP"?: string | undefined;
"KOL-LOGO"?: string | undefined;
"KOL-MODAL"?: string | undefined;

@@ -161,2 +171,4 @@ "KOL-NAV"?: string | undefined;

"KOL-TOOLTIP"?: string | undefined;
"KOL-TREE"?: string | undefined;
"KOL-TREE-ITEM"?: string | undefined;
}, options?: {

@@ -197,5 +209,7 @@ append?: boolean | undefined;

"KOL-INPUT-TEXT"?: string | undefined;
"KOL-KOLIBRI"?: string | undefined;
"KOL-LINK"?: string | undefined;
"KOL-LINK-BUTTON"?: string | undefined;
"KOL-LINK-GROUP"?: string | undefined;
"KOL-LOGO"?: string | undefined;
"KOL-MODAL"?: string | undefined;

@@ -216,2 +230,4 @@ "KOL-NAV"?: string | undefined;

"KOL-TOOLTIP"?: string | undefined;
"KOL-TREE"?: string | undefined;
"KOL-TREE-ITEM"?: string | undefined;
}, options?: {

@@ -252,5 +268,7 @@ append?: boolean | undefined;

"KOL-INPUT-TEXT"?: string | undefined;
"KOL-KOLIBRI"?: string | undefined;
"KOL-LINK"?: string | undefined;
"KOL-LINK-BUTTON"?: string | undefined;
"KOL-LINK-GROUP"?: string | undefined;
"KOL-LOGO"?: string | undefined;
"KOL-MODAL"?: string | undefined;

@@ -271,2 +289,4 @@ "KOL-NAV"?: string | undefined;

"KOL-TOOLTIP"?: string | undefined;
"KOL-TREE"?: string | undefined;
"KOL-TREE-ITEM"?: string | undefined;
}, options?: {

@@ -273,0 +293,0 @@ append?: boolean | undefined;

14

package.json
{
"name": "@public-ui/themes",
"version": "2.0.4",
"version": "2.0.5",
"license": "EUPL-1.2",

@@ -44,10 +44,10 @@ "homepage": "https://public-ui.github.io",

"devDependencies": {
"@public-ui/schema": "2.0.4",
"@public-ui/schema": "2.0.5",
"@types/node": "ts5.3",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-plugin-no-loops": "0.3.0",
"nodemon": "3.0.3",
"postcss": "8.4.33",
"postcss": "8.4.35",
"rollup-plugin-postcss": "4.0.2",

@@ -59,3 +59,3 @@ "sass": "1.70.0",

"peerDependencies": {
"@public-ui/components": "2.0.4"
"@public-ui/components": "2.0.5"
},

@@ -82,3 +82,3 @@ "sideEffects": false,

"format": "prettier --check src",
"lint": "eslint src && tsc --noemit",
"lint": "tsc --noemit && eslint src",
"dev": "nodemon --ignore dist -e ts,tsx,scss --exec \"pnpm build\"",

@@ -85,0 +85,0 @@ "test-all": "pnpm -r --workspace-concurrency=1 test",

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