@axiom-core/css-bridge 0.1.0 → 0.1.1

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/index.js CHANGED
@@ -1,3 +1,6 @@
1
+ if (globalThis?.process?.env?.NODE_ENV !== "production") {
2
+ console.warn("[Axiom] @axiom-core/css-bridge is an internal package. Install @axiom-core/runtime-engine instead.");
3
+ }
1
4
  export { emitCssVariables } from './emitter.js';
2
5
  export { generateCssText } from './css-text.js';
3
6
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,IAAK,UAAkC,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,KAAK,YAAY,EAAE,CAAC;IACjF,OAAO,CAAC,IAAI,CACV,oGAAoG,CACrG,CAAC;AACJ,CAAC;AAGD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@axiom-core/css-bridge",
3
- "version": "0.1.0",
4
- "description": "Axiom CoreCSS variable emission bridge",
3
+ "version": "0.1.1",
4
+ "description": "⚠️ INTERNAL PACKAGE Not intended for direct consumption. Use @axiom-core/runtime-engine instead.",
5
+ "keywords": [
6
+ "axiom",
7
+ "internal",
8
+ "infrastructure"
9
+ ],
5
10
  "type": "module",
6
11
  "main": "./dist/index.js",
7
12
  "module": "./dist/index.js",