@launchpad-ui/filter 0.11.18 → 0.11.20
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/dist/index.es.js +12 -12
- package/dist/index.js +12 -12
- package/dist/style.css +1 -1
- package/package.json +7 -7
package/dist/index.es.js
CHANGED
|
@@ -8,18 +8,18 @@ import { Button, IconButton } from "@launchpad-ui/button";
|
|
|
8
8
|
import { Menu, MenuSearch, MenuDivider, MenuItem } from "@launchpad-ui/menu";
|
|
9
9
|
import { VisuallyHidden } from "react-aria/VisuallyHidden";
|
|
10
10
|
import { Tooltip } from "@launchpad-ui/tooltip";
|
|
11
|
-
const appliedButton = "
|
|
12
|
-
const appliedDescription = "
|
|
13
|
-
const appliedName = "
|
|
14
|
-
const button = "
|
|
15
|
-
const buttonContainer = "
|
|
16
|
-
const clear = "
|
|
17
|
-
const clearTooltip = "
|
|
18
|
-
const description = "
|
|
19
|
-
const filter = "
|
|
20
|
-
const filterClearButton = "
|
|
21
|
-
const isClearable = "
|
|
22
|
-
const name = "
|
|
11
|
+
const appliedButton = "_3Cv1Ga_appliedButton";
|
|
12
|
+
const appliedDescription = "_3Cv1Ga_appliedDescription";
|
|
13
|
+
const appliedName = "_3Cv1Ga_appliedName";
|
|
14
|
+
const button = "_3Cv1Ga_button";
|
|
15
|
+
const buttonContainer = "_3Cv1Ga_buttonContainer";
|
|
16
|
+
const clear = "_3Cv1Ga_clear";
|
|
17
|
+
const clearTooltip = "_3Cv1Ga_clearTooltip";
|
|
18
|
+
const description = "_3Cv1Ga_description";
|
|
19
|
+
const filter = "_3Cv1Ga_filter";
|
|
20
|
+
const filterClearButton = "_3Cv1Ga_filterClearButton";
|
|
21
|
+
const isClearable = "_3Cv1Ga_isClearable";
|
|
22
|
+
const name = "_3Cv1Ga_name";
|
|
23
23
|
const styles = {
|
|
24
24
|
appliedButton,
|
|
25
25
|
appliedDescription,
|
package/dist/index.js
CHANGED
|
@@ -10,18 +10,18 @@ const button$1 = require("@launchpad-ui/button");
|
|
|
10
10
|
const menu = require("@launchpad-ui/menu");
|
|
11
11
|
const VisuallyHidden = require("react-aria/VisuallyHidden");
|
|
12
12
|
const tooltip = require("@launchpad-ui/tooltip");
|
|
13
|
-
const appliedButton = "
|
|
14
|
-
const appliedDescription = "
|
|
15
|
-
const appliedName = "
|
|
16
|
-
const button = "
|
|
17
|
-
const buttonContainer = "
|
|
18
|
-
const clear = "
|
|
19
|
-
const clearTooltip = "
|
|
20
|
-
const description = "
|
|
21
|
-
const filter = "
|
|
22
|
-
const filterClearButton = "
|
|
23
|
-
const isClearable = "
|
|
24
|
-
const name = "
|
|
13
|
+
const appliedButton = "_3Cv1Ga_appliedButton";
|
|
14
|
+
const appliedDescription = "_3Cv1Ga_appliedDescription";
|
|
15
|
+
const appliedName = "_3Cv1Ga_appliedName";
|
|
16
|
+
const button = "_3Cv1Ga_button";
|
|
17
|
+
const buttonContainer = "_3Cv1Ga_buttonContainer";
|
|
18
|
+
const clear = "_3Cv1Ga_clear";
|
|
19
|
+
const clearTooltip = "_3Cv1Ga_clearTooltip";
|
|
20
|
+
const description = "_3Cv1Ga_description";
|
|
21
|
+
const filter = "_3Cv1Ga_filter";
|
|
22
|
+
const filterClearButton = "_3Cv1Ga_filterClearButton";
|
|
23
|
+
const isClearable = "_3Cv1Ga_isClearable";
|
|
24
|
+
const name = "_3Cv1Ga_name";
|
|
25
25
|
const styles = {
|
|
26
26
|
appliedButton,
|
|
27
27
|
appliedDescription,
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme=default]{--lp-component-filter-color-bg-clearable:#00000026;--lp-component-filter-color-bg-clearable-focus:#0003;--lp-component-filter-color-border-clearable-focus:var(--lp-color-gray-800)}[data-theme=dark]{--lp-component-filter-color-bg-clearable:#f8f8f826;--lp-component-filter-color-bg-clearable-focus:#f8f8f833;--lp-component-filter-color-border-clearable-focus:var(--lp-color-gray-500)}.
|
|
1
|
+
:root,[data-theme=default]{--lp-component-filter-color-bg-clearable:#00000026;--lp-component-filter-color-bg-clearable-focus:#0003;--lp-component-filter-color-border-clearable-focus:var(--lp-color-gray-800)}[data-theme=dark]{--lp-component-filter-color-bg-clearable:#f8f8f826;--lp-component-filter-color-bg-clearable-focus:#f8f8f833;--lp-component-filter-color-border-clearable-focus:var(--lp-color-gray-500)}._3Cv1Ga_filter{font-family:var(--lp-font-family-base)}._3Cv1Ga_buttonContainer{cursor:pointer;align-items:center;display:inline-flex;position:relative}._3Cv1Ga_button{border-radius:var(--lp-border-radius-medium);color:var(--lp-color-text-ui-primary-base);background-color:var(--lp-color-bg-interactive-secondary-base);align-items:center;margin:0;padding-top:0;padding-bottom:0;line-height:2rem;display:flex}._3Cv1Ga_appliedButton{color:var(--lp-color-text-ui-primary-base);background-color:var(--lp-color-bg-interactive-secondary-hover);border-radius:.125rem;height:1.25rem;padding:.125rem .375rem;display:flex}._3Cv1Ga_button,._3Cv1Ga_appliedButton{cursor:pointer;border-width:var(--lp-border-width-200);border-style:solid;border-color:#0000;font-family:inherit;font-size:.8125rem}:is(._3Cv1Ga_button,._3Cv1Ga_appliedButton):hover{background-color:var(--lp-color-bg-interactive-secondary-hover);border-color:var(--lp-color-border-interactive-secondary-hover)}:is(._3Cv1Ga_button,._3Cv1Ga_appliedButton):focus-visible{border-color:var(--lp-color-border-interactive-secondary-focus);box-shadow:0 0 0 2px var(--lp-color-bg-ui-primary), 0 0 0 4px var(--lp-color-shadow-interactive-focus);outline:none}._3Cv1Ga_name{font-weight:var(--lp-font-weight-medium);margin-right:.3125rem}._3Cv1Ga_appliedName{margin-right:.1875rem}._3Cv1Ga_description{color:var(--lp-color-text-ui-primary-base);font-weight:var(--lp-font-weight-medium)}._3Cv1Ga_description,._3Cv1Ga_appliedDescription{text-overflow:ellipsis;white-space:nowrap;max-width:10rem;margin-right:.3125rem;overflow:hidden}._3Cv1Ga_clear{cursor:pointer;padding:.1875rem}._3Cv1Ga_button._3Cv1Ga_isClearable{background-color:var(--lp-component-filter-color-bg-clearable);padding-right:1.9375rem}._3Cv1Ga_button._3Cv1Ga_isClearable:focus,._3Cv1Ga_button._3Cv1Ga_isClearable:hover,._3Cv1Ga_button._3Cv1Ga_isClearable:active{background-color:var(--lp-component-filter-color-bg-clearable-focus);border-color:var(--lp-component-filter-color-border-clearable-focus)}._3Cv1Ga_button:hover:not(._3Cv1Ga_isClearable),._3Cv1Ga_button:focus:not(._3Cv1Ga_isClearable),[data-state=open] ._3Cv1Ga_button:not(._3Cv1Ga_isClearable){background-color:var(--lp-color-bg-interactive-secondary-hover);border-color:var(--lp-color-border-interactive-secondary-hover)}._3Cv1Ga_button:focus:not(:focus-visible):not(._3Cv1Ga_isClearable):hover{background-color:var(--lp-color-bg-interactive-secondary-hover)}._3Cv1Ga_clearTooltip{line-height:1;position:absolute;right:.4375rem}._3Cv1Ga_filterClearButton{color:var(--lp-color-text-interactive-destructive);font-size:.8125rem;font-weight:var(--lp-font-weight-medium);border-bottom:1px solid var(--lp-color-border-interactive-secondary-base);width:100%;padding:.625rem;text-decoration:none}._3Cv1Ga_filterClearButton:active,._3Cv1Ga_filterClearButton:focus,._3Cv1Ga_filterClearButton:hover{box-shadow:unset;color:var(--lp-color-text-interactive-destructive);outline:none}._3Cv1Ga_filterClearButton:active{border-bottom-color:var(--lp-color-border-interactive-secondary-active);background-color:var(--lp-color-bg-interactive-secondary-active)}._3Cv1Ga_filterClearButton:focus{border-bottom-color:var(--lp-color-border-interactive-secondary-focus);background-color:var(--lp-color-bg-interactive-secondary-focus)}._3Cv1Ga_filterClearButton:hover{border-bottom-color:var(--lp-color-border-interactive-secondary-hover);background-color:var(--lp-color-bg-interactive-secondary-hover)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchpad-ui/filter",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.20",
|
|
4
4
|
"description": "filter a list of results",
|
|
5
5
|
"repository": "launchdarkly/launchpad-ui",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"classix": "2.2.0",
|
|
23
|
-
"@launchpad-ui/button": "~0.15.
|
|
24
|
-
"@launchpad-ui/dropdown": "~0.10.
|
|
25
|
-
"@launchpad-ui/icons": "~0.26.
|
|
26
|
-
"@launchpad-ui/menu": "~0.16.
|
|
27
|
-
"@launchpad-ui/tokens": "~0.
|
|
28
|
-
"@launchpad-ui/tooltip": "~0.12.
|
|
23
|
+
"@launchpad-ui/button": "~0.15.21",
|
|
24
|
+
"@launchpad-ui/dropdown": "~0.10.19",
|
|
25
|
+
"@launchpad-ui/icons": "~0.26.6",
|
|
26
|
+
"@launchpad-ui/menu": "~0.16.21",
|
|
27
|
+
"@launchpad-ui/tokens": "~0.18.0",
|
|
28
|
+
"@launchpad-ui/tooltip": "~0.12.8"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"react": "19.2.8",
|