@ukic/docs 2.1.0-beta.8 → 2.1.0-beta.9

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.
Files changed (2) hide show
  1. package/docs.json +489 -27
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-03-01T11:38:13",
2
+ "timestamp": "2023-03-21T13:37:41",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "2.20.0",
@@ -240,7 +240,13 @@
240
240
  "methods": [],
241
241
  "events": [],
242
242
  "listeners": [],
243
- "styles": [],
243
+ "styles": [
244
+ {
245
+ "name": "--ic-z-index-back-to-top",
246
+ "annotation": "prop",
247
+ "docs": "z-index of back to top"
248
+ }
249
+ ],
244
250
  "slots": [],
245
251
  "parts": [],
246
252
  "dependents": [],
@@ -822,11 +828,13 @@
822
828
  "dependents": [
823
829
  "ic-alert",
824
830
  "ic-card",
831
+ "ic-horizontal-scroll",
825
832
  "ic-navigation-button",
826
833
  "ic-navigation-menu",
827
834
  "ic-search-bar",
828
835
  "ic-select",
829
836
  "ic-side-navigation",
837
+ "ic-toast",
830
838
  "ic-top-navigation"
831
839
  ],
832
840
  "dependencies": [
@@ -850,6 +858,9 @@
850
858
  "ic-card": [
851
859
  "ic-button"
852
860
  ],
861
+ "ic-horizontal-scroll": [
862
+ "ic-button"
863
+ ],
853
864
  "ic-navigation-button": [
854
865
  "ic-button"
855
866
  ],
@@ -865,6 +876,9 @@
865
876
  "ic-side-navigation": [
866
877
  "ic-button"
867
878
  ],
879
+ "ic-toast": [
880
+ "ic-button"
881
+ ],
868
882
  "ic-top-navigation": [
869
883
  "ic-button"
870
884
  ]
@@ -1971,7 +1985,13 @@
1971
1985
  "methods": [],
1972
1986
  "events": [],
1973
1987
  "listeners": [],
1974
- "styles": [],
1988
+ "styles": [
1989
+ {
1990
+ "name": "--ic-z-index-classification-banner",
1991
+ "annotation": "prop",
1992
+ "docs": "z-index of classification banner"
1993
+ }
1994
+ ],
1975
1995
  "slots": [],
1976
1996
  "parts": [],
1977
1997
  "dependents": [],
@@ -2715,6 +2735,81 @@
2715
2735
  ]
2716
2736
  }
2717
2737
  },
2738
+ {
2739
+ "filePath": "./src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
2740
+ "encapsulation": "shadow",
2741
+ "tag": "ic-horizontal-scroll",
2742
+ "readme": "# ic-horizontal-scroll\n\n\n",
2743
+ "docs": "",
2744
+ "docsTags": [],
2745
+ "usage": {},
2746
+ "props": [
2747
+ {
2748
+ "name": "appearance",
2749
+ "type": "\"dark\" | \"default\" | \"light\"",
2750
+ "mutable": false,
2751
+ "attr": "appearance",
2752
+ "reflectToAttr": false,
2753
+ "docs": "The appearance of the horizontal scroll, e.g. dark, light or the default.",
2754
+ "docsTags": [],
2755
+ "default": "\"default\"",
2756
+ "values": [
2757
+ {
2758
+ "value": "dark",
2759
+ "type": "string"
2760
+ },
2761
+ {
2762
+ "value": "default",
2763
+ "type": "string"
2764
+ },
2765
+ {
2766
+ "value": "light",
2767
+ "type": "string"
2768
+ }
2769
+ ],
2770
+ "optional": true,
2771
+ "required": false
2772
+ }
2773
+ ],
2774
+ "methods": [],
2775
+ "events": [],
2776
+ "listeners": [],
2777
+ "styles": [],
2778
+ "slots": [],
2779
+ "parts": [],
2780
+ "dependents": [
2781
+ "ic-page-header",
2782
+ "ic-tab-group",
2783
+ "ic-top-navigation"
2784
+ ],
2785
+ "dependencies": [
2786
+ "ic-button"
2787
+ ],
2788
+ "dependencyGraph": {
2789
+ "ic-horizontal-scroll": [
2790
+ "ic-button"
2791
+ ],
2792
+ "ic-button": [
2793
+ "ic-loading-indicator",
2794
+ "ic-tooltip"
2795
+ ],
2796
+ "ic-loading-indicator": [
2797
+ "ic-typography"
2798
+ ],
2799
+ "ic-tooltip": [
2800
+ "ic-typography"
2801
+ ],
2802
+ "ic-page-header": [
2803
+ "ic-horizontal-scroll"
2804
+ ],
2805
+ "ic-tab-group": [
2806
+ "ic-horizontal-scroll"
2807
+ ],
2808
+ "ic-top-navigation": [
2809
+ "ic-horizontal-scroll"
2810
+ ]
2811
+ }
2812
+ },
2718
2813
  {
2719
2814
  "filePath": "./src/components/ic-input-component-container/ic-input-component-container.tsx",
2720
2815
  "encapsulation": "none",
@@ -3752,7 +3847,8 @@
3752
3847
  "parts": [],
3753
3848
  "dependents": [
3754
3849
  "ic-button",
3755
- "ic-step"
3850
+ "ic-step",
3851
+ "ic-toast"
3756
3852
  ],
3757
3853
  "dependencies": [
3758
3854
  "ic-typography"
@@ -3766,6 +3862,9 @@
3766
3862
  ],
3767
3863
  "ic-step": [
3768
3864
  "ic-loading-indicator"
3865
+ ],
3866
+ "ic-toast": [
3867
+ "ic-loading-indicator"
3769
3868
  ]
3770
3869
  }
