@tfrc/product 1.0.0 → 1.0.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.
- package/README.md +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
# @tfrc/product
|
|
2
2
|
|
|
3
3
|
The product dialect of the company's visual language. Mobile-first,
|
|
4
|
-
restrained, built to be used daily for years. ~
|
|
4
|
+
restrained, built to be used daily for years. ~23 components, 44px touch
|
|
5
5
|
floor, near-zero novelty tolerance.
|
|
6
6
|
|
|
7
|
+
The set is deliberately small: button, field, list/row, balance, amount,
|
|
8
|
+
pill, segmented control, tabs. It covers the spine of an application UI and
|
|
9
|
+
stops there. A product that needs something else builds it locally on these
|
|
10
|
+
tokens and promotes it here on the third identical use (`AGENTS.md` rule 4)
|
|
11
|
+
— the count grows from real demand, never from anticipating it.
|
|
12
|
+
|
|
7
13
|
**This package is not an app.** It is the UI kit every product themes over —
|
|
8
14
|
the finance app is a separate repository that installs this package plus
|
|
9
15
|
`themes/finance` (`decisions/0007.md`). Building a product? Read
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tfrc/product",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"description": "The product dialect of the visual language — application UI. Mobile-first, ~
|
|
5
|
+
"description": "The product dialect of the visual language — application UI. Mobile-first, ~23 components, 44px touch floor. A deliberately small set (button, field, list/row, balance, amount, pill, segmented control, tabs) that products theme over and extend locally; they do not fork it. Never imports from @tfrc/marketing.",
|
|
6
6
|
"keywords": ["design-system", "design-tokens", "css", "tailwind", "product-ui"],
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|