intlayer-editor 3.4.7 → 3.4.9
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/cjs/styles/tailwind.cjs +4 -4
- package/dist/cjs/styles/tailwind.cjs.map +1 -1
- package/dist/esm/styles/tailwind.mjs +4 -3
- package/dist/esm/styles/tailwind.mjs.map +1 -1
- package/dist/types/styles/tailwind.d.ts +3 -2
- package/dist/types/styles/tailwind.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -28,14 +28,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
var tailwind_exports = {};
|
|
30
30
|
__export(tailwind_exports, {
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
default: () => tailwind_default,
|
|
32
|
+
tailwindPresetConfig: () => import_tailwind_config.tailwindPresetConfig
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(tailwind_exports);
|
|
35
35
|
var import_tailwind_config = __toESM(require("@intlayer/design-system/tailwind-config"));
|
|
36
|
+
var tailwind_default = import_tailwind_config.default;
|
|
36
37
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
38
|
0 && (module.exports = {
|
|
38
|
-
|
|
39
|
-
tailwindConfig
|
|
39
|
+
tailwindPresetConfig
|
|
40
40
|
});
|
|
41
41
|
//# sourceMappingURL=tailwind.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/styles/tailwind.ts"],"sourcesContent":["import tailwindConfig, {\n
|
|
1
|
+
{"version":3,"sources":["../../../src/styles/tailwind.ts"],"sourcesContent":["import tailwindConfig, {\n tailwindPresetConfig,\n} from '@intlayer/design-system/tailwind-config';\n\nexport { tailwindPresetConfig };\nexport default tailwindConfig;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,6BAEO;AAGP,IAAO,mBAAQ,uBAAAA;","names":["tailwindConfig"]}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import tailwindConfig, {
|
|
2
|
-
|
|
2
|
+
tailwindPresetConfig
|
|
3
3
|
} from "@intlayer/design-system/tailwind-config";
|
|
4
|
+
var tailwind_default = tailwindConfig;
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
tailwind_default as default,
|
|
7
|
+
tailwindPresetConfig
|
|
7
8
|
};
|
|
8
9
|
//# sourceMappingURL=tailwind.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/styles/tailwind.ts"],"sourcesContent":["import tailwindConfig, {\n
|
|
1
|
+
{"version":3,"sources":["../../../src/styles/tailwind.ts"],"sourcesContent":["import tailwindConfig, {\n tailwindPresetConfig,\n} from '@intlayer/design-system/tailwind-config';\n\nexport { tailwindPresetConfig };\nexport default tailwindConfig;\n"],"mappings":"AAAA,OAAO;AAAA,EACL;AAAA,OACK;AAGP,IAAO,mBAAQ;","names":[]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import tailwindConfig, {
|
|
2
|
-
export {
|
|
1
|
+
import tailwindConfig, { tailwindPresetConfig } from '@intlayer/design-system/tailwind-config';
|
|
2
|
+
export { tailwindPresetConfig };
|
|
3
|
+
export default tailwindConfig;
|
|
3
4
|
//# sourceMappingURL=tailwind.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind.d.ts","sourceRoot":"","sources":["../../../src/styles/tailwind.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,EAAE,EACrB,
|
|
1
|
+
{"version":3,"file":"tailwind.d.ts","sourceRoot":"","sources":["../../../src/styles/tailwind.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,EAAE,EACrB,oBAAoB,EACrB,MAAM,yCAAyC,CAAC;AAEjD,OAAO,EAAE,oBAAoB,EAAE,CAAC;AAChC,eAAe,cAAc,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer-editor",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "IntLayer Editor is a tool that allow you to edit your IntLayer declaration files using a graphical interface.",
|
|
6
6
|
"keywords": [
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"react": "^18.3.1",
|
|
75
75
|
"react-dom": "^18.3.1",
|
|
76
76
|
"zustand": "^5.0.1",
|
|
77
|
-
"@intlayer/config": "^3.4.
|
|
78
|
-
"@intlayer/
|
|
79
|
-
"@intlayer/
|
|
77
|
+
"@intlayer/config": "^3.4.9",
|
|
78
|
+
"@intlayer/core": "^3.4.9",
|
|
79
|
+
"@intlayer/design-system": "^3.4.9"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@babel/generator": "7.26.2",
|
|
@@ -97,16 +97,16 @@
|
|
|
97
97
|
"tsc-alias": "^1.8.10",
|
|
98
98
|
"tsup": "^8.3.5",
|
|
99
99
|
"typescript": "^5.7.2",
|
|
100
|
-
"@utils/ts-config": "^1.0.4",
|
|
101
100
|
"@utils/eslint-config": "^1.0.4",
|
|
102
|
-
"@utils/
|
|
103
|
-
"@utils/
|
|
101
|
+
"@utils/tsup-config": "^1.0.4",
|
|
102
|
+
"@utils/ts-config": "^1.0.4",
|
|
103
|
+
"@utils/ts-config-types": "^1.0.4"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
|
-
"@intlayer/config": "^3.4.
|
|
107
|
-
"@intlayer/
|
|
108
|
-
"
|
|
109
|
-
"
|
|
106
|
+
"@intlayer/config": "^3.4.9",
|
|
107
|
+
"@intlayer/design-system": "^3.4.9",
|
|
108
|
+
"react-intlayer": "^3.4.9",
|
|
109
|
+
"@intlayer/core": "^3.4.9"
|
|
110
110
|
},
|
|
111
111
|
"engines": {
|
|
112
112
|
"node": ">=14.18"
|