@vuu-ui/vuu-filters 0.8.4-debug → 0.8.4
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/LICENSE +201 -0
- package/cjs/index.js +24 -4858
- package/cjs/index.js.map +2 -2
- package/esm/index.js +24 -4905
- package/esm/index.js.map +2 -2
- package/index.css +1 -56
- package/index.css.map +1 -1
- package/package.json +5 -5
package/index.css
CHANGED
|
@@ -1,57 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
.salt-theme {
|
|
3
|
-
--vuuFilterEditor-lineHeight: 28px;
|
|
4
|
-
}
|
|
5
|
-
.salt-density-high {
|
|
6
|
-
--vuuFilterEditor-buttonWidth: 20px;
|
|
7
|
-
--vuuFilterEditor-height: 22px;
|
|
8
|
-
--vuuFilterEditor-lineHeight: 20px;
|
|
9
|
-
}
|
|
10
|
-
.vuuFilterInput {
|
|
11
|
-
--vuuFilterEditor-background: var(--salt-container-primary-background);
|
|
12
|
-
--vuuFilterEditor-color: var(--salt-text-primary-foreground);
|
|
13
|
-
--vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);
|
|
14
|
-
--vuuFilterEditor-fontSize: var(--salt-text-fontSize);
|
|
15
|
-
--vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);
|
|
16
|
-
--vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);
|
|
17
|
-
--vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);
|
|
18
|
-
--vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle);
|
|
19
|
-
--vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);
|
|
20
|
-
--vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);
|
|
21
|
-
--vuuFilterEditor-suggestion-selectedColor: var(--vuuFilterEditor-color);
|
|
22
|
-
--vuuFilterEditor-suggestion-height: 24px;
|
|
23
|
-
--vuuFilterEditor-variableColor: blue;
|
|
24
|
-
align-items: center;
|
|
25
|
-
border-color: var(--salt-container-secondary-borderColor);
|
|
26
|
-
border-style: solid none;
|
|
27
|
-
border-width: 1px;
|
|
28
|
-
box-sizing: border-box;
|
|
29
|
-
display: flex;
|
|
30
|
-
height: var(--vuuFilterEditor-height, 30px);
|
|
31
|
-
}
|
|
32
|
-
.vuuFilterInput-Editor {
|
|
33
|
-
flex: 1 1 auto;
|
|
34
|
-
height: 100%;
|
|
35
|
-
}
|
|
36
|
-
.vuuFilterInput-FilterButton,
|
|
37
|
-
.vuuFilterInput-ClearButton {
|
|
38
|
-
--vuu-icon-size: 12px;
|
|
39
|
-
--saltButton-width: var(--vuuFilterEditor-buttonWidth, 28px);
|
|
40
|
-
}
|
|
41
|
-
.vuuIllustration {
|
|
42
|
-
--vuuFilterEditor-suggestion-selectedBackground:var(--salt-container-secondary-background);
|
|
43
|
-
background: var(--salt-container-secondary-background);
|
|
44
|
-
color: var(--salt-text-secondary-foreground);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/* src/filter-toolbar/FilterToolbar.css */
|
|
48
|
-
.vuuFilterDropdown,
|
|
49
|
-
.vuuFilterSwitch {
|
|
50
|
-
--saltToolbarField-marginTop: 0;
|
|
51
|
-
height: 100%;
|
|
52
|
-
}
|
|
53
|
-
.vuuFilterDropdown.saltFormField-focused:before {
|
|
54
|
-
top: 2px !important;
|
|
55
|
-
bottom: 2px !important;
|
|
56
|
-
}
|
|
1
|
+
.salt-theme{--vuuFilterEditor-lineHeight: 28px}.salt-density-high{--vuuFilterEditor-buttonWidth: 20px;--vuuFilterEditor-height: 22px;--vuuFilterEditor-lineHeight: 20px}.vuuFilterInput{--vuuFilterEditor-background: var(--salt-container-primary-background);--vuuFilterEditor-color: var(--salt-text-primary-foreground);--vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);--vuuFilterEditor-fontSize: var(--salt-text-fontSize);--vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);--vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);--vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);--vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle);--vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);--vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);--vuuFilterEditor-suggestion-selectedColor: var(--vuuFilterEditor-color);--vuuFilterEditor-suggestion-height: 24px;--vuuFilterEditor-variableColor: blue;align-items:center;border-color:var(--salt-container-secondary-borderColor);border-style:solid none;border-width:1px;box-sizing:border-box;display:flex;height:var(--vuuFilterEditor-height, 30px)}.vuuFilterInput-Editor{flex:1 1 auto;height:100%}.vuuFilterInput-FilterButton,.vuuFilterInput-ClearButton{--vuu-icon-size: 12px;--saltButton-width: var(--vuuFilterEditor-buttonWidth, 28px)}.vuuIllustration{--vuuFilterEditor-suggestion-selectedBackground:var(--salt-container-secondary-background);background:var(--salt-container-secondary-background);color:var(--salt-text-secondary-foreground)}.vuuFilterDropdown,.vuuFilterSwitch{--saltToolbarField-marginTop: 0;height:100%}.vuuFilterDropdown.saltFormField-focused:before{top:2px!important;bottom:2px!important}
|
|
57
2
|
/*# sourceMappingURL=index.css.map */
|
package/index.css.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../packages/vuu-filters/src/filter-input/FilterInput.css", "../../../packages/vuu-filters/src/filter-toolbar/FilterToolbar.css"],
|
|
4
4
|
"sourcesContent": ["\n.salt-theme {\n --vuuFilterEditor-lineHeight: 28px;\n}\n\n.salt-density-high {\n --vuuFilterEditor-buttonWidth: 20px;\n --vuuFilterEditor-height: 22px;\n --vuuFilterEditor-lineHeight: 20px;\n}\n\n.vuuFilterInput {\n --vuuFilterEditor-background: var(--salt-container-primary-background);\n --vuuFilterEditor-color: var(--salt-text-primary-foreground);\n --vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);\n --vuuFilterEditor-fontSize: var(--salt-text-fontSize);\n --vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);\n --vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);\n --vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);\n --vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle); \n --vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);\n --vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);\n --vuuFilterEditor-suggestion-selectedColor: var(--vuuFilterEditor-color);\n --vuuFilterEditor-suggestion-height: 24px;\n --vuuFilterEditor-variableColor: blue;\n\n align-items: center;\n border-color: var(--salt-container-secondary-borderColor);\n border-style: solid none;\n border-width: 1px;\n box-sizing: border-box;\n display: flex;\n height: var(--vuuFilterEditor-height, 30px);\n}\n\n.vuuFilterInput-Editor {\n flex: 1 1 auto;\n height: 100%;\n}\n\n.vuuFilterInput-FilterButton,\n.vuuFilterInput-ClearButton {\n --vuu-icon-size: 12px;\n --saltButton-width: var(--vuuFilterEditor-buttonWidth, 28px);\n}\n\n.vuuIllustration {\n --vuuFilterEditor-suggestion-selectedBackground:var(--salt-container-secondary-background);\n background: var(--salt-container-secondary-background);\n color: var(--salt-text-secondary-foreground);\n}\n\n\n", ".vuuFilterDropdown,\n.vuuFilterSwitch {\n --saltToolbarField-marginTop: 0;\n\n height: 100%;\n}\n\n.vuuFilterDropdown.saltFormField-focused:before {\n top: 2px !important;\n bottom: 2px !important;\n}"],
|
|
5
|
-
"mappings": "
|
|
5
|
+
"mappings": "AACA,YACI,mCAGJ,mBACI,oCACA,+BACA,mCAGJ,gBACI,uEACA,6DACA,gEACA,sDACA,qEACA,4EACA,8EACA,uIACA,0EACA,4FACA,yEACA,0CACA,sCAEA,mBACA,yDACA,wBACA,iBACA,sBACA,aACA,2CAGJ,uBACI,cACA,YAGJ,yDAEI,sBACA,6DAGJ,iBACI,2FACA,sDACA,4CCjDJ,oCAEI,gCAEA,YAGJ,gDACI,kBACA",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-filters",
|
|
3
|
-
"version": "0.8.4
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"author": "heswell",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@vuu-ui/vuu-codemirror": "0.8.4
|
|
9
|
-
"@vuu-ui/vuu-data-react": "0.8.4
|
|
10
|
-
"@vuu-ui/vuu-data-types": "0.8.4
|
|
11
|
-
"@vuu-ui/vuu-utils": "0.8.4
|
|
8
|
+
"@vuu-ui/vuu-codemirror": "0.8.4",
|
|
9
|
+
"@vuu-ui/vuu-data-react": "0.8.4",
|
|
10
|
+
"@vuu-ui/vuu-data-types": "0.8.4",
|
|
11
|
+
"@vuu-ui/vuu-utils": "0.8.4",
|
|
12
12
|
"@salt-ds/core": "1.2.0",
|
|
13
13
|
"@heswell/salt-lab": "1.0.0-alpha.2",
|
|
14
14
|
"uuid": "9.0.0"
|