@lgtm-hq/turbo-themes 0.23.0 → 0.23.2

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/README.md CHANGED
@@ -57,7 +57,7 @@ projects:
57
57
  | Platform | Package Manager | Install Command |
58
58
  | ------------------------- | --------------- | ------------------------------------------------- |
59
59
  | **JavaScript/TypeScript** | npm / bun | `npm install @lgtm-hq/turbo-themes` |
60
- | **Python** | pip / uv | `pip install turbo-themes` |
60
+ | **Python** | uv / pip | `uv pip install turbo-themes` |
61
61
  | **Ruby** | bundler | `gem "turbo-themes", "~> 0.12"` |
62
62
  | **Swift** | SPM | Add `https://github.com/lgtm-hq/turbo-themes.git` |
63
63
 
@@ -74,9 +74,11 @@ npm install @lgtm-hq/turbo-themes
74
74
  ### Python
75
75
 
76
76
  ```bash
77
+ # Using uv (recommended)
78
+ uv pip install turbo-themes
79
+
80
+ # Or using pip
77
81
  pip install turbo-themes
78
- # or
79
- uv add turbo-themes
80
82
  ```
81
83
 
82
84
  ### Ruby (Jekyll)
@@ -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.23.0",
20
+ $version: "0.23.2",
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-DMvxYAeN.js.map
360
+ //# sourceMappingURL=colors-CF60NRbp.js.map
@@ -1,2 +1,2 @@
1
- import { n as createThemeCssVariables, r as getAllThemeColors, t as createColorMappings } from "./colors-DMvxYAeN.js";
1
+ import { n as createThemeCssVariables, r as getAllThemeColors, t as createColorMappings } from "./colors-CF60NRbp.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-DMvxYAeN.js";
1
+ import { a as themeIds, i as getTheme, o as themesById, t as createColorMappings } from "./colors-CF60NRbp.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.23.0",
4
+ "$version": "0.23.2",
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.23.0",
4
+ "$version": "0.23.2",
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.23.0",
3
+ "version": "0.23.2",
4
4
  "description": "Universal theme packs and an accessible theme selector.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -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.23.0",
20
+ $version: "0.23.2",
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-DMvxYAeN.js.map
360
+ //# sourceMappingURL=colors-CF60NRbp.js.map