@gtkx/css 0.13.1 → 0.13.2
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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -83,6 +83,7 @@ Explore complete applications in the [`examples/`](./examples) directory:
|
|
|
83
83
|
- **[gtk-demo](./examples/gtk-demo)** — Full replica of the official GTK demo app
|
|
84
84
|
- **[hello-world](./examples/hello-world)** — Minimal application showing a counter
|
|
85
85
|
- **[todo](./examples/todo)** — Full-featured todo application with Adwaita styling and testing
|
|
86
|
+
- **[x-showcase](./examples/x-showcase)** — Showcase of all x.* virtual components
|
|
86
87
|
- **[deploying](./examples/deploying)** — Example of packaging and distributing a GTKX app
|
|
87
88
|
|
|
88
89
|
## Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gtkx/css",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "Emotion-style CSS-in-JS for GTKX applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gtkx",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@emotion/cache": "^11.14.0",
|
|
41
41
|
"@emotion/serialize": "^1.3.3",
|
|
42
|
-
"@gtkx/ffi": "0.13.
|
|
42
|
+
"@gtkx/ffi": "0.13.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@gtkx/vitest": "0.13.
|
|
45
|
+
"@gtkx/vitest": "0.13.2"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsc -b && cp ../../README.md .",
|