Skip to content

Commit

Permalink
Merge branch 'master' into add-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 authored Oct 29, 2024
2 parents 362a76c + 36bfd2a commit a77d071
Show file tree
Hide file tree
Showing 99 changed files with 1,649 additions and 2,462 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ SUI Components is an Open-Source, high quality library of React components that

## 🧪 Test Coverage

![statements](https://shields.io/badge/statements-75.91%25-yellow)
![branches](https://shields.io/badge/branches-64.04%25-red)
![statements](https://shields.io/badge/statements-75.92%25-yellow)
![branches](https://shields.io/badge/branches-64.06%25-red)
![functions](https://shields.io/badge/functions-65.76%25-red)
![lines](https://shields.io/badge/lines-77.69%25-yellow)
![lines](https://shields.io/badge/lines-77.7%25-yellow)

## ✨ Features

Expand Down
1 change: 1 addition & 0 deletions components/atom/actionButton/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/backToTop/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/badge/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/button/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lib
node_modules
1 change: 1 addition & 0 deletions components/atom/button/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/card/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion components/atom/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build:js && npm run build:styles",
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
"build:js": "babel --presets sui ./src --out-dir ./lib",
"build:styles": "cpx './src/**/*.scss' ./lib"
},
Expand Down
1 change: 1 addition & 0 deletions components/atom/checkbox/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 2 additions & 0 deletions components/atom/helpText/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/icon/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/image/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/input/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 2 additions & 0 deletions components/atom/label/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion components/atom/label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build:js && npm run build:styles",
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
"build:js": "sui-js-compiler",
"build:styles": "cpx './src/**/*.scss' ./lib"
},
Expand Down
1 change: 1 addition & 0 deletions components/atom/panel/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/pinInput/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/popover/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/progressBar/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/radioButton/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 2 additions & 0 deletions components/atom/skeleton/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/slider/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion components/atom/slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build:js && npm run build:styles",
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
"build:js": "babel --presets sui ./src --out-dir ./lib",
"build:styles": "cpx './src/**/*.scss' ./lib"
},
Expand Down
2 changes: 2 additions & 0 deletions components/atom/spinner/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/switch/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 2 additions & 0 deletions components/atom/table/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/tag/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/textarea/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/toast/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/tooltip/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/atom/upload/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion components/atom/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build:js && npm run build:styles",
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
"build:js": "babel --presets sui ./src --out-dir ./lib",
"build:styles": "cpx './src/**/*.scss' ./lib"
},
Expand Down
2 changes: 2 additions & 0 deletions components/atom/validationText/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 2 additions & 0 deletions components/atom/videoPlayer/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion components/atom/videoPlayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "rimraf lib && npm run build:js && npm run build:styles",
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
"build:js": "babel --presets sui ./src --out-dir ./lib",
"build:styles": "cpx './src/**/*.scss' ./lib"
},
Expand Down
1 change: 1 addition & 0 deletions components/behavior/sticky/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion components/behavior/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build:js && npm run build:styles",
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
"build:js": "babel --presets sui ./src --out-dir ./lib",
"build:styles": "cpx './src/**/*.scss' ./lib"
},
Expand Down
6 changes: 6 additions & 0 deletions components/hook/usePortal/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/layout/grid/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/molecule/accordion/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/molecule/autosuggest/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/molecule/autosuggestField/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/molecule/avatar/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/molecule/badgeCounter/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/molecule/breadcrumb/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/molecule/buttonGroup/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
1 change: 1 addition & 0 deletions components/molecule/buttonGroupField/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 2 additions & 0 deletions components/molecule/carousel/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion components/molecule/carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "rimraf lib && npm run build:js && npm run build:styles",
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
"build:js": "babel --presets sui ./src --out-dir ./lib",
"build:styles": "cpx './src/**/*.scss' ./lib"
},
Expand Down
1 change: 1 addition & 0 deletions components/molecule/checkboxField/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 2 additions & 0 deletions components/molecule/coachmark/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ assets
demo
src
test
node_modules
CHANGELOG.md
2 changes: 1 addition & 1 deletion components/molecule/coachmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "rimraf lib && npm run build:js && npm run build:styles",
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
"build:js": "babel --presets sui ./src --out-dir ./lib",
"build:styles": "cpx './src/**/*.scss' ./lib"
},
Expand Down
2 changes: 2 additions & 0 deletions components/molecule/collapsible/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
assets
demo
src
test
node_modules
CHANGELOG.md
Loading

0 comments on commit a77d071

Please sign in to comment.