@lgtm-hq/turbo-themes 0.24.3 → 0.24.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-U_Lm71UM.js → colors-Q4hRFhSp.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 +1 -1
- package/packages/adapters/tailwind/dist/{colors-U_Lm71UM.js → colors-Q4hRFhSp.js} +2 -2
- package/packages/adapters/tailwind/dist/{colors-U_Lm71UM.js.map → colors-Q4hRFhSp.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
|
@@ -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.24.
|
|
20
|
+
$version: "0.24.4",
|
|
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-Q4hRFhSp.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-Q4hRFhSp.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-Q4hRFhSp.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.24.
|
|
4
|
+
"$version": "0.24.4",
|
|
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.24.
|
|
4
|
+
"$version": "0.24.4",
|
|
5
5
|
"$generated": "578ff006e2ad6a3b4ef5d5f663625b1da305529ea9c1cfb56de0967824ac09a3",
|
|
6
6
|
"meta": {
|
|
7
7
|
"themeIds": [
|
package/package.json
CHANGED
|
@@ -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.24.
|
|
20
|
+
$version: "0.24.4",
|
|
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-Q4hRFhSp.js.map
|