Skip to content

Commit

Permalink
Merge pull request #75 from gjovanovicst/main
Browse files Browse the repository at this point in the history
App Showcase - Add space between doc sections
  • Loading branch information
gjovanovicst authored Nov 4, 2023
2 parents 57a8c86 + 15734b2 commit 0168e36
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anywhere-ui/angular",
"version": "0.4.0+20",
"version": "0.4.0+21",
"license": "MIT",
"keywords": [
"anywhere-ui",
Expand Down Expand Up @@ -66,5 +66,5 @@
"tslint": "~6.1.3",
"typescript": "4.9.5"
},
"buildnum": "20"
"buildnum": "21"
}
4 changes: 2 additions & 2 deletions packages/angular/projects/anywhere-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anywhere-ui/angular",
"version": "0.4.0+20",
"version": "0.4.0+21",
"license": "MIT",
"keywords": [
"anywhere-ui",
Expand Down Expand Up @@ -33,5 +33,5 @@
"@anywhere-ui/core": "^0.3.0",
"@anywhere-ui/flex": "^1.0.2"
},
"buildnum": "20"
"buildnum": "21"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anywhere-ui/core",
"version": "0.4.0+20",
"version": "0.4.0+21",
"description": "Base components for AnywhereUI",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -85,5 +85,5 @@
"build": "^0.1.4",
"run": "^1.4.0"
},
"buildnum": "20"
"buildnum": "21"
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cb1.addEventListener("valueChange", (event) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
Binary checkbox is used as a controlled input with <i>checked</i>{" "}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cb1.checked = false;
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
When disabled is present, the element cannot be edited and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ categories.forEach((category) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>Checkboxes can be generated using a list of values.</p>
</app-docsectiontext>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ checkboxes.forEach((checkbox) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>Multiple checkboxes can be grouped together.</p>
</app-docsectiontext>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ checkboxes.forEach((checkbox) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
The label attribute provides a label text for the checkbox. This
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cb1.checked = false;
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
When disabled is present, the element cannot be edited and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dropdownBasic.addEventListener("valueChange", (event) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
Dropdown is used as a controlled component with value property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ dropdownDisabled.addEventListener("valueChange", (event) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
When disabled is present, the element cannot be edited and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dropdownBasic.addEventListener("valueChange", (event) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
Dropdown provides built-in filtering that is enabled by adding the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ dropdownTemplate.addEventListener("valueChange", (event) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
Both the selected option and the options list can be templated to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dropdownVirtual.addEventListener("valueChange", (event) => {
render() {
return (
<Host>
<section>
<section class="py-4">
<app-docsectiontext textTitle={this.textTitle} textId={this.textId}>
<p>
VirtualScrolling is an efficient way of rendering the options by
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/doc/docs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2023-11-04T21:29:11",
"timestamp": "2023-11-04T22:29:13",
"compiler": {
"name": "@stencil/core",
"version": "4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</div>
</div>
<div class="layout-footer">
<div class="layout-footer-left">AnywhereUI v<span id="any-ui-version">0.4.0+20</span> by <b>AdaleksTech</b></div>
<div class="layout-footer-left">AnywhereUI v<span id="any-ui-version">0.4.0+21</span> by <b>AdaleksTech</b></div>
<div class="layout-footer-right">
<a href="https://github.com/adaleks/anywhere-ui">
<span class="iconify" data-icon="fa-brands:github" data-width="21" data-height="21"></span>
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anywhere-ui/react",
"sideEffects": false,
"version": "0.4.0+20",
"version": "0.4.0+21",
"description": "AnywhereUI integration for React apps",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -63,7 +63,7 @@
"dist"
]
},
"buildnum": "20",
"buildnum": "21",
"dependencies": {
"@anywhere-ui/core": "^0.1.1",
"@anywhere-ui/flex": "^1.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anywhere-ui/vue",
"sideEffects": false,
"version": "0.4.0+20",
"version": "0.4.0+21",
"description": "AnywhereUI integration for Vue apps.",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -66,5 +66,5 @@
"dist"
]
},
"buildnum": "20"
"buildnum": "21"
}

0 comments on commit 0168e36

Please sign in to comment.