@shuriken-ui/tailwind 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/config.cjs +0 -1
- package/dist/config.d.cts +3 -5
- package/dist/config.d.mts +3 -5
- package/dist/config.d.ts +3 -5
- package/dist/config.mjs +0 -1
- package/dist/index.cjs +0 -1
- package/dist/index.mjs +0 -1
- package/dist/preset.cjs +0 -3
- package/dist/preset.d.cts +0 -4
- package/dist/preset.d.mts +0 -4
- package/dist/preset.d.ts +0 -4
- package/dist/preset.mjs +0 -2
- package/package.json +3 -4
package/dist/config.cjs
CHANGED
@@ -4,7 +4,6 @@ const preset = require('./preset.cjs');
|
|
4
4
|
require('tailwindcss/defaultTheme');
|
5
5
|
require('tailwindcss/colors');
|
6
6
|
require('@tailwindcss/typography');
|
7
|
-
require('@tailwindcss/aspect-ratio');
|
8
7
|
require('@tailwindcss/container-queries');
|
9
8
|
require('tailwindcss/plugin');
|
10
9
|
require('defu');
|
package/dist/config.d.cts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
1
|
import * as typography from '@tailwindcss/typography';
|
2
|
+
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
3
3
|
import { Config } from 'tailwindcss';
|
4
4
|
|
5
5
|
declare const _default: {
|
@@ -7,12 +7,10 @@ declare const _default: {
|
|
7
7
|
presets: {
|
8
8
|
darkMode: "class";
|
9
9
|
content: never[];
|
10
|
-
plugins: (
|
11
|
-
handler: () => void;
|
12
|
-
} | {
|
10
|
+
plugins: ({
|
13
11
|
handler: tailwindcss_types_config.PluginCreator;
|
14
12
|
config?: Partial<Config> | undefined;
|
15
|
-
})[];
|
13
|
+
} | typeof typography)[];
|
16
14
|
theme: {
|
17
15
|
fontFamily: {
|
18
16
|
sans: string[];
|
package/dist/config.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
1
|
import * as typography from '@tailwindcss/typography';
|
2
|
+
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
3
3
|
import { Config } from 'tailwindcss';
|
4
4
|
|
5
5
|
declare const _default: {
|
@@ -7,12 +7,10 @@ declare const _default: {
|
|
7
7
|
presets: {
|
8
8
|
darkMode: "class";
|
9
9
|
content: never[];
|
10
|
-
plugins: (
|
11
|
-
handler: () => void;
|
12
|
-
} | {
|
10
|
+
plugins: ({
|
13
11
|
handler: tailwindcss_types_config.PluginCreator;
|
14
12
|
config?: Partial<Config> | undefined;
|
15
|
-
})[];
|
13
|
+
} | typeof typography)[];
|
16
14
|
theme: {
|
17
15
|
fontFamily: {
|
18
16
|
sans: string[];
|
package/dist/config.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
1
|
import * as typography from '@tailwindcss/typography';
|
2
|
+
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
3
3
|
import { Config } from 'tailwindcss';
|
4
4
|
|
5
5
|
declare const _default: {
|
@@ -7,12 +7,10 @@ declare const _default: {
|
|
7
7
|
presets: {
|
8
8
|
darkMode: "class";
|
9
9
|
content: never[];
|
10
|
-
plugins: (
|
11
|
-
handler: () => void;
|
12
|
-
} | {
|
10
|
+
plugins: ({
|
13
11
|
handler: tailwindcss_types_config.PluginCreator;
|
14
12
|
config?: Partial<Config> | undefined;
|
15
|
-
})[];
|
13
|
+
} | typeof typography)[];
|
16
14
|
theme: {
|
17
15
|
fontFamily: {
|
18
16
|
sans: string[];
|
package/dist/config.mjs
CHANGED
@@ -2,7 +2,6 @@ import { preset } from './preset.mjs';
|
|
2
2
|
import 'tailwindcss/defaultTheme';
|
3
3
|
import 'tailwindcss/colors';
|
4
4
|
import '@tailwindcss/typography';
|
5
|
-
import '@tailwindcss/aspect-ratio';
|
6
5
|
import '@tailwindcss/container-queries';
|
7
6
|
import 'tailwindcss/plugin';
|
8
7
|
import 'defu';
|
package/dist/index.cjs
CHANGED
@@ -4,7 +4,6 @@ const preset = require('./preset.cjs');
|
|
4
4
|
require('tailwindcss/defaultTheme');
|
5
5
|
require('tailwindcss/colors');
|
6
6
|
require('@tailwindcss/typography');
|
7
|
-
require('@tailwindcss/aspect-ratio');
|
8
7
|
require('@tailwindcss/container-queries');
|
9
8
|
require('tailwindcss/plugin');
|
10
9
|
require('defu');
|
package/dist/index.mjs
CHANGED
@@ -3,7 +3,6 @@ export { createPreset } from './preset.mjs';
|
|
3
3
|
import 'tailwindcss/defaultTheme';
|
4
4
|
import 'tailwindcss/colors';
|
5
5
|
import '@tailwindcss/typography';
|
6
|
-
import '@tailwindcss/aspect-ratio';
|
7
6
|
import '@tailwindcss/container-queries';
|
8
7
|
import 'tailwindcss/plugin';
|
9
8
|
import 'defu';
|
package/dist/preset.cjs
CHANGED
@@ -3,7 +3,6 @@
|
|
3
3
|
const defaultTheme = require('tailwindcss/defaultTheme');
|
4
4
|
const colors = require('tailwindcss/colors');
|
5
5
|
const typography = require('@tailwindcss/typography');
|
6
|
-
const aspectRatio = require('@tailwindcss/aspect-ratio');
|
7
6
|
const containerQueries = require('@tailwindcss/container-queries');
|
8
7
|
const plugin = require('tailwindcss/plugin');
|
9
8
|
const defu = require('defu');
|
@@ -13,7 +12,6 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
13
12
|
const defaultTheme__default = /*#__PURE__*/_interopDefaultCompat(defaultTheme);
|
14
13
|
const colors__default = /*#__PURE__*/_interopDefaultCompat(colors);
|
15
14
|
const typography__default = /*#__PURE__*/_interopDefaultCompat(typography);
|
16
|
-
const aspectRatio__default = /*#__PURE__*/_interopDefaultCompat(aspectRatio);
|
17
15
|
const containerQueries__default = /*#__PURE__*/_interopDefaultCompat(containerQueries);
|
18
16
|
const plugin__default = /*#__PURE__*/_interopDefaultCompat(plugin);
|
19
17
|
|
@@ -10150,7 +10148,6 @@ function createPreset(options = {}) {
|
|
10150
10148
|
content: [],
|
10151
10149
|
plugins: [
|
10152
10150
|
typography__default,
|
10153
|
-
aspectRatio__default,
|
10154
10151
|
containerQueries__default,
|
10155
10152
|
shurikenUIBase,
|
10156
10153
|
shurikenUIComponents(options),
|
package/dist/preset.d.cts
CHANGED
@@ -11,8 +11,6 @@ declare function createPreset(options?: PluginOption): {
|
|
11
11
|
darkMode: "class";
|
12
12
|
content: never[];
|
13
13
|
plugins: (typeof typography__default | {
|
14
|
-
handler: () => void;
|
15
|
-
} | {
|
16
14
|
handler: tailwindcss_types_config.PluginCreator;
|
17
15
|
config?: Partial<Config> | undefined;
|
18
16
|
})[];
|
@@ -202,8 +200,6 @@ declare const preset: {
|
|
202
200
|
darkMode: "class";
|
203
201
|
content: never[];
|
204
202
|
plugins: (typeof typography__default | {
|
205
|
-
handler: () => void;
|
206
|
-
} | {
|
207
203
|
handler: tailwindcss_types_config.PluginCreator;
|
208
204
|
config?: Partial<Config> | undefined;
|
209
205
|
})[];
|
package/dist/preset.d.mts
CHANGED
@@ -11,8 +11,6 @@ declare function createPreset(options?: PluginOption): {
|
|
11
11
|
darkMode: "class";
|
12
12
|
content: never[];
|
13
13
|
plugins: (typeof typography__default | {
|
14
|
-
handler: () => void;
|
15
|
-
} | {
|
16
14
|
handler: tailwindcss_types_config.PluginCreator;
|
17
15
|
config?: Partial<Config> | undefined;
|
18
16
|
})[];
|
@@ -202,8 +200,6 @@ declare const preset: {
|
|
202
200
|
darkMode: "class";
|
203
201
|
content: never[];
|
204
202
|
plugins: (typeof typography__default | {
|
205
|
-
handler: () => void;
|
206
|
-
} | {
|
207
203
|
handler: tailwindcss_types_config.PluginCreator;
|
208
204
|
config?: Partial<Config> | undefined;
|
209
205
|
})[];
|
package/dist/preset.d.ts
CHANGED
@@ -11,8 +11,6 @@ declare function createPreset(options?: PluginOption): {
|
|
11
11
|
darkMode: "class";
|
12
12
|
content: never[];
|
13
13
|
plugins: (typeof typography__default | {
|
14
|
-
handler: () => void;
|
15
|
-
} | {
|
16
14
|
handler: tailwindcss_types_config.PluginCreator;
|
17
15
|
config?: Partial<Config> | undefined;
|
18
16
|
})[];
|
@@ -202,8 +200,6 @@ declare const preset: {
|
|
202
200
|
darkMode: "class";
|
203
201
|
content: never[];
|
204
202
|
plugins: (typeof typography__default | {
|
205
|
-
handler: () => void;
|
206
|
-
} | {
|
207
203
|
handler: tailwindcss_types_config.PluginCreator;
|
208
204
|
config?: Partial<Config> | undefined;
|
209
205
|
})[];
|
package/dist/preset.mjs
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import defaultTheme from 'tailwindcss/defaultTheme';
|
2
2
|
import colors from 'tailwindcss/colors';
|
3
3
|
import typography from '@tailwindcss/typography';
|
4
|
-
import aspectRatio from '@tailwindcss/aspect-ratio';
|
5
4
|
import containerQueries from '@tailwindcss/container-queries';
|
6
5
|
import plugin from 'tailwindcss/plugin';
|
7
6
|
import { defu } from 'defu';
|
@@ -10139,7 +10138,6 @@ function createPreset(options = {}) {
|
|
10139
10138
|
content: [],
|
10140
10139
|
plugins: [
|
10141
10140
|
typography,
|
10142
|
-
aspectRatio,
|
10143
10141
|
containerQueries,
|
10144
10142
|
shurikenUIBase,
|
10145
10143
|
shurikenUIComponents(options),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@shuriken-ui/tailwind",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.4",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
|
6
6
|
"repository": "shuriken-ui/tailwind",
|
@@ -65,9 +65,8 @@
|
|
65
65
|
"prepare": "simple-git-hooks"
|
66
66
|
},
|
67
67
|
"dependencies": {
|
68
|
-
"@tailwindcss/aspect-ratio": "^0.4.2",
|
69
68
|
"@tailwindcss/container-queries": "^0.1.1",
|
70
|
-
"@tailwindcss/typography": "^0.5.
|
69
|
+
"@tailwindcss/typography": "^0.5.10",
|
71
70
|
"defu": "^6.1.2",
|
72
71
|
"tailwindcss": "^3.3.3"
|
73
72
|
},
|
@@ -96,7 +95,7 @@
|
|
96
95
|
"lint-staged": "^14.0.1",
|
97
96
|
"lit": "^2.8.0",
|
98
97
|
"npm-run-all": "^4.1.5",
|
99
|
-
"postcss": "^8.4.
|
98
|
+
"postcss": "^8.4.31",
|
100
99
|
"prettier": "^3.0.2",
|
101
100
|
"react": "^18.2.0",
|
102
101
|
"react-dom": "^18.2.0",
|