3771
3870
  },
@@ -3964,7 +4063,13 @@
3964
4063
  ],
3965
4064
  "events": [],
3966
4065
  "listeners": [],
3967
- "styles": [],
4066
+ "styles": [
4067
+ {
4068
+ "name": "--ic-z-index-menu",
4069
+ "annotation": "prop",
4070
+ "docs": "z-index of menu"
4071
+ }
4072
+ ],
3968
4073
  "slots": [],
3969
4074
  "parts": [],
3970
4075
  "dependents": [
@@ -4286,7 +4391,13 @@
4286
4391
  "passive": false
4287
4392
  }
4288
4393
  ],
4289
- "styles": [],
4394
+ "styles": [
4395
+ {
4396
+ "name": "--ic-z-index-navigation-item",
4397
+ "annotation": "prop",
4398
+ "docs": "z-index of navigation group item"
4399
+ }
4400
+ ],
4290
4401
  "slots": [],
4291
4402
  "parts": [],
4292
4403
  "dependents": [],
@@ -4386,7 +4497,13 @@
4386
4497
  "passive": false
4387
4498
  }
4388
4499
  ],
4389
- "styles": [],
4500
+ "styles": [
4501
+ {
4502
+ "name": "--ic-z-index-navigation-item",
4503
+ "annotation": "prop",
4504
+ "docs": "z-index of navigation item"
4505
+ }
4506
+ ],
4390
4507
  "slots": [],
4391
4508
  "parts": [
4392
4509
  {
@@ -4477,7 +4594,13 @@
4477
4594
  "passive": false
4478
4595
  }
4479
4596
  ],
