@shuriken-ui/tailwind 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.d.cts +4 -4
- package/dist/config.d.mts +4 -4
- package/dist/config.d.ts +4 -4
- package/dist/index.cjs +0 -1
- package/dist/index.mjs +0 -1
- package/dist/preset.cjs +0 -1
- package/dist/preset.mjs +0 -1
- package/package.json +1 -1
package/dist/config.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as typography from '@tailwindcss/typography';
|
|
2
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
2
|
+
import * as typography from '@tailwindcss/typography';
|
|
3
3
|
import { Config } from 'tailwindcss';
|
|
4
4
|
|
|
5
5
|
declare const _default: {
|
|
@@ -7,11 +7,11 @@ declare const _default: {
|
|
|
7
7
|
presets: {
|
|
8
8
|
darkMode: "class";
|
|
9
9
|
content: never[];
|
|
10
|
-
plugins: ({
|
|
10
|
+
plugins: (typeof typography | {
|
|
11
|
+
handler: () => void;
|
|
12
|
+
} | {
|
|
11
13
|
handler: tailwindcss_types_config.PluginCreator;
|
|
12
14
|
config?: Partial<Config> | undefined;
|
|
13
|
-
} | typeof typography | {
|
|
14
|
-
handler: () => void;
|
|
15
15
|
})[];
|
|
16
16
|
theme: {
|
|
17
17
|
fontFamily: {
|
package/dist/config.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as typography from '@tailwindcss/typography';
|
|
2
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
2
|
+
import * as typography from '@tailwindcss/typography';
|
|
3
3
|
import { Config } from 'tailwindcss';
|
|
4
4
|
|
|
5
5
|
declare const _default: {
|
|
@@ -7,11 +7,11 @@ declare const _default: {
|
|
|
7
7
|
presets: {
|
|
8
8
|
darkMode: "class";
|
|
9
9
|
content: never[];
|
|
10
|
-
plugins: ({
|
|
10
|
+
plugins: (typeof typography | {
|
|
11
|
+
handler: () => void;
|
|
12
|
+
} | {
|
|
11
13
|
handler: tailwindcss_types_config.PluginCreator;
|
|
12
14
|
config?: Partial<Config> | undefined;
|
|
13
|
-
} | typeof typography | {
|
|
14
|
-
handler: () => void;
|
|
15
15
|
})[];
|
|
16
16
|
theme: {
|
|
17
17
|
fontFamily: {
|
package/dist/config.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as typography from '@tailwindcss/typography';
|
|
2
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
2
|
+
import * as typography from '@tailwindcss/typography';
|
|
3
3
|
import { Config } from 'tailwindcss';
|
|
4
4
|
|
|
5
5
|
declare const _default: {
|
|
@@ -7,11 +7,11 @@ declare const _default: {
|
|
|
7
7
|
presets: {
|
|
8
8
|
darkMode: "class";
|
|
9
9
|
content: never[];
|
|
10
|
-
plugins: ({
|
|
10
|
+
plugins: (typeof typography | {
|
|
11
|
+
handler: () => void;
|
|
12
|
+
} | {
|
|
11
13
|
handler: tailwindcss_types_config.PluginCreator;
|
|
12
14
|
config?: Partial<Config> | undefined;
|
|
13
|
-
} | typeof typography | {
|
|
14
|
-
handler: () => void;
|
|
15
15
|
})[];
|
|
16
16
|
theme: {
|
|
17
17
|
fontFamily: {
|
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/dist/preset.cjs
CHANGED
|
@@ -2847,7 +2847,6 @@ const defaultButtonConfig = {
|
|
|
2847
2847
|
};
|
|
2848
2848
|
const button = plugin__default.withOptions(
|
|
2849
2849
|
function(options) {
|
|
2850
|
-
console.log("register button plugin");
|
|
2851
2850
|
let { prefix } = defu.defu(options, defaultPluginOptions);
|
|
2852
2851
|
if (prefix) {
|
|
2853
2852
|
prefix = `${prefix}-`;
|
package/dist/preset.mjs
CHANGED
|
@@ -2836,7 +2836,6 @@ const defaultButtonConfig = {
|
|
|
2836
2836
|
};
|
|
2837
2837
|
const button = plugin.withOptions(
|
|
2838
2838
|
function(options) {
|
|
2839
|
-
console.log("register button plugin");
|
|
2840
2839
|
let { prefix } = defu(options, defaultPluginOptions);
|
|
2841
2840
|
if (prefix) {
|
|
2842
2841
|
prefix = `${prefix}-`;
|