Skip to content

Commit c297a67

Browse files
Feature: panda-plugin-type-extend and panda-plugin-add-exports (#13)
* Take shared and dev utils into monorepo. * panda-plugin-type-extend * Update dependencies * panda-plugin-add-exports * panda-preset-shared-utils hook utilities
1 parent beb4e68 commit c297a67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1643
-646
lines changed

.changeset/afraid-dancers-know.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@amandaguthrie/panda-plugin-add-export": minor
3+
---
4+
<br />
5+
6+
- Added `addExports` plugin and documentation

.changeset/angry-rules-attack.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@amandaguthrie/panda-preset-framework-simplecss": patch
3+
---
4+
<br />
5+
6+
- Move shared `entries` and `fromEntries` utilities from `@puffin-ui/shared`
7+
- Update dependencies

.changeset/chilly-boats-begin.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@amandaguthrie/panda-preset-shared-utils": minor
3+
---
4+
<br />
5+
6+
- Add `entries` and `fromEntries` functions and tests
7+
- Add `findArtifactIndex`, `findFile`, `findFileIndex` functions and tests
8+
- Move test library from `@puffin-ui/shared` to `@amandaguthrie/panda-preset-dev-utils`
9+
- Update dependencies

.changeset/chilly-fans-sell.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@amandaguthrie/panda-plugin-type-extend": minor
3+
---
4+
<br />
5+
6+
- Added `extendLayerStylePropertyType` plugin and documentation
7+
- Added `extendTextStylePropertyType` plugin and documentation

.changeset/polite-cups-love.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@amandaguthrie/panda-preset-color-radix": patch
3+
---
4+
<br />
5+
6+
- Move shared `entries` and `fromEntries` utilities from `@puffin-ui/shared`
7+
to `@amandaguthrie/panda-preset-shared-utils`
8+
- Move test library from `@puffin-ui/shared` to `@amandaguthrie/panda-preset-dev-utils`
9+
- Update dependencies

.changeset/tiny-jokes-brake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@amandaguthrie/panda-preset-dev-utils": minor
3+
---
4+
<br />
5+
6+
- Create package for test library and other dev dependencies.

.changeset/violet-rats-melt.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@amandaguthrie/panda-preset-breakpoints": patch
3+
---
4+
<br />
5+
6+
- Move test library from `@puffin-ui/shared` to `@amandaguthrie/panda-preset-dev-utils`
7+
- Update dependencies
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@amandaguthrie/panda-preset-font-modernfs": patch
3+
---
4+
5+
<br />
6+
7+
- Move shared `entries` and `fromEntries` utilities from `@puffin-ui/shared`
8+
to `@amandaguthrie/panda-preset-shared-utils`
9+
- Move test library from `@puffin-ui/shared` to `@amandaguthrie/panda-preset-dev-utils`
10+
- Update dependencies

.github/ISSUE_TEMPLATE/1-bug.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ body:
1818
label: Package
1919
description: Choose the package that you are experiencing an issue with.
2020
options:
21+
- panda-plugin-add-export
22+
- panda-plugin-type-extend
2123
- panda-preset-breakpoints
2224
- panda-preset-color-radix
2325
- panda-preset-framework-simplecss

.github/ISSUE_TEMPLATE/2-feature.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ body:
1717
label: Package
1818
description: Choose the package that you would like to request a feature for.
1919
options:
20+
- A New Plugin
2021
- A New Preset
22+
- panda-plugin-add-export
23+
- panda-plugin-type-extend
2124
- panda-preset-breakpoints
2225
- panda-preset-color-radix
2326
- panda-preset-framework-simplecss

0 commit comments

Comments
 (0)