diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b12ca11..3f72aa2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: GitHub Discussions - url: https://github.com/vtbag/cam-shaft/discussions + url: https://github.com/vtbag/utensil-drawer/discussions about: Does the issue involve a lot of explanation, or are you not sure how it can be split into actionable tasks? Consider starting a discussion first. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00ecbce..ea62baf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: - if: github.repository == 'vtbag/cam-shaft' + if: github.repository == 'vtbag/utensil-drawer' permissions: contents: write pull-requests: write diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bbbab..ee5fecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,2 @@ -# @vtbag/cam-shaft +# @vtbag/utensil-drawer -## 1.0.1 - 2024-10-17 - -### Patch Changes - -- 35e430e: Updates dependencies -- 0c1f959: Adds .d.ts declarations - -## 1.0.0 - 2024-10-04 - -### Major Changes - -- 1d33171: Initial revision diff --git a/README.md b/README.md index 27fc1e8..b7aa00a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -[⭐️Please star to support this work⭐️](https://github.com/vtbag/cam-shaft) +[⭐️Please star to support this work⭐️](https://github.com/vtbag/utensil-drawer) -# 🐫 The Cam-Shaft +# 🛠 The Utensil Drawer -Cam-Shaft: Bump your view transition pseudo-elements into place to avoid that unexpected pseudo-smooth-scrolling effect. +Utensil Drawer: Pull out just the functions you need to craft seamless transitions. -![Build Status](https://github.com/vtbag/cam-shaft/actions/workflows/run-build.yml/badge.svg) -[![npm version](https://img.shields.io/npm/v/@vtbag/cam-shaft/latest)](https://www.npmjs.com/package/@vtbag/cam-shaft) -![minzip](https://badgen.net/bundlephobia/minzip/@vtbag/cam-shaft) -[![NPM Downloads](https://img.shields.io/npm/dw/@vtbag/cam-shaft)](https://www.npmjs.com/package/@vtbag/cam-shaft) +![Build Status](https://github.com/vtbag/utensil-drawer/actions/workflows/run-build.yml/badge.svg) +[![npm version](https://img.shields.io/npm/v/@vtbag/utensil-drawer/latest)](https://www.npmjs.com/package/@vtbag/utensil-drawer) +![minzip](https://badgen.net/bundlephobia/minzip/@vtbag/utensil-drawer) +[![NPM Downloads](https://img.shields.io/npm/dw/@vtbag/utensil-drawer)](https://www.npmjs.com/package/@vtbag/utensil-drawer) The @vtbag website can be found at https://vtbag.dev/ @@ -15,11 +15,10 @@ The @vtbag website can be found at https://vtbag.dev/ Dependency updates -For details see the [CHANGELOG](https://github.com/vtbag/cam-shaft/blob/main/CHANGELOG.md) +For details see the [CHANGELOG](https://github.com/vtbag/utensil-drawer/blob/main/CHANGELOG.md) ## What is it? -When you assign a `view-transition-name` to an element that is larger than the viewport, the View Transition API adds a default animation to the `::view-transition-group()` of the element that makes instant scrolling look like smooth scrolling. The Cam-Shaft bumps and nudges your view transition pseudo-elements back into place to avoid that pseudo-smooth-scrolling effect. +The Utensil Drawer holds reusable functions to help you build websites with view transitions. It is a bit sparse right now, but like the one in your kitchen, it is bound to fill up over time. -[See the Cam-Shaft in action](https://vtbag.dev/shaft-demo2/1/) and [see how it can be used in your own projects](https://vtbag.dev/tools/cam-shaft/). \ No newline at end of file diff --git a/package.json b/package.json index 94ca2cc..1e15ddd 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "@vtbag/cam-shaft", + "name": "@vtbag/utensil-drawer", "type": "module", "version": "1.0.1", "main": "lib/index.js", - "description": "The Cam-Shaft bumps your view transition images into place to avoid the pseudo-smooth-scroll effect when applying view transitions to elements that are taller than the viewport.", + "description": "Pull out just what you need to craft seamless transitions. The Utensil Drawer holds reusable functions to help you build websites with view transitions. It is a bit sparse right now, but like the one in your kitchen, it is bound to fill up over time.", "files": [ "lib/index.js", "lib/index.d.ts" @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vtbag/cam-shaft.git" + "url": "git+https://github.com/vtbag/utensil-drawer.git" }, "keywords": [ "view", @@ -38,7 +38,7 @@ "author": "vtbag", "license": "ISC", "bugs": { - "url": "https://github.com/vtbag/cam-shaft/issues" + "url": "https://github.com/vtbag/utensil-drawer/issues" }, "homepage": "https://vtbag.dev", "funding": {