@nordhealth/components 1.0.0-alpha.34 → 1.0.0-alpha.35
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/custom-elements.json +56 -56
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -2730,42 +2730,19 @@
|
|
|
2730
2730
|
},
|
|
2731
2731
|
{
|
|
2732
2732
|
"kind": "javascript-module",
|
|
2733
|
-
"path": "src/
|
|
2733
|
+
"path": "src/visually-hidden/VisuallyHidden.ts",
|
|
2734
2734
|
"declarations": [
|
|
2735
2735
|
{
|
|
2736
2736
|
"kind": "class",
|
|
2737
|
-
"description": "
|
|
2738
|
-
"name": "
|
|
2737
|
+
"description": "Visually hidden is used when an element needs to be available\nto assistive technologies like screen readers, but be otherwise\nhidden.",
|
|
2738
|
+
"name": "VisuallyHidden",
|
|
2739
2739
|
"slots": [
|
|
2740
2740
|
{
|
|
2741
|
-
"description": "The
|
|
2741
|
+
"description": "The visually hidden content.",
|
|
2742
2742
|
"name": ""
|
|
2743
2743
|
}
|
|
2744
2744
|
],
|
|
2745
2745
|
"members": [
|
|
2746
|
-
{
|
|
2747
|
-
"kind": "field",
|
|
2748
|
-
"name": "density",
|
|
2749
|
-
"type": {
|
|
2750
|
-
"text": "\"condensed\" | \"default\" | \"relaxed\""
|
|
2751
|
-
},
|
|
2752
|
-
"default": "\"default\"",
|
|
2753
|
-
"description": "Controls the density of the table's rows and headers.\nRelaxed increases space, condensed reduces space.",
|
|
2754
|
-
"attribute": "density",
|
|
2755
|
-
"reflects": true
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"kind": "method",
|
|
2759
|
-
"name": "renderStyles",
|
|
2760
|
-
"privacy": "private",
|
|
2761
|
-
"description": "renders table styles into nearest root.\nthis is necessary since we do not use shadow dom."
|
|
2762
|
-
},
|
|
2763
|
-
{
|
|
2764
|
-
"kind": "method",
|
|
2765
|
-
"name": "createRenderRoot",
|
|
2766
|
-
"privacy": "protected",
|
|
2767
|
-
"description": "opt out of shadow dom"
|
|
2768
|
-
},
|
|
2769
2746
|
{
|
|
2770
2747
|
"kind": "field",
|
|
2771
2748
|
"name": "_warningLogged",
|
|
@@ -2781,17 +2758,6 @@
|
|
|
2781
2758
|
}
|
|
2782
2759
|
}
|
|
2783
2760
|
],
|
|
2784
|
-
"attributes": [
|
|
2785
|
-
{
|
|
2786
|
-
"name": "density",
|
|
2787
|
-
"type": {
|
|
2788
|
-
"text": "\"condensed\" | \"default\" | \"relaxed\""
|
|
2789
|
-
},
|
|
2790
|
-
"default": "\"default\"",
|
|
2791
|
-
"description": "Controls the density of the table's rows and headers.\nRelaxed increases space, condensed reduces space.",
|
|
2792
|
-
"fieldName": "density"
|
|
2793
|
-
}
|
|
2794
|
-
],
|
|
2795
2761
|
"mixins": [
|
|
2796
2762
|
{
|
|
2797
2763
|
"name": "DraftComponentMixin",
|
|
@@ -2803,8 +2769,8 @@
|
|
|
2803
2769
|
"package": "lit"
|
|
2804
2770
|
},
|
|
2805
2771
|
"status": "draft",
|
|
2806
|
-
"category": "
|
|
2807
|
-
"tagName": "nord-
|
|
2772
|
+
"category": "text",
|
|
2773
|
+
"tagName": "nord-visually-hidden",
|
|
2808
2774
|
"customElement": true
|
|
2809
2775
|
}
|
|
2810
2776
|
],
|
|
@@ -2813,35 +2779,58 @@
|
|
|
2813
2779
|
"kind": "js",
|
|
2814
2780
|
"name": "default",
|
|
2815
2781
|
"declaration": {
|
|
2816
|
-
"name": "
|
|
2817
|
-
"module": "src/
|
|
2782
|
+
"name": "VisuallyHidden",
|
|
2783
|
+
"module": "src/visually-hidden/VisuallyHidden.ts"
|
|
2818
2784
|
}
|
|
2819
2785
|
},
|
|
2820
2786
|
{
|
|
2821
2787
|
"kind": "custom-element-definition",
|
|
2822
|
-
"name": "nord-
|
|
2788
|
+
"name": "nord-visually-hidden",
|
|
2823
2789
|
"declaration": {
|
|
2824
|
-
"name": "
|
|
2825
|
-
"module": "src/
|
|
2790
|
+
"name": "VisuallyHidden",
|
|
2791
|
+
"module": "src/visually-hidden/VisuallyHidden.ts"
|
|
2826
2792
|
}
|
|
2827
2793
|
}
|
|
2828
2794
|
]
|
|
2829
2795
|
},
|
|
2830
2796
|
{
|
|
2831
2797
|
"kind": "javascript-module",
|
|
2832
|
-
"path": "src/
|
|
2798
|
+
"path": "src/table/Table.ts",
|
|
2833
2799
|
"declarations": [
|
|
2834
2800
|
{
|
|
2835
2801
|
"kind": "class",
|
|
2836
|
-
"description": "
|
|
2837
|
-
"name": "
|
|
2802
|
+
"description": "Table is used to organize and display information from a data set.\nProvides table styles in addition to features like sticky\nheaders and support for narrow viewports.",
|
|
2803
|
+
"name": "Table",
|
|
2838
2804
|
"slots": [
|
|
2839
2805
|
{
|
|
2840
|
-
"description": "The
|
|
2806
|
+
"description": "The table.",
|
|
2841
2807
|
"name": ""
|
|
2842
2808
|
}
|
|
2843
2809
|
],
|
|
2844
2810
|
"members": [
|
|
2811
|
+
{
|
|
2812
|
+
"kind": "field",
|
|
2813
|
+
"name": "density",
|
|
2814
|
+
"type": {
|
|
2815
|
+
"text": "\"condensed\" | \"default\" | \"relaxed\""
|
|
2816
|
+
},
|
|
2817
|
+
"default": "\"default\"",
|
|
2818
|
+
"description": "Controls the density of the table's rows and headers.\nRelaxed increases space, condensed reduces space.",
|
|
2819
|
+
"attribute": "density",
|
|
2820
|
+
"reflects": true
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"kind": "method",
|
|
2824
|
+
"name": "renderStyles",
|
|
2825
|
+
"privacy": "private",
|
|
2826
|
+
"description": "renders table styles into nearest root.\nthis is necessary since we do not use shadow dom."
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"kind": "method",
|
|
2830
|
+
"name": "createRenderRoot",
|
|
2831
|
+
"privacy": "protected",
|
|
2832
|
+
"description": "opt out of shadow dom"
|
|
2833
|
+
},
|
|
2845
2834
|
{
|
|
2846
2835
|
"kind": "field",
|
|
2847
2836
|
"name": "_warningLogged",
|
|
@@ -2857,6 +2846,17 @@
|
|
|
2857
2846
|
}
|
|
2858
2847
|
}
|
|
2859
2848
|
],
|
|
2849
|
+
"attributes": [
|
|
2850
|
+
{
|
|
2851
|
+
"name": "density",
|
|
2852
|
+
"type": {
|
|
2853
|
+
"text": "\"condensed\" | \"default\" | \"relaxed\""
|
|
2854
|
+
},
|
|
2855
|
+
"default": "\"default\"",
|
|
2856
|
+
"description": "Controls the density of the table's rows and headers.\nRelaxed increases space, condensed reduces space.",
|
|
2857
|
+
"fieldName": "density"
|
|
2858
|
+
}
|
|
2859
|
+
],
|
|
2860
2860
|
"mixins": [
|
|
2861
2861
|
{
|
|
2862
2862
|
"name": "DraftComponentMixin",
|
|
@@ -2868,8 +2868,8 @@
|
|
|
2868
2868
|
"package": "lit"
|
|
2869
2869
|
},
|
|
2870
2870
|
"status": "draft",
|
|
2871
|
-
"category": "
|
|
2872
|
-
"tagName": "nord-
|
|
2871
|
+
"category": "list",
|
|
2872
|
+
"tagName": "nord-table",
|
|
2873
2873
|
"customElement": true
|
|
2874
2874
|
}
|
|
2875
2875
|
],
|
|
@@ -2878,16 +2878,16 @@
|
|
|
2878
2878
|
"kind": "js",
|
|
2879
2879
|
"name": "default",
|
|
2880
2880
|
"declaration": {
|
|
2881
|
-
"name": "
|
|
2882
|
-
"module": "src/
|
|
2881
|
+
"name": "Table",
|
|
2882
|
+
"module": "src/table/Table.ts"
|
|
2883
2883
|
}
|
|
2884
2884
|
},
|
|
2885
2885
|
{
|
|
2886
2886
|
"kind": "custom-element-definition",
|
|
2887
|
-
"name": "nord-
|
|
2887
|
+
"name": "nord-table",
|
|
2888
2888
|
"declaration": {
|
|
2889
|
-
"name": "
|
|
2890
|
-
"module": "src/
|
|
2889
|
+
"name": "Table",
|
|
2890
|
+
"module": "src/table/Table.ts"
|
|
2891
2891
|
}
|
|
2892
2892
|
}
|
|
2893
2893
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nordhealth/components",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.35",
|
|
4
4
|
"description": "This package includes Nord Design System web components",
|
|
5
5
|
"author": "Nordhealth <info@nordhealth.com>",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -137,5 +137,5 @@
|
|
|
137
137
|
}
|
|
138
138
|
]
|
|
139
139
|
},
|
|
140
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "c1bcbef9eaf2b55322d53788d2adaff4a5e071f0"
|
|
141
141
|
}
|