baseline-foundry 0.1.3 → 0.1.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/README.md +568 -552
- package/config/experiments/ibm-plex-engine-smoke.json +115 -115
- package/config/experiments/ubuntu-engine-smoke.json +115 -115
- package/config/foundation-theme.json +110 -110
- package/config/tiers/app.json +116 -116
- package/config/tiers/documentation.json +116 -116
- package/config/tiers/editorial.json +116 -116
- package/config/tiers/os.json +116 -116
- package/dist/baseline-grid-overlay.js +43 -43
- package/dist/css-app-tier.js +73 -73
- package/dist/css-components/article-pagination.js +140 -140
- package/dist/css-components/button-actions.js +161 -161
- package/dist/css-components/cards-options.js +176 -176
- package/dist/css-components/chip-badge-status.js +158 -158
- package/dist/css-components/content-card.js +490 -490
- package/dist/css-components/control-row.js +14 -14
- package/dist/css-components/cta-figure-aspect.js +120 -120
- package/dist/css-components/document-navigation.js +390 -390
- package/dist/css-components/editorial-content.js +42 -42
- package/dist/css-components/icon.js +72 -72
- package/dist/css-components/interactive-feedback.js +217 -217
- package/dist/css-components/interactive-tables.js +155 -155
- package/dist/css-components/legacy-navigation.d.ts +9 -0
- package/dist/css-components/legacy-navigation.js +763 -0
- package/dist/css-components/linked-logo-site-layout.js +177 -177
- package/dist/css-components/list-tree.js +94 -94
- package/dist/css-components/logo-media.js +201 -201
- package/dist/css-components/navigation-layout.js +144 -144
- package/dist/css-components/panel.js +144 -144
- package/dist/css-components/search-box-and-filter.js +263 -263
- package/dist/css-components/sites-editorial-ports.js +243 -243
- package/dist/css-components/sites-foundation.js +146 -146
- package/dist/css-components/sites-rich-lists.js +344 -344
- package/dist/css-components/static-content-ports.js +182 -182
- package/dist/css-components/tab-section.js +82 -82
- package/dist/css-components/table.js +75 -75
- package/dist/css-components/tabs-choice-breadcrumbs.js +303 -303
- package/dist/css-components/tiered-list-equal-height-row.js +271 -271
- package/dist/css-components.js +1791 -2542
- package/dist/css-grid.js +172 -172
- package/dist/css.js +240 -240
- package/docs/publishing.md +30 -13
- package/package.json +119 -108
package/package.json
CHANGED
|
@@ -1,108 +1,119 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "baseline-foundry",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Lean baseline-aligned design system focused on typography, editorial flow, spacing, and grid primitives.",
|
|
5
|
-
"author": "Lyubomir Popov",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
},
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"."
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"./
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"./
|
|
44
|
-
"./
|
|
45
|
-
"./
|
|
46
|
-
"./tiers/
|
|
47
|
-
"./tiers/
|
|
48
|
-
"./tiers/
|
|
49
|
-
"./tiers/
|
|
50
|
-
"./tiers/
|
|
51
|
-
"./tiers/
|
|
52
|
-
"./tiers/
|
|
53
|
-
"./
|
|
54
|
-
"./
|
|
55
|
-
"./
|
|
56
|
-
"./
|
|
57
|
-
"./
|
|
58
|
-
"./presets/
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
"demo": "
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "baseline-foundry",
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "Lean baseline-aligned design system focused on typography, editorial flow, spacing, and grid primitives.",
|
|
5
|
+
"author": "Lyubomir Popov",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=22.14.0",
|
|
9
|
+
"npm": ">=11.19.0"
|
|
10
|
+
},
|
|
11
|
+
"packageManager": "npm@11.19.0",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/lyubomir-popov/baseline-foundry.git"
|
|
15
|
+
},
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist",
|
|
21
|
+
"config",
|
|
22
|
+
"docs/publishing.md",
|
|
23
|
+
"README.md",
|
|
24
|
+
"LICENSE"
|
|
25
|
+
],
|
|
26
|
+
"exports": {
|
|
27
|
+
".": {
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"import": "./dist/index.js"
|
|
30
|
+
},
|
|
31
|
+
"./build": {
|
|
32
|
+
"types": "./dist/build.d.ts",
|
|
33
|
+
"import": "./dist/build.js"
|
|
34
|
+
},
|
|
35
|
+
"./presets": {
|
|
36
|
+
"types": "./dist/presets.d.ts",
|
|
37
|
+
"import": "./dist/presets.js"
|
|
38
|
+
},
|
|
39
|
+
"./types": {
|
|
40
|
+
"types": "./dist/types.d.ts",
|
|
41
|
+
"import": "./dist/types.js"
|
|
42
|
+
},
|
|
43
|
+
"./styles.css": "./dist/styles.css",
|
|
44
|
+
"./tokens.json": "./dist/tokens.json",
|
|
45
|
+
"./surfaces.json": "./dist/surfaces.json",
|
|
46
|
+
"./tiers/editorial.css": "./dist/tiers/editorial/styles.css",
|
|
47
|
+
"./tiers/documentation.css": "./dist/tiers/documentation/styles.css",
|
|
48
|
+
"./tiers/app.css": "./dist/tiers/app/styles.css",
|
|
49
|
+
"./tiers/os.css": "./dist/tiers/os/styles.css",
|
|
50
|
+
"./tiers/editorial.tokens.json": "./dist/tiers/editorial/tokens.json",
|
|
51
|
+
"./tiers/documentation.tokens.json": "./dist/tiers/documentation/tokens.json",
|
|
52
|
+
"./tiers/app.tokens.json": "./dist/tiers/app/tokens.json",
|
|
53
|
+
"./tiers/os.tokens.json": "./dist/tiers/os/tokens.json",
|
|
54
|
+
"./tiers/editorial.surfaces.json": "./dist/tiers/editorial/surfaces.json",
|
|
55
|
+
"./tiers/documentation.surfaces.json": "./dist/tiers/documentation/surfaces.json",
|
|
56
|
+
"./tiers/app.surfaces.json": "./dist/tiers/app/surfaces.json",
|
|
57
|
+
"./tiers/os.surfaces.json": "./dist/tiers/os/surfaces.json",
|
|
58
|
+
"./presets/prose.css": "./dist/presets/prose/styles.css",
|
|
59
|
+
"./presets/app-tier.css": "./dist/presets/app-tier/styles.css",
|
|
60
|
+
"./presets/prose.tokens.json": "./dist/presets/prose/tokens.json",
|
|
61
|
+
"./presets/app-tier.tokens.json": "./dist/presets/app-tier/tokens.json",
|
|
62
|
+
"./presets/prose.surfaces.json": "./dist/presets/prose/surfaces.json",
|
|
63
|
+
"./presets/app-tier.surfaces.json": "./dist/presets/app-tier/surfaces.json"
|
|
64
|
+
},
|
|
65
|
+
"scripts": {
|
|
66
|
+
"clean": "tsx scripts/clean.ts",
|
|
67
|
+
"setup:demo-font": "tsx scripts/setup-demo-font.ts",
|
|
68
|
+
"build:theme": "tsx scripts/build-theme.ts",
|
|
69
|
+
"build:lib": "tsc -p tsconfig.json",
|
|
70
|
+
"build": "npm run build:theme && npm run build:lib",
|
|
71
|
+
"demo:serve": "vite",
|
|
72
|
+
"demo": "npm run build && npm run demo:serve",
|
|
73
|
+
"test:build": "tsx scripts/validate-build.ts",
|
|
74
|
+
"test:behavior": "tsx scripts/verify-component-behavior.ts",
|
|
75
|
+
"test:components": "tsx scripts/verify-component-baselines.ts",
|
|
76
|
+
"test": "npm run build && npm run test:build && npm run test:components && npm run test:behavior",
|
|
77
|
+
"check:types": "tsc -p tsconfig.json --noEmit",
|
|
78
|
+
"audit": "npm audit && npm audit --omit=dev",
|
|
79
|
+
"release:check": "npm run setup:demo-font && npm run check:types && npm test && npm run qa:components && npm run audit",
|
|
80
|
+
"release:preflight": "tsx scripts/release-preflight.ts",
|
|
81
|
+
"release:preflight:test": "tsx scripts/release-preflight.ts --self-test",
|
|
82
|
+
"release:verify": "tsx scripts/verify-registry-package.ts",
|
|
83
|
+
"prepublishOnly": "npm run release:check",
|
|
84
|
+
"playwright:install": "playwright install chromium",
|
|
85
|
+
"compare:controls": "npm run build && tsx scripts/compare-controls.ts",
|
|
86
|
+
"compare:inline-surfaces": "npm run build && tsx scripts/compare-inline-surfaces.ts",
|
|
87
|
+
"verify:behavior": "npm run build && tsx scripts/verify-component-behavior.ts",
|
|
88
|
+
"verify:components": "npm run build && tsx scripts/verify-component-baselines.ts",
|
|
89
|
+
"screenshots:components": "npm run build && tsx scripts/capture-component-screenshots.ts",
|
|
90
|
+
"qa:components": "npm run build && tsx scripts/capture-component-screenshots.ts && tsx scripts/verify-component-baselines.ts",
|
|
91
|
+
"build:app": "tsx examples/app-tier/build.ts",
|
|
92
|
+
"demo:app": "npm run build:app && vite --host 127.0.0.1 --port 4175 --strictPort --open /examples/app-tier/",
|
|
93
|
+
"build:app-tier": "tsx examples/app-tier/build.ts",
|
|
94
|
+
"demo:app-tier": "npm run demo:app"
|
|
95
|
+
},
|
|
96
|
+
"keywords": [
|
|
97
|
+
"baseline-grid",
|
|
98
|
+
"vertical-rhythm",
|
|
99
|
+
"typography",
|
|
100
|
+
"editorial",
|
|
101
|
+
"grid"
|
|
102
|
+
],
|
|
103
|
+
"license": "MIT",
|
|
104
|
+
"dependencies": {
|
|
105
|
+
"@lyubomir-popov/baseline-nudge-generator": "^1.5.1"
|
|
106
|
+
},
|
|
107
|
+
"devDependencies": {
|
|
108
|
+
"@fontsource-variable/ibm-plex-sans": "^5.3.0",
|
|
109
|
+
"@types/node": "^24.13.3",
|
|
110
|
+
"playwright": "^1.62.1",
|
|
111
|
+
"postcss": "^8.5.26",
|
|
112
|
+
"tsx": "^4.23.12",
|
|
113
|
+
"typescript": "^7.0.2",
|
|
114
|
+
"vite": "^8.2.2"
|
|
115
|
+
},
|
|
116
|
+
"allowScripts": {
|
|
117
|
+
"esbuild": false
|
|
118
|
+
}
|
|
119
|
+
}
|