@genesislcap/rapid-design-system 14.416.1 → 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.
@@ -22416,121 +22416,44 @@
22416
22416
  },
22417
22417
  "tagName": "%%prefix%%-number-field",
22418
22418
  "customElement": true,
22419
- "attributes": [
22420
- {
22421
- "name": "autocomplete",
22422
- "type": {
22423
- "text": "string"
22424
- },
22425
- "default": "'off'",
22426
- "fieldName": "autocomplete",
22427
- "inheritedFrom": {
22428
- "name": "NumberField",
22429
- "module": "src/number-field/number-field.ts"
22430
- }
22431
- },
22432
- {
22433
- "type": {
22434
- "text": "number"
22435
- },
22436
- "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.",
22437
- "fieldName": "hideStep",
22438
- "default": "false",
22439
- "inheritedFrom": {
22440
- "name": "NumberField",
22441
- "module": "src/number-field/number-field.ts"
22442
- }
22443
- },
22419
+ "members": [
22444
22420
  {
22445
- "name": "value",
22421
+ "kind": "field",
22422
+ "name": "prefix",
22446
22423
  "type": {
22447
22424
  "text": "string"
22448
22425
  },
22449
- "default": "''",
22450
- "fieldName": "value",
22426
+ "description": "Optional non-editable label shown on the left inside the field, before the input.",
22451
22427
  "inheritedFrom": {
22452
22428
  "name": "NumberField",
22453
22429
  "module": "src/number-field/number-field.ts"
22454
22430
  }
22455
22431
  },
22456
22432
  {
22457
- "name": "locale",
22433
+ "kind": "field",
22434
+ "name": "suffix",
22458
22435
  "type": {
22459
22436
  "text": "string"
22460
22437
  },
22461
- "default": "'en-US'",
22462
- "fieldName": "locale",
22463
- "inheritedFrom": {
22464
- "name": "NumberField",
22465
- "module": "src/number-field/number-field.ts"
22466
- }
22467
- },
22468
- {
22469
- "name": "maximumInputPrecision",
22470
- "type": {
22471
- "text": "number"
22472
- },
22473
- "default": "MAX_INPUT_PRECISION",
22474
- "resolveInitializer": {
22475
- "module": "src/number-field/number-field.ts"
22476
- },
22477
- "fieldName": "maximumInputPrecision",
22478
- "inheritedFrom": {
22479
- "name": "NumberField",
22480
- "module": "src/number-field/number-field.ts"
22481
- }
22482
- },
22483
- {
22484
- "name": "readonly",
22485
- "type": {
22486
- "text": "boolean"
22487
- },
22488
- "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.",
22489
- "fieldName": "readOnly",
22438
+ "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
22490
22439
  "inheritedFrom": {
22491
22440
  "name": "NumberField",
22492
22441
  "module": "src/number-field/number-field.ts"
22493
22442
  }
22494
22443
  },
22495
22444
  {
22496
- "name": "hide-step",
22445
+ "kind": "field",
22446
+ "name": "hideAffixFromScreenReader",
22497
22447
  "type": {
22498
22448
  "text": "boolean"
22499
22449
  },
22500
22450
  "default": "false",
22501
- "description": "When true, spin buttons will not be rendered",
22502
- "fieldName": "hideStep",
22451
+ "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.",
22503
22452
  "inheritedFrom": {
22504
22453
  "name": "NumberField",
22505
22454
  "module": "src/number-field/number-field.ts"
22506
22455
  }
22507
22456
  },
22508
- {
22509
- "name": "placeholder",
22510
- "type": {
22511
- "text": "string"
22512
- },
22513
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
22514
- "fieldName": "placeholder",
22515
- "inheritedFrom": {
22516
- "name": "NumberField",
22517
- "module": "src/number-field/number-field.ts"
22518
- }
22519
- },
22520
- {
22521
- "name": "list",
22522
- "type": {
22523
- "text": "string"
22524
- },
22525
- "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.",
22526
- "fieldName": "list",
22527
- "inheritedFrom": {
22528
- "name": "NumberField",
22529
- "module": "src/number-field/number-field.ts"
22530
- }
22531
- }
22532
- ],
22533
- "members": [
22534
22457
  {
22535
22458
  "kind": "field",
22536
22459
  "name": "autocomplete",
@@ -23023,6 +22946,120 @@
23023
22946
  }
23024
22947
  }
23025
22948
  ],
