@genesislcap/rapid-design-system 14.411.0 → 14.413.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.
@@ -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.411.0",
4
+ "version": "14.413.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.411.0",
39
- "@genesislcap/rollup-builder": "14.411.0",
40
- "@genesislcap/ts-builder": "14.411.0",
41
- "@genesislcap/uvu-playwright-builder": "14.411.0",
42
- "@genesislcap/vite-builder": "14.411.0",
43
- "@genesislcap/webpack-builder": "14.411.0"
38
+ "@genesislcap/genx": "14.413.0",
39
+ "@genesislcap/rollup-builder": "14.413.0",
40
+ "@genesislcap/ts-builder": "14.413.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.413.0",
42
+ "@genesislcap/vite-builder": "14.413.0",
43
+ "@genesislcap/webpack-builder": "14.413.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.411.0",
47
- "@genesislcap/foundation-ui": "14.411.0",
48
- "@genesislcap/foundation-utils": "14.411.0",
46
+ "@genesislcap/foundation-logger": "14.413.0",
47
+ "@genesislcap/foundation-ui": "14.413.0",
48
+ "@genesislcap/foundation-utils": "14.413.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": "f0f06261f9263da766433fa02f4c011c3391e3c4"
65
+ "gitHead": "63a1d5ed29bdffacfde372a0f5a1fca715bfbb51"
66
66
  }