@geomak/ui 1.1.0 → 1.2.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.
@@ -0,0 +1,20 @@
1
+ 'use strict';
2
+
3
+ var chunkZS3HB5YJ_cjs = require('../chunk-ZS3HB5YJ.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "palette", {
8
+ enumerable: true,
9
+ get: function () { return chunkZS3HB5YJ_cjs.PALETTE; }
10
+ });
11
+ Object.defineProperty(exports, "semanticTokens", {
12
+ enumerable: true,
13
+ get: function () { return chunkZS3HB5YJ_cjs.semanticTokens; }
14
+ });
15
+ Object.defineProperty(exports, "vars", {
16
+ enumerable: true,
17
+ get: function () { return chunkZS3HB5YJ_cjs.vars; }
18
+ });
19
+ //# sourceMappingURL=index.cjs.map
20
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
@@ -0,0 +1 @@
1
+ export { S as SemanticColorKey, a as SemanticRadiusKey, V as VarColorKey, b as VarRadiusKey, c as VarShadowKey, P as palette, s as semanticTokens, v as vars } from '../index-CPCiQllz.cjs';
@@ -0,0 +1 @@
1
+ export { S as SemanticColorKey, a as SemanticRadiusKey, V as VarColorKey, b as VarRadiusKey, c as VarShadowKey, P as palette, s as semanticTokens, v as vars } from '../index-CPCiQllz.js';
@@ -0,0 +1,3 @@
1
+ export { PALETTE as palette, semanticTokens, vars } from '../chunk-DNQSZOYD.js';
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
5
5
  "author": "G-MAKROGLOU",
6
6
  "license": "MIT",
@@ -12,7 +12,12 @@
12
12
  "import": "./dist/index.js",
13
13
  "require": "./dist/index.cjs"
14
14
  },
15
- "./styles": "./dist/styles.css"
15
+ "./styles": "./dist/styles.css",
16
+ "./tokens": {
17
+ "types": "./dist/tokens/index.d.ts",
18
+ "import": "./dist/tokens/index.js",
19
+ "require": "./dist/tokens/index.cjs"
20
+ }
16
21
  },
17
22
  "main": "./dist/index.cjs",
18
23
  "module": "./dist/index.js",