@baseline-ui/tokens 2.2.0 → 3.0.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 @@
1
+ export{a as breakpoints,b as queries,c as responsiveStyle}from'./chunk-XD32HWPP.mjs';
@@ -0,0 +1 @@
1
+ export{b as getLayoutValue,a as layoutSprinkleValues}from'./chunk-JJEQ2PGJ.mjs';import'./chunk-XD32HWPP.mjs';
@@ -0,0 +1 @@
1
+ export{b as sprinkles}from'./chunk-6AXAZKEW.mjs';
package/dist/theme.mjs ADDED
@@ -0,0 +1 @@
1
+ export{a as themeVars}from'./chunk-77HWOADK.mjs';
@@ -0,0 +1 @@
1
+ export{a as themeContract}from'./chunk-3ANZC2HI.mjs';
@@ -0,0 +1 @@
1
+ export{a as aveDarkTheme,b as aveLightTheme,c as darkTheme,g as extendTheme,d as lightTheme,e as nutrientLightTheme,f as themes}from'./chunk-FS5N3YI7.mjs';import'./chunk-VDY5HPNA.mjs';
@@ -0,0 +1 @@
1
+ export{b as partialThemeSchema,a as themeSchema,c as validateTheme,d as validateThemeOverrides}from'./chunk-VDY5HPNA.mjs';
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@baseline-ui/tokens",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
8
8
  "style": "dist/index.css",
9
+ "sideEffects": [
10
+ "*.css"
11
+ ],
9
12
  "files": [
10
13
  "dist",
11
14
  "License.md",
@@ -32,7 +35,7 @@
32
35
  "access": "public"
33
36
  },
34
37
  "scripts": {
35
- "build": "pnpm run build:themes && tsup src/index.ts --minify --format cjs,esm --dts --treeshake",
38
+ "build": "pnpm run build:themes && rm -rf dist && tsup --config tsup.build.ts && find dist -name '*.css' ! -name 'index.css' -delete",
36
39
  "build:themes": "rm -rf build && mkdir -p build && tsx scripts/buildTheme.ts",
37
40
  "acknowledgements": "pnpm-licenses generate-disclaimer --prod --output-file=Acknowledgements.md"
38
41
  }
package/sbom.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
3
3
  "bomFormat": "CycloneDX",
4
4
  "specVersion": "1.6",
5
- "serialNumber": "urn:uuid:b457cd78-23b3-49cf-8f82-d89ceda75aae",
5
+ "serialNumber": "urn:uuid:54084862-4066-4a19-a4b6-f40d8f1ca7de",
6
6
  "version": 1,
7
7
  "metadata": {
8
- "timestamp": "2026-08-17T22:36:21.315Z",
8
+ "timestamp": "2026-09-02T10:39:09.248Z",
9
9
  "lifecycles": [
10
10
  {
11
11
  "phase": "pre-build"
@@ -23,9 +23,9 @@
23
23
  "component": {
24
24
  "type": "library",
25
25
  "name": "@baseline-ui/tokens",
26
- "version": "2.2.0",
27
- "purl": "pkg:npm/@baseline-ui/tokens@2.2.0",
28
- "bom-ref": "pkg:npm/@baseline-ui/tokens@2.2.0",
26
+ "version": "3.0.0",
27
+ "purl": "pkg:npm/@baseline-ui/tokens@3.0.0",
28
+ "bom-ref": "pkg:npm/@baseline-ui/tokens@3.0.0",
29
29
  "licenses": [
30
30
  {
31
31
  "license": {
@@ -134,7 +134,7 @@
134
134
  ],
135
135
  "dependencies": [
136
136
  {
137
- "ref": "pkg:npm/@baseline-ui/tokens@2.2.0",
137
+ "ref": "pkg:npm/@baseline-ui/tokens@3.0.0",
138
138
  "dependsOn": [
139
139
  "pkg:npm/just-extend@6.2.0",
140
140
  "pkg:npm/type-fest@5.7.0",