22949
+ "attributes": [
22950
+ {
22951
+ "name": "autocomplete",
22952
+ "type": {
22953
+ "text": "string"
22954
+ },
22955
+ "default": "'off'",
22956
+ "fieldName": "autocomplete",
22957
+ "inheritedFrom": {
22958
+ "name": "NumberField",
22959
+ "module": "src/number-field/number-field.ts"
22960
+ }
22961
+ },
22962
+ {
22963
+ "type": {
22964
+ "text": "number"
22965
+ },
22966
+ "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.",
22967
+ "fieldName": "hideStep",
22968
+ "default": "false",
22969
+ "inheritedFrom": {
22970
+ "name": "NumberField",
22971
+ "module": "src/number-field/number-field.ts"
22972
+ }
22973
+ },
22974
+ {
22975
+ "name": "value",
22976
+ "type": {
22977
+ "text": "string"
22978
+ },
22979
+ "default": "''",
22980
+ "fieldName": "value",
22981
+ "inheritedFrom": {
22982
+ "name": "NumberField",
22983
+ "module": "src/number-field/number-field.ts"
22984
+ }
22985
+ },
22986
+ {
22987
+ "name": "locale",
22988
+ "type": {
22989
+ "text": "string"
22990
+ },
22991
+ "default": "'en-US'",
22992
+ "fieldName": "locale",
22993
+ "inheritedFrom": {
22994
+ "name": "NumberField",
22995
+ "module": "src/number-field/number-field.ts"
22996
+ }
22997
+ },
22998
+ {
22999
+ "name": "maximumInputPrecision",
23000
+ "type": {
23001
+ "text": "number"
23002
+ },
23003
+ "default": "MAX_INPUT_PRECISION",
23004
+ "resolveInitializer": {
23005
+ "module": "src/number-field/number-field.ts"
23006
+ },
23007
+ "fieldName": "maximumInputPrecision",
23008
+ "inheritedFrom": {
23009
+ "name": "NumberField",
23010
+ "module": "src/number-field/number-field.ts"
23011
+ }
23012
+ },
23013
+ {
23014
+ "name": "readonly",
23015
+ "type": {
23016
+ "text": "boolean"
23017
+ },
23018
+ "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.",
23019
+ "fieldName": "readOnly",
23020
+ "inheritedFrom": {
23021
+ "name": "NumberField",
23022
+ "module": "src/number-field/number-field.ts"
23023
+ }
23024
+ },
23025
+ {
23026
+ "name": "hide-step",
23027
+ "type": {
23028
+ "text": "boolean"
23029
+ },
23030
+ "default": "false",
23031
+ "description": "When true, spin buttons will not be rendered",
23032
+ "fieldName": "hideStep",
23033
+ "inheritedFrom": {
23034
+ "name": "NumberField",
23035
+ "module": "src/number-field/number-field.ts"
23036
+ }
23037
+ },
23038
+ {
23039
+ "name": "placeholder",
23040
+ "type": {
23041
+ "text": "string"
23042
+ },
23043
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
23044
+ "fieldName": "placeholder",
23045
+ "inheritedFrom": {
23046
+ "name": "NumberField",
23047
+ "module": "src/number-field/number-field.ts"
23048
+ }
23049
+ },
23050
+ {
23051
+ "name": "list",
23052
+ "type": {
23053
+ "text": "string"
23054
+ },
23055
+ "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.",
23056
+ "fieldName": "list",
23057
+ "inheritedFrom": {
23058
+ "name": "NumberField",
23059
+ "module": "src/number-field/number-field.ts"
23060
+ }
23061
+ }
23062
+ ],
23026
23063
  "events": [
23027
23064
  {
23028
23065
  "description": "Fires a custom 'input' event when the value has changed",
@@ -36632,152 +36669,44 @@
36632
36669
  },
36633
36670
  "tagName": "%%prefix%%-text-field",
36634
36671
  "customElement": true,
36635
- "attributes": [
36636
- {
36637
- "name": "autocomplete",
36638
- "type": {
36639
- "text": "string"
36640
- },
36641
- "default": "'off'",
36642
- "fieldName": "autocomplete",
36643
- "inheritedFrom": {
36644
- "name": "TextField",
36645
- "module": "src/text-field/text-field.ts"
36646
- }
36647
- },
36648
- {
36649
- "name": "autocapitalize",
36650
- "type": {
36651
- "text": "string"
36652
- },
36653
- "default": "'off'",
36654
- "fieldName": "autocapitalize",
36655
- "inheritedFrom": {
36656
- "name": "TextField",
36657
- "module": "src/text-field/text-field.ts"
36658
- }
36659
- },
36660
- {
36661
- "name": "step",
36662
- "type": {
36663
- "text": "number"
36664
- },
36665
- "fieldName": "step",
36666
- "inheritedFrom": {
36667
- "name": "TextField",
36668
- "module": "src/text-field/text-field.ts"
36669
- }
36670
- },
36672
+ "members": [
36671
36673
  {
36674
+ "kind": "field",
36672
36675
  "name": "prefix",
36673
36676
  "type": {
36674
36677
  "text": "string"
36675
36678
  },
36676
36679
  "description": "Optional non-editable label shown on the left inside the field, before the input.",
36677
- "fieldName": "prefix",
36678
36680
  "inheritedFrom": {
36679
36681
  "name": "TextField",
36680
36682
  "module": "src/text-field/text-field.ts"
36681
36683
  }
36682
36684
  },
36683
36685
  {
36686
+ "kind": "field",
36684
36687
  "name": "suffix",
36685
36688
  "type": {
36686
36689
  "text": "string"
36687
36690
  },
36688
36691
  "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
36689
- "fieldName": "suffix",
36690
36692
  "inheritedFrom": {
36691
36693
  "name": "TextField",
36692
36694
  "module": "src/text-field/text-field.ts"
36693
36695
  }
36694
36696
  },
36695
36697
  {
36696
- "name": "hide-affix-from-screen-reader",
36698
+ "kind": "field",
36699
+ "name": "hideAffixFromScreenReader",
36697
36700
  "type": {
36698
36701
  "text": "boolean"
36699
36702
  },
36700
36703
  "default": "false",
36701
- "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.",
36702
- "fieldName": "hideAffixFromScreenReader",
36704
+ "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.",
36703
36705
  "inheritedFrom": {
36704
36706
  "name": "TextField",
36705
36707
  "module": "src/text-field/text-field.ts"
36706
36708
  }
36707
36709
  },
36708
- {
36709
- "name": "readonly",
36710
- "type": {
36711
- "text": "boolean"
36712
- },
36713
- "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.",
36714
- "fieldName": "readOnly",
36715
- "inheritedFrom": {
36716
- "name": "TextField",
36717
- "module": "src/text-field/text-field.ts"
36718
- }
36719
- },
36720
- {
36721
- "type": {
36722
- "text": "boolean"
36723
- },
36724
- "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.",
36725
- "fieldName": "autofocus",
36726
- "inheritedFrom": {
36727
- "name": "TextField",
36728
- "module": "src/text-field/text-field.ts"
36729
- }
36730
- },
36731
- {
36732
- "name": "placeholder",
36733
- "type": {
36734
- "text": "string"
36735
- },
36736
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
36737
- "fieldName": "placeholder",
36738
- "inheritedFrom": {
36739
- "name": "TextField",
36740
- "module": "src/text-field/text-field.ts"
36741
- }
36742
- },
36743
- {
36744
- "name": "type",
36745
- "type": {
36746
- "text": "TextFieldType"
36747
- },
36748
- "description": "Allows setting a type or mode of text.",
36749
- "fieldName": "type",
36750
- "inheritedFrom": {
36751
- "name": "TextField",
36752
- "module": "src/text-field/text-field.ts"
36753
- }
36754
- },
36755
- {
36756
- "name": "list",
36757
- "type": {
36758
- "text": "string"
36759
- },
36760
- "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.",
36761
- "fieldName": "list",
36762
- "inheritedFrom": {
36763
- "name": "TextField",
36764
- "module": "src/text-field/text-field.ts"
36765
- }
36766
- },
36767
- {
36768
- "name": "pattern",
36769
- "type": {
36770
- "text": "string"
36771
- },
36772
- "description": "A regular expression that the value must match to pass validation.",
36773
- "fieldName": "pattern",
36774
- "inheritedFrom": {
36775
- "name": "TextField",
36776
- "module": "src/text-field/text-field.ts"
36777
- }
36778
- }
36779
- ],
36780
- "members": [
36781
36710
  {
36782
36711
  "kind": "field",
36783
36712
  "name": "autocomplete",
@@ -36831,43 +36760,6 @@
36831
36760
  "module": "src/text-field/text-field.ts"
36832
36761
  }
36833
36762
  },
36834
- {
36835
- "kind": "field",
36836
- "name": "prefix",
36837
- "type": {
36838
- "text": "string"
36839
- },
36840
- "description": "Optional non-editable label shown on the left inside the field, before the input.",
36841
- "inheritedFrom": {
36842
- "name": "TextField",
36843
- "module": "src/text-field/text-field.ts"
36844
- }
36845
- },
36846
- {
36847
- "kind": "field",
36848
- "name": "suffix",
36849
- "type": {
36850
- "text": "string"
36851
- },
36852
- "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
36853
- "inheritedFrom": {
36854
- "name": "TextField",
36855
- "module": "src/text-field/text-field.ts"
36856
- }
36857
- },
36858
- {
36859
- "kind": "field",
36860
- "name": "hideAffixFromScreenReader",
36861
- "type": {
36862
- "text": "boolean"
36863
- },
36864
- "default": "false",
36865
- "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.",
36866
- "inheritedFrom": {
36867
- "name": "TextField",
36868
- "module": "src/text-field/text-field.ts"
36869
- }
36870
- },
36871
36763
  {
36872
36764
  "kind": "field",
36873
36765
  "name": "readOnly",
@@ -37288,6 +37180,114 @@
37288
37180
  }
37289
37181
  }
37290
37182
  ],
