Skip to content

Commit

Permalink
refactor!: use extracted css
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Feb 4, 2025
1 parent ca11c08 commit 7bdd481
Show file tree
Hide file tree
Showing 33 changed files with 93 additions and 31 deletions.
47 changes: 20 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/components/_provisional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "4.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.2.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "3.2.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.2.24",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.1.42",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.11.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sass": "src/styles/shared.scss",
"style": "dist/index.css",
"files": [
"/dist",
"/src/styles"
Expand Down
1 change: 1 addition & 0 deletions packages/components/chip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/collapse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sass": "src/styles/shared.scss",
"style": "dist/index.css",
"files": [
"/src/styles",
"/dist"
Expand Down
1 change: 1 addition & 0 deletions packages/components/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sass": "src/styles/shared.scss",
"style": "dist/index.css",
"files": [
"/src/styles",
"/dist"
Expand Down
1 change: 1 addition & 0 deletions packages/components/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.2.31",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/empty-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.2.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/form-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sass": "src/styles/shared.scss",
"style": "dist/index.css",
"files": [
"/dist",
"/src/styles"
Expand Down
1 change: 1 addition & 0 deletions packages/components/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.7.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "3.6.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist",
"/icons"
Expand Down
1 change: 1 addition & 0 deletions packages/components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.4.29",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.2.31",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.3.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"/dist"
],
Expand Down
Loading

0 comments on commit 7bdd481

Please sign in to comment.