galadrim-feedback 0.0.60 → 0.0.62
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/styles.css +4 -4
- package/package.json +2 -2
- package/src/index.css +4 -4
package/dist/styles.css
CHANGED
|
@@ -1077,25 +1077,25 @@ textarea {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
1079
|
.kumbh-regular {
|
|
1080
|
-
font-family: "
|
|
1080
|
+
font-family: "Kumbh Sans", sans-serif;
|
|
1081
1081
|
font-weight: 400;
|
|
1082
1082
|
font-style: normal;
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
1085
|
.kumbh-medium {
|
|
1086
|
-
font-family: "
|
|
1086
|
+
font-family: "Kumbh Sans", sans-serif;
|
|
1087
1087
|
font-weight: 500;
|
|
1088
1088
|
font-style: normal;
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
1091
|
.kumbh-semibold {
|
|
1092
|
-
font-family: "
|
|
1092
|
+
font-family: "Kumbh Sans", sans-serif;
|
|
1093
1093
|
font-weight: 600;
|
|
1094
1094
|
font-style: normal;
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
1097
|
.kumbh-bold {
|
|
1098
|
-
font-family: "
|
|
1098
|
+
font-family: "Kumbh Sans", sans-serif;
|
|
1099
1099
|
font-weight: 700;
|
|
1100
1100
|
font-style: normal;
|
|
1101
1101
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "galadrim-feedback",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.62",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.es",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@tanstack/react-query": "^5.59.19",
|
|
24
|
+
"@babel/core": "^7.26.10",
|
|
24
25
|
"babel-plugin-react-generate-paths": "^0.0.2",
|
|
25
26
|
"moment": "^2.30.1"
|
|
26
27
|
},
|
|
@@ -30,7 +31,6 @@
|
|
|
30
31
|
"react-dom": "^18.3.1"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "^7.26.10",
|
|
34
34
|
"@eslint/js": "^9.11.1",
|
|
35
35
|
"@rollup/plugin-alias": "^5.1.1",
|
|
36
36
|
"@rollup/plugin-babel": "^6.0.4",
|
package/src/index.css
CHANGED
|
@@ -181,25 +181,25 @@ textarea {
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
.kumbh-regular {
|
|
184
|
-
font-family: "
|
|
184
|
+
font-family: "Kumbh Sans", sans-serif;
|
|
185
185
|
font-weight: 400;
|
|
186
186
|
font-style: normal;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.kumbh-medium {
|
|
190
|
-
font-family: "
|
|
190
|
+
font-family: "Kumbh Sans", sans-serif;
|
|
191
191
|
font-weight: 500;
|
|
192
192
|
font-style: normal;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
.kumbh-semibold {
|
|
196
|
-
font-family: "
|
|
196
|
+
font-family: "Kumbh Sans", sans-serif;
|
|
197
197
|
font-weight: 600;
|
|
198
198
|
font-style: normal;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.kumbh-bold {
|
|
202
|
-
font-family: "
|
|
202
|
+
font-family: "Kumbh Sans", sans-serif;
|
|
203
203
|
font-weight: 700;
|
|
204
204
|
font-style: normal;
|
|
205
205
|
}
|