@rypen-dev/shared-components 2.1.78 → 2.1.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "2.1.78",
4
+ "version": "2.1.81",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -129,9 +129,9 @@ $mood-board-text-color: $text-gray !default;
129
129
  $mood-board-dark-text-color: $secondary-alt !default;
130
130
 
131
131
  $retail-color: $primary !default;
132
- $trade-color: $alternate !default;
133
- $inventory-color: $success !default;
134
- $enterprise-color: $secondary !default;
132
+ $trade-color: $dark-gray !default;
133
+ $inventory-color: $success-alt !default;
134
+ $enterprise-color: $quaternary !default;
135
135
 
136
136
  // Images
137
137
  $hero-image-url: "/studio/assets/images/hero.jpg" !default;
@@ -891,7 +891,7 @@ select {
891
891
  border: solid 1px $border-gray;
892
892
  cursor: pointer;
893
893
 
894
- &:hover {
894
+ body.hover-capable &:hover {
895
895
  border-color: $secondary-alt;
896
896
 
897
897
  .preview {
@@ -536,6 +536,11 @@
536
536
  .editor-content & {
537
537
  margin-left: -10px;
538
538
  margin-right: -10px;
539
+
540
+ .non-table-list {
541
+ margin-left: 0;
542
+ margin-right: 0;
543
+ }
539
544
  }
540
545
 
541
546
  .header {