@vuu-ui/vuu-layout 0.8.64 → 0.8.65

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var paletteCss = ".vuuPalette {\n --vuu-svg-draggable: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 17\"><path d=\"M12.6666 6.5H3.33329C2.96663 6.5 2.66663 6.8 2.66663 7.16667C2.66663 7.53333 2.96663 7.83333 3.33329 7.83333H12.6666C13.0333 7.83333 13.3333 7.53333 13.3333 7.16667C13.3333 6.8 13.0333 6.5 12.6666 6.5ZM3.33329 10.5H12.6666C13.0333 10.5 13.3333 10.2 13.3333 9.83333C13.3333 9.46667 13.0333 9.16667 12.6666 9.16667H3.33329C2.96663 9.16667 2.66663 9.46667 2.66663 9.83333C2.66663 10.2 2.96663 10.5 3.33329 10.5Z\" /></svg>');\n --vuuList-borderStyle: none;\n}\n\n.vuuPalette-horizontal {\n align-items: center;\n display: flex;\n}\n\n.vuuPaletteItem {\n --vuu-icon-color: var(--salt-content-secondary-foreground);\n --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);\n padding-left: 12px;\n font-size: 12px;\n font-weight: 600;\n gap: var(--salt-spacing-200);\n}\n\n.vuuSimpleDraggableWrapper > .vuuPaletteItem {\n --vuu-icon-color: var(--salt-selectable-foreground);\n}\n\n.salt-theme .vuuPaletteItem {\n font-size: 11px;\n font-weight: normal;\n}\n";
3
+ var paletteCss = ".vuuPalette {\n --vuuList-borderStyle: none;\n}\n\n.vuuPalette-horizontal {\n align-items: center;\n display: flex;\n}\n\n.vuuPaletteItem {\n --vuu-icon-color: var(--salt-content-secondary-foreground);\n --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);\n font-size: 12px;\n font-weight: 600;\n gap: var(--salt-spacing-200);\n padding-left: 12px;\n}\n\n.vuuSimpleDraggableWrapper > .vuuPaletteItem {\n --vuu-icon-color: var(--salt-selectable-foreground);\n}\n\n.salt-theme .vuuPaletteItem {\n font-size: 11px;\n font-weight: normal;\n}\n";
4
4
 
5
5
  module.exports = paletteCss;
6
6
  //# sourceMappingURL=Palette.css.js.map
@@ -1,4 +1,4 @@
1
- var paletteCss = ".vuuPalette {\n --vuu-svg-draggable: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 17\"><path d=\"M12.6666 6.5H3.33329C2.96663 6.5 2.66663 6.8 2.66663 7.16667C2.66663 7.53333 2.96663 7.83333 3.33329 7.83333H12.6666C13.0333 7.83333 13.3333 7.53333 13.3333 7.16667C13.3333 6.8 13.0333 6.5 12.6666 6.5ZM3.33329 10.5H12.6666C13.0333 10.5 13.3333 10.2 13.3333 9.83333C13.3333 9.46667 13.0333 9.16667 12.6666 9.16667H3.33329C2.96663 9.16667 2.66663 9.46667 2.66663 9.83333C2.66663 10.2 2.96663 10.5 3.33329 10.5Z\" /></svg>');\n --vuuList-borderStyle: none;\n}\n\n.vuuPalette-horizontal {\n align-items: center;\n display: flex;\n}\n\n.vuuPaletteItem {\n --vuu-icon-color: var(--salt-content-secondary-foreground);\n --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);\n padding-left: 12px;\n font-size: 12px;\n font-weight: 600;\n gap: var(--salt-spacing-200);\n}\n\n.vuuSimpleDraggableWrapper > .vuuPaletteItem {\n --vuu-icon-color: var(--salt-selectable-foreground);\n}\n\n.salt-theme .vuuPaletteItem {\n font-size: 11px;\n font-weight: normal;\n}\n";
1
+ var paletteCss = ".vuuPalette {\n --vuuList-borderStyle: none;\n}\n\n.vuuPalette-horizontal {\n align-items: center;\n display: flex;\n}\n\n.vuuPaletteItem {\n --vuu-icon-color: var(--salt-content-secondary-foreground);\n --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);\n font-size: 12px;\n font-weight: 600;\n gap: var(--salt-spacing-200);\n padding-left: 12px;\n}\n\n.vuuSimpleDraggableWrapper > .vuuPaletteItem {\n --vuu-icon-color: var(--salt-selectable-foreground);\n}\n\n.salt-theme .vuuPaletteItem {\n font-size: 11px;\n font-weight: normal;\n}\n";
2
2
 
3
3
  export { paletteCss as default };
4
4
  //# sourceMappingURL=Palette.css.js.map
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
- "version": "0.8.64",
2
+ "version": "0.8.65",
3
3
  "description": "VUU Layout Components",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "types": "types/index.d.ts",
7
7
  "devDependencies": {
8
- "@vuu-ui/vuu-data-types": "0.8.64",
9
- "@vuu-ui/vuu-filter-types": "0.8.64"
8
+ "@vuu-ui/vuu-data-types": "0.8.65",
9
+ "@vuu-ui/vuu-filter-types": "0.8.65"
10
10
  },
11
11
  "dependencies": {
12
12
  "@salt-ds/core": "1.27.1",
13
13
  "@salt-ds/styles": "0.2.1",
14
14
  "@salt-ds/window": "0.1.1",
15
- "@vuu-ui/vuu-data-types": "0.8.64",
16
- "@vuu-ui/vuu-filters": "0.8.64",
17
- "@vuu-ui/vuu-popups": "0.8.64",
18
- "@vuu-ui/vuu-table": "0.8.64",
19
- "@vuu-ui/vuu-ui-controls": "0.8.64",
20
- "@vuu-ui/vuu-utils": "0.8.64"
15
+ "@vuu-ui/vuu-data-types": "0.8.65",
16
+ "@vuu-ui/vuu-filters": "0.8.65",
17
+ "@vuu-ui/vuu-popups": "0.8.65",
18
+ "@vuu-ui/vuu-table": "0.8.65",
19
+ "@vuu-ui/vuu-ui-controls": "0.8.65",
20
+ "@vuu-ui/vuu-utils": "0.8.65"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "clsx": "^2.0.0",