@ni/spright-components 6.4.12 → 6.4.15
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/README.md +7 -8
- package/dist/all-components-bundle.js +91 -46
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2237 -2230
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/chat/conversation/types.js.map +1 -1
- package/dist/esm/chat/message/types.js.map +1 -1
- package/package.json +5 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/chat/conversation/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACtC,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;CACZ,CAAC","sourcesContent":["/**\n * Appearances of chat conversation.\n * @public\n */\nexport const ChatConversationAppearance = {\n default: undefined,\n overlay: 'overlay'\n} as const;\n\nexport type ChatConversationAppearance
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/chat/conversation/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACtC,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;CACZ,CAAC","sourcesContent":["/**\n * Appearances of chat conversation.\n * @public\n */\nexport const ChatConversationAppearance = {\n default: undefined,\n overlay: 'overlay'\n} as const;\n\nexport type ChatConversationAppearance = (typeof ChatConversationAppearance)[keyof typeof ChatConversationAppearance];\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/chat/message/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC3B,MAAM,EAAE,SAAS;IACjB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;CACZ,CAAC","sourcesContent":["/**\n * A message type in a chat conversation.\n * @public\n */\nexport const ChatMessageType = {\n system: undefined,\n outbound: 'outbound',\n inbound: 'inbound'\n} as const;\n\nexport type ChatMessageType
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/chat/message/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC3B,MAAM,EAAE,SAAS;IACjB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;CACZ,CAAC","sourcesContent":["/**\n * A message type in a chat conversation.\n * @public\n */\nexport const ChatMessageType = {\n system: undefined,\n outbound: 'outbound',\n inbound: 'inbound'\n} as const;\n\nexport type ChatMessageType = (typeof ChatMessageType)[keyof typeof ChatMessageType];\n"]}
|
package/package.json
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/spright-components",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.15",
|
|
4
4
|
"description": "NI Spright Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build-components && npm run bundle-components",
|
|
7
|
-
"lint": "
|
|
8
|
-
"format": "
|
|
9
|
-
"eslint": "eslint .",
|
|
10
|
-
"eslint-fix": "eslint . --fix",
|
|
11
|
-
"prettier": "prettier-eslint \"**/*.*\" --list-different --prettier-ignore",
|
|
12
|
-
"prettier-fix": "prettier-eslint \"**/*.*\" --write --prettier-ignore",
|
|
7
|
+
"lint": "eslint .",
|
|
8
|
+
"format": "eslint . --fix",
|
|
13
9
|
"pack": "npm pack",
|
|
14
10
|
"invoke-publish": "npm publish",
|
|
15
11
|
"build-components": "tsc -p ./tsconfig.json",
|
|
@@ -51,12 +47,12 @@
|
|
|
51
47
|
"@ni/fast-element": "^10.0.0",
|
|
52
48
|
"@ni/fast-foundation": "^10.1.2",
|
|
53
49
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
54
|
-
"@ni/nimble-components": "^34.8.
|
|
50
|
+
"@ni/nimble-components": "^34.8.3",
|
|
55
51
|
"tslib": "^2.2.0"
|
|
56
52
|
},
|
|
57
53
|
"devDependencies": {
|
|
58
54
|
"@ni-private/jasmine-extensions": "^0.0.1",
|
|
59
|
-
"@ni/jasmine-parameterized": "^1.0.
|
|
55
|
+
"@ni/jasmine-parameterized": "^1.0.6",
|
|
60
56
|
"@ni-private/eslint-config-nimble": "*",
|
|
61
57
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
62
58
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
@@ -77,8 +73,6 @@
|
|
|
77
73
|
"karma-webkit-launcher": "^2.6.0",
|
|
78
74
|
"karma-webpack": "^5.0.0",
|
|
79
75
|
"playwright": "1.54.1",
|
|
80
|
-
"prettier-eslint": "^16.3.0",
|
|
81
|
-
"prettier-eslint-cli": "^8.0.1",
|
|
82
76
|
"rollup": "^4.12.0",
|
|
83
77
|
"rollup-plugin-sourcemaps2": "^0.5.0",
|
|
84
78
|
"source-map-loader": "^5.0.0",
|