@lgtm-hq/turbo-themes 0.40.3 → 0.40.4
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/dist/adapters/tailwind/{colors-CznVBPf7.js → colors-Db9nXMkL.js} +3 -3
- package/dist/adapters/tailwind/colors.js +1 -1
- package/dist/adapters/tailwind/preset.js +1 -1
- package/dist/tokens/style-dictionary/themes.json +2 -2
- package/dist/tokens/style-dictionary/tokens.json +2 -2
- package/package.json +3 -3
- package/packages/adapters/home-assistant/dist/index.js +2 -2
- package/packages/adapters/home-assistant/dist/index.js.map +1 -1
- package/packages/adapters/tailwind/dist/{colors-CznVBPf7.js → colors-Db9nXMkL.js} +3 -3
- package/packages/adapters/tailwind/dist/{colors-CznVBPf7.js.map → colors-Db9nXMkL.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 +2 -2
- package/packages/theme-selector/dist/index.js +2 -2
- package/packages/theme-selector/dist/index.js.map +1 -1
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
var tokens = {
|
|
4
4
|
$schema: "https://design-tokens.org/schema.json",
|
|
5
5
|
$description: "Turbo Themes - Flat tokens for 43 themes",
|
|
6
|
-
$version: "0.40.
|
|
7
|
-
$generated: "
|
|
6
|
+
$version: "0.40.4",
|
|
7
|
+
$generated: "0ef365228ed9af6a1ad6f5325889ab03a3bd2d535632d49e3e72e9b7ccce89ad",
|
|
8
8
|
meta: {
|
|
9
9
|
"themeIds": [
|
|
10
10
|
"ayu-dark",
|
|
@@ -516,4 +516,4 @@ function createThemeCssVariables(themeId) {
|
|
|
516
516
|
//#endregion
|
|
517
517
|
export { themeIds as a, getTheme as i, createThemeCssVariables as n, themesById as o, getAllThemeColors as r, createColorMappings as t };
|
|
518
518
|
|
|
519
|
-
//# sourceMappingURL=colors-
|
|
519
|
+
//# sourceMappingURL=colors-Db9nXMkL.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-Db9nXMkL.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-Db9nXMkL.js";
|
|
2
2
|
//#region preset.ts
|
|
3
3
|
/**
|
|
4
4
|
* Tailwind CSS preset for Turbo Themes
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://design-tokens.org/schema.json",
|
|
3
3
|
"$description": "Turbo Themes - Design tokens for 43 themes",
|
|
4
|
-
"$version": "0.40.
|
|
5
|
-
"$generated": "
|
|
4
|
+
"$version": "0.40.4",
|
|
5
|
+
"$generated": "9db5c82b9746f54e0686b9b410ad7e22c7056bcfebc32eca1ef5c83c7114971b",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
|
8
8
|
"ayu-dark",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://design-tokens.org/schema.json",
|
|
3
3
|
"$description": "Turbo Themes - Flat tokens for 43 themes",
|
|
4
|
-
"$version": "0.40.
|
|
5
|
-
"$generated": "
|
|
4
|
+
"$version": "0.40.4",
|
|
5
|
+
"$generated": "0ef365228ed9af6a1ad6f5325889ab03a3bd2d535632d49e3e72e9b7ccce89ad",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
|
8
8
|
"ayu-dark",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lgtm-hq/turbo-themes",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.4",
|
|
4
4
|
"description": "Universal theme packs and an accessible theme selector.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -247,14 +247,14 @@
|
|
|
247
247
|
"path-to-regexp": "8.4.2",
|
|
248
248
|
"@isaacs/brace-expansion": "5.0.1",
|
|
249
249
|
"minimatch": "10.2.5",
|
|
250
|
-
"brace-expansion": "5.0.
|
|
250
|
+
"brace-expansion": "5.0.8",
|
|
251
251
|
"h3": "2.0.0",
|
|
252
252
|
"tmp": "0.2.7",
|
|
253
253
|
"esbuild": "0.28.1",
|
|
254
254
|
"happy-dom": "20.9.0",
|
|
255
255
|
"lodash": "4.18.1",
|
|
256
256
|
"lodash-es": "4.18.1",
|
|
257
|
-
"postcss": "8.5.
|
|
257
|
+
"postcss": "8.5.18",
|
|
258
258
|
"ws": "8.20.1",
|
|
259
259
|
"shell-quote": "1.9.0",
|
|
260
260
|
"js-yaml": "4.3.0",
|
|
@@ -294,8 +294,8 @@ function mapTokensToHomeAssistant(tokens) {
|
|
|
294
294
|
var tokens = {
|
|
295
295
|
$schema: "https://design-tokens.org/schema.json",
|
|
296
296
|
$description: "Turbo Themes - Flat tokens for 43 themes",
|
|
297
|
-
$version: "0.40.
|
|
298
|
-
$generated: "
|
|
297
|
+
$version: "0.40.4",
|
|
298
|
+
$generated: "0ef365228ed9af6a1ad6f5325889ab03a3bd2d535632d49e3e72e9b7ccce89ad",
|
|
299
299
|
meta: {
|
|
300
300
|
"themeIds": [
|
|
301
301
|
"ayu-dark",
|