@telegraph/tag 0.1.4 → 0.2.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/CHANGELOG.md +25 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.mjs +4 -4
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/Tag/Tag.constants.d.ts +4 -4
- package/package.json +7 -7
|
@@ -84,13 +84,13 @@ export declare const COLOR: {
|
|
|
84
84
|
};
|
|
85
85
|
readonly Icon: {
|
|
86
86
|
readonly solid: {
|
|
87
|
-
readonly default: "
|
|
87
|
+
readonly default: "contrast";
|
|
88
88
|
readonly gray: "white";
|
|
89
89
|
readonly red: "white";
|
|
90
90
|
readonly accent: "white";
|
|
91
91
|
readonly blue: "white";
|
|
92
92
|
readonly green: "white";
|
|
93
|
-
readonly yellow: "
|
|
93
|
+
readonly yellow: "black";
|
|
94
94
|
readonly purple: "white";
|
|
95
95
|
};
|
|
96
96
|
readonly soft: {
|
|
@@ -106,13 +106,13 @@ export declare const COLOR: {
|
|
|
106
106
|
};
|
|
107
107
|
readonly Text: {
|
|
108
108
|
readonly solid: {
|
|
109
|
-
readonly default: "
|
|
109
|
+
readonly default: "contrast";
|
|
110
110
|
readonly gray: "white";
|
|
111
111
|
readonly accent: "white";
|
|
112
112
|
readonly red: "white";
|
|
113
113
|
readonly blue: "white";
|
|
114
114
|
readonly green: "white";
|
|
115
|
-
readonly yellow: "
|
|
115
|
+
readonly yellow: "black";
|
|
116
116
|
readonly purple: "white";
|
|
117
117
|
};
|
|
118
118
|
readonly soft: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telegraph/tag",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tag",
|
|
5
5
|
"author": "@knocklabs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"preview": "vite preview"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@telegraph/button": "^0.
|
|
34
|
+
"@telegraph/button": "^0.6.0",
|
|
35
35
|
"@telegraph/compose-refs": "^0.0.8",
|
|
36
36
|
"@telegraph/helpers": "^0.0.15",
|
|
37
|
-
"@telegraph/icon": "^0.
|
|
37
|
+
"@telegraph/icon": "^0.5.0",
|
|
38
38
|
"@telegraph/layout": "^0.5.0",
|
|
39
|
-
"@telegraph/tooltip": "^0.1
|
|
40
|
-
"@telegraph/typography": "^0.
|
|
39
|
+
"@telegraph/tooltip": "^0.2.1",
|
|
40
|
+
"@telegraph/typography": "^0.4.0",
|
|
41
41
|
"clsx": "^2.1.1",
|
|
42
42
|
"lucide-react": "^0.544.0",
|
|
43
43
|
"motion": "^12.34.3"
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@knocklabs/eslint-config": "^0.0.5",
|
|
47
47
|
"@knocklabs/prettier-config": "^0.0.1",
|
|
48
48
|
"@knocklabs/typescript-config": "^0.0.2",
|
|
49
|
-
"@telegraph/postcss-config": "^0.1.
|
|
49
|
+
"@telegraph/postcss-config": "^0.1.1",
|
|
50
50
|
"@telegraph/vite-config": "^0.0.15",
|
|
51
51
|
"@types/react": "^19.2.9",
|
|
52
|
-
"eslint": "^10.0
|
|
52
|
+
"eslint": "^10.2.0",
|
|
53
53
|
"react": "^19.2.4",
|
|
54
54
|
"react-dom": "^19.2.4",
|
|
55
55
|
"typescript": "^5.9.3",
|