@getflip/swirl-ai 0.489.0 → 0.490.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.
- package/dist/agent/components/swirl-icon-bold.md +50 -0
- package/dist/agent/components/swirl-icon-format-list-numbered.md +50 -0
- package/dist/agent/components/swirl-icon-italic.md +50 -0
- package/dist/agent/components/swirl-icon-strikethrough.md +50 -0
- package/dist/agent/components/swirl-icon-underlined.md +50 -0
- package/dist/agent/components-index.json +20 -0
- package/dist/custom-elements.manifest.json +582 -27
- package/dist/types/components/swirl-icon/icons/swirl-icon-bold.d.ts +8 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-format-list-numbered.d.ts +8 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-italic.d.ts +8 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-strikethrough.d.ts +8 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-underlined.d.ts +8 -0
- package/dist/types/components.d.ts +150 -0
- package/package.json +2 -2
|
@@ -14183,6 +14183,117 @@
|
|
|
14183
14183
|
}
|
|
14184
14184
|
]
|
|
14185
14185
|
},
|
|
14186
|
+
{
|
|
14187
|
+
"kind": "javascript-module",
|
|
14188
|
+
"path": "src/components/swirl-icon/icons/swirl-icon-bold.tsx",
|
|
14189
|
+
"declarations": [
|
|
14190
|
+
{
|
|
14191
|
+
"kind": "class",
|
|
14192
|
+
"customElement": true,
|
|
14193
|
+
"tagName": "swirl-icon-bold",
|
|
14194
|
+
"name": "SwirlIconBold",
|
|
14195
|
+
"attributes": [
|
|
14196
|
+
{
|
|
14197
|
+
"name": "color",
|
|
14198
|
+
"type": {
|
|
14199
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
14200
|
+
"references": [
|
|
14201
|
+
{
|
|
14202
|
+
"name": "SwirlIconColor",
|
|
14203
|
+
"module": "../swirl-icon"
|
|
14204
|
+
}
|
|
14205
|
+
]
|
|
14206
|
+
},
|
|
14207
|
+
"fieldName": "color"
|
|
14208
|
+
},
|
|
14209
|
+
{
|
|
14210
|
+
"name": "label",
|
|
14211
|
+
"type": {
|
|
14212
|
+
"text": "string | undefined"
|
|
14213
|
+
},
|
|
14214
|
+
"fieldName": "label"
|
|
14215
|
+
},
|
|
14216
|
+
{
|
|
14217
|
+
"name": "size",
|
|
14218
|
+
"type": {
|
|
14219
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
14220
|
+
"references": [
|
|
14221
|
+
{
|
|
14222
|
+
"name": "SwirlIconSize",
|
|
14223
|
+
"module": "../swirl-icon.types"
|
|
14224
|
+
}
|
|
14225
|
+
]
|
|
14226
|
+
},
|
|
14227
|
+
"default": "24",
|
|
14228
|
+
"fieldName": "size"
|
|
14229
|
+
}
|
|
14230
|
+
],
|
|
14231
|
+
"members": [
|
|
14232
|
+
{
|
|
14233
|
+
"kind": "field",
|
|
14234
|
+
"name": "color",
|
|
14235
|
+
"type": {
|
|
14236
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
14237
|
+
"references": [
|
|
14238
|
+
{
|
|
14239
|
+
"name": "SwirlIconColor",
|
|
14240
|
+
"module": "../swirl-icon"
|
|
14241
|
+
}
|
|
14242
|
+
]
|
|
14243
|
+
},
|
|
14244
|
+
"readonly": true,
|
|
14245
|
+
"attribute": "color"
|
|
14246
|
+
},
|
|
14247
|
+
{
|
|
14248
|
+
"kind": "field",
|
|
14249
|
+
"name": "label",
|
|
14250
|
+
"type": {
|
|
14251
|
+
"text": "string | undefined"
|
|
14252
|
+
},
|
|
14253
|
+
"readonly": true,
|
|
14254
|
+
"attribute": "label"
|
|
14255
|
+
},
|
|
14256
|
+
{
|
|
14257
|
+
"kind": "field",
|
|
14258
|
+
"name": "size",
|
|
14259
|
+
"type": {
|
|
14260
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
14261
|
+
"references": [
|
|
14262
|
+
{
|
|
14263
|
+
"name": "SwirlIconSize",
|
|
14264
|
+
"module": "../swirl-icon.types"
|
|
14265
|
+
}
|
|
14266
|
+
]
|
|
14267
|
+
},
|
|
14268
|
+
"default": "24",
|
|
14269
|
+
"readonly": true,
|
|
14270
|
+
"attribute": "size"
|
|
14271
|
+
}
|
|
14272
|
+
],
|
|
14273
|
+
"cssParts": [
|
|
14274
|
+
{
|
|
14275
|
+
"name": "icon"
|
|
14276
|
+
}
|
|
14277
|
+
]
|
|
14278
|
+
}
|
|
14279
|
+
],
|
|
14280
|
+
"exports": [
|
|
14281
|
+
{
|
|
14282
|
+
"kind": "js",
|
|
14283
|
+
"name": "SwirlIconBold",
|
|
14284
|
+
"declaration": {
|
|
14285
|
+
"name": "SwirlIconBold"
|
|
14286
|
+
}
|
|
14287
|
+
},
|
|
14288
|
+
{
|
|
14289
|
+
"kind": "custom-element-definition",
|
|
14290
|
+
"name": "swirl-icon-bold",
|
|
14291
|
+
"declaration": {
|
|
14292
|
+
"name": "SwirlIconBold"
|
|
14293
|
+
}
|
|
14294
|
+
}
|
|
14295
|
+
]
|
|
14296
|
+
},
|
|
14186
14297
|
{
|
|
14187
14298
|
"kind": "javascript-module",
|
|
14188
14299
|
"path": "src/components/swirl-icon/icons/swirl-icon-bookmark.tsx",
|
|
@@ -21731,6 +21842,117 @@
|
|
|
21731
21842
|
}
|
|
21732
21843
|
]
|
|
21733
21844
|
},
|
|
21845
|
+
{
|
|
21846
|
+
"kind": "javascript-module",
|
|
21847
|
+
"path": "src/components/swirl-icon/icons/swirl-icon-format-list-numbered.tsx",
|
|
21848
|
+
"declarations": [
|
|
21849
|
+
{
|
|
21850
|
+
"kind": "class",
|
|
21851
|
+
"customElement": true,
|
|
21852
|
+
"tagName": "swirl-icon-format-list-numbered",
|
|
21853
|
+
"name": "SwirlIconFormatListNumbered",
|
|
21854
|
+
"attributes": [
|
|
21855
|
+
{
|
|
21856
|
+
"name": "color",
|
|
21857
|
+
"type": {
|
|
21858
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
21859
|
+
"references": [
|
|
21860
|
+
{
|
|
21861
|
+
"name": "SwirlIconColor",
|
|
21862
|
+
"module": "../swirl-icon"
|
|
21863
|
+
}
|
|
21864
|
+
]
|
|
21865
|
+
},
|
|
21866
|
+
"fieldName": "color"
|
|
21867
|
+
},
|
|
21868
|
+
{
|
|
21869
|
+
"name": "label",
|
|
21870
|
+
"type": {
|
|
21871
|
+
"text": "string | undefined"
|
|
21872
|
+
},
|
|
21873
|
+
"fieldName": "label"
|
|
21874
|
+
},
|
|
21875
|
+
{
|
|
21876
|
+
"name": "size",
|
|
21877
|
+
"type": {
|
|
21878
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
21879
|
+
"references": [
|
|
21880
|
+
{
|
|
21881
|
+
"name": "SwirlIconSize",
|
|
21882
|
+
"module": "../swirl-icon.types"
|
|
21883
|
+
}
|
|
21884
|
+
]
|
|
21885
|
+
},
|
|
21886
|
+
"default": "24",
|
|
21887
|
+
"fieldName": "size"
|
|
21888
|
+
}
|
|
21889
|
+
],
|
|
21890
|
+
"members": [
|
|
21891
|
+
{
|
|
21892
|
+
"kind": "field",
|
|
21893
|
+
"name": "color",
|
|
21894
|
+
"type": {
|
|
21895
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
21896
|
+
"references": [
|
|
21897
|
+
{
|
|
21898
|
+
"name": "SwirlIconColor",
|
|
21899
|
+
"module": "../swirl-icon"
|
|
21900
|
+
}
|
|
21901
|
+
]
|
|
21902
|
+
},
|
|
21903
|
+
"readonly": true,
|
|
21904
|
+
"attribute": "color"
|
|
21905
|
+
},
|
|
21906
|
+
{
|
|
21907
|
+
"kind": "field",
|
|
21908
|
+
"name": "label",
|
|
21909
|
+
"type": {
|
|
21910
|
+
"text": "string | undefined"
|
|
21911
|
+
},
|
|
21912
|
+
"readonly": true,
|
|
21913
|
+
"attribute": "label"
|
|
21914
|
+
},
|
|
21915
|
+
{
|
|
21916
|
+
"kind": "field",
|
|
21917
|
+
"name": "size",
|
|
21918
|
+
"type": {
|
|
21919
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
21920
|
+
"references": [
|
|
21921
|
+
{
|
|
21922
|
+
"name": "SwirlIconSize",
|
|
21923
|
+
"module": "../swirl-icon.types"
|
|
21924
|
+
}
|
|
21925
|
+
]
|
|
21926
|
+
},
|
|
21927
|
+
"default": "24",
|
|
21928
|
+
"readonly": true,
|
|
21929
|
+
"attribute": "size"
|
|
21930
|
+
}
|
|
21931
|
+
],
|
|
21932
|
+
"cssParts": [
|
|
21933
|
+
{
|
|
21934
|
+
"name": "icon"
|
|
21935
|
+
}
|
|
21936
|
+
]
|
|
21937
|
+
}
|
|
21938
|
+
],
|
|
21939
|
+
"exports": [
|
|
21940
|
+
{
|
|
21941
|
+
"kind": "js",
|
|
21942
|
+
"name": "SwirlIconFormatListNumbered",
|
|
21943
|
+
"declaration": {
|
|
21944
|
+
"name": "SwirlIconFormatListNumbered"
|
|
21945
|
+
}
|
|
21946
|
+
},
|
|
21947
|
+
{
|
|
21948
|
+
"kind": "custom-element-definition",
|
|
21949
|
+
"name": "swirl-icon-format-list-numbered",
|
|
21950
|
+
"declaration": {
|
|
21951
|
+
"name": "SwirlIconFormatListNumbered"
|
|
21952
|
+
}
|
|
21953
|
+
}
|
|
21954
|
+
]
|
|
21955
|
+
},
|
|
21734
21956
|
{
|
|
21735
21957
|
"kind": "javascript-module",
|
|
21736
21958
|
"path": "src/components/swirl-icon/icons/swirl-icon-forward.tsx",
|
|
@@ -24180,8 +24402,119 @@
|
|
|
24180
24402
|
{
|
|
24181
24403
|
"kind": "class",
|
|
24182
24404
|
"customElement": true,
|
|
24183
|
-
"tagName": "swirl-icon-insert-on-top",
|
|
24184
|
-
"name": "SwirlIconInsertOnTop",
|
|
24405
|
+
"tagName": "swirl-icon-insert-on-top",
|
|
24406
|
+
"name": "SwirlIconInsertOnTop",
|
|
24407
|
+
"attributes": [
|
|
24408
|
+
{
|
|
24409
|
+
"name": "color",
|
|
24410
|
+
"type": {
|
|
24411
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
24412
|
+
"references": [
|
|
24413
|
+
{
|
|
24414
|
+
"name": "SwirlIconColor",
|
|
24415
|
+
"module": "../swirl-icon"
|
|
24416
|
+
}
|
|
24417
|
+
]
|
|
24418
|
+
},
|
|
24419
|
+
"fieldName": "color"
|
|
24420
|
+
},
|
|
24421
|
+
{
|
|
24422
|
+
"name": "label",
|
|
24423
|
+
"type": {
|
|
24424
|
+
"text": "string | undefined"
|
|
24425
|
+
},
|
|
24426
|
+
"fieldName": "label"
|
|
24427
|
+
},
|
|
24428
|
+
{
|
|
24429
|
+
"name": "size",
|
|
24430
|
+
"type": {
|
|
24431
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
24432
|
+
"references": [
|
|
24433
|
+
{
|
|
24434
|
+
"name": "SwirlIconSize",
|
|
24435
|
+
"module": "../swirl-icon.types"
|
|
24436
|
+
}
|
|
24437
|
+
]
|
|
24438
|
+
},
|
|
24439
|
+
"default": "24",
|
|
24440
|
+
"fieldName": "size"
|
|
24441
|
+
}
|
|
24442
|
+
],
|
|
24443
|
+
"members": [
|
|
24444
|
+
{
|
|
24445
|
+
"kind": "field",
|
|
24446
|
+
"name": "color",
|
|
24447
|
+
"type": {
|
|
24448
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
24449
|
+
"references": [
|
|
24450
|
+
{
|
|
24451
|
+
"name": "SwirlIconColor",
|
|
24452
|
+
"module": "../swirl-icon"
|
|
24453
|
+
}
|
|
24454
|
+
]
|
|
24455
|
+
},
|
|
24456
|
+
"readonly": true,
|
|
24457
|
+
"attribute": "color"
|
|
24458
|
+
},
|
|
24459
|
+
{
|
|
24460
|
+
"kind": "field",
|
|
24461
|
+
"name": "label",
|
|
24462
|
+
"type": {
|
|
24463
|
+
"text": "string | undefined"
|
|
24464
|
+
},
|
|
24465
|
+
"readonly": true,
|
|
24466
|
+
"attribute": "label"
|
|
24467
|
+
},
|
|
24468
|
+
{
|
|
24469
|
+
"kind": "field",
|
|
24470
|
+
"name": "size",
|
|
24471
|
+
"type": {
|
|
24472
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
24473
|
+
"references": [
|
|
24474
|
+
{
|
|
24475
|
+
"name": "SwirlIconSize",
|
|
24476
|
+
"module": "../swirl-icon.types"
|
|
24477
|
+
}
|
|
24478
|
+
]
|
|
24479
|
+
},
|
|
24480
|
+
"default": "24",
|
|
24481
|
+
"readonly": true,
|
|
24482
|
+
"attribute": "size"
|
|
24483
|
+
}
|
|
24484
|
+
],
|
|
24485
|
+
"cssParts": [
|
|
24486
|
+
{
|
|
24487
|
+
"name": "icon"
|
|
24488
|
+
}
|
|
24489
|
+
]
|
|
24490
|
+
}
|
|
24491
|
+
],
|
|
24492
|
+
"exports": [
|
|
24493
|
+
{
|
|
24494
|
+
"kind": "js",
|
|
24495
|
+
"name": "SwirlIconInsertOnTop",
|
|
24496
|
+
"declaration": {
|
|
24497
|
+
"name": "SwirlIconInsertOnTop"
|
|
24498
|
+
}
|
|
24499
|
+
},
|
|
24500
|
+
{
|
|
24501
|
+
"kind": "custom-element-definition",
|
|
24502
|
+
"name": "swirl-icon-insert-on-top",
|
|
24503
|
+
"declaration": {
|
|
24504
|
+
"name": "SwirlIconInsertOnTop"
|
|
24505
|
+
}
|
|
24506
|
+
}
|
|
24507
|
+
]
|
|
24508
|
+
},
|
|
24509
|
+
{
|
|
24510
|
+
"kind": "javascript-module",
|
|
24511
|
+
"path": "src/components/swirl-icon/icons/swirl-icon-inventory.tsx",
|
|
24512
|
+
"declarations": [
|
|
24513
|
+
{
|
|
24514
|
+
"kind": "class",
|
|
24515
|
+
"customElement": true,
|
|
24516
|
+
"tagName": "swirl-icon-inventory",
|
|
24517
|
+
"name": "SwirlIconInventory",
|
|
24185
24518
|
"attributes": [
|
|
24186
24519
|
{
|
|
24187
24520
|
"name": "color",
|
|
@@ -24270,29 +24603,29 @@
|
|
|
24270
24603
|
"exports": [
|
|
24271
24604
|
{
|
|
24272
24605
|
"kind": "js",
|
|
24273
|
-
"name": "
|
|
24606
|
+
"name": "SwirlIconInventory",
|
|
24274
24607
|
"declaration": {
|
|
24275
|
-
"name": "
|
|
24608
|
+
"name": "SwirlIconInventory"
|
|
24276
24609
|
}
|
|
24277
24610
|
},
|
|
24278
24611
|
{
|
|
24279
24612
|
"kind": "custom-element-definition",
|
|
24280
|
-
"name": "swirl-icon-
|
|
24613
|
+
"name": "swirl-icon-inventory",
|
|
24281
24614
|
"declaration": {
|
|
24282
|
-
"name": "
|
|
24615
|
+
"name": "SwirlIconInventory"
|
|
24283
24616
|
}
|
|
24284
24617
|
}
|
|
24285
24618
|
]
|
|
24286
24619
|
},
|
|
24287
24620
|
{
|
|
24288
24621
|
"kind": "javascript-module",
|
|
24289
|
-
"path": "src/components/swirl-icon/icons/swirl-icon-inventory.tsx",
|
|
24622
|
+
"path": "src/components/swirl-icon/icons/swirl-icon-inventory-off.tsx",
|
|
24290
24623
|
"declarations": [
|
|
24291
24624
|
{
|
|
24292
24625
|
"kind": "class",
|
|
24293
24626
|
"customElement": true,
|
|
24294
|
-
"tagName": "swirl-icon-inventory",
|
|
24295
|
-
"name": "
|
|
24627
|
+
"tagName": "swirl-icon-inventory-off",
|
|
24628
|
+
"name": "SwirlIconInventoryOff",
|
|
24296
24629
|
"attributes": [
|
|
24297
24630
|
{
|
|
24298
24631
|
"name": "color",
|
|
@@ -24381,29 +24714,29 @@
|
|
|
24381
24714
|
"exports": [
|
|
24382
24715
|
{
|
|
24383
24716
|
"kind": "js",
|
|
24384
|
-
"name": "
|
|
24717
|
+
"name": "SwirlIconInventoryOff",
|
|
24385
24718
|
"declaration": {
|
|
24386
|
-
"name": "
|
|
24719
|
+
"name": "SwirlIconInventoryOff"
|
|
24387
24720
|
}
|
|
24388
24721
|
},
|
|
24389
24722
|
{
|
|
24390
24723
|
"kind": "custom-element-definition",
|
|
24391
|
-
"name": "swirl-icon-inventory",
|
|
24724
|
+
"name": "swirl-icon-inventory-off",
|
|
24392
24725
|
"declaration": {
|
|
24393
|
-
"name": "
|
|
24726
|
+
"name": "SwirlIconInventoryOff"
|
|
24394
24727
|
}
|
|
24395
24728
|
}
|
|
24396
24729
|
]
|
|
24397
24730
|
},
|
|
24398
24731
|
{
|
|
24399
24732
|
"kind": "javascript-module",
|
|
24400
|
-
"path": "src/components/swirl-icon/icons/swirl-icon-
|
|
24733
|
+
"path": "src/components/swirl-icon/icons/swirl-icon-iphone.tsx",
|
|
24401
24734
|
"declarations": [
|
|
24402
24735
|
{
|
|
24403
24736
|
"kind": "class",
|
|
24404
24737
|
"customElement": true,
|
|
24405
|
-
"tagName": "swirl-icon-
|
|
24406
|
-
"name": "
|
|
24738
|
+
"tagName": "swirl-icon-iphone",
|
|
24739
|
+
"name": "SwirlIconIphone",
|
|
24407
24740
|
"attributes": [
|
|
24408
24741
|
{
|
|
24409
24742
|
"name": "color",
|
|
@@ -24492,29 +24825,29 @@
|
|
|
24492
24825
|
"exports": [
|
|
24493
24826
|
{
|
|
24494
24827
|
"kind": "js",
|
|
24495
|
-
"name": "
|
|
24828
|
+
"name": "SwirlIconIphone",
|
|
24496
24829
|
"declaration": {
|
|
24497
|
-
"name": "
|
|
24830
|
+
"name": "SwirlIconIphone"
|
|
24498
24831
|
}
|
|
24499
24832
|
},
|
|
24500
24833
|
{
|
|
24501
24834
|
"kind": "custom-element-definition",
|
|
24502
|
-
"name": "swirl-icon-
|
|
24835
|
+
"name": "swirl-icon-iphone",
|
|
24503
24836
|
"declaration": {
|
|
24504
|
-
"name": "
|
|
24837
|
+
"name": "SwirlIconIphone"
|
|
24505
24838
|
}
|
|
24506
24839
|
}
|
|
24507
24840
|
]
|
|
24508
24841
|
},
|
|
24509
24842
|
{
|
|
24510
24843
|
"kind": "javascript-module",
|
|
24511
|
-
"path": "src/components/swirl-icon/icons/swirl-icon-
|
|
24844
|
+
"path": "src/components/swirl-icon/icons/swirl-icon-italic.tsx",
|
|
24512
24845
|
"declarations": [
|
|
24513
24846
|
{
|
|
24514
24847
|
"kind": "class",
|
|
24515
24848
|
"customElement": true,
|
|
24516
|
-
"tagName": "swirl-icon-
|
|
24517
|
-
"name": "
|
|
24849
|
+
"tagName": "swirl-icon-italic",
|
|
24850
|
+
"name": "SwirlIconItalic",
|
|
24518
24851
|
"attributes": [
|
|
24519
24852
|
{
|
|
24520
24853
|
"name": "color",
|
|
@@ -24603,16 +24936,16 @@
|
|
|
24603
24936
|
"exports": [
|
|
24604
24937
|
{
|
|
24605
24938
|
"kind": "js",
|
|
24606
|
-
"name": "
|
|
24939
|
+
"name": "SwirlIconItalic",
|
|
24607
24940
|
"declaration": {
|
|
24608
|
-
"name": "
|
|
24941
|
+
"name": "SwirlIconItalic"
|
|
24609
24942
|
}
|
|
24610
24943
|
},
|
|
24611
24944
|
{
|
|
24612
24945
|
"kind": "custom-element-definition",
|
|
24613
|
-
"name": "swirl-icon-
|
|
24946
|
+
"name": "swirl-icon-italic",
|
|
24614
24947
|
"declaration": {
|
|
24615
|
-
"name": "
|
|
24948
|
+
"name": "SwirlIconItalic"
|
|
24616
24949
|
}
|
|
24617
24950
|
}
|
|
24618
24951
|
]
|
|
@@ -36050,6 +36383,117 @@
|
|
|
36050
36383
|
}
|
|
36051
36384
|
]
|
|
36052
36385
|
},
|
|
36386
|
+
{
|
|
36387
|
+
"kind": "javascript-module",
|
|
36388
|
+
"path": "src/components/swirl-icon/icons/swirl-icon-strikethrough.tsx",
|
|
36389
|
+
"declarations": [
|
|
36390
|
+
{
|
|
36391
|
+
"kind": "class",
|
|
36392
|
+
"customElement": true,
|
|
36393
|
+
"tagName": "swirl-icon-strikethrough",
|
|
36394
|
+
"name": "SwirlIconStrikethrough",
|
|
36395
|
+
"attributes": [
|
|
36396
|
+
{
|
|
36397
|
+
"name": "color",
|
|
36398
|
+
"type": {
|
|
36399
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
36400
|
+
"references": [
|
|
36401
|
+
{
|
|
36402
|
+
"name": "SwirlIconColor",
|
|
36403
|
+
"module": "../swirl-icon"
|
|
36404
|
+
}
|
|
36405
|
+
]
|
|
36406
|
+
},
|
|
36407
|
+
"fieldName": "color"
|
|
36408
|
+
},
|
|
36409
|
+
{
|
|
36410
|
+
"name": "label",
|
|
36411
|
+
"type": {
|
|
36412
|
+
"text": "string | undefined"
|
|
36413
|
+
},
|
|
36414
|
+
"fieldName": "label"
|
|
36415
|
+
},
|
|
36416
|
+
{
|
|
36417
|
+
"name": "size",
|
|
36418
|
+
"type": {
|
|
36419
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
36420
|
+
"references": [
|
|
36421
|
+
{
|
|
36422
|
+
"name": "SwirlIconSize",
|
|
36423
|
+
"module": "../swirl-icon.types"
|
|
36424
|
+
}
|
|
36425
|
+
]
|
|
36426
|
+
},
|
|
36427
|
+
"default": "24",
|
|
36428
|
+
"fieldName": "size"
|
|
36429
|
+
}
|
|
36430
|
+
],
|
|
36431
|
+
"members": [
|
|
36432
|
+
{
|
|
36433
|
+
"kind": "field",
|
|
36434
|
+
"name": "color",
|
|
36435
|
+
"type": {
|
|
36436
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
36437
|
+
"references": [
|
|
36438
|
+
{
|
|
36439
|
+
"name": "SwirlIconColor",
|
|
36440
|
+
"module": "../swirl-icon"
|
|
36441
|
+
}
|
|
36442
|
+
]
|
|
36443
|
+
},
|
|
36444
|
+
"readonly": true,
|
|
36445
|
+
"attribute": "color"
|
|
36446
|
+
},
|
|
36447
|
+
{
|
|
36448
|
+
"kind": "field",
|
|
36449
|
+
"name": "label",
|
|
36450
|
+
"type": {
|
|
36451
|
+
"text": "string | undefined"
|
|
36452
|
+
},
|
|
36453
|
+
"readonly": true,
|
|
36454
|
+
"attribute": "label"
|
|
36455
|
+
},
|
|
36456
|
+
{
|
|
36457
|
+
"kind": "field",
|
|
36458
|
+
"name": "size",
|
|
36459
|
+
"type": {
|
|
36460
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
36461
|
+
"references": [
|
|
36462
|
+
{
|
|
36463
|
+
"name": "SwirlIconSize",
|
|
36464
|
+
"module": "../swirl-icon.types"
|
|
36465
|
+
}
|
|
36466
|
+
]
|
|
36467
|
+
},
|
|
36468
|
+
"default": "24",
|
|
36469
|
+
"readonly": true,
|
|
36470
|
+
"attribute": "size"
|
|
36471
|
+
}
|
|
36472
|
+
],
|
|
36473
|
+
"cssParts": [
|
|
36474
|
+
{
|
|
36475
|
+
"name": "icon"
|
|
36476
|
+
}
|
|
36477
|
+
]
|
|
36478
|
+
}
|
|
36479
|
+
],
|
|
36480
|
+
"exports": [
|
|
36481
|
+
{
|
|
36482
|
+
"kind": "js",
|
|
36483
|
+
"name": "SwirlIconStrikethrough",
|
|
36484
|
+
"declaration": {
|
|
36485
|
+
"name": "SwirlIconStrikethrough"
|
|
36486
|
+
}
|
|
36487
|
+
},
|
|
36488
|
+
{
|
|
36489
|
+
"kind": "custom-element-definition",
|
|
36490
|
+
"name": "swirl-icon-strikethrough",
|
|
36491
|
+
"declaration": {
|
|
36492
|
+
"name": "SwirlIconStrikethrough"
|
|
36493
|
+
}
|
|
36494
|
+
}
|
|
36495
|
+
]
|
|
36496
|
+
},
|
|
36053
36497
|
{
|
|
36054
36498
|
"kind": "javascript-module",
|
|
36055
36499
|
"path": "src/components/swirl-icon/icons/swirl-icon-sunny.tsx",
|
|
@@ -37271,6 +37715,117 @@
|
|
|
37271
37715
|
}
|
|
37272
37716
|
]
|
|
37273
37717
|
},
|
|
37718
|
+
{
|
|
37719
|
+
"kind": "javascript-module",
|
|
37720
|
+
"path": "src/components/swirl-icon/icons/swirl-icon-underlined.tsx",
|
|
37721
|
+
"declarations": [
|
|
37722
|
+
{
|
|
37723
|
+
"kind": "class",
|
|
37724
|
+
"customElement": true,
|
|
37725
|
+
"tagName": "swirl-icon-underlined",
|
|
37726
|
+
"name": "SwirlIconUnderlined",
|
|
37727
|
+
"attributes": [
|
|
37728
|
+
{
|
|
37729
|
+
"name": "color",
|
|
37730
|
+
"type": {
|
|
37731
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
37732
|
+
"references": [
|
|
37733
|
+
{
|
|
37734
|
+
"name": "SwirlIconColor",
|
|
37735
|
+
"module": "../swirl-icon"
|
|
37736
|
+
}
|
|
37737
|
+
]
|
|
37738
|
+
},
|
|
37739
|
+
"fieldName": "color"
|
|
37740
|
+
},
|
|
37741
|
+
{
|
|
37742
|
+
"name": "label",
|
|
37743
|
+
"type": {
|
|
37744
|
+
"text": "string | undefined"
|
|
37745
|
+
},
|
|
37746
|
+
"fieldName": "label"
|
|
37747
|
+
},
|
|
37748
|
+
{
|
|
37749
|
+
"name": "size",
|
|
37750
|
+
"type": {
|
|
37751
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
37752
|
+
"references": [
|
|
37753
|
+
{
|
|
37754
|
+
"name": "SwirlIconSize",
|
|
37755
|
+
"module": "../swirl-icon.types"
|
|
37756
|
+
}
|
|
37757
|
+
]
|
|
37758
|
+
},
|
|
37759
|
+
"default": "24",
|
|
37760
|
+
"fieldName": "size"
|
|
37761
|
+
}
|
|
37762
|
+
],
|
|
37763
|
+
"members": [
|
|
37764
|
+
{
|
|
37765
|
+
"kind": "field",
|
|
37766
|
+
"name": "color",
|
|
37767
|
+
"type": {
|
|
37768
|
+
"text": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\" | undefined",
|
|
37769
|
+
"references": [
|
|
37770
|
+
{
|
|
37771
|
+
"name": "SwirlIconColor",
|
|
37772
|
+
"module": "../swirl-icon"
|
|
37773
|
+
}
|
|
37774
|
+
]
|
|
37775
|
+
},
|
|
37776
|
+
"readonly": true,
|
|
37777
|
+
"attribute": "color"
|
|
37778
|
+
},
|
|
37779
|
+
{
|
|
37780
|
+
"kind": "field",
|
|
37781
|
+
"name": "label",
|
|
37782
|
+
"type": {
|
|
37783
|
+
"text": "string | undefined"
|
|
37784
|
+
},
|
|
37785
|
+
"readonly": true,
|
|
37786
|
+
"attribute": "label"
|
|
37787
|
+
},
|
|
37788
|
+
{
|
|
37789
|
+
"kind": "field",
|
|
37790
|
+
"name": "size",
|
|
37791
|
+
"type": {
|
|
37792
|
+
"text": "16 | 20 | 24 | 28 | undefined",
|
|
37793
|
+
"references": [
|
|
37794
|
+
{
|
|
37795
|
+
"name": "SwirlIconSize",
|
|
37796
|
+
"module": "../swirl-icon.types"
|
|
37797
|
+
}
|
|
37798
|
+
]
|
|
37799
|
+
},
|
|
37800
|
+
"default": "24",
|
|
37801
|
+
"readonly": true,
|
|
37802
|
+
"attribute": "size"
|
|
37803
|
+
}
|
|
37804
|
+
],
|
|
37805
|
+
"cssParts": [
|
|
37806
|
+
{
|
|
37807
|
+
"name": "icon"
|
|
37808
|
+
}
|
|
37809
|
+
]
|
|
37810
|
+
}
|
|
37811
|
+
],
|
|
37812
|
+
"exports": [
|
|
37813
|
+
{
|
|
37814
|
+
"kind": "js",
|
|
37815
|
+
"name": "SwirlIconUnderlined",
|
|
37816
|
+
"declaration": {
|
|
37817
|
+
"name": "SwirlIconUnderlined"
|
|
37818
|
+
}
|
|
37819
|
+
},
|
|
37820
|
+
{
|
|
37821
|
+
"kind": "custom-element-definition",
|
|
37822
|
+
"name": "swirl-icon-underlined",
|
|
37823
|
+
"declaration": {
|
|
37824
|
+
"name": "SwirlIconUnderlined"
|
|
37825
|
+
}
|
|
37826
|
+
}
|
|
37827
|
+
]
|
|
37828
|
+
},
|
|
37274
37829
|
{
|
|
37275
37830
|
"kind": "javascript-module",
|
|
37276
37831
|
"path": "src/components/swirl-icon/icons/swirl-icon-undo.tsx",
|