4480
- "styles": [],
4597
+ "styles": [
4598
+ {
4599
+ "name": "--ic-z-index-navigation-menu",
4600
+ "annotation": "prop",
4601
+ "docs": "z-index of navigation menu"
4602
+ }
4603
+ ],
4481
4604
  "slots": [
4482
4605
  {
4483
4606
  "name": "buttons",
@@ -4705,7 +4828,13 @@
4705
4828
  "methods": [],
4706
4829
  "events": [],
4707
4830
  "listeners": [],
4708
- "styles": [],
4831
+ "styles": [
4832
+ {
4833
+ "name": "--ic-z-index-page-header",
4834
+ "annotation": "prop",
4835
+ "docs": "z-index of page-header"
4836
+ }
4837
+ ],
4709
4838
  "slots": [
4710
4839
  {
4711
4840
  "name": "actions",
@@ -4744,11 +4873,26 @@
4744
4873
  "dependents": [],
4745
4874
  "dependencies": [
4746
4875
  "ic-section-container",
4747
- "ic-typography"
4876
+ "ic-typography",
4877
+ "ic-horizontal-scroll"
4748
4878
  ],
4749
4879
  "dependencyGraph": {
4750
4880
  "ic-page-header": [
4751
4881
  "ic-section-container",
4882
+ "ic-typography",
4883
+ "ic-horizontal-scroll"
4884
+ ],
4885
+ "ic-horizontal-scroll": [
4886
+ "ic-button"
4887
+ ],
4888
+ "ic-button": [
4889
+ "ic-loading-indicator",
4890
+ "ic-tooltip"
4891
+ ],
4892
+ "ic-loading-indicator": [
4893
+ "ic-typography"
4894
+ ],
4895
+ "ic-tooltip": [
4752
4896
  "ic-typography"
4753
4897
  ]
4754
4898
  }
@@ -5939,7 +6083,13 @@
5939
6083
  "passive": false
5940
6084
  }
5941
6085
  ],
5942
- "styles": [],
6086
+ "styles": [
6087
+ {
6088
+ "name": "--ic-z-index-menu",
6089
+ "annotation": "prop",
6090
+ "docs": "z-index of search bar menu"
6091
+ }
6092
+ ],
5943
6093
  "slots": [],
5944
6094
  "parts": [],
5945
6095
  "dependents": [],
@@ -6547,12 +6697,17 @@
6547
6697
  "bubbles": true,
6548
6698
  "cancelable": true,
6549
6699
  "composed": true,
6550
- "docs": "Emitted when option is highlighted within the menu.",
6700
+ "docs": "Emitted when option is highlighted within the menu.\nHighlighting a menu item will trigger an `icChange/onIcChange` due to the value being updated.",
6551
6701
  "docsTags": []
6552
6702
  }
6553
6703
  ],
6554
6704
  "listeners": [],
6555
6705
  "styles": [
6706
+ {
6707
+ "name": "--ic-z-index-menu",
6708
+ "annotation": "prop",
6709
+ "docs": "z-index of select menu"
6710
+ },
6556
6711
  {
6557
6712
  "name": "--input-width",
6558
6713
  "annotation": "prop",
@@ -6772,7 +6927,13 @@
6772
6927
  "passive": false
6773
6928
  }
6774
6929
  ],
