@tekkare/auriga 0.1.34 → 0.1.35

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/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.34"
7
+ "version": "0.1.35"
8
8
  }
@@ -135,8 +135,9 @@ export default defineComponent({
135
135
  gap: 8px;
136
136
  }
137
137
 
138
- .radio_element {
138
+ .radio_item {
139
139
  padding: 6px;
140
140
  flex: 1 1 0;
141
+ max-width: 236px;
141
142
  }
142
143
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",