Skip to content

Commit 55f3d26

Browse files
author
alexander janet
committed
fix(theme): updated bootstrap-styled and added the right theming functions.
2 parents 0cdc3c3 + 387f2c4 commit 55f3d26

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
- 'lts/*'
7272
script:
7373
- git fetch --tags
74-
# - git checkout refs/tags/$(git describe --tags `git rev-list --tags --max-count=1`)
75-
# - npm install
76-
# - chmod +x styleguide/prepare.sh
77-
# - styleguide/prepare.sh
78-
# - npm run styleguide:build
79-
# deploy:
80-
# - provider: pages
81-
# skip_cleanup: true
82-
# github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
83-
# keep_history: true
84-
# local_dir: public/
74+
- git checkout refs/tags/$(git describe --tags `git rev-list --tags --max-count=1`)
75+
- npm install
76+
- chmod +x styleguide/prepare.sh
77+
- styleguide/prepare.sh
78+
- npm run styleguide:build
79+
deploy:
80+
- provider: pages
81+
skip_cleanup: true
82+
github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
83+
keep_history: true
84+
local_dir: public/

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at agd@kopaxgroup.com. All
58+
reported by contacting the project team at contact@yeutech.vn. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# navigation-bar
22

33
[![Build Status](https://travis-ci.org/bootstrap-styled/navigation-bar.svg?branch=master)](https://travis-ci.org/bootstrap-styled/navigation-bar) [![npm Version](https://img.shields.io/npm/v/@bootstrap-styled/navigation-bar.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/navigation-bar) [![License](https://img.shields.io/npm/l/@bootstrap-styled/navigation-bar.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/navigation-bar) [![NPM monthly downloads](https://img.shields.io/npm/dm/@bootstrap-styled/navigation-bar.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/navigation-bar) [![NPM total downloads](https://img.shields.io/npm/dt/@bootstrap-styled/navigation-bar.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/navigation-bar) [![npm Version](https://img.shields.io/node/v/@bootstrap-styled/navigation-bar.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/navigation-bar) [![Module formats](https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/navigation-bar)
4+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.navigation-bar&metric=coverage)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.navigation-bar) [![Quality gate status](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.navigation-bar&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.navigation-bar)
45

56
navigation-bar is a set of navigation for browser made with and for bootstrap-styled
67

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@semantic-release/git": "^5.0.0",
115115
"@semantic-release/github": "^5.0.5",
116116
"@semantic-release/npm": "^3.3.1",
117-
"@yeutech-lab/rollup-umd-documentation": "^2.4.2",
117+
"@yeutech-lab/rollup-umd-documentation": "^2.4.3",
118118
"babel-cli": "^6.26.0",
119119
"babel-core": "^6.26.0",
120120
"babel-eslint": "^7.2.3",
@@ -155,10 +155,10 @@
155155
"lint-staged": "^4.1.3",
156156
"pre-commit": "^1.2.2",
157157
"raf": "^3.3.2",
158-
"react": "^16.4.1",
158+
"react": "^16.6.3",
159159
"react-addons-test-utils": "^15.6.2",
160-
"react-dom": "^16.4.1",
161-
"react-styleguidist": "8.0.3",
160+
"react-dom": "^16.6.3",
161+
"react-styleguidist": "^8.0.3",
162162
"react-test-renderer": "^16.0.0",
163163
"request": "^2.87.0",
164164
"rimraf": "^2.6.1",
@@ -176,8 +176,8 @@
176176
"rollup-watch": "^4.3.1",
177177
"semantic-release": "^15.5.2",
178178
"sinon": "^2.3.2",
179-
"styled-components": "^4.1.0",
180-
"toctoc": "^0.2.3",
179+
"styled-components": "^4.1.1",
180+
"toctoc": "^0.3.2",
181181
"webpack": "^4.16.1"
182182
},
183183
"jest": {
@@ -235,9 +235,9 @@
235235
"prop-types": "^15.6.1"
236236
},
237237
"peerDependencies": {
238-
"react": "^16.4.1",
239-
"react-dom": "^16.4.1",
240-
"styled-components": "^4.1.0"
238+
"react": "^16.6.3",
239+
"react-dom": "^16.6.3",
240+
"styled-components": "^4.1.1"
241241
},
242242
"publishConfig": {
243243
"registry": "https://registry.npmjs.org",

styleguide.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ const { default: createConfig } = require('@yeutech-lab/rollup-umd-documentation
33

44
module.exports = createConfig({
55
require: [path.resolve(__dirname, 'styleguide/setup.js')],
6-
showCode: false,
7-
showUsage: true,
6+
usageMode: 'expand',
87
});

styleguide/prepare.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
npx rollup-umd-scripts doc variable \
3+
npx @rollup-umd/documentation-cli variable \
44
PACKAGE_NAME=${PACKAGE_NAME} \
55
PACKAGE_PEERS="$(npx rollup-umd-scripts peer npm-install-cmd)" \
66
PACKAGE_VERSION=${PACKAGE_VERSION} \
@@ -13,5 +13,5 @@ npx rollup-umd-scripts doc variable \
1313
CLI_HELP="$(npx rollup-umd-scripts help)" \
1414
IMG_SHIELD_PUBLISHING=$(npx rollup-umd-scripts publish status --badge)
1515

16-
npx rollup-umd-scripts doc add-section -n 'Code of conduct' -a 'FAQ' -c 'CODE_OF_CONDUCT.md' -f
17-
npx rollup-umd-scripts doc add-section -n 'Changelog' -a 'Code of conduct' -c 'CHANGELOG.md' -f
16+
npx @rollup-umd/documentation-cli add-section -n 'Code of conduct' -a 'FAQ' -c 'CODE_OF_CONDUCT.md' -f
17+
npx @rollup-umd/documentation-cli add-section -n 'Changelog' -a 'Code of conduct' -c 'CHANGELOG.md' -f

0 commit comments

Comments
 (0)