File tree Expand file tree Collapse file tree 4 files changed +305
-260
lines changed
Expand file tree Collapse file tree 4 files changed +305
-260
lines changed Original file line number Diff line number Diff line change 66 "module" : " dist/kong-auth-elements.vue.es.js" ,
77 "exports" : {
88 "." : {
9+ "types" : " ./dist/types/index.d.ts" ,
910 "import" : " ./dist/kong-auth-elements.vue.es.js" ,
10- "require" : " ./dist/kong-auth-elements.vue.umd.js" ,
11- "types" : " ./dist/types/index.d.ts"
11+ "require" : " ./dist/kong-auth-elements.vue.umd.js"
1212 },
13+ "./dist/style.css" : " ./dist/kong-auth-elements.css" ,
14+ "./style.css" : " ./dist/kong-auth-elements.css" ,
1315 "./package.json" : " ./package.json" ,
1416 "./dist/*" : " ./dist/*"
1517 },
7577 "stylelint-config-recommended-vue" : " ^1.5.0" ,
7678 "stylelint-order" : " ^6.0.4" ,
7779 "typescript" : " ^5.5.4" ,
78- "vite" : " ^5.4.0 " ,
80+ "vite" : " ^6.0.2 " ,
7981 "vite-plugin-vue-devtools" : " ^7.3.7" ,
8082 "vue-router" : " ^4.4.2" ,
8183 "vue-tsc" : " ^2.0.29"
Original file line number Diff line number Diff line change 99 @include meta .load-css (" @kong/kongponents/dist/style.css" );
1010 // Import kong-auth-element styles
1111 @include meta .load-css (" ./elements" );
12- // Additional CSS rules
13- font-family : var (--kui-font-family-text , $kui-font-family-text );
14- -webkit-font-smoothing : antialiased ;
15- -moz-osx-font-smoothing : grayscale ;
16- font-weight : var (--kui-font-weight-regular , $kui-font-weight-regular );
17- position : relative ;
12+
13+ /* stylelint-disable-next-line no-duplicate-selectors */
14+ & {
15+ // Additional CSS rules
16+ font-family : var (--kui-font-family-text , $kui-font-family-text );
17+ -webkit-font-smoothing : antialiased ;
18+ -moz-osx-font-smoothing : grayscale ;
19+ font-weight : var (--kui-font-weight-regular , $kui-font-weight-regular );
20+ position : relative ;
21+ }
1822}
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ export default ({ mode }) => {
6565 // If INCLUDE_VUE=true, externalize Vue (for Kong/ui-shared-components)
6666 external : process . env . INCLUDE_VUE === 'true' ? undefined : [ 'vue' , '@kong/kongponents' ] ,
6767 output : {
68- sourcemap : true ,
6968 exports : 'named' ,
7069 // Provide global variables to use in the UMD build for externalized deps
7170 // Enable to utilize consuming app's vue instance
You can’t perform that action at this time.
0 commit comments