@texturehq/edges 1.1.0 → 1.1.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.
- package/dist/components.manifest.json +15 -22
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +231 -94
- package/dist/index.d.ts +231 -94
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1974,6 +1974,9 @@
|
|
|
1974
1974
|
.border-text-body {
|
|
1975
1975
|
border-color: var(--color-text-body);
|
|
1976
1976
|
}
|
|
1977
|
+
.border-text-heading {
|
|
1978
|
+
border-color: var(--color-text-heading);
|
|
1979
|
+
}
|
|
1977
1980
|
.border-transparent {
|
|
1978
1981
|
border-color: transparent;
|
|
1979
1982
|
}
|
|
@@ -2654,9 +2657,6 @@
|
|
|
2654
2657
|
.text-feedback-warning-text {
|
|
2655
2658
|
color: var(--color-feedback-warning-text);
|
|
2656
2659
|
}
|
|
2657
|
-
.text-gray-200 {
|
|
2658
|
-
color: var(--color-gray-200);
|
|
2659
|
-
}
|
|
2660
2660
|
.text-gray-300 {
|
|
2661
2661
|
color: var(--color-gray-300);
|
|
2662
2662
|
}
|
|
@@ -2735,6 +2735,9 @@
|
|
|
2735
2735
|
.text-text-onPrimary {
|
|
2736
2736
|
color: var(--color-text-onPrimary);
|
|
2737
2737
|
}
|
|
2738
|
+
.text-text-placeholder {
|
|
2739
|
+
color: var(--color-text-placeholder);
|
|
2740
|
+
}
|
|
2738
2741
|
.text-white {
|
|
2739
2742
|
color: var(--color-white);
|
|
2740
2743
|
}
|
|
@@ -3226,10 +3229,10 @@
|
|
|
3226
3229
|
height: 5px;
|
|
3227
3230
|
}
|
|
3228
3231
|
}
|
|
3229
|
-
.after\:bg-border-
|
|
3232
|
+
.after\:bg-border-muted {
|
|
3230
3233
|
&::after {
|
|
3231
3234
|
content: var(--tw-content);
|
|
3232
|
-
background-color: var(--color-border-
|
|
3235
|
+
background-color: var(--color-border-muted);
|
|
3233
3236
|
}
|
|
3234
3237
|
}
|
|
3235
3238
|
.after\:content-\[\'\'\] {
|