Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Update repo name #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"clipboard": "^1.7.1",
"croppie": "^2.5.0",
"croud-date-parser": "git+https://github.com/CroudSupport/croud-date-parser.git",
"croud-date-parser": "git+https://github.com/CroudTech/croud-date-parser.git",
"pikaday": "^1.6.1",
"tool": "^6.0.0",
"vuetable-2": "^1.7.0"
Expand Down
19 changes: 7 additions & 12 deletions src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</template>
</nav>
<div class="bottom-menu">
<a href="https://croudsupport.github.io/Croud-Style-Guide/technical/"><button class="ui button mini basic yellow">Open Tech Docs</button></a>
<a href="https://croudtech.github.io/Croud-Style-Guide/technical/"><button class="ui button mini basic yellow">Open Tech Docs</button></a>
</div>
</header>
</template>
Expand Down Expand Up @@ -65,25 +65,20 @@ export default {
font-size: $croud-font-size-small;
text-transform: capitalize;

&.active {

&:hover {
color: $croud-colour-grey;
}
&.active:hover {
color: $croud-colour-grey;
}
}

.submenu {

.item {
padding-left: 2.5em;
font-weight: 300;
}
.submenu .item {
padding-left: 2.5em;
font-weight: 300;
}

.bottom-menu {
position: absolute;
bottom: 0;

.ui.button {
margin: .8rem;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/shared/buttons/SaveButtonWithDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
* *This is a functional component which has no state so does not need to define any props*
* @see https://vuejs.org/v2/guide/render-function.html#Functional-Components
* @see https://croudsupport.github.io/Croud-Style-Guide/technical/#!/croud-save-button
* @see https://croudsupport.github.io/Croud-Style-Guide/technical/#!/croud-dropdown-button
* @see https://croudtech.github.io/Croud-Style-Guide/technical/#!/croud-save-button
* @see https://croudtech.github.io/Croud-Style-Guide/technical/#!/croud-dropdown-button
*
* @example ./croud-save-button-with-dropdown.md
*/
Expand Down
6 changes: 3 additions & 3 deletions src/components/shared/forms/croud-forms.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
We use [croud-forms](https://github.com/CroudSupport/croud-forms) for building our web forms.
We use [croud-forms](https://github.com/croudtech/croud-forms) for building our web forms.

Note, this component can also handle [validation](https://github.com/CroudSupport/croud-forms#vuelidate-integration), but it crashes in styleguidist 😢
Note, this component can also handle [validation](https://github.com/croudtech/croud-forms#vuelidate-integration), but it crashes in styleguidist 😢

See the [docs](https://github.com/CroudSupport/croud-forms#bringing-it-all-together) for more details.
See the [docs](https://github.com/croudtech/croud-forms#bringing-it-all-together) for more details.

<div>
<croud-form-builder :schema="formSchema" v-model="user" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/forms/quill/quill.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### vue-quill
We use the [vue-quill](https://github.com/CroudSupport/vue-quill) package for wrapping quill for usage in Vue. Vue quill can output the contents in Quill deltas or straight html. For more config options and examples, view the [docs](https://github.com/CroudSupport/vue-quill)
We use the [vue-quill](https://github.com/croudtech/vue-quill) package for wrapping quill for usage in Vue. Vue quill can output the contents in Quill deltas or straight html. For more config options and examples, view the [docs](https://github.com/croudtech/vue-quill)

### Croud Theme
We have created our own quill theme that can be imported with this bit of bootstrap.
Expand Down
4 changes: 2 additions & 2 deletions src/components/shared/layout/fullcalendar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## vue-full-calendar
We use [vue-full-calendar](https://github.com/CroudSupport/vue-fullcalendar) for our calendar component. View this [repo](https://github.com/BrockReece/vue-fullcalendar-example) for a full webpack project using the vue-full-calendar.
We use [vue-full-calendar](https://github.com/croudtech/vue-fullcalendar) for our calendar component. View this [repo](https://github.com/BrockReece/vue-fullcalendar-example) for a full webpack project using the vue-full-calendar.

**Installation**

Expand All @@ -12,7 +12,7 @@ Vue.use(VueFullCalendar)

**Events**

See the [docs](https://github.com/CroudSupport/vue-fullcalendar#using-a-json-feed) for formatting an event array or loading from an API
See the [docs](https://github.com/croudtech/vue-fullcalendar#using-a-json-feed) for formatting an event array or loading from an API

### Basic usage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a custom iteration of our dropdown component, which shows a selected items summary popup on hover, and shows a single value (based on the summary field on the fields prop) if one option is selected and a count summary if more than one item is selected, it is ideal for use in a multi selection scenario.

We use the semantic-form-dropdown component from the [croud-vue-semantic](https://github.com/CroudSupport/vue-semantic) library. Click [here](http://croudsupport.github.io/vue-semantic/#semantic-form-dropdown) for full component docs.
We use the semantic-form-dropdown component from the [croud-vue-semantic](https://github.com/croudtech/vue-semantic) library. Click [here](http://croudtech.github.io/vue-semantic/#semantic-form-dropdown) for full component docs.

### Basic Usage
Simply provide the value prop, v-model and an options array to the selector for a basic setup
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/semantic/semantic-checkbox.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### semantic-checkbox
For our checkboxes, we use the semantic-checkbox component from the [croud-vue-semantic](https://github.com/CroudSupport/vue-semantic) library. Below are a few examples of semantic-checkbox in action. Click [here](http://croudsupport.github.io/vue-semantic/#semantic-checkbox) for full component docs.
For our checkboxes, we use the semantic-checkbox component from the [croud-vue-semantic](https://github.com/croudtech/vue-semantic) library. Below are a few examples of semantic-checkbox in action. Click [here](http://croudtech.github.io/vue-semantic/#semantic-checkbox) for full component docs.

### Basic usage

Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/semantic/semantic-form-dropdown.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### semantic-form-dropdown
For our form dropdowns, we use the semantic-form-dropdown component from the [croud-vue-semantic](https://github.com/CroudSupport/vue-semantic) library. Below are a few examples of semantic-form-dropdown in action. Click [here](http://croudsupport.github.io/vue-semantic/#semantic-form-dropdown) for full component docs.
For our form dropdowns, we use the semantic-form-dropdown component from the [croud-vue-semantic](https://github.com/croudtech/vue-semantic) library. Below are a few examples of semantic-form-dropdown in action. Click [here](http://croudtech.github.io/vue-semantic/#semantic-form-dropdown) for full component docs.

### Basic usage

Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/semantic/semantic-modal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### semantic-modal
For our modals, we use the semantic-modal component from the [croud-vue-semantic](https://github.com/CroudSupport/vue-semantic) library. Below are a few examples of semantic-modal in action. Click [here](http://croudsupport.github.io/vue-semantic/#semantic-modal) for full component docs.
For our modals, we use the semantic-modal component from the [croud-vue-semantic](https://github.com/croudtech/vue-semantic) library. Below are a few examples of semantic-modal in action. Click [here](http://croudtech.github.io/vue-semantic/#semantic-modal) for full component docs.

### Basic usage

Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/semantic/semantic-radiobutton.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### semantic-radiobutton
For our radio selectors, we use the semantic-radiobutton component from the [croud-vue-semantic](https://github.com/CroudSupport/vue-semantic) library. Below are a few examples of semantic-radiobutton in action. Click [here](http://croudsupport.github.io/vue-semantic/#semantic-radiobutton) for full component docs.
For our radio selectors, we use the semantic-radiobutton component from the [croud-vue-semantic](https://github.com/croudtech/vue-semantic) library. Below are a few examples of semantic-radiobutton in action. Click [here](http://croudtech.github.io/vue-semantic/#semantic-radiobutton) for full component docs.

### Basic Usage
You can pass a form label in as the **default** slot
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3254,9 +3254,9 @@ cross-spawn@^3.0.0:
lru-cache "^4.0.1"
which "^1.2.9"

"croud-date-parser@git+https://github.com/CroudSupport/croud-date-parser.git":
"croud-date-parser@git+https://github.com/CroudTech/croud-date-parser.git":
version "0.0.4"
resolved "git+https://github.com/CroudSupport/croud-date-parser.git#6bae710602c6c4b088644055126b9af2a8e6c4c4"
resolved "git+https://github.com/CroudTech/croud-date-parser.git#6bae710602c6c4b088644055126b9af2a8e6c4c4"
dependencies:
chrono-node "^1.1.6"

Expand Down