@genesislcap/rapid-design-system 14.343.0 → 14.343.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.
- package/dist/custom-elements.json +157 -157
- package/package.json +11 -11
|
@@ -21952,163 +21952,6 @@
|
|
|
21952
21952
|
}
|
|
21953
21953
|
]
|
|
21954
21954
|
},
|
|
21955
|
-
{
|
|
21956
|
-
"kind": "javascript-module",
|
|
21957
|
-
"path": "src/progress-ring/index.ts",
|
|
21958
|
-
"declarations": [],
|
|
21959
|
-
"exports": [
|
|
21960
|
-
{
|
|
21961
|
-
"kind": "js",
|
|
21962
|
-
"name": "*",
|
|
21963
|
-
"declaration": {
|
|
21964
|
-
"name": "*",
|
|
21965
|
-
"package": "./progress-ring"
|
|
21966
|
-
}
|
|
21967
|
-
},
|
|
21968
|
-
{
|
|
21969
|
-
"kind": "js",
|
|
21970
|
-
"name": "*",
|
|
21971
|
-
"declaration": {
|
|
21972
|
-
"name": "*",
|
|
21973
|
-
"package": "./progress-ring.styles"
|
|
21974
|
-
}
|
|
21975
|
-
},
|
|
21976
|
-
{
|
|
21977
|
-
"kind": "js",
|
|
21978
|
-
"name": "*",
|
|
21979
|
-
"declaration": {
|
|
21980
|
-
"name": "*",
|
|
21981
|
-
"package": "./progress-ring.template"
|
|
21982
|
-
}
|
|
21983
|
-
}
|
|
21984
|
-
]
|
|
21985
|
-
},
|
|
21986
|
-
{
|
|
21987
|
-
"kind": "javascript-module",
|
|
21988
|
-
"path": "src/progress-ring/progress-ring.styles.ts",
|
|
21989
|
-
"declarations": [
|
|
21990
|
-
{
|
|
21991
|
-
"kind": "function",
|
|
21992
|
-
"name": "rapidProgressRingStyles",
|
|
21993
|
-
"return": {
|
|
21994
|
-
"type": {
|
|
21995
|
-
"text": "ElementStyles"
|
|
21996
|
-
}
|
|
21997
|
-
},
|
|
21998
|
-
"parameters": [
|
|
21999
|
-
{
|
|
22000
|
-
"name": "context",
|
|
22001
|
-
"type": {
|
|
22002
|
-
"text": "ElementDefinitionContext"
|
|
22003
|
-
}
|
|
22004
|
-
},
|
|
22005
|
-
{
|
|
22006
|
-
"name": "definition",
|
|
22007
|
-
"type": {
|
|
22008
|
-
"text": "ProgressRingOptions"
|
|
22009
|
-
}
|
|
22010
|
-
}
|
|
22011
|
-
]
|
|
22012
|
-
}
|
|
22013
|
-
],
|
|
22014
|
-
"exports": [
|
|
22015
|
-
{
|
|
22016
|
-
"kind": "js",
|
|
22017
|
-
"name": "rapidProgressRingStyles",
|
|
22018
|
-
"declaration": {
|
|
22019
|
-
"name": "rapidProgressRingStyles",
|
|
22020
|
-
"module": "src/progress-ring/progress-ring.styles.ts"
|
|
22021
|
-
}
|
|
22022
|
-
}
|
|
22023
|
-
]
|
|
22024
|
-
},
|
|
22025
|
-
{
|
|
22026
|
-
"kind": "javascript-module",
|
|
22027
|
-
"path": "src/progress-ring/progress-ring.template.ts",
|
|
22028
|
-
"declarations": [
|
|
22029
|
-
{
|
|
22030
|
-
"kind": "function",
|
|
22031
|
-
"name": "rapidProgressRingTemplate",
|
|
22032
|
-
"parameters": [
|
|
22033
|
-
{
|
|
22034
|
-
"name": "context",
|
|
22035
|
-
"type": {
|
|
22036
|
-
"text": "ElementDefinitionContext"
|
|
22037
|
-
}
|
|
22038
|
-
},
|
|
22039
|
-
{
|
|
22040
|
-
"name": "definition",
|
|
22041
|
-
"type": {
|
|
22042
|
-
"text": "ProgressRingOptions"
|
|
22043
|
-
}
|
|
22044
|
-
}
|
|
22045
|
-
]
|
|
22046
|
-
}
|
|
22047
|
-
],
|
|
22048
|
-
"exports": [
|
|
22049
|
-
{
|
|
22050
|
-
"kind": "js",
|
|
22051
|
-
"name": "rapidProgressRingTemplate",
|
|
22052
|
-
"declaration": {
|
|
22053
|
-
"name": "rapidProgressRingTemplate",
|
|
22054
|
-
"module": "src/progress-ring/progress-ring.template.ts"
|
|
22055
|
-
}
|
|
22056
|
-
}
|
|
22057
|
-
]
|
|
22058
|
-
},
|
|
22059
|
-
{
|
|
22060
|
-
"kind": "javascript-module",
|
|
22061
|
-
"path": "src/progress-ring/progress-ring.ts",
|
|
22062
|
-
"declarations": [
|
|
22063
|
-
{
|
|
22064
|
-
"kind": "class",
|
|
22065
|
-
"description": "",
|
|
22066
|
-
"name": "ProgressRing",
|
|
22067
|
-
"superclass": {
|
|
22068
|
-
"name": "FoundationProgressRing",
|
|
22069
|
-
"package": "@genesislcap/foundation-ui"
|
|
22070
|
-
}
|
|
22071
|
-
},
|
|
22072
|
-
{
|
|
22073
|
-
"kind": "variable",
|
|
22074
|
-
"name": "defaultrapidProgressRingConfig",
|
|
22075
|
-
"type": {
|
|
22076
|
-
"text": "object"
|
|
22077
|
-
},
|
|
22078
|
-
"default": "{}"
|
|
22079
|
-
},
|
|
22080
|
-
{
|
|
22081
|
-
"kind": "variable",
|
|
22082
|
-
"name": "rapidProgressRing"
|
|
22083
|
-
}
|
|
22084
|
-
],
|
|
22085
|
-
"exports": [
|
|
22086
|
-
{
|
|
22087
|
-
"kind": "js",
|
|
22088
|
-
"name": "ProgressRing",
|
|
22089
|
-
"declaration": {
|
|
22090
|
-
"name": "ProgressRing",
|
|
22091
|
-
"module": "src/progress-ring/progress-ring.ts"
|
|
22092
|
-
}
|
|
22093
|
-
},
|
|
22094
|
-
{
|
|
22095
|
-
"kind": "js",
|
|
22096
|
-
"name": "defaultrapidProgressRingConfig",
|
|
22097
|
-
"declaration": {
|
|
22098
|
-
"name": "defaultrapidProgressRingConfig",
|
|
22099
|
-
"module": "src/progress-ring/progress-ring.ts"
|
|
22100
|
-
}
|
|
22101
|
-
},
|
|
22102
|
-
{
|
|
22103
|
-
"kind": "js",
|
|
22104
|
-
"name": "rapidProgressRing",
|
|
22105
|
-
"declaration": {
|
|
22106
|
-
"name": "rapidProgressRing",
|
|
22107
|
-
"module": "src/progress-ring/progress-ring.ts"
|
|
22108
|
-
}
|
|
22109
|
-
}
|
|
22110
|
-
]
|
|
22111
|
-
},
|
|
22112
21955
|
{
|
|
22113
21956
|
"kind": "javascript-module",
|
|
22114
21957
|
"path": "src/radio/index.ts",
|
|
@@ -22456,6 +22299,163 @@
|
|
|
22456
22299
|
}
|
|
22457
22300
|
]
|
|
22458
22301
|
},
|
|
22302
|
+
{
|
|
22303
|
+
"kind": "javascript-module",
|
|
22304
|
+
"path": "src/progress-ring/index.ts",
|
|
22305
|
+
"declarations": [],
|
|
22306
|
+
"exports": [
|
|
22307
|
+
{
|
|
22308
|
+
"kind": "js",
|
|
22309
|
+
"name": "*",
|
|
22310
|
+
"declaration": {
|
|
22311
|
+
"name": "*",
|
|
22312
|
+
"package": "./progress-ring"
|
|
22313
|
+
}
|
|
22314
|
+
},
|
|
22315
|
+
{
|
|
22316
|
+
"kind": "js",
|
|
22317
|
+
"name": "*",
|
|
22318
|
+
"declaration": {
|
|
22319
|
+
"name": "*",
|
|
22320
|
+
"package": "./progress-ring.styles"
|
|
22321
|
+
}
|
|
22322
|
+
},
|
|
22323
|
+
{
|
|
22324
|
+
"kind": "js",
|
|
22325
|
+
"name": "*",
|
|
22326
|
+
"declaration": {
|
|
22327
|
+
"name": "*",
|
|
22328
|
+
"package": "./progress-ring.template"
|
|
22329
|
+
}
|
|
22330
|
+
}
|
|
22331
|
+
]
|
|
22332
|
+
},
|
|
22333
|
+
{
|
|
22334
|
+
"kind": "javascript-module",
|
|
22335
|
+
"path": "src/progress-ring/progress-ring.styles.ts",
|
|
22336
|
+
"declarations": [
|
|
22337
|
+
{
|
|
22338
|
+
"kind": "function",
|
|
22339
|
+
"name": "rapidProgressRingStyles",
|
|
22340
|
+
"return": {
|
|
22341
|
+
"type": {
|
|
22342
|
+
"text": "ElementStyles"
|
|
22343
|
+
}
|
|
22344
|
+
},
|
|
22345
|
+
"parameters": [
|
|
22346
|
+
{
|
|
22347
|
+
"name": "context",
|
|
22348
|
+
"type": {
|
|
22349
|
+
"text": "ElementDefinitionContext"
|
|
22350
|
+
}
|
|
22351
|
+
},
|
|
22352
|
+
{
|
|
22353
|
+
"name": "definition",
|
|
22354
|
+
"type": {
|
|
22355
|
+
"text": "ProgressRingOptions"
|
|
22356
|
+
}
|
|
22357
|
+
}
|
|
22358
|
+
]
|
|
22359
|
+
}
|
|
22360
|
+
],
|
|
22361
|
+
"exports": [
|
|
22362
|
+
{
|
|
22363
|
+
"kind": "js",
|
|
22364
|
+
"name": "rapidProgressRingStyles",
|
|
22365
|
+
"declaration": {
|
|
22366
|
+
"name": "rapidProgressRingStyles",
|
|
22367
|
+
"module": "src/progress-ring/progress-ring.styles.ts"
|
|
22368
|
+
}
|
|
22369
|
+
}
|
|
22370
|
+
]
|
|
22371
|
+
},
|
|
22372
|
+
{
|
|
22373
|
+
"kind": "javascript-module",
|
|
22374
|
+
"path": "src/progress-ring/progress-ring.template.ts",
|
|
22375
|
+
"declarations": [
|
|
22376
|
+
{
|
|
22377
|
+
"kind": "function",
|
|
22378
|
+
"name": "rapidProgressRingTemplate",
|
|
22379
|
+
"parameters": [
|
|
22380
|
+
{
|
|
22381
|
+
"name": "context",
|
|
22382
|
+
"type": {
|
|
22383
|
+
"text": "ElementDefinitionContext"
|
|
22384
|
+
}
|
|
22385
|
+
},
|
|
22386
|
+
{
|
|
22387
|
+
"name": "definition",
|
|
22388
|
+
"type": {
|
|
22389
|
+
"text": "ProgressRingOptions"
|
|
22390
|
+
}
|
|
22391
|
+
}
|
|
22392
|
+
]
|
|
22393
|
+
}
|
|
22394
|
+
],
|
|
22395
|
+
"exports": [
|
|
22396
|
+
{
|
|
22397
|
+
"kind": "js",
|
|
22398
|
+
"name": "rapidProgressRingTemplate",
|
|
22399
|
+
"declaration": {
|
|
22400
|
+
"name": "rapidProgressRingTemplate",
|
|
22401
|
+
"module": "src/progress-ring/progress-ring.template.ts"
|
|
22402
|
+
}
|
|
22403
|
+
}
|
|
22404
|
+
]
|
|
22405
|
+
},
|
|
22406
|
+
{
|
|
22407
|
+
"kind": "javascript-module",
|
|
22408
|
+
"path": "src/progress-ring/progress-ring.ts",
|
|
22409
|
+
"declarations": [
|
|
22410
|
+
{
|
|
22411
|
+
"kind": "class",
|
|
22412
|
+
"description": "",
|
|
22413
|
+
"name": "ProgressRing",
|
|
22414
|
+
"superclass": {
|
|
22415
|
+
"name": "FoundationProgressRing",
|
|
22416
|
+
"package": "@genesislcap/foundation-ui"
|
|
22417
|
+
}
|
|
22418
|
+
},
|
|
22419
|
+
{
|
|
22420
|
+
"kind": "variable",
|
|
22421
|
+
"name": "defaultrapidProgressRingConfig",
|
|
22422
|
+
"type": {
|
|
22423
|
+
"text": "object"
|
|
22424
|
+
},
|
|
22425
|
+
"default": "{}"
|
|
22426
|
+
},
|
|
22427
|
+
{
|
|
22428
|
+
"kind": "variable",
|
|
22429
|
+
"name": "rapidProgressRing"
|
|
22430
|
+
}
|
|
22431
|
+
],
|
|
22432
|
+
"exports": [
|
|
22433
|
+
{
|
|
22434
|
+
"kind": "js",
|
|
22435
|
+
"name": "ProgressRing",
|
|
22436
|
+
"declaration": {
|
|
22437
|
+
"name": "ProgressRing",
|
|
22438
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
22439
|
+
}
|
|
22440
|
+
},
|
|
22441
|
+
{
|
|
22442
|
+
"kind": "js",
|
|
22443
|
+
"name": "defaultrapidProgressRingConfig",
|
|
22444
|
+
"declaration": {
|
|
22445
|
+
"name": "defaultrapidProgressRingConfig",
|
|
22446
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
22447
|
+
}
|
|
22448
|
+
},
|
|
22449
|
+
{
|
|
22450
|
+
"kind": "js",
|
|
22451
|
+
"name": "rapidProgressRing",
|
|
22452
|
+
"declaration": {
|
|
22453
|
+
"name": "rapidProgressRing",
|
|
22454
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
22455
|
+
}
|
|
22456
|
+
}
|
|
22457
|
+
]
|
|
22458
|
+
},
|
|
22459
22459
|
{
|
|
22460
22460
|
"kind": "javascript-module",
|
|
22461
22461
|
"path": "src/radio-group/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.343.
|
|
4
|
+
"version": "14.343.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
36
|
-
"@genesislcap/genx": "14.343.
|
|
37
|
-
"@genesislcap/rollup-builder": "14.343.
|
|
38
|
-
"@genesislcap/ts-builder": "14.343.
|
|
39
|
-
"@genesislcap/uvu-playwright-builder": "14.343.
|
|
40
|
-
"@genesislcap/vite-builder": "14.343.
|
|
41
|
-
"@genesislcap/webpack-builder": "14.343.
|
|
36
|
+
"@genesislcap/genx": "14.343.1",
|
|
37
|
+
"@genesislcap/rollup-builder": "14.343.1",
|
|
38
|
+
"@genesislcap/ts-builder": "14.343.1",
|
|
39
|
+
"@genesislcap/uvu-playwright-builder": "14.343.1",
|
|
40
|
+
"@genesislcap/vite-builder": "14.343.1",
|
|
41
|
+
"@genesislcap/webpack-builder": "14.343.1"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@genesislcap/foundation-logger": "14.343.
|
|
45
|
-
"@genesislcap/foundation-ui": "14.343.
|
|
46
|
-
"@genesislcap/foundation-utils": "14.343.
|
|
44
|
+
"@genesislcap/foundation-logger": "14.343.1",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.343.1",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.343.1",
|
|
47
47
|
"@microsoft/fast-colors": "5.3.1",
|
|
48
48
|
"@microsoft/fast-components": "2.30.6",
|
|
49
49
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"customElements": "dist/custom-elements.json",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "33d3a8edffde1de055eb8de0eb26fc5c79f53239"
|
|
64
64
|
}
|