@genesislcap/rapid-design-system 14.411.0 → 14.412.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/custom-elements.json +94 -20
- package/package.json +11 -11
|
@@ -753,13 +753,7 @@
|
|
|
753
753
|
},
|
|
754
754
|
{
|
|
755
755
|
"kind": "javascript-module",
|
|
756
|
-
"path": "src/
|
|
757
|
-
"declarations": [],
|
|
758
|
-
"exports": []
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"kind": "javascript-module",
|
|
762
|
-
"path": "src/_common/index.ts",
|
|
756
|
+
"path": "src/_config/index.ts",
|
|
763
757
|
"declarations": [],
|
|
764
758
|
"exports": [
|
|
765
759
|
{
|
|
@@ -767,22 +761,15 @@
|
|
|
767
761
|
"name": "*",
|
|
768
762
|
"declaration": {
|
|
769
763
|
"name": "*",
|
|
770
|
-
"package": "./
|
|
764
|
+
"package": "./styles"
|
|
771
765
|
}
|
|
772
|
-
}
|
|
773
|
-
]
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"kind": "javascript-module",
|
|
777
|
-
"path": "src/_config/index.ts",
|
|
778
|
-
"declarations": [],
|
|
779
|
-
"exports": [
|
|
766
|
+
},
|
|
780
767
|
{
|
|
781
768
|
"kind": "js",
|
|
782
769
|
"name": "*",
|
|
783
770
|
"declaration": {
|
|
784
771
|
"name": "*",
|
|
785
|
-
"package": "./
|
|
772
|
+
"package": "./tokens"
|
|
786
773
|
}
|
|
787
774
|
},
|
|
788
775
|
{
|
|
@@ -790,15 +777,28 @@
|
|
|
790
777
|
"name": "*",
|
|
791
778
|
"declaration": {
|
|
792
779
|
"name": "*",
|
|
793
|
-
"package": "./
|
|
780
|
+
"package": "./values"
|
|
794
781
|
}
|
|
795
|
-
}
|
|
782
|
+
}
|
|
783
|
+
]
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"kind": "javascript-module",
|
|
787
|
+
"path": "src/_common/color.hex.ts",
|
|
788
|
+
"declarations": [],
|
|
789
|
+
"exports": []
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"kind": "javascript-module",
|
|
793
|
+
"path": "src/_common/index.ts",
|
|
794
|
+
"declarations": [],
|
|
795
|
+
"exports": [
|
|
796
796
|
{
|
|
797
797
|
"kind": "js",
|
|
798
798
|
"name": "*",
|
|
799
799
|
"declaration": {
|
|
800
800
|
"name": "*",
|
|
801
|
-
"package": "./
|
|
801
|
+
"package": "./color.hex"
|
|
802
802
|
}
|
|
803
803
|
}
|
|
804
804
|
]
|
|
@@ -36636,6 +36636,43 @@
|
|
|
36636
36636
|
"module": "src/text-field/text-field.ts"
|
|
36637
36637
|
}
|
|
36638
36638
|
},
|
|
36639
|
+
{
|
|
36640
|
+
"name": "prefix",
|
|
36641
|
+
"type": {
|
|
36642
|
+
"text": "string"
|
|
36643
|
+
},
|
|
36644
|
+
"description": "Optional non-editable label shown on the left inside the field, before the input.",
|
|
36645
|
+
"fieldName": "prefix",
|
|
36646
|
+
"inheritedFrom": {
|
|
36647
|
+
"name": "TextField",
|
|
36648
|
+
"module": "src/text-field/text-field.ts"
|
|
36649
|
+
}
|
|
36650
|
+
},
|
|
36651
|
+
{
|
|
36652
|
+
"name": "suffix",
|
|
36653
|
+
"type": {
|
|
36654
|
+
"text": "string"
|
|
36655
|
+
},
|
|
36656
|
+
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
|
|
36657
|
+
"fieldName": "suffix",
|
|
36658
|
+
"inheritedFrom": {
|
|
36659
|
+
"name": "TextField",
|
|
36660
|
+
"module": "src/text-field/text-field.ts"
|
|
36661
|
+
}
|
|
36662
|
+
},
|
|
36663
|
+
{
|
|
36664
|
+
"name": "hide-affix-from-screen-reader",
|
|
36665
|
+
"type": {
|
|
36666
|
+
"text": "boolean"
|
|
36667
|
+
},
|
|
36668
|
+
"default": "false",
|
|
36669
|
+
"description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the control’s `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text.",
|
|
36670
|
+
"fieldName": "hideAffixFromScreenReader",
|
|
36671
|
+
"inheritedFrom": {
|
|
36672
|
+
"name": "TextField",
|
|
36673
|
+
"module": "src/text-field/text-field.ts"
|
|
36674
|
+
}
|
|
36675
|
+
},
|
|
36639
36676
|
{
|
|
36640
36677
|
"name": "readonly",
|
|
36641
36678
|
"type": {
|
|
@@ -36762,6 +36799,43 @@
|
|
|
36762
36799
|
"module": "src/text-field/text-field.ts"
|
|
36763
36800
|
}
|
|
36764
36801
|
},
|
|
36802
|
+
{
|
|
36803
|
+
"kind": "field",
|
|
36804
|
+
"name": "prefix",
|
|
36805
|
+
"type": {
|
|
36806
|
+
"text": "string"
|
|
36807
|
+
},
|
|
36808
|
+
"description": "Optional non-editable label shown on the left inside the field, before the input.",
|
|
36809
|
+
"inheritedFrom": {
|
|
36810
|
+
"name": "TextField",
|
|
36811
|
+
"module": "src/text-field/text-field.ts"
|
|
36812
|
+
}
|
|
36813
|
+
},
|
|
36814
|
+
{
|
|
36815
|
+
"kind": "field",
|
|
36816
|
+
"name": "suffix",
|
|
36817
|
+
"type": {
|
|
36818
|
+
"text": "string"
|
|
36819
|
+
},
|
|
36820
|
+
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
|
|
36821
|
+
"inheritedFrom": {
|
|
36822
|
+
"name": "TextField",
|
|
36823
|
+
"module": "src/text-field/text-field.ts"
|
|
36824
|
+
}
|
|
36825
|
+
},
|
|
36826
|
+
{
|
|
36827
|
+
"kind": "field",
|
|
36828
|
+
"name": "hideAffixFromScreenReader",
|
|
36829
|
+
"type": {
|
|
36830
|
+
"text": "boolean"
|
|
36831
|
+
},
|
|
36832
|
+
"default": "false",
|
|
36833
|
+
"description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the control’s `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text.",
|
|
36834
|
+
"inheritedFrom": {
|
|
36835
|
+
"name": "TextField",
|
|
36836
|
+
"module": "src/text-field/text-field.ts"
|
|
36837
|
+
}
|
|
36838
|
+
},
|
|
36765
36839
|
{
|
|
36766
36840
|
"kind": "field",
|
|
36767
36841
|
"name": "readOnly",
|
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.
|
|
4
|
+
"version": "14.412.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
38
|
-
"@genesislcap/genx": "14.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.
|
|
40
|
-
"@genesislcap/ts-builder": "14.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
42
|
-
"@genesislcap/vite-builder": "14.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.
|
|
38
|
+
"@genesislcap/genx": "14.412.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.412.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.412.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.412.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.412.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.412.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-logger": "14.
|
|
47
|
-
"@genesislcap/foundation-ui": "14.
|
|
48
|
-
"@genesislcap/foundation-utils": "14.
|
|
46
|
+
"@genesislcap/foundation-logger": "14.412.0",
|
|
47
|
+
"@genesislcap/foundation-ui": "14.412.0",
|
|
48
|
+
"@genesislcap/foundation-utils": "14.412.0",
|
|
49
49
|
"@microsoft/fast-colors": "5.3.1",
|
|
50
50
|
"@microsoft/fast-components": "2.30.6",
|
|
51
51
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "b759370097c295bea2a87d6f3a132ec6dba807ca"
|
|
66
66
|
}
|