@typlog/ui 0.10.0 → 0.10.1

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/dist/style.css +4 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -9764,6 +9764,10 @@ to {
9764
9764
  width: fit-content;
9765
9765
  }
9766
9766
 
9767
+ .ui-RadioCardsItem .ui-Card {
9768
+ width: 100%;
9769
+ height: 100%;
9770
+ }
9767
9771
  .ui-RadioCardsItem:where([data-state="checked"]) .ui-Card {
9768
9772
  --card-border-color: var(--accent-10);
9769
9773
  box-shadow: 0 0 0 1px var(--accent-10);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typlog/ui",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Themed components for Radix Vue.",