6775
- "styles": [],
6930
+ "styles": [
6931
+ {
6932
+ "name": "--ic-z-index-side-navigation",
6933
+ "annotation": "prop",
6934
+ "docs": "z-index of side navigation panel"
6935
+ }
6936
+ ],
6776
6937
  "slots": [
6777
6938
  {
6778
6939
  "name": "app-icon",
@@ -7707,24 +7868,28 @@
7707
7868
  ],
7708
7869
  "methods": [],
7709
7870
  "events": [],
7710
- "listeners": [
7711
- {
7712
- "event": "tabFocus",
7713
- "capture": false,
7714
- "passive": false
7715
- }
7716
- ],
7871
+ "listeners": [],
7717
7872
  "styles": [],
7718
7873
  "slots": [],
7719
7874
  "parts": [],
7720
7875
  "dependents": [],
7721
7876
  "dependencies": [
7722
- "ic-tooltip"
7877
+ "ic-horizontal-scroll"
7723
7878
  ],
7724
7879
  "dependencyGraph": {
7725
7880
  "ic-tab-group": [
7881
+ "ic-horizontal-scroll"
7882
+ ],
7883
+ "ic-horizontal-scroll": [
7884
+ "ic-button"
7885
+ ],
7886
+ "ic-button": [
7887
+ "ic-loading-indicator",
7726
7888
  "ic-tooltip"
7727
7889
  ],
7890
+ "ic-loading-indicator": [
7891
+ "ic-typography"
7892
+ ],
7728
7893
  "ic-tooltip": [
7729
7894
  "ic-typography"
7730
7895
  ]
@@ -8654,6 +8819,292 @@
8654
8819
  "dependencies": [],
8655
8820
  "dependencyGraph": {}
8656
8821
  },
8822
+ {
8823
+ "filePath": "./src/components/ic-toast/ic-toast.tsx",
8824
+ "encapsulation": "shadow",
8825
+ "tag": "ic-toast",
8826
+ "readme": "# ic-toast\n\n\n",
8827
+ "docs": "",
8828
+ "docsTags": [
8829
+ {
8830
+ "name": "slot",
8831
+ "text": "action - IcButton or IcLink is placed below header and message. If used will default toast to manual `dismiss` type."
8832
+ },
8833
+ {
8834
+ "name": "slot",
8835
+ "text": "neutral-icon - A custom neutral icon is placed on the left side of the component. If used will default toast to `neutral` variant."
8836
+ }
8837
+ ],
8838
+ "usage": {},
8839
+ "props": [
8840
+ {
8841
+ "name": "autoDismissTimeout",
8842
+ "type": "number",
8843
+ "mutable": false,
8844
+ "attr": "auto-dismiss-timeout",
8845
+ "reflectToAttr": false,
8846
+ "docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\n(NOTE: Has a minimum value of `5000ms`)",
8847
+ "docsTags": [],
8848
+ "default": "5000",
8849
+ "values": [
8850
+ {
8851
+ "type": "number"
8852
+ }
8853
+ ],
8854
+ "optional": true,
8855
+ "required": false
8856
+ },
8857
+ {
8858
+ "name": "dismissButtonAriaLabel",
8859
+ "type": "string",
8860
+ "mutable": false,
8861
+ "attr": "dismiss-button-aria-label",
8862
+ "reflectToAttr": false,
8863
+ "docs": "If toast can be manually dismissed, this prop sets a custom aria-label for the ic-button component",
8864
+ "docsTags": [],
8865
+ "default": "\"dismiss\"",
8866
+ "values": [
8867
+ {
8868
+ "type": "string"
8869
+ }
8870
+ ],
8871
+ "optional": true,
8872
+ "required": false
8873
+ },
8874
+ {
8875
+ "name": "dismissMode",
8876
+ "type": "\"automatic\" | \"manual\"",
8877
+ "mutable": false,
8878
+ "attr": "dismiss-mode",
8879
+ "reflectToAttr": false,
8880
+ "docs": "How the toast will be dismissed. If manual will display a dismiss button.",
8881
+ "docsTags": [],
8882
+ "default": "\"manual\"",
8883
+ "values": [
8884
+ {
8885
+ "value": "automatic",
8886
+ "type": "string"
8887
+ },
8888
+ {
8889
+ "value": "manual",
8890
+ "type": "string"
8891
+ }
8892
+ ],
8893
+ "optional": true,
8894
+ "required": false
8895
+ },
8896
+ {
8897
+ "name": "heading",
8898
+ "type": "string",
8899
+ "mutable": false,
8900
+ "attr": "heading",
8901
+ "reflectToAttr": false,
8902
+ "docs": "The title to display at the start of the toast. (NOTE: Should be no more than `70` characters)",
8903
+ "docsTags": [],
8904
+ "values": [
8905
+ {
8906
+ "type": "string"
8907
+ }
8908
+ ],
8909
+ "optional": false,
8910
+ "required": true
8911
+ },
8912
+ {
8913
+ "name": "message",
8914
+ "type": "string",
8915
+ "mutable": false,
8916
+ "attr": "message",
8917
+ "reflectToAttr": false,
8918
+ "docs": "The main body message of the toast. (NOTE: Should be no more than `140` characters)",
8919
+ "docsTags": [],
8920
+ "values": [
8921
+ {
8922
+ "type": "string"
8923
+ }
8924
+ ],
8925
+ "optional": true,
8926
+ "required": false
8927
+ },
8928
+ {
8929
+ "name": "neutralIconAriaLabel",
8930
+ "type": "string",
8931
+ "mutable": false,
8932
+ "attr": "neutral-icon-aria-label",
8933
+ "reflectToAttr": false,
8934
+ "docs": "Provides a custom alt-text to be announced to screen readers, if slotting a custom neutral icon",
8935
+ "docsTags": [],
8936
+ "values": [
8937
+ {
8938
+ "type": "string"
8939
+ }
8940
+ ],
8941
+ "optional": true,
8942
+ "required": false
8943
+ },
8944
+ {
8945
+ "name": "variant",
8946
+ "type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
8947
+ "mutable": false,
8948
+ "attr": "variant",
8949
+ "reflectToAttr": false,
8950
+ "docs": "The variant of the toast being rendered",
8951
+ "docsTags": [],
8952
+ "values": [
8953
+ {
8954
+ "value": "error",
8955
+ "type": "string"
8956
+ },
8957
+ {
8958
+ "value": "info",
8959
+ "type": "string"
8960
+ },
8961
+ {
8962
+ "value": "neutral",
8963
+ "type": "string"
8964
+ },
8965
+ {
8966
+ "value": "success",
8967
+ "type": "string"
8968
+ },
8969
+ {
8970
+ "value": "warning",
8971
+ "type": "string"
8972
+ }
8973
+ ],
8974
+ "optional": true,
8975
+ "required": false
8976
+ }
8977
+ ],
8978
+ "methods": [
8979
+ {
8980
+ "name": "setVisible",
8981
+ "returns": {
8982
+ "type": "Promise<HTMLElement>",
8983
+ "docs": "The element that previously had focus before the toast appeared"
8984
+ },
8985
+ "signature": "setVisible() => Promise<HTMLElement>",
8986
+ "parameters": [],
8987
+ "docs": "Used to display the individual toast",
8988
+ "docsTags": [
8989
+ {
8990
+ "name": "returns",
8991
+ "text": "The element that previously had focus before the toast appeared"
8992
+ }
8993
+ ]
8994
+ }
8995
+ ],
8996
+ "events": [
8997
+ {
8998
+ "event": "icDismiss",
8999
+ "detail": "void",
9000
+ "bubbles": true,
9001
+ "cancelable": true,
9002
+ "composed": true,
9003
+ "docs": "Is emitted when the user dismisses the toast",
9004
+ "docsTags": []
9005
+ }
9006
+ ],
9007
+ "listeners": [
9008
+ {
9009
+ "event": "icDismiss",
9010
+ "capture": true,
9011
+ "passive": false
9012
+ },
9013
+ {
9014
+ "event": "keydown",
9015
+ "target": "document",
9016
+ "capture": false,
9017
+ "passive": false
9018
+ },
9019
+ {
9020
+ "event": "mouseenter",
9021
+ "capture": false,
9022
+ "passive": true
9023
+ },
9024
+ {
9025
+ "event": "mouseleave",
9026
+ "capture": false,
9027
+ "passive": true
9028
+ }
9029
+ ],
9030
+ "styles": [],
9031
+ "slots": [
9032
+ {
9033
+ "name": "action",
9034
+ "docs": "IcButton or IcLink is placed below header and message. If used will default toast to manual `dismiss` type."
9035
+ },
9036
+ {
9037
+ "name": "neutral-icon",
9038
+ "docs": "A custom neutral icon is placed on the left side of the component. If used will default toast to `neutral` variant."
9039
+ }
9040
+ ],
9041
+ "parts": [],
9042
+ "dependents": [],
9043
+ "dependencies": [
9044
+ "ic-typography",
9045
+ "ic-loading-indicator",
9046
+ "ic-button"
9047
+ ],
9048
+ "dependencyGraph": {
9049
+ "ic-toast": [
9050
+ "ic-typography",
9051
+ "ic-loading-indicator",
9052
+ "ic-button"
9053
+ ],
9054
+ "ic-loading-indicator": [
9055
+ "ic-typography"
9056
+ ],
9057
+ "ic-button": [
9058
+ "ic-loading-indicator",
9059
+ "ic-tooltip"
9060
+ ],
9061
+ "ic-tooltip": [
9062
+ "ic-typography"
9063
+ ]
9064
+ }
9065
+ },
9066
+ {
9067
+ "filePath": "./src/components/ic-toast-region/ic-toast-region.tsx",
9068
+ "encapsulation": "none",
9069
+ "tag": "ic-toast-region",
9070
+ "readme": "# ic-toast-region\n\n\n",
9071
+ "docs": "",
9072
+ "docsTags": [],
9073
+ "usage": {},
9074
+ "props": [],
9075
+ "methods": [
9076
+ {
9077
+ "name": "setVisible",
9078
+ "returns": {
9079
+ "type": "Promise<void>",
9080
+ "docs": ""
9081
+ },
9082
+ "signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
9083
+ "parameters": [],
9084
+ "docs": "Handles setting the visibility of various toasts based on what is already visible",
9085
+ "docsTags": [
9086
+ {
9087
+ "name": "param",
9088
+ "text": "toast The toast element being requested to display"
9089
+ }
9090
+ ]
9091
+ }
9092
+ ],
9093
+ "events": [],
9094
+ "listeners": [
9095
+ {
9096
+ "event": "icDismiss",
9097
+ "capture": true,
9098
+ "passive": false
9099
+ }
9100
+ ],
9101
+ "styles": [],
9102
+ "slots": [],
9103
+ "parts": [],
9104
+ "dependents": [],
9105
+ "dependencies": [],
9106
+ "dependencyGraph": {}
9107
+ },
8657
9108
  {
8658
9109
  "filePath": "./src/components/ic-tooltip/ic-tooltip.tsx",
8659
9110
  "encapsulation": "shadow",
@@ -8778,14 +9229,19 @@
8778
9229
  "methods": [],
8779
9230
  "events": [],
8780
9231
  "listeners": [],
8781
- "styles": [],
9232
+ "styles": [
9233
+ {
9234
+ "name": "--ic-z-index-tooltip",
9235
+ "annotation": "prop",
9236
+ "docs": "z-index of tooltip"
9237
+ }
9238
+ ],
8782
9239
  "slots": [],
8783
9240
  "parts": [],
8784
9241
  "dependents": [
8785
9242
  "ic-button",
8786
9243
  "ic-chip",
8787
- "ic-navigation-item",
8788
- "ic-tab-group"
9244
+ "ic-navigation-item"
8789
9245
  ],
8790
9246
  "dependencies": [
8791
9247
  "ic-typography"
@@ -8802,9 +9258,6 @@
8802
9258
  ],
8803
9259
  "ic-navigation-item": [
8804
9260
  "ic-tooltip"
8805
- ],
8806
- "ic-tab-group": [
8807
- "ic-tooltip"
8808
9261
  ]
8809
9262
  }
8810
9263
  },
