@ukic/docs 2.0.0 → 2.0.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.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/docs.json +20 -10
  3. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @ukic/docs
2
+
3
+ This package publishes the component API JSON data produced by Stencil.
4
+
5
+ Last manual update: 18/11/2022.
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2022-11-21T15:25:40",
2
+ "timestamp": "2022-11-30T16:19:32",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "2.19.1",
@@ -1128,7 +1128,7 @@
1128
1128
  {
1129
1129
  "name": "checked",
1130
1130
  "type": "boolean",
1131
- "mutable": false,
1131
+ "mutable": true,
1132
1132
  "attr": "checked",
1133
1133
  "reflectToAttr": true,
1134
1134
  "docs": "Set the checkbox to the checked state",
@@ -2964,7 +2964,12 @@
2964
2964
  "tag": "ic-link",
2965
2965
  "readme": "# ic-link\n\n\n",
2966
2966
  "docs": "",
2967
- "docsTags": [],
2967
+ "docsTags": [
2968
+ {
2969
+ "name": "slot",
2970
+ "text": "router-item - Handle routing by nesting your routes in this slot"
2971
+ }
2972
+ ],
2968
2973
  "usage": {},
2969
2974
  "props": [
2970
2975
  {
@@ -3154,7 +3159,12 @@
3154
3159
  }
3155
3160
  ],
3156
3161
  "styles": [],
3157
- "slots": [],
3162
+ "slots": [
3163
+ {
3164
+ "name": "router-item",
3165
+ "docs": "Handle routing by nesting your routes in this slot"
3166
+ }
3167
+ ],
3158
3168
  "parts": [],
3159
3169
  "dependents": [
3160
3170
  "ic-breadcrumb"
@@ -4758,7 +4768,7 @@
4758
4768
  {
4759
4769
  "name": "selected",
4760
4770
  "type": "boolean",
4761
- "mutable": false,
4771
+ "mutable": true,
4762
4772
  "attr": "selected",
4763
4773
  "reflectToAttr": true,
4764
4774
  "docs": "Determines whether the radio should be in selected state.",
@@ -4775,7 +4785,7 @@
4775
4785
  {
4776
4786
  "name": "value",
4777
4787
  "type": "string",
4778
- "mutable": false,
4788
+ "mutable": true,
4779
4789
  "attr": "value",
4780
4790
  "reflectToAttr": false,
4781
4791
  "docs": "Provide a value for the input.",
@@ -6069,7 +6079,7 @@
6069
6079
  {
6070
6080
  "name": "value",
6071
6081
  "type": "string",
6072
- "mutable": false,
6082
+ "mutable": true,
6073
6083
  "attr": "value",
6074
6084
  "reflectToAttr": false,
6075
6085
  "docs": "The value of the currently selected option.",
@@ -6740,9 +6750,9 @@
6740
6750
  "mutable": false,
6741
6751
  "attr": "checked",
6742
6752
  "reflectToAttr": false,
6743
- "docs": "If true, the component is checked, if null the components state will be uncontrolled.",
6753
+ "docs": "If true, the component is checked.",
6744
6754
  "docsTags": [],
6745
- "default": "null",
6755
+ "default": "false",
6746
6756
  "values": [
6747
6757
  {
6748
6758
  "type": "boolean"
@@ -7043,7 +7053,7 @@
7043
7053
  "reflectToAttr": false,
7044
7054
  "docs": "Determines whether the light or dark variant of the tabs should be displayed.",
7045
7055
  "docsTags": [],
7046
- "default": "\"light\"",
7056
+ "default": "\"dark\"",
7047
7057
  "values": [
7048
7058
  {
7049
7059
  "value": "dark",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukic/docs",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "API documentation for @ukic components",
5
5
  "main": "docs.json",
6
6
  "types": "docs.d.ts",
@@ -9,5 +9,5 @@
9
9
  "docs.d.ts"
10
10
  ],
11
11
  "license": "MIT",
12
- "gitHead": "edffd1f86e37f1e3654b286ad5dabfedb1a9cd41"
12
+ "gitHead": "54da08aac4c570eecef01679f9dd1381c2ca3f7b"
13
13
  }