ninegrid2 6.1436.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.
- package/dist/bundle.cjs.js +1 -3
- package/dist/bundle.esm.js +1 -3
- package/dist/utils/ninegrid.js +1 -3
- package/package.json +1 -1
- package/src/utils/ninegrid.js +1 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -11044,10 +11044,8 @@ class ninegrid {
|
|
|
11044
11044
|
|
|
11045
11045
|
static getCustomPath = (c,v) => {
|
|
11046
11046
|
|
|
11047
|
-
console.log(nine);
|
|
11048
11047
|
if (nine.cssPath) {
|
|
11049
|
-
|
|
11050
|
-
return nine.cssPath;
|
|
11048
|
+
return nine.cssPath + "/" + v;
|
|
11051
11049
|
}
|
|
11052
11050
|
|
|
11053
11051
|
let cssPath;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -11040,10 +11040,8 @@ class ninegrid {
|
|
|
11040
11040
|
|
|
11041
11041
|
static getCustomPath = (c,v) => {
|
|
11042
11042
|
|
|
11043
|
-
console.log(nine);
|
|
11044
11043
|
if (nine.cssPath) {
|
|
11045
|
-
|
|
11046
|
-
return nine.cssPath;
|
|
11044
|
+
return nine.cssPath + "/" + v;
|
|
11047
11045
|
}
|
|
11048
11046
|
|
|
11049
11047
|
let cssPath;
|
package/dist/utils/ninegrid.js
CHANGED
package/package.json
CHANGED
package/src/utils/ninegrid.js
CHANGED