@shuriken-ui/tailwind 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -10,7 +10,6 @@ require('tailwindcss/plugin');
10
10
  require('defu');
11
11
 
12
12
  function withShurikenUI(config) {
13
- console.log("withShurikenUI", config);
14
13
  if (preset.hasPreset(config)) {
15
14
  return config;
16
15
  }
package/dist/index.mjs CHANGED
@@ -9,7 +9,6 @@ import 'tailwindcss/plugin';
9
9
  import 'defu';
10
10
 
11
11
  function withShurikenUI(config) {
12
- console.log("withShurikenUI", config);
13
12
  if (hasPreset(config)) {
14
13
  return config;
15
14
  }
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}-`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",