@nanoporetech-digital/components 8.8.0 → 8.9.1
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/cjs/loader.cjs.js +1 -1
- package/dist/cjs/nano-components.cjs.js +1 -1
- package/dist/cjs/nano-datalist_3.cjs.entry.js +4 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +1 -1
- package/dist/collection/components/tag/tag.js +24 -0
- package/dist/components/tag.js +6 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/nano-components.js +1 -1
- package/dist/esm/nano-datalist_3.entry.js +4 -0
- package/dist/nano-components/nano-components.css +1 -1
- package/dist/nano-components/nano-components.esm.js +1 -1
- package/dist/nano-components/nano-datalist_3.entry.js +1 -1
- package/dist/style/components.css +1 -1
- package/dist/style/components.css.map +1 -1
- package/dist/style/core.css +1 -1
- package/dist/style/core.css.map +1 -1
- package/dist/style/nano.css +1 -1
- package/dist/style/nano.css.map +1 -1
- package/dist/types/components/tag/tag.d.ts +4 -0
- package/dist/types/components.d.ts +10 -0
- package/docs-json.json +31 -2
- package/docs-vscode.json +4 -0
- package/hydrate/index.js +7 -2
- package/hydrate/index.mjs +7 -2
- package/package.json +2 -2
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/generate-vue-component.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/index.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/output-vue.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/plugin.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/types.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/utils.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/stencil.config.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/stencil.config.prod.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/testing/mocks/intersection-observer.d.ts +0 -0
- /package/dist/types/builds/{sxrVAURy → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/wdio.conf.d.ts +0 -0
@@ -17,6 +17,10 @@ export declare class NanoTag {
|
|
17
17
|
* The size of the tag.
|
18
18
|
*/
|
19
19
|
size?: 'regular' | 'large';
|
20
|
+
/**
|
21
|
+
* If true, the tag will have a different background color.
|
22
|
+
*/
|
23
|
+
selected?: boolean;
|
20
24
|
el: HTMLNanoTagElement;
|
21
25
|
/**
|
22
26
|
* Fires when close button is clicked
|
@@ -3393,6 +3393,11 @@ export namespace Components {
|
|
3393
3393
|
* @default false
|
3394
3394
|
*/
|
3395
3395
|
"closable"?: boolean;
|
3396
|
+
/**
|
3397
|
+
* If true, the tag will have a different background color.
|
3398
|
+
* @default false
|
3399
|
+
*/
|
3400
|
+
"selected"?: boolean;
|
3396
3401
|
/**
|
3397
3402
|
* The size of the tag.
|
3398
3403
|
* @default 'regular'
|
@@ -8612,6 +8617,11 @@ declare namespace LocalJSX {
|
|
8612
8617
|
* Fires when close button is clicked
|
8613
8618
|
*/
|
8614
8619
|
"onNanoClose"?: (event: NanoTagCustomEvent<any>) => void;
|
8620
|
+
/**
|
8621
|
+
* If true, the tag will have a different background color.
|
8622
|
+
* @default false
|
8623
|
+
*/
|
8624
|
+
"selected"?: boolean;
|
8615
8625
|
/**
|
8616
8626
|
* The size of the tag.
|
8617
8627
|
* @default 'regular'
|
package/docs-json.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"timestamp": "2025-09-
|
2
|
+
"timestamp": "2025-09-23T10:10:31",
|
3
3
|
"compiler": {
|
4
4
|
"name": "@stencil/core",
|
5
5
|
"version": "4.36.1",
|
@@ -3358,7 +3358,7 @@
|
|
3358
3358
|
"references": {
|
3359
3359
|
"Breadcrumb": {
|
3360
3360
|
"location": "local",
|
3361
|
-
"path": "/builds/
|
3361
|
+
"path": "/builds/uSGJX_GU/0/Digital/nano-components/packages/components/src/components/breadcrumb/breadcrumb.tsx",
|
3362
3362
|
"id": "src/components/breadcrumb/breadcrumb.tsx::Breadcrumb"
|
3363
3363
|
}
|
3364
3364
|
}
|
@@ -27762,6 +27762,35 @@
|
|
27762
27762
|
"getter": false,
|
27763
27763
|
"setter": false
|
27764
27764
|
},
|
27765
|
+
{
|
27766
|
+
"name": "selected",
|
27767
|
+
"type": "boolean",
|
27768
|
+
"complexType": {
|
27769
|
+
"original": "boolean",
|
27770
|
+
"resolved": "boolean",
|
27771
|
+
"references": {}
|
27772
|
+
},
|
27773
|
+
"mutable": false,
|
27774
|
+
"attr": "selected",
|
27775
|
+
"reflectToAttr": true,
|
27776
|
+
"docs": "If true, the tag will have a different background color.",
|
27777
|
+
"docsTags": [
|
27778
|
+
{
|
27779
|
+
"name": "default",
|
27780
|
+
"text": "false"
|
27781
|
+
}
|
27782
|
+
],
|
27783
|
+
"default": "false",
|
27784
|
+
"values": [
|
27785
|
+
{
|
27786
|
+
"type": "boolean"
|
27787
|
+
}
|
27788
|
+
],
|
27789
|
+
"optional": true,
|
27790
|
+
"required": false,
|
27791
|
+
"getter": false,
|
27792
|
+
"setter": false
|
27793
|
+
},
|
27765
27794
|
{
|
27766
27795
|
"name": "size",
|
27767
27796
|
"type": "\"large\" | \"regular\"",
|
package/docs-vscode.json
CHANGED
@@ -3810,6 +3810,10 @@
|
|
3810
3810
|
"name": "closable",
|
3811
3811
|
"description": "Whether the tag is closable or not.\nIf true, a close button will be displayed."
|
3812
3812
|
},
|
3813
|
+
{
|
3814
|
+
"name": "selected",
|
3815
|
+
"description": "If true, the tag will have a different background color."
|
3816
|
+
},
|
3813
3817
|
{
|
3814
3818
|
"name": "size",
|
3815
3819
|
"description": "The size of the tag.",
|
package/hydrate/index.js
CHANGED
@@ -24633,6 +24633,10 @@ class NanoTag {
|
|
24633
24633
|
* The size of the tag.
|
24634
24634
|
*/
|
24635
24635
|
size = 'regular';
|
24636
|
+
/**
|
24637
|
+
* If true, the tag will have a different background color.
|
24638
|
+
*/
|
24639
|
+
selected = false;
|
24636
24640
|
get el() { return getElement(this); }
|
24637
24641
|
/**
|
24638
24642
|
* Fires when close button is clicked
|
@@ -24666,11 +24670,12 @@ class NanoTag {
|
|
24666
24670
|
"$tagName$": "nano-tag",
|
24667
24671
|
"$members$": {
|
24668
24672
|
"closable": [516],
|
24669
|
-
"size": [513]
|
24673
|
+
"size": [513],
|
24674
|
+
"selected": [516]
|
24670
24675
|
},
|
24671
24676
|
"$listeners$": undefined,
|
24672
24677
|
"$lazyBundleId$": "-",
|
24673
|
-
"$attrsToReflect$": [["closable", "closable"], ["size", "size"]]
|
24678
|
+
"$attrsToReflect$": [["closable", "closable"], ["size", "size"], ["selected", "selected"]]
|
24674
24679
|
}; }
|
24675
24680
|
}
|
24676
24681
|
|
package/hydrate/index.mjs
CHANGED
@@ -24631,6 +24631,10 @@ class NanoTag {
|
|
24631
24631
|
* The size of the tag.
|
24632
24632
|
*/
|
24633
24633
|
size = 'regular';
|
24634
|
+
/**
|
24635
|
+
* If true, the tag will have a different background color.
|
24636
|
+
*/
|
24637
|
+
selected = false;
|
24634
24638
|
get el() { return getElement(this); }
|
24635
24639
|
/**
|
24636
24640
|
* Fires when close button is clicked
|
@@ -24664,11 +24668,12 @@ class NanoTag {
|
|
24664
24668
|
"$tagName$": "nano-tag",
|
24665
24669
|
"$members$": {
|
24666
24670
|
"closable": [516],
|
24667
|
-
"size": [513]
|
24671
|
+
"size": [513],
|
24672
|
+
"selected": [516]
|
24668
24673
|
},
|
24669
24674
|
"$listeners$": undefined,
|
24670
24675
|
"$lazyBundleId$": "-",
|
24671
|
-
"$attrsToReflect$": [["closable", "closable"], ["size", "size"]]
|
24676
|
+
"$attrsToReflect$": [["closable", "closable"], ["size", "size"], ["selected", "selected"]]
|
24672
24677
|
}; }
|
24673
24678
|
}
|
24674
24679
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nanoporetech-digital/components",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.9.1",
|
4
4
|
"sideEffects": false,
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"smart-array-filter": "^4.0.2",
|
61
61
|
"stencil-wormhole": "3.2.1",
|
62
62
|
"tyqs": "^0.1.3",
|
63
|
-
"@nanoporetech-digital/style": "8.
|
63
|
+
"@nanoporetech-digital/style": "8.9.1"
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
66
|
"@algolia/client-search": "^4.22.1",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|