Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] [DO NOT MERGE] Experimenting with tansu version based on signal-polyfill #802

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion angular/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@angular/common": "^18.0.2",
"@angular/core": "^18.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion angular/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"dependencies": {
"@agnos-ui/angular-bootstrap": "0.0.0",
"@agnos-ui/core-bootstrap": "0.0.0",
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@angular/animations": "^18.0.2",
"@angular/common": "^18.0.2",
"@angular/compiler": "^18.0.2",
Expand Down
2 changes: 1 addition & 1 deletion angular/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@angular/common": "^18.0.2",
"@angular/core": "^18.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@floating-ui/dom": "^1.6.5",
"esm-env": "^1.0.0"
},
Expand Down
5 changes: 4 additions & 1 deletion core/src/services/transitions/baseTransitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,10 @@ export const createTransition = (config?: PropsConfig<TransitionProps>): Transit
visible$,
element$,
elementPresent$,
transitioning$,
transitioning$: computed(() => {
void visibleAction$();
return transitioning$();
}),
shown$,
hidden$,
}),
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
},
"dependencies": {
"@agnos-ui/svelte-bootstrap": "0.0.0",
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@floating-ui/dom": "^1.6.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/angular-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "vite preview --outDir dist/demo/browser"
},
"devDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@angular-devkit/build-angular": "^18.0.3",
"@angular/animations": "^18.0.2",
"@angular/cli": "^18.0.3",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/angular-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "vite preview --outDir dist/demo/browser"
},
"devDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@angular-devkit/build-angular": "^18.0.3",
"@angular/animations": "^18.0.2",
"@angular/cli": "^18.0.3",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/react-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@floating-ui/dom": "^1.6.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/react-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@floating-ui/dom": "^1.6.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/svelte-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@floating-ui/dom": "^1.6.5",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/svelte-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@floating-ui/dom": "^1.6.5",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/tooltip/Tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import type {Placement} from '@floating-ui/dom';

export let content: string;
export let placement$: Readable<Placement>;
export let placement$: Readable<Placement | undefined>;
export let directive: Directive;
export let arrowDirective: Directive;
</script>
Expand Down
35 changes: 21 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion react/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"classnames": "^2.5.1"
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion react/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"dependencies": {
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/react-bootstrap": "0.0.0",
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@floating-ui/dom": "^1.6.5",
"classnames": "^2.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion react/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"classnames": "^2.5.1"
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"esm-env": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion svelte/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@agnos-ui/svelte-headless": "0.0.0"
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"esm-env": "^1.0.0",
"svelte": "^4.2.18"
},
Expand Down
2 changes: 1 addition & 1 deletion svelte/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"dependencies": {
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/svelte-bootstrap": "0.0.0",
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"@floating-ui/dom": "^1.6.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion svelte/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@agnos-ui/core": "0.0.0"
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@amadeus-it-group/tansu": "divdavem/tansu#c34a1945c15b1a2c48720f44619f816b7c4d5026",
"svelte": "^4.2.18"
},
"devDependencies": {
Expand Down
Loading