@lgtm-hq/turbo-themes 0.24.4 → 0.25.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.
- package/assets/img/bulma-logo-dark.png +0 -0
- package/assets/img/bulma-logo-dark.webp +0 -0
- package/assets/img/bulma-logo.png +0 -0
- package/assets/img/bulma-logo.webp +0 -0
- package/assets/img/catppuccin-logo-latte.png +0 -0
- package/assets/img/catppuccin-logo-latte.webp +0 -0
- package/assets/img/catppuccin-logo-macchiato.png +0 -0
- package/assets/img/catppuccin-logo-macchiato.webp +0 -0
- package/assets/img/dracula-logo.png +0 -0
- package/assets/img/dracula-logo.webp +0 -0
- package/assets/img/github-logo-dark.png +0 -0
- package/assets/img/github-logo-dark.webp +0 -0
- package/assets/img/github-logo-light.png +0 -0
- package/assets/img/github-logo-light.webp +0 -0
- package/assets/img/gruvbox-dark-hard.png +0 -0
- package/assets/img/gruvbox-dark-soft.png +0 -0
- package/assets/img/gruvbox-dark.png +0 -0
- package/assets/img/gruvbox-light-hard.png +0 -0
- package/assets/img/gruvbox-light-soft.png +0 -0
- package/assets/img/gruvbox-light.png +0 -0
- package/assets/img/nord.png +0 -0
- package/assets/img/rose-pine-dawn.png +0 -0
- package/assets/img/rose-pine-moon.png +0 -0
- package/assets/img/rose-pine.png +0 -0
- package/assets/img/solarized-dark.png +0 -0
- package/assets/img/solarized-light.png +0 -0
- package/assets/img/tokyo-night.png +0 -0
- package/assets/img/turbo-themes-logo-dark.png +0 -0
- package/assets/img/turbo-themes-logo-dark.webp +0 -0
- package/assets/img/turbo-themes-logo.png +0 -0
- package/assets/img/turbo-themes-logo.webp +0 -0
- package/dist/adapters/tailwind/{colors-Q4hRFhSp.js → colors-DIGHZN-Z.js} +2 -2
- package/dist/adapters/tailwind/colors.js +1 -1
- package/dist/adapters/tailwind/preset.js +1 -1
- package/dist/tokens/style-dictionary/themes.json +1 -1
- package/dist/tokens/style-dictionary/tokens.json +1 -1
- package/package.json +4 -2
- package/packages/adapters/tailwind/dist/{colors-Q4hRFhSp.js → colors-DIGHZN-Z.js} +2 -2
- package/packages/adapters/tailwind/dist/{colors-Q4hRFhSp.js.map → colors-DIGHZN-Z.js.map} +1 -1
- package/packages/adapters/tailwind/dist/colors.js +1 -1
- package/packages/adapters/tailwind/dist/preset.js +1 -1
- package/packages/core/dist/themes/tokens.json +1 -1
- package/packages/theme-selector/dist/index.js +1 -1
- package/packages/theme-selector/dist/index.js.map +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
var tokens = {
|
|
18
18
|
$schema: "https://design-tokens.org/schema.json",
|
|
19
19
|
$description: "Turbo Themes - Flat tokens for 24 themes",
|
|
20
|
-
$version: "0.
|
|
20
|
+
$version: "0.25.0",
|
|
21
21
|
$generated: "578ff006e2ad6a3b4ef5d5f663625b1da305529ea9c1cfb56de0967824ac09a3",
|
|
22
22
|
meta: {
|
|
23
23
|
"themeIds": [
|
|
@@ -357,4 +357,4 @@ function createThemeCssVariables(themeId) {
|
|
|
357
357
|
//#endregion
|
|
358
358
|
export { themeIds as a, getTheme as i, createThemeCssVariables as n, themesById as o, getAllThemeColors as r, createColorMappings as t };
|
|
359
359
|
|
|
360
|
-
//# sourceMappingURL=colors-
|
|
360
|
+
//# sourceMappingURL=colors-DIGHZN-Z.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as createThemeCssVariables, r as getAllThemeColors, t as createColorMappings } from "./colors-
|
|
1
|
+
import { n as createThemeCssVariables, r as getAllThemeColors, t as createColorMappings } from "./colors-DIGHZN-Z.js";
|
|
2
2
|
export { createColorMappings, createThemeCssVariables, getAllThemeColors };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as themeIds, i as getTheme, o as themesById, t as createColorMappings } from "./colors-
|
|
1
|
+
import { a as themeIds, i as getTheme, o as themesById, t as createColorMappings } from "./colors-DIGHZN-Z.js";
|
|
2
2
|
//#region preset.ts
|
|
3
3
|
/**
|
|
4
4
|
* Tailwind CSS preset for Turbo Themes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://design-tokens.org/schema.json",
|
|
3
3
|
"$description": "Turbo Themes - Design tokens for 24 themes",
|
|
4
|
-
"$version": "0.
|
|
4
|
+
"$version": "0.25.0",
|
|
5
5
|
"$generated": "20c81afa62128dc7c2a3a1d1f46ce79452acac0d2caacc125cf304cdb6a816c8",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://design-tokens.org/schema.json",
|
|
3
3
|
"$description": "Turbo Themes - Flat tokens for 24 themes",
|
|
4
|
-
"$version": "0.
|
|
4
|
+
"$version": "0.25.0",
|
|
5
5
|
"$generated": "578ff006e2ad6a3b4ef5d5f663625b1da305529ea9c1cfb56de0967824ac09a3",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lgtm-hq/turbo-themes",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "Universal theme packs and an accessible theme selector.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -99,7 +99,9 @@
|
|
|
99
99
|
"packages/adapters/*/dist/**",
|
|
100
100
|
"assets/css/themes/*.css",
|
|
101
101
|
"assets/css/turbo-core.css",
|
|
102
|
-
"assets/css/adapters/*.css"
|
|
102
|
+
"assets/css/adapters/*.css",
|
|
103
|
+
"assets/img/*.png",
|
|
104
|
+
"assets/img/*.webp"
|
|
103
105
|
],
|
|
104
106
|
"scripts": {
|
|
105
107
|
"build": "bun run build:tokens && bun run build:packages && bun run theme:sync && bun run build:root && node scripts/copy-adapters.mjs && bun run generate:css",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
var tokens = {
|
|
18
18
|
$schema: "https://design-tokens.org/schema.json",
|
|
19
19
|
$description: "Turbo Themes - Flat tokens for 24 themes",
|
|
20
|
-
$version: "0.
|
|
20
|
+
$version: "0.25.0",
|
|
21
21
|
$generated: "578ff006e2ad6a3b4ef5d5f663625b1da305529ea9c1cfb56de0967824ac09a3",
|
|
22
22
|
meta: {
|
|
23
23
|
"themeIds": [
|
|
@@ -357,4 +357,4 @@ function createThemeCssVariables(themeId) {
|
|
|
357
357
|
//#endregion
|
|
358
358
|
export { themeIds as a, getTheme as i, createThemeCssVariables as n, themesById as o, getAllThemeColors as r, createColorMappings as t };
|
|
359
359
|
|
|
360
|
-
//# sourceMappingURL=colors-
|
|
360
|
+
//# sourceMappingURL=colors-DIGHZN-Z.js.map
|