Skip to content

Commit

Permalink
Merge pull request #102 from obewds/dev
Browse files Browse the repository at this point in the history
1.0.0 - breaking change update due to ziggy package change - route imports now from ziggy vendor php package and not npm package
  • Loading branch information
oberocks authored Feb 28, 2024
2 parents d30b577 + a44e57b commit 05d4cfe
Show file tree
Hide file tree
Showing 34 changed files with 507 additions and 494 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# The VILT Design System
The official repository for the VILT Design System for the Vue.js, Inertia.js, Laravel, and Tailwind CSS web app stack that is turbocharged with Typescript, Vitest and VueVentus.


![GitHub package.json version](https://img.shields.io/github/package-json/v/obewds/vilt-ds?label=Github&logo=github&style=for-the-badge)   ![npm](https://img.shields.io/npm/v/@obewds/vilt-ds?color=%23cc3534&logo=npm&style=for-the-badge)


Expand Down Expand Up @@ -86,6 +87,10 @@ sail artisan ziggy:generate
```
-->

> v1.0.0 - breaking change update due to ziggy package change - route imports now from ziggy vendor php package and not npm package
> 1.0.0 - breaking change update due to ziggy package change - ./resources/js/ziggy.js file now needs to be ziggy typed with the "Config" ziggy typescript interface - which is also now in the ziggy vendor php package and not npm

<br/>

Expand Down
4 changes: 2 additions & 2 deletions dist/data/colors/vilt-ds-default-tailwind-color-palette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ declare const _default: {
"800": string;
"900": string;
};
warmGray: {
blueGray: {
"50": string;
"100": string;
"200": string;
Expand All @@ -37,7 +37,7 @@ declare const _default: {
"800": string;
"900": string;
};
coolGray: {
lightBlueGray: {
"50": string;
"100": string;
"200": string;
Expand Down
Loading

0 comments on commit 05d4cfe

Please sign in to comment.