@ni/spright-components 6.12.0 → 6.13.0

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 (46) hide show
  1. package/dist/all-components-bundle.js +321 -196
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +4685 -4630
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/custom-elements.json +152 -152
  6. package/dist/custom-elements.md +30 -30
  7. package/dist/esm/all-components.d.ts +1 -0
  8. package/dist/esm/all-components.js +1 -0
  9. package/dist/esm/all-components.js.map +1 -1
  10. package/dist/esm/icons/all-icons.d.ts +5 -0
  11. package/dist/esm/icons/all-icons.js +6 -0
  12. package/dist/esm/icons/all-icons.js.map +1 -0
  13. package/dist/esm/icons/work-item-calendar-week/index.d.ts +13 -0
  14. package/dist/esm/icons/work-item-calendar-week/index.js +23 -0
  15. package/dist/esm/icons/work-item-calendar-week/index.js.map +1 -0
  16. package/dist/esm/icons/work-item-calendar-week/styles.d.ts +1 -0
  17. package/dist/esm/icons/work-item-calendar-week/styles.js +11 -0
  18. package/dist/esm/icons/work-item-calendar-week/styles.js.map +1 -0
  19. package/dist/esm/icons/work-item-calipers/index.d.ts +13 -0
  20. package/dist/esm/icons/work-item-calipers/index.js +23 -0
  21. package/dist/esm/icons/work-item-calipers/index.js.map +1 -0
  22. package/dist/esm/icons/work-item-calipers/styles.d.ts +1 -0
  23. package/dist/esm/icons/work-item-calipers/styles.js +11 -0
  24. package/dist/esm/icons/work-item-calipers/styles.js.map +1 -0
  25. package/dist/esm/icons/work-item-forklift/index.d.ts +13 -0
  26. package/dist/esm/icons/work-item-forklift/index.js +23 -0
  27. package/dist/esm/icons/work-item-forklift/index.js.map +1 -0
  28. package/dist/esm/icons/work-item-forklift/styles.d.ts +1 -0
  29. package/dist/esm/icons/work-item-forklift/styles.js +11 -0
  30. package/dist/esm/icons/work-item-forklift/styles.js.map +1 -0
  31. package/dist/esm/icons/work-item-rectangle-check-lines/index.d.ts +13 -0
  32. package/dist/esm/icons/work-item-rectangle-check-lines/index.js +23 -0
  33. package/dist/esm/icons/work-item-rectangle-check-lines/index.js.map +1 -0
  34. package/dist/esm/icons/work-item-rectangle-check-lines/styles.d.ts +1 -0
  35. package/dist/esm/icons/work-item-rectangle-check-lines/styles.js +11 -0
  36. package/dist/esm/icons/work-item-rectangle-check-lines/styles.js.map +1 -0
  37. package/dist/esm/icons/work-item-wrench-hammer/index.d.ts +13 -0
  38. package/dist/esm/icons/work-item-wrench-hammer/index.js +23 -0
  39. package/dist/esm/icons/work-item-wrench-hammer/index.js.map +1 -0
  40. package/dist/esm/icons/work-item-wrench-hammer/styles.d.ts +1 -0
  41. package/dist/esm/icons/work-item-wrench-hammer/styles.js +11 -0
  42. package/dist/esm/icons/work-item-wrench-hammer/styles.js.map +1 -0
  43. package/dist/esm/utilities/style/user-select.d.ts +5 -0
  44. package/dist/esm/utilities/style/user-select.js +10 -0
  45. package/dist/esm/utilities/style/user-select.js.map +1 -0
  46. package/package.json +2 -1
@@ -49,6 +49,158 @@
49
49
  }
50
50
  ]
51
51
  },
