ninegrid2 6.1437.0 → 6.1438.0

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.
@@ -11044,11 +11044,8 @@ class ninegrid {
11044
11044
 
11045
11045
  static getCustomPath = (c,v) => {
11046
11046
 
11047
- console.log(nine);
11048
-
11049
11047
  if (nine.cssPath) {
11050
- console.log(nine.cssPath);
11051
- return nine.cssPath;
11048
+ return nine.cssPath + "/" + v;
11052
11049
  }
11053
11050
 
11054
11051
  let cssPath;
@@ -11040,11 +11040,8 @@ class ninegrid {
11040
11040
 
11041
11041
  static getCustomPath = (c,v) => {
11042
11042
 
11043
- console.log(nine);
11044
-
11045
11043
  if (nine.cssPath) {
11046
- console.log(nine.cssPath);
11047
- return nine.cssPath;
11044
+ return nine.cssPath + "/" + v;
11048
11045
  }
11049
11046
 
11050
11047
  let cssPath;
@@ -226,11 +226,8 @@ export class ninegrid {
226
226
 
227
227
  static getCustomPath = (c,v) => {
228
228
 
229
- console.log(nine);
230
-
231
229
  if (nine.cssPath) {
232
- console.log(nine.cssPath);
233
- return nine.cssPath;
230
+ return nine.cssPath + "/" + v;
234
231
  }
235
232
 
236
233
  let cssPath;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1437.0",
4
+ "version": "6.1438.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -226,11 +226,8 @@ export class ninegrid {
226
226
 
227
227
  static getCustomPath = (c,v) => {
228
228
 
229
- console.log(nine);
230
-
231
229
  if (nine.cssPath) {
232
- console.log(nine.cssPath);
233
- return nine.cssPath;
230
+ return nine.cssPath + "/" + v;
234
231
  }
235
232
 
236
233
  let cssPath;