@ttoss/fsl-theme 1.1.11 → 1.1.13

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.
Files changed (1) hide show
  1. package/package.json +26 -26
package/package.json CHANGED
@@ -1,17 +1,28 @@
1
1
  {
2
2
  "name": "@ttoss/fsl-theme",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "description": "ttoss theme provider for UI.",
5
- "license": "MIT",
6
- "author": "ttoss",
7
- "contributors": [
8
- "Ennio Politi Lopes <enniolopes@gmail.com>"
5
+ "keywords": [
6
+ "css-variables",
7
+ "dark-mode",
8
+ "design-tokens",
9
+ "dtcg",
10
+ "react",
11
+ "ssr",
12
+ "theming",
13
+ "ttoss"
9
14
  ],
10
15
  "repository": {
11
16
  "type": "git",
12
17
  "url": "https://github.com/ttoss/ttoss.git",
13
18
  "directory": "packages/fsl-theme"
14
19
  },
20
+ "license": "MIT",
21
+ "author": "ttoss",
22
+ "contributors": [
23
+ "Ennio Politi Lopes <enniolopes@gmail.com>"
24
+ ],
25
+ "sideEffects": false,
15
26
  "type": "module",
16
27
  "exports": {
17
28
  ".": {
@@ -47,15 +58,6 @@
47
58
  "dist",
48
59
  "llms.txt"
49
60
  ],
50
- "sideEffects": false,
51
- "peerDependencies": {
52
- "react": ">=18"
53
- },
54
- "peerDependenciesMeta": {
55
- "react": {
56
- "optional": true
57
- }
58
- },
59
61
  "devDependencies": {
60
62
  "@testing-library/react": "^16.3.2",
61
63
  "jest": "^30.3.0",
@@ -63,19 +65,17 @@
63
65
  "ts-morph": "^28.0.0",
64
66
  "tsup": "^8.5.1",
65
67
  "tsx": "^4.21.0",
66
- "@ttoss/config": "^1.37.10",
67
- "@ttoss/test-utils": "^4.2.10"
68
+ "@ttoss/test-utils": "^4.2.12",
69
+ "@ttoss/config": "^1.37.12"
70
+ },
71
+ "peerDependencies": {
72
+ "react": ">=18"
73
+ },
74
+ "peerDependenciesMeta": {
75
+ "react": {
76
+ "optional": true
77
+ }
68
78
  },
69
- "keywords": [
70
- "css-variables",
71
- "dark-mode",
72
- "design-tokens",
73
- "dtcg",
74
- "react",
75
- "ssr",
76
- "theming",
77
- "ttoss"
78
- ],
79
79
  "publishConfig": {
80
80
  "access": "public",
81
81
  "provenance": true