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

1.0.0 - breaking change update due to ziggy package change - route imports now from ziggy vendor php package and not npm package #102

Merged
merged 17 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
928b6cc
updating default vilt-ds color palette to match vilt-ds brand palette…
oberocks Feb 28, 2024
a8fe1d5
adding new Config type to generated ziggy.ts file code due to major u…
oberocks Feb 28, 2024
b4e31d9
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
a00b89a
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
0ca3e58
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
031dd42
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
9572c82
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
7ae319e
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
38502ec
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
e9ebfad
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
1ad2d37
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
9f51586
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
10d5213
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
b043a2a
updating route import due to breaking change from major update to zig…
oberocks Feb 28, 2024
7cc9b55
generating updated dist files to test locally
oberocks Feb 28, 2024
aa50632
1.0.0
oberocks Feb 28, 2024
a44e57b
1.0.0 - breaking change update due to ziggy package change - route im…
oberocks Feb 28, 2024
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
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
Loading