@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 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 themselves use the neutral theme foreground (Notion-style),
65
- * not `text` see packages/ui Tag component.
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 themselves use the neutral theme foreground (Notion-style),
65
- * not `text` see packages/ui Tag component.
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stndrds/constants",
3
- "version": "1.0.0-alpha.261",
3
+ "version": "1.0.0-alpha.263",
4
4
  "description": "Currency and country data with ISO codes",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",