52
+ {
53
+ "kind": "javascript-module",
54
+ "path": "src/chat/conversation/index.ts",
55
+ "declarations": [
56
+ {
57
+ "kind": "class",
58
+ "description": "A Spright component for displaying a series of chat messages",
59
+ "name": "ChatConversation",
60
+ "members": [
61
+ {
62
+ "kind": "field",
63
+ "name": "appearance",
64
+ "privacy": "public"
65
+ },
66
+ {
67
+ "kind": "method",
68
+ "name": "slottedInputElementsChanged",
69
+ "privacy": "public",
70
+ "return": {
71
+ "type": {
72
+ "text": "void"
73
+ }
74
+ },
75
+ "parameters": [
76
+ {
77
+ "name": "_prev",
78
+ "type": {
79
+ "text": "HTMLElement[] | undefined"
80
+ }
81
+ },
82
+ {
83
+ "name": "next",
84
+ "type": {
85
+ "text": "HTMLElement[] | undefined"
86
+ }
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "kind": "method",
92
+ "name": "slottedToolbarElementsChanged",
93
+ "privacy": "public",
94
+ "return": {
95
+ "type": {
96
+ "text": "void"
97
+ }
98
+ },
99
+ "parameters": [
100
+ {
101
+ "name": "_prev",
102
+ "type": {
103
+ "text": "HTMLElement[] | undefined"
104
+ }
105
+ },
106
+ {
107
+ "name": "next",
108
+ "type": {
109
+ "text": "HTMLElement[] | undefined"
110
+ }
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "kind": "method",
116
+ "name": "slottedStartElementsChanged",
117
+ "privacy": "public",
118
+ "return": {
119
+ "type": {
120
+ "text": "void"
121
+ }
122
+ },
123
+ "parameters": [
124
+ {
125
+ "name": "_prev",
126
+ "type": {
127
+ "text": "HTMLElement[] | undefined"
128
+ }
129
+ },
130
+ {
131
+ "name": "next",
132
+ "type": {
133
+ "text": "HTMLElement[] | undefined"
134
+ }
135
+ }
136
+ ]
137
+ }
138
+ ],
139
+ "attributes": [
140
+ {
141
+ "name": "appearance",
142
+ "fieldName": "appearance"
143
+ }
144
+ ],
145
+ "superclass": {
146
+ "name": "FoundationElement",
147
+ "package": "@ni/fast-foundation"
148
+ }
149
+ },
150
+ {
151
+ "kind": "variable",
152
+ "name": "chatConversationTag",
153
+ "type": {
154
+ "text": "string"
155
+ },
156
+ "default": "'spright-chat-conversation'"
157
+ }
158
+ ],
159
+ "exports": [
160
+ {
161
+ "kind": "js",
162
+ "name": "ChatConversation",
163
+ "declaration": {
164
+ "name": "ChatConversation",
165
+ "module": "src/chat/conversation/index.ts"
166
+ }
167
+ },
168
+ {
169
+ "kind": "js",
170
+ "name": "chatConversationTag",
171
+ "declaration": {
172
+ "name": "chatConversationTag",
173
+ "module": "src/chat/conversation/index.ts"
174
+ }
175
+ }
176
+ ]
177
+ },
178
+ {
179
+ "kind": "javascript-module",
180
+ "path": "src/chat/conversation/types.ts",
181
+ "declarations": [
182
+ {
183
+ "kind": "variable",
184
+ "name": "ChatConversationAppearance",
185
+ "type": {
186
+ "text": "{\n default: undefined,\n overlay: 'overlay'\n}"
187
+ },
188
+ "default": "{ default: undefined, overlay: 'overlay' }",
189
+ "description": "Appearances of chat conversation.",
190
+ "privacy": "public"
191
+ }
192
+ ],
193
+ "exports": [
194
+ {
195
+ "kind": "js",
196
+ "name": "ChatConversationAppearance",
197
+ "declaration": {
198
+ "name": "ChatConversationAppearance",
199
+ "module": "src/chat/conversation/types.ts"
200
+ }
201
+ }
202
+ ]
203
+ },
52
204
  {
53
205
  "kind": "javascript-module",
54
206
  "path": "src/chat/input/index.ts",
@@ -301,158 +453,6 @@
301
453
  "declarations": [],
302
454
  "exports": []
303
455
  },
304
- {
305
- "kind": "javascript-module",
306
- "path": "src/chat/conversation/index.ts",
307
- "declarations": [
308
- {
309
- "kind": "class",
310
- "description": "A Spright component for displaying a series of chat messages",
311
- "name": "ChatConversation",
312
- "members": [
313
- {
314
- "kind": "field",
315
- "name": "appearance",
316
- "privacy": "public"
317
- },
318
- {
319
- "kind": "method",
320
- "name": "slottedInputElementsChanged",
321
- "privacy": "public",
322
- "return": {
323
- "type": {
324
- "text": "void"
325
- }
326
- },
327
- "parameters": [
328
- {
329
- "name": "_prev",
330
- "type": {
331
- "text": "HTMLElement[] | undefined"
332
- }
333
- },
334
- {
335
- "name": "next",
336
- "type": {
337
- "text": "HTMLElement[] | undefined"
338
- }
339
- }
340
- ]
341
- },
342
- {
343
- "kind": "method",
344
- "name": "slottedToolbarElementsChanged",
345
- "privacy": "public",
346
- "return": {
347
- "type": {
348
- "text": "void"
349
- }
350
- },
351
- "parameters": [
352
- {
353
- "name": "_prev",
354
- "type": {
355
- "text": "HTMLElement[] | undefined"
356
- }
357
- },
358
- {
359
- "name": "next",
360
- "type": {
361
- "text": "HTMLElement[] | undefined"
362
- }
363
- }
364
- ]
365
- },
366
- {
367
- "kind": "method",
368
- "name": "slottedStartElementsChanged",
369
- "privacy": "public",
370
- "return": {
371
- "type": {
372
- "text": "void"
373
- }
374
- },
375
- "parameters": [
376
- {
377
- "name": "_prev",
378
- "type": {
379
- "text": "HTMLElement[] | undefined"
380
- }
381
- },
382
- {
383
- "name": "next",
384
- "type": {
385
- "text": "HTMLElement[] | undefined"
386
- }
387
- }
388
- ]
389
- }
390
- ],
391
- "attributes": [
392
- {
393
- "name": "appearance",
394
- "fieldName": "appearance"
395
- }
396
- ],
397
- "superclass": {
398
- "name": "FoundationElement",
399
- "package": "@ni/fast-foundation"
400
- }
401
- },
402
- {
403
- "kind": "variable",
404
- "name": "chatConversationTag",
405
- "type": {
406
- "text": "string"
407
- },
408
- "default": "'spright-chat-conversation'"
409
- }
410
- ],
411
- "exports": [
412
- {
413
- "kind": "js",
414
- "name": "ChatConversation",
415
- "declaration": {
416
- "name": "ChatConversation",
417
- "module": "src/chat/conversation/index.ts"
418
- }
419
- },
420
- {
421
- "kind": "js",
422
- "name": "chatConversationTag",
423
- "declaration": {
424
- "name": "chatConversationTag",
425
- "module": "src/chat/conversation/index.ts"
426
- }
427
- }
428
- ]
429
- },
430
- {
431
- "kind": "javascript-module",
432
- "path": "src/chat/conversation/types.ts",
433
- "declarations": [
434
- {
435
- "kind": "variable",
436
- "name": "ChatConversationAppearance",
437
- "type": {
438
- "text": "{\n default: undefined,\n overlay: 'overlay'\n}"
439
- },
440
- "default": "{ default: undefined, overlay: 'overlay' }",
441
- "description": "Appearances of chat conversation.",
442
- "privacy": "public"
443
- }
444
- ],
445
- "exports": [
446
- {
447
- "kind": "js",
448
- "name": "ChatConversationAppearance",
449
- "declaration": {
450
- "name": "ChatConversationAppearance",
451
- "module": "src/chat/conversation/types.ts"
452
- }
453
- }
454
- ]
455
- },
456
456
  {
457
457
  "kind": "javascript-module",
458
458
  "path": "src/chat/message/index.ts",
@@ -8,6 +8,36 @@
8
8
 
9
9
  <hr/>
10
10
 
11
+ ## class: `ChatConversation`
12
+
13
+ ### Superclass
14
+
15
+ | Name | Module | Package |
16
+ | ------------------- | ------ | ------------------- |
17
+ | `FoundationElement` | | @ni/fast-foundation |
18
+
19
+ ### Fields
20
+
21
+ | Name | Privacy | Type | Default | Description | Inherited From |
22
+ | ------------ | ------- | ---- | ------- | ----------- | -------------- |
23
+ | `appearance` | public | | | | |
24
+
25
+ ### Methods
26
+
27
+ | Name | Privacy | Description | Parameters | Return | Inherited From |
28
+ | ------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
29
+ | `slottedInputElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
30
+ | `slottedToolbarElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
31
+ | `slottedStartElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
32
+
33
+ ### Attributes
34
+
35
+ | Name | Field | Inherited From |
36
+ | ------------ | ---------- | -------------- |
37
+ | `appearance` | appearance | |
38
+
39
+ <hr/>
40
+
11
41
  ## class: `ChatInput`
12
42
 
13
43
  ### Superclass
@@ -44,36 +74,6 @@
44
74
 
45
75
  <hr/>
46
76
 
47
- ## class: `ChatConversation`
48
-
49
- ### Superclass
50
-
51
- | Name | Module | Package |
52
- | ------------------- | ------ | ------------------- |
53
- | `FoundationElement` | | @ni/fast-foundation |
54
-
55
- ### Fields
56
-
57
- | Name | Privacy | Type | Default | Description | Inherited From |
58
- | ------------ | ------- | ---- | ------- | ----------- | -------------- |
59
- | `appearance` | public | | | | |
60
-
61
- ### Methods
62
-
63
- | Name | Privacy | Description | Parameters | Return | Inherited From |
64
- | ------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
65
- | `slottedInputElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
66
- | `slottedToolbarElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
67
- | `slottedStartElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
68
-
69
- ### Attributes
70
-
71
- | Name | Field | Inherited From |
72
- | ------------ | ---------- | -------------- |
73
- | `appearance` | appearance | |
74
-
75
- <hr/>
76
-
77
77
  ## class: `ChatMessage`
78
78
 
79
79
  ### Superclass
@@ -10,4 +10,5 @@ import './chat/message';
10
10
  import './chat/message/inbound';
11
11
  import './chat/message/outbound';
12
12
  import './chat/message/system';
13
+ import './icons/all-icons';
13
14
  import './rectangle';
@@ -10,5 +10,6 @@ import './chat/message';
10
10
  import './chat/message/inbound';
11
11
  import './chat/message/outbound';
12
12
  import './chat/message/system';
13
+ import './icons/all-icons';
13
14
  import './rectangle';
14
15
  //# sourceMappingURL=all-components.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"all-components.js","sourceRoot":"","sources":["../../src/all-components.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,+CAA+C,CAAC;AAEvD,OAAO,qBAAqB,CAAC;AAC7B,OAAO,cAAc,CAAC;AACtB,OAAO,gBAAgB,CAAC;AACxB,OAAO,wBAAwB,CAAC;AAChC,OAAO,yBAAyB,CAAC;AACjC,OAAO,uBAAuB,CAAC;AAC/B,OAAO,aAAa,CAAC","sourcesContent":["/**\n * Import of all the web components available in Spright AND Nimble.\n * Production applications are encouraged to import only components\n * that are required instead of leveraging this file.\n */\n\nimport '@ni/nimble-components/dist/esm/all-components';\n\nimport './chat/conversation';\nimport './chat/input';\nimport './chat/message';\nimport './chat/message/inbound';\nimport './chat/message/outbound';\nimport './chat/message/system';\nimport './rectangle';\n"]}
1
+ {"version":3,"file":"all-components.js","sourceRoot":"","sources":["../../src/all-components.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,+CAA+C,CAAC;AAEvD,OAAO,qBAAqB,CAAC;AAC7B,OAAO,cAAc,CAAC;AACtB,OAAO,gBAAgB,CAAC;AACxB,OAAO,wBAAwB,CAAC;AAChC,OAAO,yBAAyB,CAAC;AACjC,OAAO,uBAAuB,CAAC;AAC/B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,aAAa,CAAC","sourcesContent":["/**\n * Import of all the web components available in Spright AND Nimble.\n * Production applications are encouraged to import only components\n * that are required instead of leveraging this file.\n */\n\nimport '@ni/nimble-components/dist/esm/all-components';\n\nimport './chat/conversation';\nimport './chat/input';\nimport './chat/message';\nimport './chat/message/inbound';\nimport './chat/message/outbound';\nimport './chat/message/system';\nimport './icons/all-icons';\nimport './rectangle';\n"]}
@@ -0,0 +1,5 @@
1
+ export { IconWorkItemCalendarWeek } from './work-item-calendar-week';
2
+ export { IconWorkItemCalipers } from './work-item-calipers';
3
+ export { IconWorkItemForklift } from './work-item-forklift';
4
+ export { IconWorkItemRectangleCheckLines } from './work-item-rectangle-check-lines';
5
+ export { IconWorkItemWrenchHammer } from './work-item-wrench-hammer';
@@ -0,0 +1,6 @@
1
+ export { IconWorkItemCalendarWeek } from './work-item-calendar-week';
2
+ export { IconWorkItemCalipers } from './work-item-calipers';
3
+ export { IconWorkItemForklift } from './work-item-forklift';
4
+ export { IconWorkItemRectangleCheckLines } from './work-item-rectangle-check-lines';
5
+ export { IconWorkItemWrenchHammer } from './work-item-wrench-hammer';
6
+ //# sourceMappingURL=all-icons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"all-icons.js","sourceRoot":"","sources":["../../../src/icons/all-icons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC","sourcesContent":["export { IconWorkItemCalendarWeek } from './work-item-calendar-week';\nexport { IconWorkItemCalipers } from './work-item-calipers';\nexport { IconWorkItemForklift } from './work-item-forklift';\nexport { IconWorkItemRectangleCheckLines } from './work-item-rectangle-check-lines';\nexport { IconWorkItemWrenchHammer } from './work-item-wrench-hammer';\n"]}
@@ -0,0 +1,13 @@
1
+ import { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'spright-icon-work-item-calendar-week': IconWorkItemCalendarWeek;
5
+ }
6
+ }
7
+ /**
8
+ * Spright calendar week icon for reservation work items
9
+ */
10
+ export declare class IconWorkItemCalendarWeek extends IconSvg {
11
+ constructor();
12
+ }
13
+ export declare const iconWorkItemCalendarWeekTag = "spright-icon-work-item-calendar-week";
@@ -0,0 +1,23 @@
1
+ import { calendarWeek16X16 } from '@ni/nimble-tokens/dist/icons/js';
2
+ import { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';
3
+ import { template } from '@ni/nimble-components/dist/esm/icon-svg/template';
4
+ import { DesignSystem } from '@ni/fast-foundation';
5
+ import { styles } from './styles';
6
+ /**
7
+ * Spright calendar week icon for reservation work items
8
+ */
9
+ export class IconWorkItemCalendarWeek extends IconSvg {
10
+ constructor() {
11
+ super(calendarWeek16X16);
12
+ }
13
+ }
14
+ const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
15
+ baseName: 'icon-work-item-calendar-week',
16
+ template,
17
+ styles
18
+ });
19
+ DesignSystem.getOrCreate()
20
+ .withPrefix('spright')
21
+ .register(sprightIconWorkItemCalendarWeek());
22
+ export const iconWorkItemCalendarWeekTag = 'spright-icon-work-item-calendar-week';
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/icons/work-item-calendar-week/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAQlC;;GAEG;AACH,MAAM,OAAO,wBAAyB,SAAQ,OAAO;IACjD;QACI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAC7B,CAAC;CACJ;AAED,MAAM,+BAA+B,GAAG,wBAAwB,CAAC,OAAO,CAAC;IACrE,QAAQ,EAAE,8BAA8B;IACxC,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE;KACrB,UAAU,CAAC,SAAS,CAAC;KACrB,QAAQ,CAAC,+BAA+B,EAAE,CAAC,CAAC;AAEjD,MAAM,CAAC,MAAM,2BAA2B,GAAG,sCAAsC,CAAC","sourcesContent":["import { calendarWeek16X16 } from '@ni/nimble-tokens/dist/icons/js';\nimport { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';\nimport { template } from '@ni/nimble-components/dist/esm/icon-svg/template';\nimport { DesignSystem } from '@ni/fast-foundation';\nimport { styles } from './styles';\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'spright-icon-work-item-calendar-week': IconWorkItemCalendarWeek;\n }\n}\n\n/**\n * Spright calendar week icon for reservation work items\n */\nexport class IconWorkItemCalendarWeek extends IconSvg {\n public constructor() {\n super(calendarWeek16X16);\n }\n}\n\nconst sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({\n baseName: 'icon-work-item-calendar-week',\n template,\n styles\n});\n\nDesignSystem.getOrCreate()\n .withPrefix('spright')\n .register(sprightIconWorkItemCalendarWeek());\n\nexport const iconWorkItemCalendarWeekTag = 'spright-icon-work-item-calendar-week';\n"]}
@@ -0,0 +1 @@
1
+ export declare const styles: import("@ni/fast-element").ElementStyles;
@@ -0,0 +1,11 @@
1
+ import { css } from '@ni/fast-element';
2
+ import { calendarEventBorderReservationColor } from '@ni/nimble-components/dist/esm/theme-provider/design-tokens';
3
+ import { styles as iconSvgStyles } from '@ni/nimble-components/dist/esm/icon-svg/styles';
4
+ export const styles = css `
5
+ ${iconSvgStyles}
6
+
7
+ .icon svg {
8
+ fill: ${calendarEventBorderReservationColor};
9
+ }
10
+ `;
11
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/icons/work-item-calendar-week/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,mCAAmC,EAAE,MAAM,6DAA6D,CAAC;AAClH,OAAO,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAEzF,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;MACnB,aAAa;;;gBAGH,mCAAmC;;CAElD,CAAC","sourcesContent":["import { css } from '@ni/fast-element';\nimport { calendarEventBorderReservationColor } from '@ni/nimble-components/dist/esm/theme-provider/design-tokens';\nimport { styles as iconSvgStyles } from '@ni/nimble-components/dist/esm/icon-svg/styles';\n\nexport const styles = css`\n ${iconSvgStyles}\n\n .icon svg {\n fill: ${calendarEventBorderReservationColor};\n }\n`;\n"]}
@@ -0,0 +1,13 @@
1
+ import { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'spright-icon-work-item-calipers': IconWorkItemCalipers;
5
+ }
6
+ }
7
+ /**
8
+ * Spright calipers icon for calibration work items
9
+ */
10
+ export declare class IconWorkItemCalipers extends IconSvg {
11
+ constructor();
12
+ }
13
+ export declare const iconWorkItemCalipersTag = "spright-icon-work-item-calipers";
@@ -0,0 +1,23 @@
1
+ import { calipers16X16 } from '@ni/nimble-tokens/dist/icons/js';
2
+ import { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';
3
+ import { template } from '@ni/nimble-components/dist/esm/icon-svg/template';
4
+ import { DesignSystem } from '@ni/fast-foundation';
5
+ import { styles } from './styles';
6
+ /**
7
+ * Spright calipers icon for calibration work items
8
+ */
9
+ export class IconWorkItemCalipers extends IconSvg {
10
+ constructor() {
11
+ super(calipers16X16);
12
+ }
13
+ }
14
+ const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
15
+ baseName: 'icon-work-item-calipers',
16
+ template,
17
+ styles
18
+ });
19
+ DesignSystem.getOrCreate()
20
+ .withPrefix('spright')
21
+ .register(sprightIconWorkItemCalipers());
22
+ export const iconWorkItemCalipersTag = 'spright-icon-work-item-calipers';
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/icons/work-item-calipers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAQlC;;GAEG;AACH,MAAM,OAAO,oBAAqB,SAAQ,OAAO;IAC7C;QACI,KAAK,CAAC,aAAa,CAAC,CAAC;IACzB,CAAC;CACJ;AAED,MAAM,2BAA2B,GAAG,oBAAoB,CAAC,OAAO,CAAC;IAC7D,QAAQ,EAAE,yBAAyB;IACnC,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE;KACrB,UAAU,CAAC,SAAS,CAAC;KACrB,QAAQ,CAAC,2BAA2B,EAAE,CAAC,CAAC;AAE7C,MAAM,CAAC,MAAM,uBAAuB,GAAG,iCAAiC,CAAC","sourcesContent":["import { calipers16X16 } from '@ni/nimble-tokens/dist/icons/js';\nimport { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';\nimport { template } from '@ni/nimble-components/dist/esm/icon-svg/template';\nimport { DesignSystem } from '@ni/fast-foundation';\nimport { styles } from './styles';\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'spright-icon-work-item-calipers': IconWorkItemCalipers;\n }\n}\n\n/**\n * Spright calipers icon for calibration work items\n */\nexport class IconWorkItemCalipers extends IconSvg {\n public constructor() {\n super(calipers16X16);\n }\n}\n\nconst sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({\n baseName: 'icon-work-item-calipers',\n template,\n styles\n});\n\nDesignSystem.getOrCreate()\n .withPrefix('spright')\n .register(sprightIconWorkItemCalipers());\n\nexport const iconWorkItemCalipersTag = 'spright-icon-work-item-calipers';\n"]}
@@ -0,0 +1 @@
1
+ export declare const styles: import("@ni/fast-element").ElementStyles;
@@ -0,0 +1,11 @@
1
+ import { css } from '@ni/fast-element';
2
+ import { calendarEventBorderCalibrationColor } from '@ni/nimble-components/dist/esm/theme-provider/design-tokens';
3
+ import { styles as iconSvgStyles } from '@ni/nimble-components/dist/esm/icon-svg/styles';
4
+ export const styles = css `
5
+ ${iconSvgStyles}
6
+
7
+ .icon svg {
8
+ fill: ${calendarEventBorderCalibrationColor};
9
+ }
10
+ `;
11
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/icons/work-item-calipers/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,mCAAmC,EAAE,MAAM,6DAA6D,CAAC;AAClH,OAAO,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAEzF,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;MACnB,aAAa;;;gBAGH,mCAAmC;;CAElD,CAAC","sourcesContent":["import { css } from '@ni/fast-element';\nimport { calendarEventBorderCalibrationColor } from '@ni/nimble-components/dist/esm/theme-provider/design-tokens';\nimport { styles as iconSvgStyles } from '@ni/nimble-components/dist/esm/icon-svg/styles';\n\nexport const styles = css`\n ${iconSvgStyles}\n\n .icon svg {\n fill: ${calendarEventBorderCalibrationColor};\n }\n`;\n"]}
@@ -0,0 +1,13 @@
1
+ import { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'spright-icon-work-item-forklift': IconWorkItemForklift;
5
+ }
6
+ }
7
+ /**
8
+ * Spright forklift icon for transport order work items
9
+ */
10
+ export declare class IconWorkItemForklift extends IconSvg {
11
+ constructor();
12
+ }
13
+ export declare const iconWorkItemForkliftTag = "spright-icon-work-item-forklift";
@@ -0,0 +1,23 @@
1
+ import { forklift16X16 } from '@ni/nimble-tokens/dist/icons/js';
2
+ import { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';
3
+ import { template } from '@ni/nimble-components/dist/esm/icon-svg/template';
4
+ import { DesignSystem } from '@ni/fast-foundation';
5
+ import { styles } from './styles';
6
+ /**
7
+ * Spright forklift icon for transport order work items
8
+ */
9
+ export class IconWorkItemForklift extends IconSvg {
10
+ constructor() {
11
+ super(forklift16X16);
12
+ }
13
+ }
14
+ const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
15
+ baseName: 'icon-work-item-forklift',
16
+ template,
17
+ styles
18
+ });
19
+ DesignSystem.getOrCreate()
20
+ .withPrefix('spright')
21
+ .register(sprightIconWorkItemForklift());
22
+ export const iconWorkItemForkliftTag = 'spright-icon-work-item-forklift';
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/icons/work-item-forklift/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAQlC;;GAEG;AACH,MAAM,OAAO,oBAAqB,SAAQ,OAAO;IAC7C;QACI,KAAK,CAAC,aAAa,CAAC,CAAC;IACzB,CAAC;CACJ;AAED,MAAM,2BAA2B,GAAG,oBAAoB,CAAC,OAAO,CAAC;IAC7D,QAAQ,EAAE,yBAAyB;IACnC,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE;KACrB,UAAU,CAAC,SAAS,CAAC;KACrB,QAAQ,CAAC,2BAA2B,EAAE,CAAC,CAAC;AAE7C,MAAM,CAAC,MAAM,uBAAuB,GAAG,iCAAiC,CAAC","sourcesContent":["import { forklift16X16 } from '@ni/nimble-tokens/dist/icons/js';\nimport { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';\nimport { template } from '@ni/nimble-components/dist/esm/icon-svg/template';\nimport { DesignSystem } from '@ni/fast-foundation';\nimport { styles } from './styles';\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'spright-icon-work-item-forklift': IconWorkItemForklift;\n }\n}\n\n/**\n * Spright forklift icon for transport order work items\n */\nexport class IconWorkItemForklift extends IconSvg {\n public constructor() {\n super(forklift16X16);\n }\n}\n\nconst sprightIconWorkItemForklift = IconWorkItemForklift.compose({\n baseName: 'icon-work-item-forklift',\n template,\n styles\n});\n\nDesignSystem.getOrCreate()\n .withPrefix('spright')\n .register(sprightIconWorkItemForklift());\n\nexport const iconWorkItemForkliftTag = 'spright-icon-work-item-forklift';\n"]}
@@ -0,0 +1 @@
1
+ export declare const styles: import("@ni/fast-element").ElementStyles;
@@ -0,0 +1,11 @@
1
+ import { css } from '@ni/fast-element';
2
+ import { calendarEventBorderTransportOrderColor } from '@ni/nimble-components/dist/esm/theme-provider/design-tokens';
3
+ import { styles as iconSvgStyles } from '@ni/nimble-components/dist/esm/icon-svg/styles';
4
+ export const styles = css `
5
+ ${iconSvgStyles}
6
+
7
+ .icon svg {
8
+ fill: ${calendarEventBorderTransportOrderColor};
9
+ }
10
+ `;
11
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/icons/work-item-forklift/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,sCAAsC,EAAE,MAAM,6DAA6D,CAAC;AACrH,OAAO,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAEzF,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;MACnB,aAAa;;;gBAGH,sCAAsC;;CAErD,CAAC","sourcesContent":["import { css } from '@ni/fast-element';\nimport { calendarEventBorderTransportOrderColor } from '@ni/nimble-components/dist/esm/theme-provider/design-tokens';\nimport { styles as iconSvgStyles } from '@ni/nimble-components/dist/esm/icon-svg/styles';\n\nexport const styles = css`\n ${iconSvgStyles}\n\n .icon svg {\n fill: ${calendarEventBorderTransportOrderColor};\n }\n`;\n"]}
@@ -0,0 +1,13 @@
1
+ import { IconSvg } from '@ni/nimble-components/dist/esm/icon-svg';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'spright-icon-work-item-rectangle-check-lines': IconWorkItemRectangleCheckLines;
5
+ }
6
+ }
7
+ /**
8
+ * Spright rectangle check lines icon for test plan work items
9
+ */
10
+ export declare class IconWorkItemRectangleCheckLines extends IconSvg {
11
+ constructor();
12
+ }
13
+ export declare const iconWorkItemRectangleCheckLinesTag = "spright-icon-work-item-rectangle-check-lines";