@lgtm-hq/turbo-themes 0.40.6 → 0.40.7
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-CkQTuRD9.js → colors-DFYOWiR-.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 +2 -2
- 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-CkQTuRD9.js → colors-DFYOWiR-.js} +3 -3
- package/packages/adapters/tailwind/dist/{colors-CkQTuRD9.js.map → colors-DFYOWiR-.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.7",
|
|
7
|
+
$generated: "14b192f4401f2e36d8e8278f46cc576307c72e505a3dd8ff2279529c6db0f824",
|
|
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-DFYOWiR-.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-DFYOWiR-.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-DFYOWiR-.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.7",
|
|
5
|
+
"$generated": "cc5c5969dcf3e8c07a8e278448283bda90a9bcaf24101452b136e0e0a5f28101",
|
|
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.7",
|
|
5
|
+
"$generated": "14b192f4401f2e36d8e8278f46cc576307c72e505a3dd8ff2279529c6db0f824",
|
|
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.7",
|
|
4
4
|
"description": "Universal theme packs and an accessible theme selector.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"flatted": "3.4.2",
|
|
239
239
|
"picomatch": "4.0.4",
|
|
240
240
|
"yaml": "2.8.3",
|
|
241
|
-
"qs": "6.15.
|
|
241
|
+
"qs": "6.15.3",
|
|
242
242
|
"basic-ftp": "5.3.1",
|
|
243
243
|
"uuid": "14.0.0",
|
|
244
244
|
"follow-redirects": "1.16.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.7",
|
|
298
|
+
$generated: "14b192f4401f2e36d8e8278f46cc576307c72e505a3dd8ff2279529c6db0f824",
|
|
299
299
|
meta: {
|
|
300
300
|
"themeIds": [
|
|
301
301
|
"ayu-dark",
|