@@ -9011,6 +9464,7 @@
9011
9464
  "ic-section-container",
9012
9465
  "ic-typography",
9013
9466
  "ic-button",
9467
+ "ic-horizontal-scroll",
9014
9468
  "ic-navigation-menu"
9015
9469
  ],
9016
9470
  "dependencyGraph": {
@@ -9018,6 +9472,7 @@
9018
9472
  "ic-section-container",
9019
9473
  "ic-typography",
9020
9474
  "ic-button",
9475
+ "ic-horizontal-scroll",
9021
9476
  "ic-navigation-menu"
9022
9477
  ],
9023
9478
  "ic-button": [
@@ -9030,6 +9485,9 @@
9030
9485
  "ic-tooltip": [
9031
9486
  "ic-typography"
9032
9487
  ],
9488
+ "ic-horizontal-scroll": [
9489
+ "ic-button"
9490
+ ],
9033
9491
  "ic-navigation-menu": [
9034
9492
  "ic-button",
9035
9493
  "ic-typography"
@@ -9155,6 +9613,7 @@
9155
9613
  "ic-switch",
9156
9614
  "ic-tab",
9157
9615
  "ic-text-field",
9616
+ "ic-toast",
9158
9617
  "ic-tooltip",
9159
9618
  "ic-top-navigation"
9160
9619
  ],
@@ -9241,6 +9700,9 @@
9241
9700
  "ic-text-field": [
9242
9701
  "ic-typography"
9243
9702
  ],
9703
+ "ic-toast": [
9704
+ "ic-typography"
9705
+ ],
9244
9706
  "ic-tooltip": [
9245
9707
  "ic-typography"
9246
9708
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukic/docs",
3
- "version": "2.1.0-beta.8",
3
+ "version": "2.1.0-beta.9",
4
4
  "description": "API documentation for @ukic components",
5
5
  "main": "docs.json",
6
6
  "types": "docs.d.ts",
@@ -9,5 +9,5 @@
9
9
  "docs.d.ts"
10
10
  ],
11
11
  "license": "MIT",
12
- "gitHead": "20d7df2ba2c281735d96b667a3e037568443cdf8"
12
+ "gitHead": "f25923c8f6fe3d6c65f4cd048bdab9c46d324759"
13
13
  }