@reitwagen/design-components 0.7.1 → 0.7.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.
|
@@ -7,7 +7,7 @@ exports.buttonVariants = (0, class_variance_authority_1.cva)("ui:flex ui:items-c
|
|
|
7
7
|
variant: {
|
|
8
8
|
solid: "ui:transition-colors ui:duration-300",
|
|
9
9
|
outlined: "ui:transition-colors ui:duration-300",
|
|
10
|
-
text: "ui:transition-colors ui:duration-300",
|
|
10
|
+
text: "ui:transition-colors ui:duration-300 ui:border-none ui:outline-0 ui:ring-0",
|
|
11
11
|
},
|
|
12
12
|
color: {
|
|
13
13
|
primary: "",
|
package/dist/index.css
CHANGED
|
@@ -473,6 +473,10 @@
|
|
|
473
473
|
border-style: var(--tw-border-style);
|
|
474
474
|
border-width: 1.5px;
|
|
475
475
|
}
|
|
476
|
+
.ui\:border-none {
|
|
477
|
+
--tw-border-style: none;
|
|
478
|
+
border-style: none;
|
|
479
|
+
}
|
|
476
480
|
.ui\:border-blue-300 {
|
|
477
481
|
border-color: var(--ui-color-blue-300);
|
|
478
482
|
}
|
|
@@ -756,6 +760,10 @@
|
|
|
756
760
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
757
761
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
758
762
|
}
|
|
763
|
+
.ui\:outline-0 {
|
|
764
|
+
outline-style: var(--tw-outline-style);
|
|
765
|
+
outline-width: 0px;
|
|
766
|
+
}
|
|
759
767
|
.ui\:transition-colors {
|
|
760
768
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
761
769
|
transition-timing-function: var(--tw-ease, var(--ui-default-transition-timing-function));
|
|
@@ -1159,6 +1167,11 @@
|
|
|
1159
1167
|
inherits: false;
|
|
1160
1168
|
initial-value: 0 0 #0000;
|
|
1161
1169
|
}
|
|
1170
|
+
@property --tw-outline-style {
|
|
1171
|
+
syntax: "*";
|
|
1172
|
+
inherits: false;
|
|
1173
|
+
initial-value: solid;
|
|
1174
|
+
}
|
|
1162
1175
|
@property --tw-duration {
|
|
1163
1176
|
syntax: "*";
|
|
1164
1177
|
inherits: false;
|
|
@@ -1185,6 +1198,7 @@
|
|
|
1185
1198
|
--tw-ring-offset-width: 0px;
|
|
1186
1199
|
--tw-ring-offset-color: #fff;
|
|
1187
1200
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1201
|
+
--tw-outline-style: solid;
|
|
1188
1202
|
--tw-duration: initial;
|
|
1189
1203
|
}
|
|
1190
1204
|
}
|