@aristobyte-ui/radio 2.1.0 → 2.1.4

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.
@@ -1,4 +1,4 @@
1
- @use "@aristobyte-ui/utils/styles/settings" as *;
1
+ @use '@aristobyte-ui/utils/aristobyte-ui.settings' as *;
2
2
 
3
3
  .radio {
4
4
  align-items: center;
@@ -752,7 +752,7 @@
752
752
 
753
753
  &::after {
754
754
  border-radius: 50%;
755
- content: "";
755
+ content: '';
756
756
  display: flex;
757
757
  transform: scale(0);
758
758
  transition: transform 0.2s ease;
@@ -1,4 +1,4 @@
1
- @use "@aristobyte-ui/utils/styles/settings" as *;
1
+ @use '@aristobyte-ui/utils/aristobyte-ui.settings' as *;
2
2
 
3
3
  .radio-group {
4
4
  display: flex;
@@ -1,4 +1,4 @@
1
- @use "@aristobyte-ui/utils/styles/settings" as *;
1
+ @use '@aristobyte-ui/utils/aristobyte-ui.settings' as *;
2
2
 
3
3
  .radio {
4
4
  align-items: center;
@@ -752,7 +752,7 @@
752
752
 
753
753
  &::after {
754
754
  border-radius: 50%;
755
- content: "";
755
+ content: '';
756
756
  display: flex;
757
757
  transform: scale(0);
758
758
  transition: transform 0.2s ease;
@@ -1,4 +1,4 @@
1
- @use "@aristobyte-ui/utils/styles/settings" as *;
1
+ @use '@aristobyte-ui/utils/aristobyte-ui.settings' as *;
2
2
 
3
3
  .radio-group {
4
4
  display: flex;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aristobyte-ui/radio",
3
3
  "description": "Composable and fully-typed Radio and RadioGroup components for AristoByteUI. Supports multiple variants, sizes, appearances, alignments, and optional label highlights, optimized for performance and developer experience.",
4
- "version": "2.1.0",
4
+ "version": "2.1.4",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "author": "AristoByte <info@aristobyte.com>",