slint-ui 1.15.0-nightly.2025120216 → 1.15.0-nightly.2025120421

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/Cargo.toml CHANGED
@@ -42,10 +42,10 @@ accessibility = ["slint-interpreter/accessibility"]
42
42
  [dependencies]
43
43
  napi = { version = "2.14.0", default-features = false, features = ["napi8"] }
44
44
  napi-derive = "2.14.0"
45
- i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "a61fe11b71c7010d2dd57b5f341903a1f55f3135", version = "=1.15.0", default-features = false }
46
- i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "a61fe11b71c7010d2dd57b5f341903a1f55f3135", version = "=1.15.0", default-features = false }
47
- i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "a61fe11b71c7010d2dd57b5f341903a1f55f3135", version = "=1.15.0", default-features = false }
48
- slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "a61fe11b71c7010d2dd57b5f341903a1f55f3135", version = "=1.15.0"}
45
+ i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "3b0252dfbc3d358753a5c83ab66c2918bf909109", version = "=1.15.0", default-features = false }
46
+ i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "3b0252dfbc3d358753a5c83ab66c2918bf909109", version = "=1.15.0", default-features = false }
47
+ i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "3b0252dfbc3d358753a5c83ab66c2918bf909109", version = "=1.15.0", default-features = false }
48
+ slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "3b0252dfbc3d358753a5c83ab66c2918bf909109", version = "=1.15.0"}
49
49
  spin_on = { version = "0.1" }
50
50
  css-color-parser2 = { version = "1.0.1" }
51
51
  itertools = { version = "0.14" }
package/LICENSE.md CHANGED
@@ -1,4 +1,3 @@
1
- <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 -->
2
1
 
3
2
  # Slint License
4
3
 
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
- <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 -->
2
1
 
3
2
  # Slint-node (Beta)
4
3
 
package/cover.md CHANGED
@@ -1,4 +1,3 @@
1
- <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
2
1
  # Slint-node (Beta)
3
2
 
4
3
  [![npm](https://img.shields.io/npm/v/slint-ui)](https://www.npmjs.com/package/slint-ui)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slint-ui",
3
- "version": "1.15.0-nightly.2025120216",
3
+ "version": "1.15.0-nightly.2025120421",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "homepage": "https://github.com/slint-ui/slint",
@@ -36,11 +36,11 @@
36
36
  "@napi-rs/cli": "2.18.4"
37
37
  },
38
38
  "optionalDependencies": {
39
- "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.15.0-nightly.2025120216",
40
- "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.15.0-nightly.2025120216",
41
- "@slint-ui/slint-ui-binary-darwin-arm64": "1.15.0-nightly.2025120216",
42
- "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.15.0-nightly.2025120216",
43
- "@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.15.0-nightly.2025120216"
39
+ "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.15.0-nightly.2025120421",
40
+ "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.15.0-nightly.2025120421",
41
+ "@slint-ui/slint-ui-binary-darwin-arm64": "1.15.0-nightly.2025120421",
42
+ "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.15.0-nightly.2025120421",
43
+ "@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.15.0-nightly.2025120421"
44
44
  },
45
45
  "scripts": {
46
46
  "artifacts": "napi artifacts",
package/thirdparty.hbs CHANGED
@@ -1,5 +1,7 @@
1
+ <!-- Copyright © SixtyFPS GmbH <info@slint.dev> -->
2
+ <!-- SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 -->
3
+
1
4
  <!DOCTYPE html>
2
- <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 -->
3
5
 
4
6
  <html>
5
7