theui-svelte
Advanced tools
Comparing version 1.0.0-rc.7 to 1.0.0-rc.8
@@ -8,4 +8,2 @@ import { SvelteComponent } from "svelte"; | ||
title?: string | undefined; | ||
grow?: boolean | undefined; | ||
topFixed?: boolean | undefined; | ||
round?: ROUNDED; | ||
@@ -12,0 +10,0 @@ }; |
@@ -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
251724
2287