Skip to content

Commit

Permalink
Build packages and bump version 1.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandesigner committed Sep 6, 2020
1 parent 0947d1f commit 719e7ec
Show file tree
Hide file tree
Showing 85 changed files with 736 additions and 314 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[email protected]
vishnucss:[email protected].1
vishnucss:[email protected].2
6 changes: 3 additions & 3 deletions dist/vishnu.css

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

4 changes: 2 additions & 2 deletions dist/vishnu.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h2 class="description-header">
<a class="github-button" href="https://github.com/vishnucss/vishnu" data-show-count="true"
data-icon="octicon-star" data-size="large" aria-label="Star vishnucss/vishnu on GitHub">Star</a>
<small class="badge-version">Currently
<a href="https://github.com/vishnucss/vishnu/releases/tag/1.1.0-rc.1" target="_blank"
title="Currently Version">v1.1.0-rc.1</a></small>
<a href="https://github.com/vishnucss/vishnu/releases/tag/1.1.0-rc.2" target="_blank"
title="Currently Version">v1.1.0-rc.2</a></small>
</div>
</section>

Expand Down
4 changes: 2 additions & 2 deletions docs/src/assets/vishnu.min.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package.describe({
name: 'vishnucss:vishnu',
version: '1.1.0-rc.1',
summary: 'A simple and minimalist toolkit with modern css.',
git: 'https://github.com/vishnucss/vishnu.git',
documentation: 'README.md'
name: 'vishnucss:vishnu',
version: '1.1.0-rc.2',
summary: 'A simple and minimalist toolkit with modern css.',
git: 'https://github.com/vishnucss/vishnu.git',
documentation: 'README.md'
})

Package.onUse((api) => {
api.versionsFrom('[email protected]')
api.addFiles([
'dist/vishnu.css'
], 'client')
api.versionsFrom('[email protected]')
api.addFiles([
'dist/vishnu.css'
], 'client')
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vishnucss/vishnu",
"filename": "vishnu.min.css",
"version": "1.1.0-rc.1",
"version": "1.1.0-rc.2",
"description": "A simple and minimalist toolkit with modern css",
"main": "./dist/vishnu.min.css",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vishnucss-alert/dist/vishnu.alert.css

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

2 changes: 1 addition & 1 deletion packages/vishnucss-alert/dist/vishnu.alert.css.map

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

2 changes: 1 addition & 1 deletion packages/vishnucss-alert/dist/vishnu.alert.min.css

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

2 changes: 1 addition & 1 deletion packages/vishnucss-alert/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'vishnucss:alert',
version: '1.1.0-rc.1',
version: '1.1.0-rc.2',
summary: 'Alert toolkit with modern css.',
git: 'https://github.com/vishnucss/vishnu.git',
documentation: 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion packages/vishnucss-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vishnucss/alert",
"filename": "vishnu.alert.min.css",
"version": "1.1.0-rc.1",
"version": "1.1.0-rc.2",
"description": "Alert package for Vishnucss toolkit with modern css.",
"main": "./dist/vishnu.alert.min.css",
"keywords": [
Expand Down
16 changes: 8 additions & 8 deletions packages/vishnucss-alert/src/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
--toggle-checked-left: 25px;

/* Spacing */
--spacing-xxs: var(--base-space-size / 6);
--spacing-xs: var(--base-space-size / 4);
--spacing-sm: var(--base-space-size / 2);
--spacing-md: var(--base-space-size);
--spacing-lg: var(--base-space-size + 4);
--spacing-xl: var(--base-space-size + 6);
--spacing-xxl: var(--base-space-size * 2);
--spacing-xxxl: var(--base-space-size * 2 + 8);
--spacing-xxs: calc(16px / 6);
--spacing-xs: calc(16px / 4);
--spacing-sm: calc(16px / 2);
--spacing-md: 16px;
--spacing-lg: calc(16px + 8);
--spacing-xl: calc(16px * 2);
--spacing-xxl: calc(16px * 2 + 8);
--spacing-xxxl: calc(16px * 4);

/* Responsive breakpoints */
--responsive-sm: 25em;
Expand Down
2 changes: 1 addition & 1 deletion packages/vishnucss-avatar/dist/vishnu.avatar.css

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

Loading

0 comments on commit 719e7ec

Please sign in to comment.