@query-kit/themes 0.3.0 → 0.5.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.
Files changed (2) hide show
  1. package/default/main.css +1 -1
  2. package/package.json +1 -1
package/default/main.css CHANGED
@@ -236,7 +236,7 @@ ul.qkit-group-list > li:has(.qkit-group) {
236
236
  margin-bottom: 0.5rem;
237
237
  }
238
238
 
239
- .qkit-condition-header > *:last-child {
239
+ .qkit-condition-header > :not(.qkit-property-name-container):last-child {
240
240
  margin-left: auto;
241
241
  }
242
242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@query-kit/themes",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "private": false,
5
5
  "exports": {
6
6
  "./package.json": "./package.json",