@stndrds/constants 1.0.0-alpha.261 → 1.0.0-alpha.263
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -61,8 +61,8 @@ interface Color {
|
|
|
61
61
|
* where colored text is wanted (e.g. rich-text colors)
|
|
62
62
|
* - Icon: the main vibrant color, used for dots/icons carrying the hue
|
|
63
63
|
*
|
|
64
|
-
* Note: tag labels
|
|
65
|
-
*
|
|
64
|
+
* Note: tag labels use `text` — the hue lives in the label and a soft
|
|
65
|
+
* background tint, with no border (see packages/ui Tag component).
|
|
66
66
|
*/
|
|
67
67
|
declare const COLORS: {
|
|
68
68
|
gray: Color;
|
package/dist/index.d.ts
CHANGED
|
@@ -61,8 +61,8 @@ interface Color {
|
|
|
61
61
|
* where colored text is wanted (e.g. rich-text colors)
|
|
62
62
|
* - Icon: the main vibrant color, used for dots/icons carrying the hue
|
|
63
63
|
*
|
|
64
|
-
* Note: tag labels
|
|
65
|
-
*
|
|
64
|
+
* Note: tag labels use `text` — the hue lives in the label and a soft
|
|
65
|
+
* background tint, with no border (see packages/ui Tag component).
|
|
66
66
|
*/
|
|
67
67
|
declare const COLORS: {
|
|
68
68
|
gray: Color;
|