@genesislcap/foundation-zero 14.416.1-alpha-c3adbe7.0 → 14.417.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.
@@ -929,6 +929,154 @@
929
929
  }
930
930
  ]
931
931
  },
932
+ {
933
+ "kind": "javascript-module",
934
+ "path": "src/accordion/accordion.styles.ts",
935
+ "declarations": [
936
+ {
937
+ "kind": "function",
938
+ "name": "zeroAccordionStyles",
939
+ "return": {
940
+ "type": {
941
+ "text": "ElementStyles"
942
+ }
943
+ },
944
+ "parameters": [
945
+ {
946
+ "name": "context",
947
+ "type": {
948
+ "text": "ElementDefinitionContext"
949
+ }
950
+ },
951
+ {
952
+ "name": "definition",
953
+ "type": {
954
+ "text": "FoundationElementDefinition"
955
+ }
956
+ }
957
+ ]
958
+ }
959
+ ],
960
+ "exports": [
961
+ {
962
+ "kind": "js",
963
+ "name": "zeroAccordionStyles",
964
+ "declaration": {
965
+ "name": "zeroAccordionStyles",
966
+ "module": "src/accordion/accordion.styles.ts"
967
+ }
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "kind": "javascript-module",
973
+ "path": "src/accordion/accordion.template.ts",
974
+ "declarations": [
975
+ {
976
+ "kind": "function",
977
+ "name": "zeroAccordionTemplate",
978
+ "return": {
979
+ "type": {
980
+ "text": "ViewTemplate<Accordion>"
981
+ }
982
+ },
983
+ "parameters": [
984
+ {
985
+ "name": "context",
986
+ "type": {
987
+ "text": "ElementDefinitionContext"
988
+ }
989
+ },
990
+ {
991
+ "name": "definition",
992
+ "type": {
993
+ "text": "FoundationElementDefinition"
994
+ }
995
+ }
996
+ ]
997
+ }
998
+ ],
999
+ "exports": [
1000
+ {
1001
+ "kind": "js",
1002
+ "name": "zeroAccordionTemplate",
1003
+ "declaration": {
1004
+ "name": "zeroAccordionTemplate",
1005
+ "module": "src/accordion/accordion.template.ts"
1006
+ }
1007
+ }
1008
+ ]
1009
+ },
1010
+ {
1011
+ "kind": "javascript-module",
1012
+ "path": "src/accordion/accordion.ts",
1013
+ "declarations": [
1014
+ {
1015
+ "kind": "class",
1016
+ "description": "",
1017
+ "name": "Accordion",
1018
+ "superclass": {
1019
+ "name": "FoundationAccordion",
1020
+ "package": "@genesislcap/foundation-ui"
1021
+ },
1022
+ "tagName": "%%prefix%%-card",
1023
+ "customElement": true
1024
+ },
1025
+ {
1026
+ "kind": "variable",
1027
+ "name": "zeroAccordion"
1028
+ }
1029
+ ],
1030
+ "exports": [
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "Accordion",
1034
+ "declaration": {
1035
+ "name": "Accordion",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "zeroAccordion",
1042
+ "declaration": {
1043
+ "name": "zeroAccordion",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/accordion/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./accordion"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./accordion.styles"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion.template"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
932
1080
  {
933
1081
  "kind": "javascript-module",
934
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1289,154 +1437,6 @@
1289
1437
  }
1290
1438
  ]
1291
1439
  },
1292
- {
1293
- "kind": "javascript-module",
1294
- "path": "src/accordion/accordion.styles.ts",
1295
- "declarations": [
1296
- {
1297
- "kind": "function",
1298
- "name": "zeroAccordionStyles",
1299
- "return": {
1300
- "type": {
1301
- "text": "ElementStyles"
1302
- }
1303
- },
1304
- "parameters": [
1305
- {
1306
- "name": "context",
1307
- "type": {
1308
- "text": "ElementDefinitionContext"
1309
- }
1310
- },
1311
- {
1312
- "name": "definition",
1313
- "type": {
1314
- "text": "FoundationElementDefinition"
1315
- }
1316
- }
1317
- ]
1318
- }
1319
- ],
1320
- "exports": [
1321
- {
1322
- "kind": "js",
1323
- "name": "zeroAccordionStyles",
1324
- "declaration": {
1325
- "name": "zeroAccordionStyles",
1326
- "module": "src/accordion/accordion.styles.ts"
1327
- }
1328
- }
1329
- ]
1330
- },
1331
- {
1332
- "kind": "javascript-module",
1333
- "path": "src/accordion/accordion.template.ts",
1334
- "declarations": [
1335
- {
1336
- "kind": "function",
1337
- "name": "zeroAccordionTemplate",
1338
- "return": {
1339
- "type": {
1340
- "text": "ViewTemplate<Accordion>"
1341
- }
1342
- },
1343
- "parameters": [
1344
- {
1345
- "name": "context",
1346
- "type": {
1347
- "text": "ElementDefinitionContext"
1348
- }
1349
- },
1350
- {
1351
- "name": "definition",
1352
- "type": {
1353
- "text": "FoundationElementDefinition"
1354
- }
1355
- }
1356
- ]
1357
- }
1358
- ],
1359
- "exports": [
1360
- {
1361
- "kind": "js",
1362
- "name": "zeroAccordionTemplate",
1363
- "declaration": {
1364
- "name": "zeroAccordionTemplate",
1365
- "module": "src/accordion/accordion.template.ts"
1366
- }
1367
- }
1368
- ]
1369
- },
1370
- {
1371
- "kind": "javascript-module",
1372
- "path": "src/accordion/accordion.ts",
1373
- "declarations": [
1374
- {
1375
- "kind": "class",
1376
- "description": "",
1377
- "name": "Accordion",
1378
- "superclass": {
1379
- "name": "FoundationAccordion",
1380
- "package": "@genesislcap/foundation-ui"
1381
- },
1382
- "tagName": "%%prefix%%-card",
1383
- "customElement": true
1384
- },
1385
- {
1386
- "kind": "variable",
1387
- "name": "zeroAccordion"
1388
- }
1389
- ],
1390
- "exports": [
1391
- {
1392
- "kind": "js",
1393
- "name": "Accordion",
1394
- "declaration": {
1395
- "name": "Accordion",
1396
- "module": "src/accordion/accordion.ts"
1397
- }
1398
- },
1399
- {
1400
- "kind": "js",
1401
- "name": "zeroAccordion",
1402
- "declaration": {
1403
- "name": "zeroAccordion",
1404
- "module": "src/accordion/accordion.ts"
1405
- }
1406
- }
1407
- ]
1408
- },
1409
- {
1410
- "kind": "javascript-module",
1411
- "path": "src/accordion/index.ts",
1412
- "declarations": [],
1413
- "exports": [
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./accordion"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./accordion.styles"
1428
- }
1429
- },
1430
- {
1431
- "kind": "js",
1432
- "name": "*",
1433
- "declaration": {
1434
- "name": "*",
1435
- "package": "./accordion.template"
1436
- }
1437
- }
1438
- ]
1439
- },
1440
1440
  {
1441
1441
  "kind": "javascript-module",
1442
1442
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -18525,6 +18525,14 @@
18525
18525
  "module": "src/flyout/flyout.ts"
18526
18526
  }
18527
18527
  },
18528
+ {
18529
+ "kind": "method",
18530
+ "name": "flyoutWidthChanged",
18531
+ "inheritedFrom": {
18532
+ "name": "Flyout",
18533
+ "module": "src/flyout/flyout.ts"
18534
+ }
18535
+ },
18528
18536
  {
18529
18537
  "kind": "field",
18530
18538
  "name": "displayHeader",
@@ -25808,121 +25816,44 @@
25808
25816
  },
25809
25817
  "tagName": "%%prefix%%-number-field",
25810
25818
  "customElement": true,
25811
- "attributes": [
25812
- {
25813
- "name": "autocomplete",
25814
- "type": {
25815
- "text": "string"
25816
- },
25817
- "default": "'off'",
25818
- "fieldName": "autocomplete",
25819
- "inheritedFrom": {
25820
- "name": "NumberField",
25821
- "module": "src/number-field/number-field.ts"
25822
- }
25823
- },
25824
- {
25825
- "type": {
25826
- "text": "number"
25827
- },
25828
- "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
25829
- "fieldName": "hideStep",
25830
- "default": "false",
25831
- "inheritedFrom": {
25832
- "name": "NumberField",
25833
- "module": "src/number-field/number-field.ts"
25834
- }
25835
- },
25819
+ "members": [
25836
25820
  {
25837
- "name": "value",
25821
+ "kind": "field",
25822
+ "name": "prefix",
25838
25823
  "type": {
25839
25824
  "text": "string"
25840
25825
  },
25841
- "default": "''",
25842
- "fieldName": "value",
25826
+ "description": "Optional non-editable label shown on the left inside the field, before the input.",
25843
25827
  "inheritedFrom": {
25844
25828
  "name": "NumberField",
25845
25829
  "module": "src/number-field/number-field.ts"
25846
25830
  }
25847
25831
  },
25848
25832
  {
25849
- "name": "locale",
25833
+ "kind": "field",
25834
+ "name": "suffix",
25850
25835
  "type": {
25851
25836
  "text": "string"
25852
25837
  },
25853
- "default": "'en-US'",
25854
- "fieldName": "locale",
25855
- "inheritedFrom": {
25856
- "name": "NumberField",
25857
- "module": "src/number-field/number-field.ts"
25858
- }
25859
- },
25860
- {
25861
- "name": "maximumInputPrecision",
25862
- "type": {
25863
- "text": "number"
25864
- },
25865
- "default": "MAX_INPUT_PRECISION",
25866
- "resolveInitializer": {
25867
- "module": "src/number-field/number-field.ts"
25868
- },
25869
- "fieldName": "maximumInputPrecision",
25870
- "inheritedFrom": {
25871
- "name": "NumberField",
25872
- "module": "src/number-field/number-field.ts"
25873
- }
25874
- },
25875
- {
25876
- "name": "readonly",
25877
- "type": {
25878
- "text": "boolean"
25879
- },
25880
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
25881
- "fieldName": "readOnly",
25838
+ "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
25882
25839
  "inheritedFrom": {
25883
25840
  "name": "NumberField",
25884
25841
  "module": "src/number-field/number-field.ts"
25885
25842
  }
25886
25843
  },
25887
25844
  {
25888
- "name": "hide-step",
25845
+ "kind": "field",
25846
+ "name": "hideAffixFromScreenReader",
25889
25847
  "type": {
25890
25848
  "text": "boolean"
25891
25849
  },
25892
25850
  "default": "false",
25893
- "description": "When true, spin buttons will not be rendered",
25894
- "fieldName": "hideStep",
25895
- "inheritedFrom": {
25896
- "name": "NumberField",
25897
- "module": "src/number-field/number-field.ts"
25898
- }
25899
- },
25900
- {
25901
- "name": "placeholder",
25902
- "type": {
25903
- "text": "string"
25904
- },
25905
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
25906
- "fieldName": "placeholder",
25851
+ "description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes,\nand 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.",
25907
25852
  "inheritedFrom": {
25908
25853
  "name": "NumberField",
25909
25854
  "module": "src/number-field/number-field.ts"
25910
25855
  }
25911
25856
  },
25912
- {
25913
- "name": "list",
25914
- "type": {
25915
- "text": "string"
25916
- },
25917
- "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
25918
- "fieldName": "list",
25919
- "inheritedFrom": {
25920
- "name": "NumberField",
25921
- "module": "src/number-field/number-field.ts"
25922
- }
25923
- }
25924
- ],
25925
- "members": [
25926
25857
  {
25927
25858
  "kind": "field",
25928
25859
  "name": "autocomplete",
@@ -26415,6 +26346,120 @@
26415
26346
  }
26416
26347
  }
26417
26348
  ],
26349
+ "attributes": [
26350
+ {
26351
+ "name": "autocomplete",
26352
+ "type": {
26353
+ "text": "string"
26354
+ },
26355
+ "default": "'off'",
26356
+ "fieldName": "autocomplete",
26357
+ "inheritedFrom": {
26358
+ "name": "NumberField",
26359
+ "module": "src/number-field/number-field.ts"
26360
+ }
26361
+ },
26362
+ {
26363
+ "type": {
26364
+ "text": "number"
26365
+ },
26366
+ "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
26367
+ "fieldName": "hideStep",
26368
+ "default": "false",
26369
+ "inheritedFrom": {
26370
+ "name": "NumberField",
26371
+ "module": "src/number-field/number-field.ts"
26372
+ }
26373
+ },
26374
+ {
26375
+ "name": "value",
26376
+ "type": {
26377
+ "text": "string"
26378
+ },
26379
+ "default": "''",
26380
+ "fieldName": "value",
26381
+ "inheritedFrom": {
26382
+ "name": "NumberField",
26383
+ "module": "src/number-field/number-field.ts"
26384
+ }
26385
+ },
26386
+ {
26387
+ "name": "locale",
26388
+ "type": {
26389
+ "text": "string"
26390
+ },
26391
+ "default": "'en-US'",
26392
+ "fieldName": "locale",
26393
+ "inheritedFrom": {
26394
+ "name": "NumberField",
26395
+ "module": "src/number-field/number-field.ts"
26396
+ }
26397
+ },
26398
+ {
26399
+ "name": "maximumInputPrecision",
26400
+ "type": {
26401
+ "text": "number"
26402
+ },
26403
+ "default": "MAX_INPUT_PRECISION",
26404
+ "resolveInitializer": {
26405
+ "module": "src/number-field/number-field.ts"
26406
+ },
26407
+ "fieldName": "maximumInputPrecision",
26408
+ "inheritedFrom": {
26409
+ "name": "NumberField",
26410
+ "module": "src/number-field/number-field.ts"
26411
+ }
26412
+ },
26413
+ {
26414
+ "name": "readonly",
26415
+ "type": {
26416
+ "text": "boolean"
26417
+ },
26418
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
26419
+ "fieldName": "readOnly",
26420
+ "inheritedFrom": {
26421
+ "name": "NumberField",
26422
+ "module": "src/number-field/number-field.ts"
26423
+ }
26424
+ },
26425
+ {
26426
+ "name": "hide-step",
26427
+ "type": {
26428
+ "text": "boolean"
26429
+ },
26430
+ "default": "false",
26431
+ "description": "When true, spin buttons will not be rendered",
26432
+ "fieldName": "hideStep",
26433
+ "inheritedFrom": {
26434
+ "name": "NumberField",
26435
+ "module": "src/number-field/number-field.ts"
26436
+ }
26437
+ },
26438
+ {
26439
+ "name": "placeholder",
26440
+ "type": {
26441
+ "text": "string"
26442
+ },
26443
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
26444
+ "fieldName": "placeholder",
26445
+ "inheritedFrom": {
26446
+ "name": "NumberField",
26447
+ "module": "src/number-field/number-field.ts"
26448
+ }
26449
+ },
26450
+ {
26451
+ "name": "list",
26452
+ "type": {
26453
+ "text": "string"
26454
+ },
26455
+ "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
26456
+ "fieldName": "list",
26457
+ "inheritedFrom": {
26458
+ "name": "NumberField",
26459
+ "module": "src/number-field/number-field.ts"
26460
+ }
26461
+ }
26462
+ ],
26418
26463
  "events": [
26419
26464
  {
26420
26465
  "description": "Fires a custom 'input' event when the value has changed",
@@ -39849,152 +39894,44 @@
39849
39894
  },
39850
39895
  "tagName": "%%prefix%%-text-field",
39851
39896
  "customElement": true,
39852
- "attributes": [
39853
- {
39854
- "name": "autocomplete",
39855
- "type": {
39856
- "text": "string"
39857
- },
39858
- "default": "'off'",
39859
- "fieldName": "autocomplete",
39860
- "inheritedFrom": {
39861
- "name": "TextField",
39862
- "module": "src/text-field/text-field.ts"
39863
- }
39864
- },
39865
- {
39866
- "name": "autocapitalize",
39867
- "type": {
39868
- "text": "string"
39869
- },
39870
- "default": "'off'",
39871
- "fieldName": "autocapitalize",
39872
- "inheritedFrom": {
39873
- "name": "TextField",
39874
- "module": "src/text-field/text-field.ts"
39875
- }
39876
- },
39877
- {
39878
- "name": "step",
39879
- "type": {
39880
- "text": "number"
39881
- },
39882
- "fieldName": "step",
39883
- "inheritedFrom": {
39884
- "name": "TextField",
39885
- "module": "src/text-field/text-field.ts"
39886
- }
39887
- },
39897
+ "members": [
39888
39898
  {
39899
+ "kind": "field",
39889
39900
  "name": "prefix",
39890
39901
  "type": {
39891
39902
  "text": "string"
39892
39903
  },
39893
39904
  "description": "Optional non-editable label shown on the left inside the field, before the input.",
39894
- "fieldName": "prefix",
39895
39905
  "inheritedFrom": {
39896
39906
  "name": "TextField",
39897
39907
  "module": "src/text-field/text-field.ts"
39898
39908
  }
39899
39909
  },
39900
39910
  {
39911
+ "kind": "field",
39901
39912
  "name": "suffix",
39902
39913
  "type": {
39903
39914
  "text": "string"
39904
39915
  },
39905
39916
  "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
39906
- "fieldName": "suffix",
39907
39917
  "inheritedFrom": {
39908
39918
  "name": "TextField",
39909
39919
  "module": "src/text-field/text-field.ts"
39910
39920
  }
39911
39921
  },
39912
39922
  {
39913
- "name": "hide-affix-from-screen-reader",
39923
+ "kind": "field",
39924
+ "name": "hideAffixFromScreenReader",
39914
39925
  "type": {
39915
39926
  "text": "boolean"
39916
39927
  },
39917
39928
  "default": "false",
39918
- "description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the controls `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text.",
39919
- "fieldName": "hideAffixFromScreenReader",
39920
- "inheritedFrom": {
39921
- "name": "TextField",
39922
- "module": "src/text-field/text-field.ts"
39923
- }
39924
- },
39925
- {
39926
- "name": "readonly",
39927
- "type": {
39928
- "text": "boolean"
39929
- },
39930
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
39931
- "fieldName": "readOnly",
39932
- "inheritedFrom": {
39933
- "name": "TextField",
39934
- "module": "src/text-field/text-field.ts"
39935
- }
39936
- },
39937
- {
39938
- "type": {
39939
- "text": "boolean"
39940
- },
39941
- "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
39942
- "fieldName": "autofocus",
39929
+ "description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes,\nand 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.",
39943
39930
  "inheritedFrom": {
39944
39931
  "name": "TextField",
39945
39932
  "module": "src/text-field/text-field.ts"
39946
39933
  }
39947
39934
  },
39948
- {
39949
- "name": "placeholder",
39950
- "type": {
39951
- "text": "string"
39952
- },
39953
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
39954
- "fieldName": "placeholder",
39955
- "inheritedFrom": {
39956
- "name": "TextField",
39957
- "module": "src/text-field/text-field.ts"
39958
- }
39959
- },
39960
- {
39961
- "name": "type",
39962
- "type": {
39963
- "text": "TextFieldType"
39964
- },
39965
- "description": "Allows setting a type or mode of text.",
39966
- "fieldName": "type",
39967
- "inheritedFrom": {
39968
- "name": "TextField",
39969
- "module": "src/text-field/text-field.ts"
39970
- }
39971
- },
39972
- {
39973
- "name": "list",
39974
- "type": {
39975
- "text": "string"
39976
- },
39977
- "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
39978
- "fieldName": "list",
39979
- "inheritedFrom": {
39980
- "name": "TextField",
39981
- "module": "src/text-field/text-field.ts"
39982
- }
39983
- },
39984
- {
39985
- "name": "pattern",
39986
- "type": {
39987
- "text": "string"
39988
- },
39989
- "description": "A regular expression that the value must match to pass validation.",
39990
- "fieldName": "pattern",
39991
- "inheritedFrom": {
39992
- "name": "TextField",
39993
- "module": "src/text-field/text-field.ts"
39994
- }
39995
- }
39996
- ],
39997
- "members": [
39998
39935
  {
39999
39936
  "kind": "field",
40000
39937
  "name": "autocomplete",
@@ -40048,43 +39985,6 @@
40048
39985
  "module": "src/text-field/text-field.ts"
40049
39986
  }
40050
39987
  },
40051
- {
40052
- "kind": "field",
40053
- "name": "prefix",
40054
- "type": {
40055
- "text": "string"
40056
- },
40057
- "description": "Optional non-editable label shown on the left inside the field, before the input.",
40058
- "inheritedFrom": {
40059
- "name": "TextField",
40060
- "module": "src/text-field/text-field.ts"
40061
- }
40062
- },
40063
- {
40064
- "kind": "field",
40065
- "name": "suffix",
40066
- "type": {
40067
- "text": "string"
40068
- },
40069
- "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
40070
- "inheritedFrom": {
40071
- "name": "TextField",
40072
- "module": "src/text-field/text-field.ts"
40073
- }
40074
- },
40075
- {
40076
- "kind": "field",
40077
- "name": "hideAffixFromScreenReader",
40078
- "type": {
40079
- "text": "boolean"
40080
- },
40081
- "default": "false",
40082
- "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.",
40083
- "inheritedFrom": {
40084
- "name": "TextField",
40085
- "module": "src/text-field/text-field.ts"
40086
- }
40087
- },
40088
39988
  {
40089
39989
  "kind": "field",
40090
39990
  "name": "readOnly",
@@ -40505,6 +40405,114 @@
40505
40405
  }
40506
40406
  }
40507
40407
  ],
40408
+ "attributes": [
40409
+ {
40410
+ "name": "autocomplete",
40411
+ "type": {
40412
+ "text": "string"
40413
+ },
40414
+ "default": "'off'",
40415
+ "fieldName": "autocomplete",
40416
+ "inheritedFrom": {
40417
+ "name": "TextField",
40418
+ "module": "src/text-field/text-field.ts"
40419
+ }
40420
+ },
40421
+ {
40422
+ "name": "autocapitalize",
40423
+ "type": {
40424
+ "text": "string"
40425
+ },
40426
+ "default": "'off'",
40427
+ "fieldName": "autocapitalize",
40428
+ "inheritedFrom": {
40429
+ "name": "TextField",
40430
+ "module": "src/text-field/text-field.ts"
40431
+ }
40432
+ },
40433
+ {
40434
+ "name": "step",
40435
+ "type": {
40436
+ "text": "number"
40437
+ },
40438
+ "fieldName": "step",
40439
+ "inheritedFrom": {
40440
+ "name": "TextField",
40441
+ "module": "src/text-field/text-field.ts"
40442
+ }
40443
+ },
40444
+ {
40445
+ "name": "readonly",
40446
+ "type": {
40447
+ "text": "boolean"
40448
+ },
40449
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
40450
+ "fieldName": "readOnly",
40451
+ "inheritedFrom": {
40452
+ "name": "TextField",
40453
+ "module": "src/text-field/text-field.ts"
40454
+ }
40455
+ },
40456
+ {
40457
+ "type": {
40458
+ "text": "boolean"
40459
+ },
40460
+ "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
40461
+ "fieldName": "autofocus",
40462
+ "inheritedFrom": {
40463
+ "name": "TextField",
40464
+ "module": "src/text-field/text-field.ts"
40465
+ }
40466
+ },
40467
+ {
40468
+ "name": "placeholder",
40469
+ "type": {
40470
+ "text": "string"
40471
+ },
40472
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
40473
+ "fieldName": "placeholder",
40474
+ "inheritedFrom": {
40475
+ "name": "TextField",
40476
+ "module": "src/text-field/text-field.ts"
40477
+ }
40478
+ },
40479
+ {
40480
+ "name": "type",
40481
+ "type": {
40482
+ "text": "TextFieldType"
40483
+ },
40484
+ "description": "Allows setting a type or mode of text.",
40485
+ "fieldName": "type",
40486
+ "inheritedFrom": {
40487
+ "name": "TextField",
40488
+ "module": "src/text-field/text-field.ts"
40489
+ }
40490
+ },
40491
+ {
40492
+ "name": "list",
40493
+ "type": {
40494
+ "text": "string"
40495
+ },
40496
+ "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
40497
+ "fieldName": "list",
40498
+ "inheritedFrom": {
40499
+ "name": "TextField",
40500
+ "module": "src/text-field/text-field.ts"
40501
+ }
40502
+ },
40503
+ {
40504
+ "name": "pattern",
40505
+ "type": {
40506
+ "text": "string"
40507
+ },
40508
+ "description": "A regular expression that the value must match to pass validation.",
40509
+ "fieldName": "pattern",
40510
+ "inheritedFrom": {
40511
+ "name": "TextField",
40512
+ "module": "src/text-field/text-field.ts"
40513
+ }
40514
+ }
40515
+ ],
40508
40516
  "events": [
40509
40517
  {
40510
40518
  "description": "Fires a custom 'change' event when the value has changed",
@@ -1 +1 @@
1
- {"version":3,"file":"number-field.styles.d.ts","sourceRoot":"","sources":["../../../src/number-field/number-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAGpC,eAAO,MAAM,qBAAqB,GAChC,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAKF,CAAC"}
1
+ {"version":3,"file":"number-field.styles.d.ts","sourceRoot":"","sources":["../../../src/number-field/number-field.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAGpC,eAAO,MAAM,qBAAqB,GAChC,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAMF,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { sharedFieldStyles } from '@genesislcap/foundation-ui';
1
2
  import { css } from '@microsoft/fast-element';
2
3
  import { zeroTextFieldStyles } from '../text-field';
3
4
  export const zeroNumberFieldStyles = (context, definition) => css `
@@ -5,4 +6,5 @@ export const zeroNumberFieldStyles = (context, definition) => css `
5
6
  --focus-stroke-outer: transparent;
6
7
  }
7
8
  ${zeroTextFieldStyles(context, definition)}
9
+ ${sharedFieldStyles}
8
10
  `;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.416.1-alpha-c3adbe7.0",
4
+ "version": "14.417.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "14.416.1-alpha-c3adbe7.0",
77
- "@genesislcap/rollup-builder": "14.416.1-alpha-c3adbe7.0",
78
- "@genesislcap/ts-builder": "14.416.1-alpha-c3adbe7.0",
79
- "@genesislcap/uvu-playwright-builder": "14.416.1-alpha-c3adbe7.0",
80
- "@genesislcap/vite-builder": "14.416.1-alpha-c3adbe7.0",
81
- "@genesislcap/webpack-builder": "14.416.1-alpha-c3adbe7.0"
76
+ "@genesislcap/genx": "14.417.0",
77
+ "@genesislcap/rollup-builder": "14.417.0",
78
+ "@genesislcap/ts-builder": "14.417.0",
79
+ "@genesislcap/uvu-playwright-builder": "14.417.0",
80
+ "@genesislcap/vite-builder": "14.417.0",
81
+ "@genesislcap/webpack-builder": "14.417.0"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.416.1-alpha-c3adbe7.0",
85
- "@genesislcap/foundation-logger": "14.416.1-alpha-c3adbe7.0",
86
- "@genesislcap/foundation-ui": "14.416.1-alpha-c3adbe7.0",
87
- "@genesislcap/foundation-utils": "14.416.1-alpha-c3adbe7.0",
84
+ "@genesislcap/foundation-comms": "14.417.0",
85
+ "@genesislcap/foundation-logger": "14.417.0",
86
+ "@genesislcap/foundation-ui": "14.417.0",
87
+ "@genesislcap/foundation-utils": "14.417.0",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -100,5 +100,5 @@
100
100
  "access": "public"
101
101
  },
102
102
  "customElements": "dist/custom-elements.json",
103
- "gitHead": "b642cca2132b2e27c94aa89821d267a8bce6a180"
103
+ "gitHead": "1a4b13faca04aa12b0a8bd6032a798369fe7eb33"
104
104
  }