nuxt-glorious 1.1.9-90 → 1.1.9-91
Sign up to get free protection for your applications and to get access to all the features.
package/dist/module.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<script setup lang="ts">
|
2
2
|
import { computed, ref, watch } from "#imports";
|
3
3
|
import { useGloriousCore } from "../../composables/useGloriousCore";
|
4
|
-
import gTailwindColor from "../../utils/
|
4
|
+
import gTailwindColor from "../../utils/gTailwindColor";
|
5
5
|
const props = defineProps({
|
6
6
|
modelValue: {
|
7
7
|
required: false,
|
@@ -1 +1 @@
|
|
1
|
-
export default function
|
1
|
+
export default function gTailwindColor(name: string, range: number): any;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import colors from "tailwindcss/colors.js";
|
2
|
-
export default function
|
3
|
-
const
|
4
|
-
return
|
2
|
+
export default function gTailwindColor(name, range) {
|
3
|
+
const gTailwindColor2 = colors;
|
4
|
+
return gTailwindColor2[name][range];
|
5
5
|
}
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "1.1.9-
|
2
|
+
"version": "1.1.9-91",
|
3
3
|
"name": "nuxt-glorious",
|
4
4
|
"description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
|
5
5
|
"repository": "sajadhzj/nuxt-glorious",
|