File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 "flyonui-vue" : " workspace:*" ,
4747 "jsdom" : " ^26.1.0" ,
4848 "sass-embedded" : " ^1.93.2" ,
49- "tailwindcss" : " ^4.1.14 " ,
49+ "tailwindcss" : " ^4.1.16 " ,
5050 "tsc-alias" : " ^1.8.16" ,
5151 "typescript" : " ^5.9.3" ,
5252 "vite" : " ^6.4.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " flyonui-vue" ,
33 "type" : " module" ,
4- "version" : " 2.1.0 " ,
4+ "version" : " 2.1.1 " ,
55 "author" : " Michael Cozzolino" ,
66 "license" : " MIT" ,
77 "repository" : {
7373 },
7474 "devDependencies" : {
7575 "@iconify/vue" : " ^4.3.0" ,
76- "@tailwindcss/vite" : " ^4.1.14 " ,
76+ "@tailwindcss/vite" : " ^4.1.16 " ,
7777 "@types/node" : " ^22.18.8" ,
7878 "@vitejs/plugin-vue" : " ^5.2.4" ,
7979 "@vue/test-utils" : " ^2.4.6" ,
8282 "jsdom" : " ^26.1.0" ,
8383 "rollup-plugin-visualizer" : " ^5.14.0" ,
8484 "sass-embedded" : " ^1.93.2" ,
85- "tailwindcss" : " ^4.1.14 " ,
85+ "tailwindcss" : " ^4.1.16 " ,
8686 "tsc-alias" : " ^1.8.16" ,
8787 "typescript" : " ^5.9.3" ,
8888 "vite" : " ^6.4.1" ,
Original file line number Diff line number Diff line change @@ -30,11 +30,9 @@ const [
3030 </script >
3131
3232<style lang="postcss" scoped>
33- @reference "tailwindcss" ;
34-
3533/* noinspection CssUnusedSymbol */
3634:slotted (.fo-icon) {
3735 color : var (--color-base-content );
38- @apply me-3 ;
36+ margin-inline-end : 0.75 rem ;
3937}
4038 </style >
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ const [
3939 </script >
4040
4141<style lang="scss" scoped>
42- @reference "tailwindcss";
43-
4442.join > :first-child :deep(.input.rounded-full ),
4543.join > :slotted(.btn.rounded-full :first-child ) {
46- @apply rounded-e-none ;
44+ border-top-right-radius : 0 ;
45+ border-bottom-right-radius : 0 ;
4746}
4847
4948.join > :last-child :deep(.input.rounded-full ),
5049.join > :slotted(.btn.rounded-full :last-child ) {
51- @apply rounded-s-none ;
50+ border-top-left-radius : 0 ;
51+ border-bottom-left-radius : 0 ;
5252}
5353 </style >
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1- import '@/index.css' ;
2-
31export * from '@/Lib' ;
42export * from '@/Types' ;
53export * from '@/UI/Components' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " create-flyonui-vue" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "type" : " module" ,
55 "bin" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1515 "dependencies" : {
1616 "@iconify/vue" : " ^4.3.0" ,
1717 "@tailwindcss/vite" : " ^4.1.4" ,
18- "flyonui" : " ^2.1.0 " ,
19- "flyonui-vue" : " ^2.0.0-alpha.3 " ,
18+ "flyonui" : " ^2.4.1 " ,
19+ "flyonui-vue" : " ^2.1.0 " ,
2020 "pinia" : " ^3.0.1" ,
2121 "tailwindcss" : " ^4.1.4" ,
2222 "vue" : " ^3.5.13" ,
Original file line number Diff line number Diff line change 22@import 'tailwindcss' ;
33@import 'flyonui-vue/index.css' ;
44
5+ @source '../../node_modules/flyonui-vue' ;
6+
7+ @plugin 'flyonui' {
8+ themes : all;
9+ }
10+
511# app {
612 max-width : 1280px ;
713 margin : 0 auto;
Original file line number Diff line number Diff line change 11@import 'tailwindcss' ;
22@import 'flyonui-vue/index.css' ;
33
4+ @source '../../../../node_modules/flyonui-vue' ;
5+
46@plugin 'flyonui' {
57 themes : all;
68}
You can’t perform that action at this time.
0 commit comments