@lgtm-hq/turbo-themes 0.33.0 → 0.34.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/dist/adapters/tailwind/{colors-DAySaTK_.js → colors-EkjUeq7W.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 +1 -1
- 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-DAySaTK_.js → colors-EkjUeq7W.js} +3 -3
- package/packages/adapters/tailwind/dist/{colors-DAySaTK_.js.map → colors-EkjUeq7W.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 27 themes",
|
|
6
|
-
$version: "0.
|
|
7
|
-
$generated: "
|
|
6
|
+
$version: "0.34.0",
|
|
7
|
+
$generated: "a90f8d2fb895b2bd76d286bafaba02191cc07b9cfc17bb5ab3ece05801e5a68a",
|
|
8
8
|
meta: {
|
|
9
9
|
"themeIds": [
|
|
10
10
|
"bulma-dark",
|
|
@@ -456,4 +456,4 @@ function createThemeCssVariables(themeId) {
|
|
|
456
456
|
//#endregion
|
|
457
457
|
export { themeIds as a, getTheme as i, createThemeCssVariables as n, themesById as o, getAllThemeColors as r, createColorMappings as t };
|
|
458
458
|
|
|
459
|
-
//# sourceMappingURL=colors-
|
|
459
|
+
//# sourceMappingURL=colors-EkjUeq7W.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-EkjUeq7W.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-EkjUeq7W.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 27 themes",
|
|
4
|
-
"$version": "0.
|
|
5
|
-
"$generated": "
|
|
4
|
+
"$version": "0.34.0",
|
|
5
|
+
"$generated": "642898b86da8e89f5936d52c6c4d74353a9d8895c244d804fc55aa28b24e79e1",
|
|
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 27 themes",
|
|
4
|
-
"$version": "0.
|
|
5
|
-
"$generated": "
|
|
4
|
+
"$version": "0.34.0",
|
|
5
|
+
"$generated": "a90f8d2fb895b2bd76d286bafaba02191cc07b9cfc17bb5ab3ece05801e5a68a",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
|
8
8
|
"bulma-dark",
|
package/package.json
CHANGED
|
@@ -270,8 +270,8 @@ function mapTokensToHomeAssistant(tokens) {
|
|
|
270
270
|
var tokens = {
|
|
271
271
|
$schema: "https://design-tokens.org/schema.json",
|
|
272
272
|
$description: "Turbo Themes - Flat tokens for 27 themes",
|
|
273
|
-
$version: "0.
|
|
274
|
-
$generated: "
|
|
273
|
+
$version: "0.34.0",
|
|
274
|
+
$generated: "a90f8d2fb895b2bd76d286bafaba02191cc07b9cfc17bb5ab3ece05801e5a68a",
|
|
275
275
|
meta: {
|
|
276
276
|
"themeIds": [
|
|
277
277
|
"bulma-dark",
|