pukaad-ui-lib 1.246.10 → 1.246.11

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.10",
4
+ "version": "1.246.11",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -184,11 +184,13 @@ const module$1 = defineNuxtModule({
184
184
  }
185
185
  if (css.core) {
186
186
  const coreCssPath = resolver.resolve("./runtime/assets/css/core.css");
187
+ const runtimeDir = resolver.resolve("./runtime");
187
188
  const rootDir = _nuxt.options.rootDir;
188
189
  const template = addTemplate({
189
190
  filename: "pukaad-ui-core.css",
190
191
  write: true,
191
192
  getContents: () => `@import "${coreCssPath}";
193
+ @source "${runtimeDir}/**/*.vue";
192
194
  @source "${rootDir}/**/*.vue";
193
195
  @source "${rootDir}/**/*.ts";
194
196
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.246.10",
3
+ "version": "1.246.11",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",