pukaad-ui-lib 1.246.6 → 1.246.7

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.246.6",
4
+ "version": "1.246.7",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -192,7 +192,7 @@ const module$1 = defineNuxtModule({
192
192
  if (isEnabled(features.tailwind, true)) {
193
193
  config.plugins ||= [];
194
194
  const hasTailwind = config.plugins.some(
195
- (p) => p.name === "tailwindcss"
195
+ (p) => p && p.name === "tailwindcss"
196
196
  );
197
197
  if (!hasTailwind) {
198
198
  config.plugins.push(tailwindcss());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.246.6",
3
+ "version": "1.246.7",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",