@plumeria/core 0.14.6 → 0.14.8
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/css.js +5 -5
- package/dist/css.mjs +2 -2
- package/dist/processors/css.d.ts +2 -2
- package/dist/processors/css.js +1 -1
- package/dist/processors/css.mjs +2 -2
- package/package.json +2 -2
package/dist/css.js
CHANGED
|
@@ -42,7 +42,7 @@ async function processQueue_1(filePath) {
|
|
|
42
42
|
}
|
|
43
43
|
isProcessing_1 = false;
|
|
44
44
|
}
|
|
45
|
-
async function
|
|
45
|
+
async function buildProps(filePath) {
|
|
46
46
|
if (typeof globalPromise_1 === "undefined") initPromise_1();
|
|
47
47
|
if (!isProcessing_1 && sheetQueue_1.length > 0) {
|
|
48
48
|
isProcessing_1 = true;
|
|
@@ -82,16 +82,16 @@ Object.defineProperty(exports, '__toESM', {
|
|
|
82
82
|
return __toESM;
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
|
-
Object.defineProperty(exports, '
|
|
85
|
+
Object.defineProperty(exports, 'buildGlobal', {
|
|
86
86
|
enumerable: true,
|
|
87
87
|
get: function () {
|
|
88
|
-
return
|
|
88
|
+
return buildGlobal;
|
|
89
89
|
}
|
|
90
90
|
});
|
|
91
|
-
Object.defineProperty(exports, '
|
|
91
|
+
Object.defineProperty(exports, 'buildProps', {
|
|
92
92
|
enumerable: true,
|
|
93
93
|
get: function () {
|
|
94
|
-
return
|
|
94
|
+
return buildProps;
|
|
95
95
|
}
|
|
96
96
|
});
|
|
97
97
|
Object.defineProperty(exports, 'globalPromise_1', {
|
package/dist/css.mjs
CHANGED
|
@@ -19,7 +19,7 @@ async function processQueue_1(filePath) {
|
|
|
19
19
|
}
|
|
20
20
|
isProcessing_1 = false;
|
|
21
21
|
}
|
|
22
|
-
async function
|
|
22
|
+
async function buildProps(filePath) {
|
|
23
23
|
if (typeof globalPromise_1 === "undefined") initPromise_1();
|
|
24
24
|
if (!isProcessing_1 && sheetQueue_1.length > 0) {
|
|
25
25
|
isProcessing_1 = true;
|
|
@@ -53,4 +53,4 @@ async function buildGlobal(filePath) {
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
export {
|
|
56
|
+
export { buildGlobal, buildProps, globalPromise_1, globalPromise_2, initPromise_1, initPromise_2, resolvePromise_1, resolvePromise_2 };
|
package/dist/processors/css.d.ts
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
declare let resolvePromise_1: (value: string) => void;
|
|
3
3
|
declare let globalPromise_1: Promise<string>;
|
|
4
4
|
declare function initPromise_1(): void;
|
|
5
|
-
declare function
|
|
5
|
+
declare function buildProps(filePath: string): Promise<void>;
|
|
6
6
|
declare let resolvePromise_2: (value: string) => void;
|
|
7
7
|
declare let globalPromise_2: Promise<string>;
|
|
8
8
|
declare function initPromise_2(): void;
|
|
9
9
|
declare function buildGlobal(filePath: string): Promise<void>;
|
|
10
10
|
|
|
11
|
-
export {
|
|
11
|
+
export { buildGlobal, buildProps, globalPromise_1, globalPromise_2, initPromise_1, initPromise_2, resolvePromise_1, resolvePromise_2 };
|
package/dist/processors/css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_css = require('../css.js');
|
|
2
|
-
exports.buildCreate = require_css.buildCreate;
|
|
3
2
|
exports.buildGlobal = require_css.buildGlobal;
|
|
3
|
+
exports.buildProps = require_css.buildProps;
|
|
4
4
|
Object.defineProperty(exports, 'globalPromise_1', {
|
|
5
5
|
enumerable: true,
|
|
6
6
|
get: function () {
|
package/dist/processors/css.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { buildGlobal, buildProps, globalPromise_1, globalPromise_2, initPromise_1, initPromise_2, resolvePromise_1, resolvePromise_2 } from "../css.mjs";
|
|
2
|
+
export { buildGlobal, buildProps, globalPromise_1, globalPromise_2, initPromise_1, initPromise_2, resolvePromise_1, resolvePromise_2 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/core",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.8",
|
|
4
4
|
"description": "A library for Scalable and optimized styling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"stylesheet.css"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"zss-engine": "0.2.
|
|
42
|
+
"zss-engine": "0.2.71",
|
|
43
43
|
"zss-utils": "0.2.4"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|