@ncino/web-components 2.1.0-preview.8 → 2.1.0-preview.9
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/package.json +3 -1
- package/web-types.json +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ncino/web-components",
|
|
3
3
|
"author": "nCino",
|
|
4
|
-
"version": "2.1.0-preview.
|
|
4
|
+
"version": "2.1.0-preview.9",
|
|
5
5
|
"license": "(c) Copyright 2023 nCino, Inc., all rights reserved",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -65,6 +65,8 @@
|
|
|
65
65
|
"lit": "^3.2.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
+
"@actions/core": "^1.11.1",
|
|
69
|
+
"@actions/exec": "^1.1.1",
|
|
68
70
|
"@custom-elements-manifest/analyzer": "0.10.4",
|
|
69
71
|
"@geometricpanda/storybook-addon-badges": "^2.0.5",
|
|
70
72
|
"@lit/react": "^1.0.7",
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@ncino/web-components",
|
|
4
|
-
"version": "2.1.0-preview.
|
|
4
|
+
"version": "2.1.0-preview.8",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -4088,8 +4088,8 @@
|
|
|
4088
4088
|
}
|
|
4089
4089
|
},
|
|
4090
4090
|
{
|
|
4091
|
-
"name": "ngc-toast-
|
|
4092
|
-
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The
|
|
4091
|
+
"name": "ngc-toast-title",
|
|
4092
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The title content",
|
|
4093
4093
|
"doc-url": "",
|
|
4094
4094
|
"attributes": [
|
|
4095
4095
|
{
|
|
@@ -4121,7 +4121,7 @@
|
|
|
4121
4121
|
"value": { "type": "string", "default": "''" }
|
|
4122
4122
|
}
|
|
4123
4123
|
],
|
|
4124
|
-
"slots": [{ "name": "", "description": "The
|
|
4124
|
+
"slots": [{ "name": "", "description": "The title content" }],
|
|
4125
4125
|
"events": [],
|
|
4126
4126
|
"js": {
|
|
4127
4127
|
"properties": [
|
|
@@ -4140,8 +4140,8 @@
|
|
|
4140
4140
|
}
|
|
4141
4141
|
},
|
|
4142
4142
|
{
|
|
4143
|
-
"name": "ngc-toast-
|
|
4144
|
-
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The
|
|
4143
|
+
"name": "ngc-toast-subtitle",
|
|
4144
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The subtitle content",
|
|
4145
4145
|
"doc-url": "",
|
|
4146
4146
|
"attributes": [
|
|
4147
4147
|
{
|
|
@@ -4173,7 +4173,7 @@
|
|
|
4173
4173
|
"value": { "type": "string", "default": "''" }
|
|
4174
4174
|
}
|
|
4175
4175
|
],
|
|
4176
|
-
"slots": [{ "name": "", "description": "The
|
|
4176
|
+
"slots": [{ "name": "", "description": "The subtitle content" }],
|
|
4177
4177
|
"events": [],
|
|
4178
4178
|
"js": {
|
|
4179
4179
|
"properties": [
|