Skip to content

Commit

Permalink
Merge branch 'release/0.2.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Sep 14, 2022
2 parents 4ac3e96 + 9cbea22 commit d51c526
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiometa/ui",
"version": "0.2.12",
"version": "0.2.13",
"description": "A set of opiniated, unstyled and accessible components.",
"license": "MIT",
"require": {
Expand Down
10 changes: 5 additions & 5 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-workspace",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"workspaces": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/docs/components/molecules/Slider/stories/app.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
.is-active {
box-shadow: 0 0 0 3px var(--vp-c-brand);
}
html {
overflow: hidden;
}
</style>

<div data-component="Slider"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-docs",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-tests",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/ui/molecules/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ export default class Slider extends Base {
*/
onSliderDragStart() {
this.__initialX = this.currentSliderItem ? this.currentSliderItem.x : 0;
this.__distanceX = this.__initialX;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui",
"version": "0.2.12",
"version": "0.2.13",
"description": "A set of opiniated, unstyled and accessible components",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d51c526

Please sign in to comment.