Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0358d86
Add `theme` package
mirka Oct 13, 2025
0010125
Remove ts extensions
mirka Oct 13, 2025
22f281c
Handle CSS modules
mirka Oct 14, 2025
4741fc1
Update package lock
mirka Oct 14, 2025
0568c63
Allow public documentation
mirka Oct 15, 2025
24da932
Merge branch 'trunk' into theme-package
mirka Oct 15, 2025
97b0dfd
Add content to readme
mirka Oct 15, 2025
71d1f63
Lock private APIs
mirka Oct 15, 2025
fe9e740
Fix missing React error in test file
mirka Oct 15, 2025
d377c0c
Remove test for now (requires jest 30)
mirka Oct 15, 2025
d0d0242
Remove Storybook for now (punt to follow-up)
mirka Oct 15, 2025
91c4376
Remove build scripts to bin
mirka Oct 15, 2025
c144b61
Merge branch 'trunk' into theme-package
mirka Oct 16, 2025
a1c0e40
Move to prebuild folder
mirka Oct 16, 2025
67abb89
Lint all prebuild files
mirka Oct 16, 2025
54a4cb0
Move `design-tokens.ts` file to prebuild folder
mirka Oct 16, 2025
e4519e5
Fixup
mirka Oct 16, 2025
c43da33
Prebuild as part of root build process
mirka Oct 16, 2025
a89b0de
Try resolving floating point differences
mirka Oct 16, 2025
2f6f56b
Update readme
mirka Oct 17, 2025
97aa621
Remove layers from stylesheet
mirka Oct 17, 2025
a1c7b23
Merge branch 'trunk' into theme-package
mirka Oct 17, 2025
98ab6ed
Reduce color ramp tests
mirka Oct 17, 2025
2dfcd14
Move prebuild files into src (fixes types)
mirka Oct 17, 2025
815798b
Allow theme package to participate in private APIs
mirka Oct 17, 2025
ddfa586
Output combined stylesheet
mirka Oct 20, 2025
6aa7e5c
Rename prebuild to prebuilt
mirka Oct 21, 2025
cd1192c
Merge branch 'trunk' into theme-package
mirka Oct 21, 2025
d86bdeb
Merge branch 'trunk' into theme-package
mirka Oct 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint all prebuild files
  • Loading branch information
mirka committed Oct 16, 2025
commit 67abb896806b805336b9b1e82069edecc439808a
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"access": "public"
},
"scripts": {
"build:tokens": "node bin/build-tokens.js && prettier --write tokens/color.json prebuilt/css/design-tokens.css prebuilt/js/design-tokens.js src/design-tokens.ts docs/*"
"build:tokens": "node bin/build-tokens.js && prettier --write tokens/color.json prebuilt/* src/design-tokens.ts docs/*"
}
}
Loading