Where can I find the authoritative list of mockup patterns that ship with Plone?

Where can I find the authoritative list of mockup patterns that ship with Plone?
I checked here: https://plone.github.io/mockup

This doesn't seem to be complete, for example pat-datatables is not documented there.

Reading the source: https://github.com/plone/mockup/tree/master/mockup/patterns
These are the patterns I see are:

  • autotoc
  • backdrop
  • base
  • contentloader
  • cookietrigger
  • datatables
  • eventedit
  • filemanager
  • formautofocus
  • formunloadalert
  • inlinevalidation
  • livesearch
  • markspeciallinks
  • modal
  • moment
  • navigationmarker
  • passwordstrength
  • pickadate
  • preventdoublesubmit
  • querystring
  • recurrence
  • relateditems
  • resourceregistry
  • select2
  • sortable
  • structure
  • textareamimetypeselector
  • texteditor
  • thememapper
  • tinymce
  • toggle
  • tooltip
  • tree
  • upload

:point_up: my new authoritative list of out of the box mockup patterns

The source is also useful if you are looking for available pattern options.