Skip to content

Commit

Permalink
build:update environment version info
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmo committed May 16, 2024
1 parent e520c41 commit 7a1ebd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const environment ={"production":true,"version":"17.2.5-alpha.0","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}
export const environment ={"production":true,"version":"17.2.5-alpha.2","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}

2 changes: 1 addition & 1 deletion demo/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const environment ={"production":false,"version":"17.2.5-alpha.0","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}
export const environment ={"production":false,"version":"17.2.5-alpha.2","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}

4 changes: 4 additions & 0 deletions projects/zajsf-daisyui/src/lib/tailwind-output-prefixed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9428,6 +9428,10 @@ html:has(.tw-dui-drawer-open.tw-dui-drawer-open) {
border-top-right-radius: var(--rounded-btn, 0.5rem);
}

.tw-border {
border-width: 1px;
}

.tw-border-accent {
--tw-border-opacity: 1;
border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
Expand Down

0 comments on commit 7a1ebd1

Please sign in to comment.