Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ed1feb2
in progress lit-element testing
00salmon Nov 20, 2025
b2dec40
remove stencil dependency from component-boilerplate
00salmon Nov 20, 2025
e36b3d4
rebuilt with actual functional version of haunted, in progress implem…
00salmon Nov 22, 2025
6ebb94d
wired up storybook, referral code component
00salmon Nov 28, 2025
27708c9
a bit of cleanup, make stories responsive to attribute changes
00salmon Dec 1, 2025
24153ec
adding some types
00salmon Dec 1, 2025
2a5a103
configured build to be used as a package in the widget, generate rais…
00salmon Dec 1, 2025
a53da18
cleanup, added defaults
00salmon Dec 2, 2025
ac15495
feat: migrate first batch of mint-components to lit-components
Copilot May 25, 2026
d1a8f5b
feat: migrate portal, table, game, and utility components to lit-comp…
Copilot May 25, 2026
eafd202
feat(lit-components): complete migration - batch 12-15, vitest tests …
Copilot May 25, 2026
ce2ec55
feat(lit-components): add comprehensive vitest tests for all hooks
Copilot May 25, 2026
93b7fbb
feat(lit-components): propagate ShareLink query changes from mint-com…
Copilot May 25, 2026
4f6e5f7
feat(lit-components): add demo hooks and isDemo() branching to all co…
Copilot May 26, 2026
f0a178c
feat(ui): add framework-agnostic UI adapter registry + Shoelace impl
Copilot May 26, 2026
11858ba
Complete migration of all sl- markup to UI adapter layer
Copilot May 26, 2026
63716b1
docs(lit-components): add future framework swap plan
Copilot May 26, 2026
05c7c1e
docs(lit-components): replace framework plan with CSS token migration…
Copilot May 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
118 changes: 27 additions & 91 deletions packages/component-boilerplate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions packages/component-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saasquatch/component-boilerplate",
"version": "1.6.9",
"version": "1.6.10-3",
"private": false,
"description": "Boilerplate for writing web components for the SaaSquatch widget environments",
"source": "src/index.ts",
Expand Down Expand Up @@ -41,17 +41,16 @@
"dependencies": {
"@formatjs/intl": "^1.8.2",
"@saasquatch/component-environment": "^1.0.10",
"@saasquatch/dom-context-hooks": "^1.0.5",
"@saasquatch/stencil-hooks": "^2.0.2",
"@saasquatch/universal-hooks": "^1.0.0",
"@saasquatch/dom-context-hooks": "^1.0.4-0",
"@saasquatch/universal-hooks": "^1.0.1",
"@wry/equality": "^0.5.2",
"debounce": "^1.2.0",
"dom-context": "^1.3.1",
"fast-equals": "^5.0.1",
"fast-memoize": "^2.5.2",
"graphql": "^15.5.0",
"graphql-combine-query": "^1.2.3",
"graphql-request": "^3.4.0",
"graphql-request": "3.4.0",
"jsonpointer": "^4.1.0",
"jwt-decode": "^3.1.2",
"nanoid": "^3.1.23",
Expand Down
51 changes: 0 additions & 51 deletions packages/component-boilerplate/src/hooks/graphql/useParentQuery.ts

This file was deleted.

66 changes: 0 additions & 66 deletions packages/component-boilerplate/src/hooks/useParentState.ts

This file was deleted.

Loading
Loading