@rainersoft/design-tokens 2.3.0 → 2.4.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/rainer-design-tokens.json",
3
3
  "name": "@rainersoft/design-tokens",
4
- "version": "2.3.0",
4
+ "version": "2.4.0",
5
5
  "description": "Universal design tokens export for Rainer Design System",
6
6
  "$generated": "This file is auto-generated. Do not edit manually.",
7
7
  "$source": "tokens/*.json",
@@ -38,12 +38,12 @@
38
38
  "$path": "tokens/shadows.json"
39
39
  },
40
40
  "meta": {
41
- "repository": "https://github.com/RainerTeixeira/rainer-design-tokens",
41
+ "repository": "git+https://github.com/RainerTeixeira/rainer-design-tokens.git",
42
42
  "author": {
43
43
  "name": "Rainer Teixeira",
44
44
  "email": "suporte@rainersoft.com.br"
45
45
  },
46
46
  "license": "MIT",
47
- "generatedAt": "2025-12-11T16:28:49.799Z"
47
+ "generatedAt": "2026-01-03T15:37:47.141Z"
48
48
  }
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rainersoft/design-tokens",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Design tokens globais (CSS Variables, Tailwind config, temas) para o ecossistema Rainersoft",
5
5
  "author": {
6
6
  "name": "Rainer Teixeira",
@@ -75,4 +75,4 @@
75
75
  "access": "public",
76
76
  "registry": "https://registry.npmjs.org/"
77
77
  }
78
- }
78
+ }