@amulet-laboratories/hex 0.5.0 → 0.5.2

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.
Files changed (2) hide show
  1. package/package.json +12 -12
  2. package/src/scoped/tokens.css +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amulet-laboratories/hex",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
5
  "description": "Multi-theme layer for Rig — curated palettes targeting data-rig-* selectors",
6
6
  "license": "MIT",
@@ -116,16 +116,7 @@
116
116
  "publishConfig": {
117
117
  "access": "public"
118
118
  },
119
- "scripts": {
120
- "build": "node build.mjs",
121
- "dev": "node build.mjs --watch",
122
- "test": "node --test build.test.mjs",
123
- "lint": "eslint .",
124
- "lint:css": "stylelint 'src/**/*.css'",
125
- "format": "prettier --write ."
126
- },
127
119
  "devDependencies": {
128
- "@amulet-laboratories/config": "workspace:*",
129
120
  "@tailwindcss/postcss": "^4.2.1",
130
121
  "cssnano": "^7.1.3",
131
122
  "eslint": "^9.20.0",
@@ -134,6 +125,15 @@
134
125
  "prettier": "^3.5.0",
135
126
  "stylelint": "^17.4.0",
136
127
  "stylelint-config-standard": "^40.0.0",
137
- "tailwindcss": "^4.2.1"
128
+ "tailwindcss": "^4.2.1",
129
+ "@amulet-laboratories/config": "0.2.0"
130
+ },
131
+ "scripts": {
132
+ "build": "node build.mjs",
133
+ "dev": "node build.mjs --watch",
134
+ "test": "node --test build.test.mjs",
135
+ "lint": "eslint .",
136
+ "lint:css": "stylelint 'src/**/*.css'",
137
+ "format": "prettier --write ."
138
138
  }
139
- }
139
+ }
@@ -2,22 +2,22 @@
2
2
  * Import once at the site level to enable [data-hex-theme="name"] switching.
3
3
  * Pure token declarations — no component CSS, no bridge.
4
4
  */
5
- @import './themes/aldricpace.css';
6
- @import './themes/briarcove.css';
7
- @import './themes/briarcovelib.css';
8
- @import './themes/compass.css';
9
- @import './themes/duskline.css';
10
- @import './themes/fogline.css';
5
+ @import './themes/harbor.css';
6
+ @import './themes/iris.css';
7
+ @import './themes/sienna.css';
8
+ @import './themes/clover.css';
9
+ @import './themes/lagoon.css';
10
+ @import './themes/hearth.css';
11
11
  @import './themes/forge.css';
12
12
  @import './themes/garden.css';
13
13
  @import './themes/greyline.css';
14
- @import './themes/kbcv.css';
15
- @import './themes/lanternhouse.css';
16
- @import './themes/marenlys.css';
17
- @import './themes/quizbit.css';
18
- @import './themes/rootremedy.css';
19
- @import './themes/saltsignal.css';
14
+ @import './themes/cardinal.css';
15
+ @import './themes/vesper.css';
16
+ @import './themes/orchid.css';
17
+ @import './themes/citron.css';
18
+ @import './themes/juniper.css';
19
+ @import './themes/ochre.css';
20
20
  @import './themes/spacewizard.css';
21
- @import './themes/tidemark.css';
22
- @import './themes/undertow.css';
23
- @import './themes/vscode.css';
21
+ @import './themes/cypress.css';
22
+ @import './themes/copper.css';
23
+ @import './themes/cobalt.css';