@genesislcap/rapid-design-system 14.307.0 → 14.307.2
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 +27 -0
- package/package.json +11 -11
|
@@ -28539,6 +28539,20 @@
|
|
|
28539
28539
|
"module": "src/status-pill/status-pill.ts"
|
|
28540
28540
|
}
|
|
28541
28541
|
},
|
|
28542
|
+
{
|
|
28543
|
+
"name": "date-countdown-unit",
|
|
28544
|
+
"type": {
|
|
28545
|
+
"text": "CountdownUnit"
|
|
28546
|
+
},
|
|
28547
|
+
"default": "'second'",
|
|
28548
|
+
"attribute": "date-countdown-unit",
|
|
28549
|
+
"fieldName": "dateCountdownUnit",
|
|
28550
|
+
"description": "the minimum unit of time shown in the countdown. Defaults to 'seconds'",
|
|
28551
|
+
"inheritedFrom": {
|
|
28552
|
+
"name": "StatusPill",
|
|
28553
|
+
"module": "src/status-pill/status-pill.ts"
|
|
28554
|
+
}
|
|
28555
|
+
},
|
|
28542
28556
|
{
|
|
28543
28557
|
"name": "icon-initial-background-color",
|
|
28544
28558
|
"type": {
|
|
@@ -28687,6 +28701,19 @@
|
|
|
28687
28701
|
"module": "src/status-pill/status-pill.ts"
|
|
28688
28702
|
}
|
|
28689
28703
|
},
|
|
28704
|
+
{
|
|
28705
|
+
"kind": "field",
|
|
28706
|
+
"name": "dateCountdownUnit",
|
|
28707
|
+
"type": {
|
|
28708
|
+
"text": "CountdownUnit"
|
|
28709
|
+
},
|
|
28710
|
+
"default": "'second'",
|
|
28711
|
+
"attribute": "date-countdown-unit",
|
|
28712
|
+
"inheritedFrom": {
|
|
28713
|
+
"name": "StatusPill",
|
|
28714
|
+
"module": "src/status-pill/status-pill.ts"
|
|
28715
|
+
}
|
|
28716
|
+
},
|
|
28690
28717
|
{
|
|
28691
28718
|
"kind": "field",
|
|
28692
28719
|
"name": "dateInterval",
|
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.307.
|
|
4
|
+
"version": "14.307.2",
|
|
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.307.
|
|
37
|
-
"@genesislcap/rollup-builder": "14.307.
|
|
38
|
-
"@genesislcap/ts-builder": "14.307.
|
|
39
|
-
"@genesislcap/uvu-playwright-builder": "14.307.
|
|
40
|
-
"@genesislcap/vite-builder": "14.307.
|
|
41
|
-
"@genesislcap/webpack-builder": "14.307.
|
|
36
|
+
"@genesislcap/genx": "14.307.2",
|
|
37
|
+
"@genesislcap/rollup-builder": "14.307.2",
|
|
38
|
+
"@genesislcap/ts-builder": "14.307.2",
|
|
39
|
+
"@genesislcap/uvu-playwright-builder": "14.307.2",
|
|
40
|
+
"@genesislcap/vite-builder": "14.307.2",
|
|
41
|
+
"@genesislcap/webpack-builder": "14.307.2"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@genesislcap/foundation-logger": "14.307.
|
|
45
|
-
"@genesislcap/foundation-ui": "14.307.
|
|
46
|
-
"@genesislcap/foundation-utils": "14.307.
|
|
44
|
+
"@genesislcap/foundation-logger": "14.307.2",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.307.2",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.307.2",
|
|
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": "a3bfd4199f20640443c512431840c7e8dedc5b4c"
|
|
64
64
|
}
|