37183
+ "attributes": [
37184
+ {
37185
+ "name": "autocomplete",
37186
+ "type": {
37187
+ "text": "string"
37188
+ },
37189
+ "default": "'off'",
37190
+ "fieldName": "autocomplete",
37191
+ "inheritedFrom": {
37192
+ "name": "TextField",
37193
+ "module": "src/text-field/text-field.ts"
37194
+ }
37195
+ },
37196
+ {
37197
+ "name": "autocapitalize",
37198
+ "type": {
37199
+ "text": "string"
37200
+ },
37201
+ "default": "'off'",
37202
+ "fieldName": "autocapitalize",
37203
+ "inheritedFrom": {
37204
+ "name": "TextField",
37205
+ "module": "src/text-field/text-field.ts"
37206
+ }
37207
+ },
37208
+ {
37209
+ "name": "step",
37210
+ "type": {
37211
+ "text": "number"
37212
+ },
37213
+ "fieldName": "step",
37214
+ "inheritedFrom": {
37215
+ "name": "TextField",
37216
+ "module": "src/text-field/text-field.ts"
37217
+ }
37218
+ },
37219
+ {
37220
+ "name": "readonly",
37221
+ "type": {
37222
+ "text": "boolean"
37223
+ },
37224
+ "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.",
37225
+ "fieldName": "readOnly",
37226
+ "inheritedFrom": {
37227
+ "name": "TextField",
37228
+ "module": "src/text-field/text-field.ts"
37229
+ }
37230
+ },
37231
+ {
37232
+ "type": {
37233
+ "text": "boolean"
37234
+ },
37235
+ "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.",
37236
+ "fieldName": "autofocus",
37237
+ "inheritedFrom": {
37238
+ "name": "TextField",
37239
+ "module": "src/text-field/text-field.ts"
37240
+ }
37241
+ },
37242
+ {
37243
+ "name": "placeholder",
37244
+ "type": {
37245
+ "text": "string"
37246
+ },
37247
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
37248
+ "fieldName": "placeholder",
37249
+ "inheritedFrom": {
37250
+ "name": "TextField",
37251
+ "module": "src/text-field/text-field.ts"
37252
+ }
37253
+ },
37254
+ {
37255
+ "name": "type",
37256
+ "type": {
37257
+ "text": "TextFieldType"
37258
+ },
37259
+ "description": "Allows setting a type or mode of text.",
37260
+ "fieldName": "type",
37261
+ "inheritedFrom": {
37262
+ "name": "TextField",
37263
+ "module": "src/text-field/text-field.ts"
37264
+ }
37265
+ },
37266
+ {
37267
+ "name": "list",
37268
+ "type": {
37269
+ "text": "string"
37270
+ },
37271
+ "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.",
37272
+ "fieldName": "list",
37273
+ "inheritedFrom": {
37274
+ "name": "TextField",
37275
+ "module": "src/text-field/text-field.ts"
37276
+ }
37277
+ },
37278
+ {
37279
+ "name": "pattern",
37280
+ "type": {
37281
+ "text": "string"
37282
+ },
37283
+ "description": "A regular expression that the value must match to pass validation.",
37284
+ "fieldName": "pattern",
37285
+ "inheritedFrom": {
37286
+ "name": "TextField",
37287
+ "module": "src/text-field/text-field.ts"
37288
+ }
37289
+ }
37290
+ ],
37291
37291
  "events": [
37292
37292
  {
37293
37293
  "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;AAEpC,eAAO,MAAM,sBAAsB,GACjC,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aA+FF,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;AAEpC,eAAO,MAAM,sBAAsB,GACjC,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAiGF,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { sharedFieldStyles } from '@genesislcap/foundation-ui';
1
2
  import { css } from '@microsoft/fast-element';
2
3
  export const rapidNumberFieldStyles = (context, definition) => css `
3
4
  :host {
@@ -94,4 +95,6 @@ export const rapidNumberFieldStyles = (context, definition) => css `
94
95
  .control:focus-visible {
95
96
  outline: none;
96
97
  }
98
+
99
+ ${sharedFieldStyles}
97
100
  `;
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.416.1",
4
+ "version": "14.417.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.416.1",
39
- "@genesislcap/rollup-builder": "14.416.1",
40
- "@genesislcap/ts-builder": "14.416.1",
41
- "@genesislcap/uvu-playwright-builder": "14.416.1",
42
- "@genesislcap/vite-builder": "14.416.1",
43
- "@genesislcap/webpack-builder": "14.416.1"
38
+ "@genesislcap/genx": "14.417.0",
39
+ "@genesislcap/rollup-builder": "14.417.0",
40
+ "@genesislcap/ts-builder": "14.417.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.417.0",
42
+ "@genesislcap/vite-builder": "14.417.0",
43
+ "@genesislcap/webpack-builder": "14.417.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.416.1",
47
- "@genesislcap/foundation-ui": "14.416.1",
48
- "@genesislcap/foundation-utils": "14.416.1",
46
+ "@genesislcap/foundation-logger": "14.417.0",
47
+ "@genesislcap/foundation-ui": "14.417.0",
48
+ "@genesislcap/foundation-utils": "14.417.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": "dd39f2bffbd92a41d51853efc09425731aab4d12"
65
+ "gitHead": "1a4b13faca04aa12b0a8bd6032a798369fe7eb33"
66
66
  }