@amulet-laboratories/hex 0.5.0 → 0.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amulet-laboratories/hex",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "Multi-theme layer for Rig — curated palettes targeting data-rig-* selectors",
6
6
  "license": "MIT",
@@ -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';