@lgtm-hq/turbo-themes 0.19.1 → 0.19.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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://design-tokens.org/schema.json",
|
|
3
3
|
"$description": "Turbo Themes - Design tokens for 24 themes",
|
|
4
|
-
"$version": "0.19.
|
|
5
|
-
"$generated": "2026-02-
|
|
4
|
+
"$version": "0.19.2",
|
|
5
|
+
"$generated": "2026-02-10T07:26:42.202Z",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
|
8
8
|
"bulma-dark",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://design-tokens.org/schema.json",
|
|
3
3
|
"$description": "Turbo Themes - Flat tokens for 24 themes",
|
|
4
|
-
"$version": "0.19.
|
|
5
|
-
"$generated": "2026-02-
|
|
4
|
+
"$version": "0.19.2",
|
|
5
|
+
"$generated": "2026-02-10T07:26:42.205Z",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
|
8
8
|
"bulma-dark",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lgtm-hq/turbo-themes",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.2",
|
|
4
4
|
"description": "Universal theme packs and an accessible theme selector.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"build:tokens:all": "bun run build:tokens",
|
|
104
104
|
"build:platforms": "node scripts/build-all-platforms.mjs",
|
|
105
105
|
"serve": "bun run build && bun run build:js && bun run build:themes && cd apps/site && bun install && bun run dev",
|
|
106
|
-
"build:ci:site": "cd apps/site && bun install && bun run build",
|
|
106
|
+
"build:ci:site": "bun run build:core && cd apps/site && bun install && bun run build",
|
|
107
107
|
"build:gem": "./scripts/build-gem.sh",
|
|
108
108
|
"build:all": "bun run build && bun run build:gem",
|
|
109
109
|
"test": "bun run test:packages && vitest run --coverage",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://design-tokens.org/schema.json",
|
|
3
3
|
"$description": "Turbo Themes - Flat tokens for 24 themes",
|
|
4
|
-
"$version": "0.19.
|
|
5
|
-
"$generated": "2026-02-
|
|
4
|
+
"$version": "0.19.2",
|
|
5
|
+
"$generated": "2026-02-10T07:26:42.205Z",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
|
8
8
|
"bulma-dark",
|