New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

theui-svelte

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theui-svelte - npm Package Compare versions

Comparing version 1.0.0-rc.7 to 1.0.0-rc.8

2

dist/Badge/Badge.svelte.d.ts

@@ -8,4 +8,2 @@ import { SvelteComponent } from "svelte";

title?: string | undefined;
grow?: boolean | undefined;
topFixed?: boolean | undefined;
round?: ROUNDED;

@@ -12,0 +10,0 @@ };

2

dist/Collapse/Collapse.svelte.d.ts

@@ -5,6 +5,6 @@ import { SvelteComponent } from "svelte";

props: {
[x: string]: any;
animation?: ANIMATE_SPEED;
id?: string | undefined;
ariaLabel?: string | undefined;
isOpen?: boolean | undefined;
};

@@ -11,0 +11,0 @@ events: {

{
"name": "theui-svelte",
"version": "1.0.0-rc.7",
"version": "1.0.0-rc.8",
"description": "theui-svelte A component library by TheUI. Out-of-the-box accessible and easy to customize built with TailwindCSS.",

@@ -143,14 +143,9 @@ "author": {

"types": "./dist/functions.d.ts",
"require": "./dist/functions.js",
"default": "./dist/functions.js"
"require": "./dist/functions.js"
},
"./preset": {
"types": "./dist/preset.d.cts",
"require": "./dist/preset.cjs",
"default": "./dist/preset.cjs"
"require": "./dist/preset.cjs"
},
"./style": {
"postcss": "./dist/style.postcss",
"default": "./dist/style.postcss"
},
"./style": "./dist/style.postcss",
"./type": {

@@ -157,0 +152,0 @@ "types": "./dist/types.d.ts",

@@ -139,5 +139,5 @@ <h1 align="center"> TheUI Sveltekit Components</h1>

"./src/**/*.{html,js,svelte,ts}",
"./node_modules/theui-sveltekit/**/*.{html,js,svelte,ts}", // New line
"./node_modules/theui-svelte/**/*.{html,js,svelte,ts}", // New line
],
presets: [require("theui-sveltekit/preset")], // New line
presets: [require("theui-svelte/preset")], // New line
darkMode: "class",

@@ -158,3 +158,3 @@ theme: {

<script>
import "theui-sveltekit/style"; // Add this line inside script tag
import "theui-svelte/style"; // Add this line inside script tag
import "../app.postcss";

@@ -161,0 +161,0 @@ </script>

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