@danxbot/ui 6.3.2 → 6.3.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.
- package/dist/index.js +12 -2
- package/dist/index.js.map +1 -1
- package/dist/types/components/Progress.d.ts +30 -0
- package/package.json +1 -1
|
@@ -40,6 +40,16 @@ declare const bar: import("tailwind-variants").TVReturnType<{
|
|
|
40
40
|
neutral: {
|
|
41
41
|
indicator: string;
|
|
42
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* DX-3014 — a resolved-but-neither-pass-nor-fail state: a deliberately
|
|
45
|
+
* deferred/withdrawn checklist item, a skipped quality gate. Reuses the
|
|
46
|
+
* SAME `--color-info` token `Badge`/`Callout`/`Toast` already draw their
|
|
47
|
+
* own "info" tone from, so a segmented ring's info arc never invents a
|
|
48
|
+
* second blue that disagrees with the pill sitting next to it.
|
|
49
|
+
*/
|
|
50
|
+
info: {
|
|
51
|
+
indicator: string;
|
|
52
|
+
};
|
|
43
53
|
};
|
|
44
54
|
}, {
|
|
45
55
|
root: string;
|
|
@@ -88,6 +98,16 @@ declare const bar: import("tailwind-variants").TVReturnType<{
|
|
|
88
98
|
neutral: {
|
|
89
99
|
indicator: string;
|
|
90
100
|
};
|
|
101
|
+
/**
|
|
102
|
+
* DX-3014 — a resolved-but-neither-pass-nor-fail state: a deliberately
|
|
103
|
+
* deferred/withdrawn checklist item, a skipped quality gate. Reuses the
|
|
104
|
+
* SAME `--color-info` token `Badge`/`Callout`/`Toast` already draw their
|
|
105
|
+
* own "info" tone from, so a segmented ring's info arc never invents a
|
|
106
|
+
* second blue that disagrees with the pill sitting next to it.
|
|
107
|
+
*/
|
|
108
|
+
info: {
|
|
109
|
+
indicator: string;
|
|
110
|
+
};
|
|
91
111
|
};
|
|
92
112
|
}, {
|
|
93
113
|
root: string;
|
|
@@ -136,6 +156,16 @@ declare const bar: import("tailwind-variants").TVReturnType<{
|
|
|
136
156
|
neutral: {
|
|
137
157
|
indicator: string;
|
|
138
158
|
};
|
|
159
|
+
/**
|
|
160
|
+
* DX-3014 — a resolved-but-neither-pass-nor-fail state: a deliberately
|
|
161
|
+
* deferred/withdrawn checklist item, a skipped quality gate. Reuses the
|
|
162
|
+
* SAME `--color-info` token `Badge`/`Callout`/`Toast` already draw their
|
|
163
|
+
* own "info" tone from, so a segmented ring's info arc never invents a
|
|
164
|
+
* second blue that disagrees with the pill sitting next to it.
|
|
165
|
+
*/
|
|
166
|
+
info: {
|
|
167
|
+
indicator: string;
|
|
168
|
+
};
|
|
139
169
|
};
|
|
140
170
|
}, {
|
|
141
171
|
root: string;
|