@synnaxlabs/media 0.49.0 → 0.52.3
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/eslint.config.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
export default
|
|
1
|
+
import { default as cfg } from '@synnaxlabs/eslint-config';
|
|
2
|
+
export default cfg;
|
|
3
3
|
//# sourceMappingURL=eslint.config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../eslint.config.ts"],"names":[],"mappings":"AASA,OAAO,
|
|
1
|
+
{"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../eslint.config.ts"],"names":[],"mappings":"AASA,OAAO,GAAG,MAAM,2BAA2B,CAAC;AAE5C,eAAe,GAAG,CAAC"}
|
package/dist/media.js
CHANGED
|
@@ -4,7 +4,7 @@ var $;
|
|
|
4
4
|
function ae() {
|
|
5
5
|
if ($) return p;
|
|
6
6
|
$ = 1;
|
|
7
|
-
var a = Symbol.for("react.transitional.element"), i = Symbol.for("react.fragment");
|
|
7
|
+
var a = /* @__PURE__ */ Symbol.for("react.transitional.element"), i = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
8
8
|
function c(o, u, f) {
|
|
9
9
|
var m = null;
|
|
10
10
|
if (f !== void 0 && (m = "" + f), u.key !== void 0 && (m = "" + u.key), "key" in u) {
|
|
@@ -219,7 +219,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
219
219
|
function A(e) {
|
|
220
220
|
return typeof e == "object" && e !== null && e.$$typeof === O;
|
|
221
221
|
}
|
|
222
|
-
var v = te, O = Symbol.for("react.transitional.element"), G = Symbol.for("react.portal"), y = Symbol.for("react.fragment"), V = Symbol.for("react.strict_mode"), q = Symbol.for("react.profiler"), J = Symbol.for("react.consumer"), z = Symbol.for("react.context"), B = Symbol.for("react.forward_ref"), H = Symbol.for("react.suspense"), X = Symbol.for("react.suspense_list"), Z = Symbol.for("react.memo"), j = Symbol.for("react.lazy"), Q = Symbol.for("react.activity"), K = Symbol.for("react.client.reference"), b = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, S = Object.prototype.hasOwnProperty, ee = Array.isArray, R = console.createTask ? console.createTask : function() {
|
|
222
|
+
var v = te, O = /* @__PURE__ */ Symbol.for("react.transitional.element"), G = /* @__PURE__ */ Symbol.for("react.portal"), y = /* @__PURE__ */ Symbol.for("react.fragment"), V = /* @__PURE__ */ Symbol.for("react.strict_mode"), q = /* @__PURE__ */ Symbol.for("react.profiler"), J = /* @__PURE__ */ Symbol.for("react.consumer"), z = /* @__PURE__ */ Symbol.for("react.context"), B = /* @__PURE__ */ Symbol.for("react.forward_ref"), H = /* @__PURE__ */ Symbol.for("react.suspense"), X = /* @__PURE__ */ Symbol.for("react.suspense_list"), Z = /* @__PURE__ */ Symbol.for("react.memo"), j = /* @__PURE__ */ Symbol.for("react.lazy"), Q = /* @__PURE__ */ Symbol.for("react.activity"), K = /* @__PURE__ */ Symbol.for("react.client.reference"), b = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, S = Object.prototype.hasOwnProperty, ee = Array.isArray, R = console.createTask ? console.createTask : function() {
|
|
223
223
|
return null;
|
|
224
224
|
};
|
|
225
225
|
v = {
|
package/dist/src/Logo/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Logo as
|
|
1
|
+
import { Logo as BaseLogo } from './Logo';
|
|
2
2
|
import { LogoWatermark } from './LogoWatermark';
|
|
3
3
|
export { type LogoProps } from './Logo';
|
|
4
|
-
type
|
|
5
|
-
export interface LogoType extends
|
|
4
|
+
type BaseLogoType = typeof BaseLogo;
|
|
5
|
+
export interface LogoType extends BaseLogoType {
|
|
6
6
|
Watermark: typeof LogoWatermark;
|
|
7
7
|
}
|
|
8
8
|
export declare const Logo: LogoType;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stylelint.config.d.ts","sourceRoot":"","sources":["../stylelint.config.ts"],"names":[],"mappings":"AASA,OAAO,GAAG,MAAM,8BAA8B,CAAC;AAE/C,eAAe,GAAG,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synnaxlabs/media",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.52.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Media Assets for Synnax Labs",
|
|
6
6
|
"repository": "https://github.com/synnaxlabs/synnax/tree/main/x/media",
|
|
@@ -14,20 +14,22 @@
|
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"clsx": "^2.1.1",
|
|
17
|
-
"react": "^19.2.
|
|
17
|
+
"react": "^19.2.4",
|
|
18
18
|
"react-icons": "^5.5.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@types/node": "^
|
|
22
|
-
"@types/react": "^19.2.
|
|
23
|
-
"@vitejs/plugin-react": "^5.1.
|
|
24
|
-
"eslint": "^9.39.
|
|
21
|
+
"@types/node": "^25.1.0",
|
|
22
|
+
"@types/react": "^19.2.10",
|
|
23
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
24
|
+
"eslint": "^9.39.2",
|
|
25
25
|
"madge": "^8.0.0",
|
|
26
|
+
"stylelint": "^17.1.0",
|
|
26
27
|
"typescript": "^5.9.3",
|
|
27
|
-
"vite": "^7.1
|
|
28
|
-
"@synnaxlabs/tsconfig": "^0.
|
|
29
|
-
"@synnaxlabs/
|
|
30
|
-
"eslint-config
|
|
28
|
+
"vite": "^7.3.1",
|
|
29
|
+
"@synnaxlabs/tsconfig": "^0.0.0",
|
|
30
|
+
"@synnaxlabs/stylelint-config": "^0.0.0",
|
|
31
|
+
"@synnaxlabs/eslint-config": "^0.0.0",
|
|
32
|
+
"@synnaxlabs/vite-plugin": "^0.0.0"
|
|
31
33
|
},
|
|
32
34
|
"files": [
|
|
33
35
|
"dist"
|
|
@@ -49,6 +51,7 @@
|
|
|
49
51
|
"check-types": "tsc --noEmit",
|
|
50
52
|
"lint": "eslint",
|
|
51
53
|
"fix": "eslint --fix",
|
|
52
|
-
"madge": "madge --circular src"
|
|
54
|
+
"madge": "madge --circular src",
|
|
55
|
+
"stylelint": "stylelint \"src/**/*.css\""
|
|
53
56
|
}
|
|
54
57
|
}
|