fomantic-ui 2.9.4-beta.9 → 2.9.4-beta.91
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.
- package/.all-contributorsrc +20 -1
- package/.eslintrc.js +17 -0
- package/.github/FUNDING.yml +1 -1
- package/.github/workflows/ci.yml +6 -6
- package/.github/workflows/depsreview.yml +14 -0
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CONTRIBUTORS.md +2 -0
- package/README.md +2 -12
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +4 -2
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +7 -3
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +21 -3
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +17 -4
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +10 -4
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +7 -3
- package/dist/components/dimmer.js +4 -2
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +46 -38
- package/dist/components/dropdown.js +109 -34
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +17 -7
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +4309 -3713
- package/dist/components/emoji.min.css +2 -2
- package/dist/components/feed.css +12 -1
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +3 -1
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +4 -2
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +15 -3
- package/dist/components/form.js +66 -23
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +5 -5
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +7 -1
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +1 -1
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +2 -1
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +7 -3
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +11 -5
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +10 -4
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +15 -6
- package/dist/components/progress.js +4 -2
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +4 -2
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +67 -14
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +7 -5
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +4 -2
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +14 -6
- package/dist/components/site.js +4 -2
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +152 -2
- package/dist/components/slider.js +142 -44
- package/dist/components/slider.min.css +2 -2
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +4 -2
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +992 -86
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +4 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +4 -2
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +32 -21
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +7 -3
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +7 -3
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +4 -2
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +6139 -3943
- package/dist/semantic.js +530 -180
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/package.json +14 -14
- package/src/definitions/behaviors/api.js +6 -2
- package/src/definitions/behaviors/form.js +65 -22
- package/src/definitions/behaviors/state.js +3 -1
- package/src/definitions/behaviors/visibility.js +3 -1
- package/src/definitions/collections/form.less +9 -2
- package/src/definitions/collections/grid.less +4 -4
- package/src/definitions/collections/message.less +1 -0
- package/src/definitions/collections/table.less +69 -54
- package/src/definitions/elements/button.less +27 -3
- package/src/definitions/elements/label.less +5 -0
- package/src/definitions/elements/step.less +399 -85
- package/src/definitions/globals/site.js +3 -1
- package/src/definitions/globals/site.less +17 -12
- package/src/definitions/modules/accordion.js +3 -1
- package/src/definitions/modules/calendar.js +16 -3
- package/src/definitions/modules/checkbox.js +9 -3
- package/src/definitions/modules/dimmer.js +3 -1
- package/src/definitions/modules/dimmer.less +8 -5
- package/src/definitions/modules/dropdown.js +108 -33
- package/src/definitions/modules/dropdown.less +43 -29
- package/src/definitions/modules/embed.js +16 -6
- package/src/definitions/modules/flyout.js +3 -1
- package/src/definitions/modules/modal.js +6 -2
- package/src/definitions/modules/nag.js +10 -4
- package/src/definitions/modules/popup.js +9 -3
- package/src/definitions/modules/progress.js +3 -1
- package/src/definitions/modules/progress.less +17 -5
- package/src/definitions/modules/rating.js +3 -1
- package/src/definitions/modules/search.js +66 -13
- package/src/definitions/modules/search.less +9 -2
- package/src/definitions/modules/shape.js +6 -4
- package/src/definitions/modules/sidebar.js +3 -1
- package/src/definitions/modules/slider.js +141 -43
- package/src/definitions/modules/slider.less +103 -8
- package/src/definitions/modules/sticky.js +3 -1
- package/src/definitions/modules/tab.js +3 -1
- package/src/definitions/modules/toast.js +6 -2
- package/src/definitions/modules/transition.js +6 -2
- package/src/definitions/views/feed.less +11 -0
- package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/src/themes/default/elements/button.variables +3 -0
- package/src/themes/default/elements/emoji.variables +172 -23
- package/src/themes/default/elements/flag.variables +3 -3
- package/src/themes/default/elements/step.variables +33 -0
- package/src/themes/default/globals/site.variables +3 -0
- package/src/themes/default/globals/variation.variables +9 -0
- package/src/themes/default/modules/dropdown.variables +3 -0
- package/src/themes/default/modules/progress.variables +1 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/modules/slider.variables +10 -0
- package/src/themes/default/views/feed.variables +3 -0
- package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/src/themes/joypixels/elements/emoji.variables +183 -22
- package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/tasks/admin/components/create.js +4 -4
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/components/update.js +3 -3
- package/tasks/admin/distributions/create.js +3 -3
- package/tasks/admin/distributions/init.js +2 -2
- package/tasks/admin/distributions/update.js +4 -4
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +19 -10
- package/tasks/build/javascript.js +12 -5
- package/tasks/check-install.js +1 -1
- package/tasks/config/defaults.js +2 -0
- package/tasks/config/tasks.js +1 -1
- package/tasks/docs/build.js +3 -3
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +3 -1
- package/tasks/install.js +2 -2
- package/tasks/watch.js +1 -1
- package/types/fomantic-ui-accordion.d.ts +1 -1
- package/types/fomantic-ui-api.d.ts +9 -3
- package/types/fomantic-ui-calendar.d.ts +110 -9
- package/types/fomantic-ui-checkbox.d.ts +14 -4
- package/types/fomantic-ui-dimmer.d.ts +1 -1
- package/types/fomantic-ui-dropdown.d.ts +82 -44
- package/types/fomantic-ui-embed.d.ts +19 -2
- package/types/fomantic-ui-flyout.d.ts +25 -11
- package/types/fomantic-ui-form.d.ts +123 -15
- package/types/fomantic-ui-modal.d.ts +101 -5
- package/types/fomantic-ui-nag.d.ts +4 -4
- package/types/fomantic-ui-popup.d.ts +38 -12
- package/types/fomantic-ui-progress.d.ts +12 -6
- package/types/fomantic-ui-rating.d.ts +1 -1
- package/types/fomantic-ui-search.d.ts +138 -22
- package/types/fomantic-ui-shape.d.ts +2 -2
- package/types/fomantic-ui-sidebar.d.ts +4 -4
- package/types/fomantic-ui-slider.d.ts +56 -4
- package/types/fomantic-ui-sticky.d.ts +1 -1
- package/types/fomantic-ui-tab.d.ts +6 -6
- package/types/fomantic-ui-toast.d.ts +14 -2
- package/types/fomantic-ui-transition.d.ts +41 -7
- package/types/fomantic-ui-visibility.d.ts +3 -3
- package/types/index.d.ts +25 -25
- package/types/tests.ts +188 -0
- package/types/tsconfig.json +1 -1
- package/types/fomantic-ui-tests.ts +0 -25
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
|
-
*
|
3
|
-
* License - CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
|
2
|
+
* Twemoji v15.1 by @jdecked - https://github.com/jdecked/twemoji
|
3
|
+
* License - MIT, CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
|
4
4
|
*/
|
5
5
|
|
6
6
|
/*******************************
|
@@ -10,7 +10,7 @@
|
|
10
10
|
/* --------------
|
11
11
|
Path
|
12
12
|
--------------- */
|
13
|
-
@emojiPath: "https://cdn.jsdelivr.net/gh/
|
13
|
+
@emojiPath: "https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/";
|
14
14
|
@emojiFileType: "svg";
|
15
15
|
|
16
16
|
/* --------------
|
@@ -172,6 +172,9 @@
|
|
172
172
|
1f610: neutral_face;
|
173
173
|
1fae4: face_with_diagonal_mouth;
|
174
174
|
1f611: expressionless;
|
175
|
+
1fae8: shaking_face;
|
176
|
+
1f642-200d-2194-fe0f: head_shaking_horizontally;
|
177
|
+
1f642-200d-2195-fe0f: head_shaking_vertically;
|
175
178
|
1f62c: grimacing;
|
176
179
|
1f644: rolling_eyes;
|
177
180
|
1f62f: hushed;
|
@@ -309,6 +312,18 @@
|
|
309
312
|
1f91c-1f3fd: right_facing_fist_tone3;
|
310
313
|
1f91c-1f3fe: right_facing_fist_tone4;
|
311
314
|
1f91c-1f3ff: right_facing_fist_tone5;
|
315
|
+
1faf7: leftwards_pushing_hand;
|
316
|
+
1faf7-1f3fb: leftwards_pushing_hand_tone1;
|
317
|
+
1faf7-1f3fc: leftwards_pushing_hand_tone2;
|
318
|
+
1faf7-1f3fd: leftwards_pushing_hand_tone3;
|
319
|
+
1faf7-1f3fe: leftwards_pushing_hand_tone4;
|
320
|
+
1faf7-1f3ff: leftwards_pushing_hand_tone5;
|
321
|
+
1faf8: rightwards_pushing_hand;
|
322
|
+
1faf8-1f3fb: rightwards_pushing_hand_tone1;
|
323
|
+
1faf8-1f3fc: rightwards_pushing_hand_tone2;
|
324
|
+
1faf8-1f3fd: rightwards_pushing_hand_tone3;
|
325
|
+
1faf8-1f3fe: rightwards_pushing_hand_tone4;
|
326
|
+
1faf8-1f3ff: rightwards_pushing_hand_tone5;
|
312
327
|
1f91e: fingers_crossed;
|
313
328
|
1f91e-1f3fb: fingers_crossed_tone1;
|
314
329
|
1f91e-1f3fc: fingers_crossed_tone2;
|
@@ -1627,6 +1642,24 @@
|
|
1627
1642
|
1f468-1f3fd-200d-1f9bd: man_in_manual_wheelchair_tone3;
|
1628
1643
|
1f468-1f3fe-200d-1f9bd: man_in_manual_wheelchair_tone4;
|
1629
1644
|
1f468-1f3ff-200d-1f9bd: man_in_manual_wheelchair_tone5;
|
1645
|
+
1f9d1-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right;
|
1646
|
+
1f9d1-1f3fb-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone1;
|
1647
|
+
1f9d1-1f3fc-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone2;
|
1648
|
+
1f9d1-1f3fd-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone3;
|
1649
|
+
1f9d1-1f3fe-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone4;
|
1650
|
+
1f9d1-1f3ff-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone5;
|
1651
|
+
1f468-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right;
|
1652
|
+
1f468-1f3fc-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone2;
|
1653
|
+
1f468-1f3fb-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone1;
|
1654
|
+
1f468-1f3fd-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone3;
|
1655
|
+
1f468-1f3fe-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone4;
|
1656
|
+
1f468-1f3ff-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone5;
|
1657
|
+
1f469-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right;
|
1658
|
+
1f469-1f3fb-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone1;
|
1659
|
+
1f469-1f3fc-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone2;
|
1660
|
+
1f469-1f3fd-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone3;
|
1661
|
+
1f469-1f3fe-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone4;
|
1662
|
+
1f469-1f3ff-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone5;
|
1630
1663
|
1f9d1-200d-1f9bc: person_in_motorized_wheelchair;
|
1631
1664
|
1f9d1-1f3fb-200d-1f9bc: person_in_motorized_wheelchair_tone1;
|
1632
1665
|
1f9d1-1f3fc-200d-1f9bc: person_in_motorized_wheelchair_tone2;
|
@@ -1645,6 +1678,24 @@
|
|
1645
1678
|
1f468-1f3fd-200d-1f9bc: man_in_motorized_wheelchair_tone3;
|
1646
1679
|
1f468-1f3fe-200d-1f9bc: man_in_motorized_wheelchair_tone4;
|
1647
1680
|
1f468-1f3ff-200d-1f9bc: man_in_motorized_wheelchair_tone5;
|
1681
|
+
1f9d1-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right;
|
1682
|
+
1f9d1-1f3fb-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone1;
|
1683
|
+
1f9d1-1f3fc-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone2;
|
1684
|
+
1f9d1-1f3fd-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone3;
|
1685
|
+
1f9d1-1f3fe-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone4;
|
1686
|
+
1f9d1-1f3ff-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone5;
|
1687
|
+
1f468-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right;
|
1688
|
+
1f468-1f3fb-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone1;
|
1689
|
+
1f468-1f3fc-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone2;
|
1690
|
+
1f468-1f3fd-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone3;
|
1691
|
+
1f468-1f3fe-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone4;
|
1692
|
+
1f468-1f3ff-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone5;
|
1693
|
+
1f469-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right;
|
1694
|
+
1f469-1f3fb-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone1;
|
1695
|
+
1f469-1f3fc-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone2;
|
1696
|
+
1f469-1f3fd-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone3;
|
1697
|
+
1f469-1f3fe-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone4;
|
1698
|
+
1f469-1f3ff-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone5;
|
1648
1699
|
1f6b6: person_walking;
|
1649
1700
|
1f6b6-1f3fb: person_walking_tone1;
|
1650
1701
|
1f6b6-1f3fc: person_walking_tone2;
|
@@ -1663,6 +1714,24 @@
|
|
1663
1714
|
1f6b6-1f3fd-200d-2642-fe0f: man_walking_tone3;
|
1664
1715
|
1f6b6-1f3fe-200d-2642-fe0f: man_walking_tone4;
|
1665
1716
|
1f6b6-1f3ff-200d-2642-fe0f: man_walking_tone5;
|
1717
|
+
1f6b6-200d-27a1-fe0f: person_walking_facing_right;
|
1718
|
+
1f6b6-1f3fb-200d-27a1-fe0f: person_walking_facing_right_tone1;
|
1719
|
+
1f6b6-1f3fc-200d-27a1-fe0f: person_walking_facing_right_tone2;
|
1720
|
+
1f6b6-1f3fd-200d-27a1-fe0f: person_walking_facing_right_tone3;
|
1721
|
+
1f6b6-1f3fe-200d-27a1-fe0f: person_walking_facing_right_tone4;
|
1722
|
+
1f6b6-1f3ff-200d-27a1-fe0f: person_walking_facing_right_tone5;
|
1723
|
+
1f6b6-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right;
|
1724
|
+
1f6b6-1f3fb-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone1;
|
1725
|
+
1f6b6-1f3fc-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone2;
|
1726
|
+
1f6b6-1f3fd-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone3;
|
1727
|
+
1f6b6-1f3fe-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone4;
|
1728
|
+
1f6b6-1f3ff-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone5;
|
1729
|
+
1f6b6-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right;
|
1730
|
+
1f6b6-1f3fb-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone1;
|
1731
|
+
1f6b6-1f3fc-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone2;
|
1732
|
+
1f6b6-1f3fd-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone3;
|
1733
|
+
1f6b6-1f3fe-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone4;
|
1734
|
+
1f6b6-1f3ff-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone5;
|
1666
1735
|
1f9d1-200d-1f9af: person_with_probing_cane;
|
1667
1736
|
1f9d1-1f3fb-200d-1f9af: person_with_probing_cane_tone1;
|
1668
1737
|
1f9d1-1f3fc-200d-1f9af: person_with_probing_cane_tone2;
|
@@ -1681,6 +1750,24 @@
|
|
1681
1750
|
1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
|
1682
1751
|
1f468-1f3fe-200d-1f9af: man_with_probing_cane_tone4;
|
1683
1752
|
1f468-1f3ff-200d-1f9af: man_with_probing_cane_tone5;
|
1753
|
+
1f9d1-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right;
|
1754
|
+
1f9d1-1f3fb-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone1;
|
1755
|
+
1f9d1-1f3fc-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone2;
|
1756
|
+
1f9d1-1f3fd-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone3;
|
1757
|
+
1f9d1-1f3fe-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone4;
|
1758
|
+
1f9d1-1f3ff-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone5;
|
1759
|
+
1f468-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right;
|
1760
|
+
1f468-1f3fb-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone1;
|
1761
|
+
1f468-1f3fc-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone2;
|
1762
|
+
1f468-1f3fd-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone3;
|
1763
|
+
1f468-1f3fe-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone4;
|
1764
|
+
1f468-1f3ff-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone5;
|
1765
|
+
1f469-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right;
|
1766
|
+
1f469-1f3fb-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone1;
|
1767
|
+
1f469-1f3fc-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone2;
|
1768
|
+
1f469-1f3fd-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone3;
|
1769
|
+
1f469-1f3fe-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone4;
|
1770
|
+
1f469-1f3ff-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone5;
|
1684
1771
|
1f9ce: person_kneeling;
|
1685
1772
|
1f9ce-1f3fb: person_kneeling_tone1;
|
1686
1773
|
1f9ce-1f3fc: person_kneeling_tone2;
|
@@ -1699,6 +1786,24 @@
|
|
1699
1786
|
1f9ce-1f3fd-200d-2642-fe0f: man_kneeling_tone3;
|
1700
1787
|
1f9ce-1f3fe-200d-2642-fe0f: man_kneeling_tone4;
|
1701
1788
|
1f9ce-1f3ff-200d-2642-fe0f: man_kneeling_tone5;
|
1789
|
+
1f9ce-200d-27a1-fe0f: person_kneeling_facing_right;
|
1790
|
+
1f9ce-1f3fb-200d-27a1-fe0f: person_kneeling_facing_right_tone1;
|
1791
|
+
1f9ce-1f3fc-200d-27a1-fe0f: person_kneeling_facing_right_tone2;
|
1792
|
+
1f9ce-1f3fd-200d-27a1-fe0f: person_kneeling_facing_right_tone3;
|
1793
|
+
1f9ce-1f3fe-200d-27a1-fe0f: person_kneeling_facing_right_tone4;
|
1794
|
+
1f9ce-1f3ff-200d-27a1-fe0f: person_kneeling_facing_right_tone5;
|
1795
|
+
1f9ce-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right;
|
1796
|
+
1f9ce-1f3fb-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone1;
|
1797
|
+
1f9ce-1f3fc-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone2;
|
1798
|
+
1f9ce-1f3fd-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone3;
|
1799
|
+
1f9ce-1f3fe-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone4;
|
1800
|
+
1f9ce-1f3ff-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone5;
|
1801
|
+
1f9ce-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right;
|
1802
|
+
1f9ce-1f3fb-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone1;
|
1803
|
+
1f9ce-1f3fc-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone2;
|
1804
|
+
1f9ce-1f3fd-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone3;
|
1805
|
+
1f9ce-1f3fe-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone4;
|
1806
|
+
1f9ce-1f3ff-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone5;
|
1702
1807
|
1f3c3: person_running;
|
1703
1808
|
1f3c3-1f3fb: person_running_tone1;
|
1704
1809
|
1f3c3-1f3fc: person_running_tone2;
|
@@ -1717,6 +1822,24 @@
|
|
1717
1822
|
1f3c3-1f3fd-200d-2642-fe0f: man_running_tone3;
|
1718
1823
|
1f3c3-1f3fe-200d-2642-fe0f: man_running_tone4;
|
1719
1824
|
1f3c3-1f3ff-200d-2642-fe0f: man_running_tone5;
|
1825
|
+
1f3c3-200d-27a1-fe0f: person_running_facing_right;
|
1826
|
+
1f3c3-1f3fb-200d-27a1-fe0f: person_running_facing_right_tone1;
|
1827
|
+
1f3c3-1f3fc-200d-27a1-fe0f: person_running_facing_right_tone2;
|
1828
|
+
1f3c3-1f3fd-200d-27a1-fe0f: person_running_facing_right_tone3;
|
1829
|
+
1f3c3-1f3fe-200d-27a1-fe0f: person_running_facing_right_tone4;
|
1830
|
+
1f3c3-1f3ff-200d-27a1-fe0f: person_running_facing_right_tone5;
|
1831
|
+
1f3c3-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right;
|
1832
|
+
1f3c3-1f3fb-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone1;
|
1833
|
+
1f3c3-1f3fc-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone2;
|
1834
|
+
1f3c3-1f3fd-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone3;
|
1835
|
+
1f3c3-1f3fe-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone4;
|
1836
|
+
1f3c3-1f3ff-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone5;
|
1837
|
+
1f3c3-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right;
|
1838
|
+
1f3c3-1f3fb-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone1;
|
1839
|
+
1f3c3-1f3fc-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone2;
|
1840
|
+
1f3c3-1f3fd-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone3;
|
1841
|
+
1f3c3-1f3fe-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone4;
|
1842
|
+
1f3c3-1f3ff-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone5;
|
1720
1843
|
1f9cd: person_standing;
|
1721
1844
|
1f9cd-1f3fb: person_standing_tone1;
|
1722
1845
|
1f9cd-1f3fc: person_standing_tone2;
|
@@ -2047,6 +2170,10 @@
|
|
2047
2170
|
1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_man_man_tone5_tone3;
|
2048
2171
|
1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_man_man_tone5_tone4;
|
2049
2172
|
1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_man_man_tone5;
|
2173
|
+
1f9d1-200d-1f9d1-200d-1f9d2-200d-1f9d2: family_adult_adult_child_child;
|
2174
|
+
1f9d1-200d-1f9d1-200d-1f9d2: family_adult_adult_child;
|
2175
|
+
1f9d1-200d-1f9d2-200d-1f9d2: family_adult_child_child;
|
2176
|
+
1f9d1-200d-1f9d2: family_adult_child;
|
2050
2177
|
1f46a: family;
|
2051
2178
|
1f468-200d-1f469-200d-1f466: family_man_woman_boy;
|
2052
2179
|
1f468-200d-1f469-200d-1f467: family_mwg;
|
@@ -2151,7 +2278,9 @@
|
|
2151
2278
|
1f424: baby_chick;
|
2152
2279
|
1f423: hatching_chick;
|
2153
2280
|
1f425: hatched_chick;
|
2281
|
+
1fabf: goose;
|
2154
2282
|
1f986: duck;
|
2283
|
+
1f426-200d-2b1b: black_bird;
|
2155
2284
|
1f985: eagle;
|
2156
2285
|
1f989: owl;
|
2157
2286
|
1f987: bat;
|
@@ -2159,17 +2288,18 @@
|
|
2159
2288
|
1f417: boar;
|
2160
2289
|
1f434: horse;
|
2161
2290
|
1f984: unicorn;
|
2291
|
+
1face: moose;
|
2162
2292
|
1f41d: bee;
|
2293
|
+
1fab1: worm;
|
2163
2294
|
1f41b: bug;
|
2164
2295
|
1f98b: butterfly;
|
2165
2296
|
1f40c: snail;
|
2166
|
-
1fab1: worm;
|
2167
2297
|
1f41e: lady_beetle;
|
2168
2298
|
1f41c: ant;
|
2169
2299
|
1fab0: fly;
|
2170
|
-
1f99f: mosquito;
|
2171
|
-
1fab3: cockroach;
|
2172
2300
|
1fab2: beetle;
|
2301
|
+
1fab3: cockroach;
|
2302
|
+
1f99f: mosquito;
|
2173
2303
|
1f997: cricket;
|
2174
2304
|
1f577: spider;
|
2175
2305
|
1f578: spider_web;
|
@@ -2181,35 +2311,37 @@
|
|
2181
2311
|
1f995: sauropod;
|
2182
2312
|
1f419: octopus;
|
2183
2313
|
1f991: squid;
|
2314
|
+
1fabc: jellyfish;
|
2184
2315
|
1f990: shrimp;
|
2185
2316
|
1f99e: lobster;
|
2186
2317
|
1f980: crab;
|
2187
2318
|
1f421: blowfish;
|
2188
2319
|
1f420: tropical_fish;
|
2189
2320
|
1f41f: fish;
|
2190
|
-
1f9ad: seal;
|
2191
2321
|
1f42c: dolphin;
|
2192
2322
|
1f433: whale;
|
2193
2323
|
1f40b: whale2;
|
2194
2324
|
1f988: shark;
|
2325
|
+
1f9ad: seal;
|
2195
2326
|
1f40a: crocodile;
|
2196
2327
|
1f405: tiger2;
|
2197
2328
|
1f406: leopard;
|
2198
2329
|
1f993: zebra;
|
2199
2330
|
1f98d: gorilla;
|
2200
2331
|
1f9a7: orangutan;
|
2201
|
-
1f418: elephant;
|
2202
2332
|
1f9a3: mammoth;
|
2203
|
-
|
2333
|
+
1f418: elephant;
|
2204
2334
|
1f99b: hippopotamus;
|
2205
2335
|
1f98f: rhino;
|
2206
2336
|
1f42a: dromedary_camel;
|
2207
2337
|
1f42b: camel;
|
2208
2338
|
1f992: giraffe;
|
2209
2339
|
1f998: kangaroo;
|
2340
|
+
1f9ac: bison;
|
2210
2341
|
1f403: water_buffalo;
|
2211
2342
|
1f402: ox;
|
2212
2343
|
1f404: cow2;
|
2344
|
+
1facf: donkey;
|
2213
2345
|
1f40e: racehorse;
|
2214
2346
|
1f416: pig2;
|
2215
2347
|
1f40f: ram;
|
@@ -2224,6 +2356,7 @@
|
|
2224
2356
|
1f408: cat2;
|
2225
2357
|
1f408-200d-2b1b: black_cat;
|
2226
2358
|
1fab6: feather;
|
2359
|
+
1fabd: wing;
|
2227
2360
|
1f413: rooster;
|
2228
2361
|
1f983: turkey;
|
2229
2362
|
1f9a4: dodo;
|
@@ -2246,32 +2379,35 @@
|
|
2246
2379
|
1f43e: feet;
|
2247
2380
|
1f409: dragon;
|
2248
2381
|
1f432: dragon_face;
|
2382
|
+
1f426-200d-1f525: phoenix;
|
2249
2383
|
1f335: cactus;
|
2250
2384
|
1f384: christmas_tree;
|
2251
2385
|
1f332: evergreen_tree;
|
2252
2386
|
1f333: deciduous_tree;
|
2253
2387
|
1f334: palm_tree;
|
2388
|
+
1fab5: wood;
|
2254
2389
|
1f331: seedling;
|
2255
2390
|
1f33f: herb;
|
2256
2391
|
1f340: four_leaf_clover;
|
2257
2392
|
1f38d: bamboo;
|
2393
|
+
1fab4: potted_plant;
|
2258
2394
|
1f38b: tanabata_tree;
|
2259
2395
|
1f343: leaves;
|
2260
2396
|
1f342: fallen_leaf;
|
2261
2397
|
1f341: maple_leaf;
|
2262
|
-
1fab9: empty_nest;
|
2263
2398
|
1faba: nest_with_eggs;
|
2399
|
+
1fab9: empty_nest;
|
2264
2400
|
1f344: mushroom;
|
2401
|
+
1f344-200d-1f7eb: brown_mushroom;
|
2265
2402
|
1f41a: shell;
|
2266
2403
|
1fab8: coral;
|
2267
2404
|
1faa8: rock;
|
2268
|
-
1fab5: wood;
|
2269
2405
|
1f33e: ear_of_rice;
|
2270
|
-
1fab4: potted_plant;
|
2271
2406
|
1f490: bouquet;
|
2272
2407
|
1f337: tulip;
|
2273
2408
|
1f339: rose;
|
2274
2409
|
1f940: wilted_rose;
|
2410
|
+
1fabb: hyacinth;
|
2275
2411
|
1fab7: lotus;
|
2276
2412
|
1f33a: hibiscus;
|
2277
2413
|
1f338: cherry_blossom;
|
@@ -2324,11 +2460,12 @@
|
|
2324
2460
|
1f350: pear;
|
2325
2461
|
1f34a: tangerine;
|
2326
2462
|
1f34b: lemon;
|
2463
|
+
1f34b-200d-1f7e9: lime;
|
2327
2464
|
1f34c: banana;
|
2328
2465
|
1f349: watermelon;
|
2329
2466
|
1f347: grapes;
|
2330
|
-
1fad0: blueberries;
|
2331
2467
|
1f353: strawberry;
|
2468
|
+
1fad0: blueberries;
|
2332
2469
|
1f348: melon;
|
2333
2470
|
1f352: cherries;
|
2334
2471
|
1f351: peach;
|
@@ -2339,23 +2476,24 @@
|
|
2339
2476
|
1f345: tomato;
|
2340
2477
|
1f346: eggplant;
|
2341
2478
|
1f951: avocado;
|
2342
|
-
|
2479
|
+
1fadb: pea_pod;
|
2343
2480
|
1f966: broccoli;
|
2344
2481
|
1f96c: leafy_green;
|
2345
|
-
1fad1: bell_pepper;
|
2346
2482
|
1f952: cucumber;
|
2347
2483
|
1f336: hot_pepper;
|
2484
|
+
1fad1: bell_pepper;
|
2348
2485
|
1f33d: corn;
|
2349
2486
|
1f955: carrot;
|
2487
|
+
1fad2: olive;
|
2350
2488
|
1f9c4: garlic;
|
2351
2489
|
1f9c5: onion;
|
2352
2490
|
1f954: potato;
|
2353
2491
|
1f360: sweet_potato;
|
2492
|
+
1fada: ginger_root;
|
2354
2493
|
1f950: croissant;
|
2355
2494
|
1f96f: bagel;
|
2356
2495
|
1f35e: bread;
|
2357
2496
|
1f956: french_bread;
|
2358
|
-
1fad3: flatbread;
|
2359
2497
|
1f968: pretzel;
|
2360
2498
|
1f9c0: cheese;
|
2361
2499
|
1f95a: egg;
|
@@ -2372,6 +2510,7 @@
|
|
2372
2510
|
1f354: hamburger;
|
2373
2511
|
1f35f: fries;
|
2374
2512
|
1f355: pizza;
|
2513
|
+
1fad3: flatbread;
|
2375
2514
|
1f96a: sandwich;
|
2376
2515
|
1f959: stuffed_flatbread;
|
2377
2516
|
1f9c6: falafel;
|
@@ -2767,6 +2906,7 @@
|
|
2767
2906
|
1f3a7: headphones;
|
2768
2907
|
1f3bc: musical_score;
|
2769
2908
|
1f3b9: musical_keyboard;
|
2909
|
+
1fa87: maracas;
|
2770
2910
|
1f941: drum;
|
2771
2911
|
1fa98: long_drum;
|
2772
2912
|
1f3b7: saxophone;
|
@@ -2775,6 +2915,7 @@
|
|
2775
2915
|
1f3b8: guitar;
|
2776
2916
|
1fa95: banjo;
|
2777
2917
|
1f3bb: violin;
|
2918
|
+
1fa88: flute;
|
2778
2919
|
1f3b2: game_die;
|
2779
2920
|
265f: chess_pawn;
|
2780
2921
|
1f3af: dart;
|
@@ -2786,20 +2927,20 @@
|
|
2786
2927
|
1f695: taxi;
|
2787
2928
|
1f699: blue_car;
|
2788
2929
|
1f6fb: pickup_truck;
|
2930
|
+
1f690: minibus;
|
2789
2931
|
1f68c: bus;
|
2790
2932
|
1f68e: trolleybus;
|
2791
2933
|
1f3ce: race_car;
|
2792
2934
|
1f693: police_car;
|
2793
2935
|
1f691: ambulance;
|
2794
2936
|
1f692: fire_engine;
|
2795
|
-
1f690: minibus;
|
2796
2937
|
1f69a: truck;
|
2797
2938
|
1f69b: articulated_lorry;
|
2798
2939
|
1f69c: tractor;
|
2799
2940
|
1f9af: probing_cane;
|
2800
|
-
1fa7c: crutch;
|
2801
2941
|
1f9bd: manual_wheelchair;
|
2802
2942
|
1f9bc: motorized_wheelchair;
|
2943
|
+
1fa7c: crutch;
|
2803
2944
|
1f6f4: scooter;
|
2804
2945
|
1f6b2: bike;
|
2805
2946
|
1f6f5: motor_scooter;
|
@@ -2980,6 +3121,8 @@
|
|
2980
3121
|
1faa4: mouse_trap;
|
2981
3122
|
1f9f1: bricks;
|
2982
3123
|
26d3: chains;
|
3124
|
+
1f517: link;
|
3125
|
+
26d3-fe0f-200d-1f4a5: broken_chain;
|
2983
3126
|
1f9f2: magnet;
|
2984
3127
|
1f52b: gun;
|
2985
3128
|
1f4a3: bomb;
|
@@ -3029,6 +3172,7 @@
|
|
3029
3172
|
1f9fc: soap;
|
3030
3173
|
1faa5: toothbrush;
|
3031
3174
|
1fa92: razor;
|
3175
|
+
1faae: hair_pick;
|
3032
3176
|
1f9fd: sponge;
|
3033
3177
|
1faa3: bucket;
|
3034
3178
|
1f9f4: squeeze_bottle;
|
@@ -3061,6 +3205,7 @@
|
|
3061
3205
|
1f38a: confetti_ball;
|
3062
3206
|
1f389: tada;
|
3063
3207
|
1f38e: dolls;
|
3208
|
+
1faad: folding_hand_fan;
|
3064
3209
|
1f3ee: izakaya_lantern;
|
3065
3210
|
1f390: wind_chime;
|
3066
3211
|
1faa9: mirror_ball;
|
@@ -3114,7 +3259,6 @@
|
|
3114
3259
|
1f4d6: book;
|
3115
3260
|
1f516: bookmark;
|
3116
3261
|
1f9f7: safety_pin;
|
3117
|
-
1f517: link;
|
3118
3262
|
1f4ce: paperclip;
|
3119
3263
|
1f587: paperclips;
|
3120
3264
|
1f4d0: triangular_ruler;
|
@@ -3134,14 +3278,17 @@
|
|
3134
3278
|
1f510: closed_lock_with_key;
|
3135
3279
|
1f512: lock;
|
3136
3280
|
1f513: unlock;
|
3281
|
+
1fa77: pink_heart;
|
3137
3282
|
1f9e1: orange_heart;
|
3138
3283
|
1f49b: yellow_heart;
|
3139
3284
|
1f49a: green_heart;
|
3285
|
+
1fa75: light_blue_heart;
|
3140
3286
|
1f499: blue_heart;
|
3141
3287
|
1f49c: purple_heart;
|
3142
3288
|
1f5a4: black_heart;
|
3143
|
-
|
3289
|
+
1fa76: grey_heart;
|
3144
3290
|
1f90d: white_heart;
|
3291
|
+
1f90e: brown_heart;
|
3145
3292
|
1f494: broken_heart;
|
3146
3293
|
1f495: two_hearts;
|
3147
3294
|
1f49e: revolving_hearts;
|
@@ -3157,6 +3304,7 @@
|
|
3157
3304
|
271d: cross;
|
3158
3305
|
262a: star_and_crescent;
|
3159
3306
|
1f549: om_symbol;
|
3307
|
+
1faaf: khanda;
|
3160
3308
|
1f52f: six_pointed_star;
|
3161
3309
|
1f54e: menorah;
|
3162
3310
|
262f: yin_yang;
|
@@ -3228,13 +3376,14 @@
|
|
3228
3376
|
1f6be: wc;
|
3229
3377
|
267f: wheelchair;
|
3230
3378
|
1f17f: parking;
|
3379
|
+
1f6d7: elevator;
|
3231
3380
|
1f233: u7a7a;
|
3232
3381
|
1f202: sa;
|
3233
3382
|
1f6c2: passport_control;
|
3234
3383
|
1f6c3: customs;
|
3235
3384
|
1f6c4: baggage_claim;
|
3236
3385
|
1f6c5: left_luggage;
|
3237
|
-
|
3386
|
+
1f6dc: wireless;
|
3238
3387
|
1f6b9: mens;
|
3239
3388
|
1f6ba: womens;
|
3240
3389
|
1f6bc: baby_symbol;
|
@@ -3384,11 +3533,12 @@
|
|
3384
3533
|
26a7: transgender_symbol;
|
3385
3534
|
1f3f3: flag_white;
|
3386
3535
|
1f3f4: flag_black;
|
3536
|
+
1f3f4-200d-2620-fe0f: pirate_flag;
|
3387
3537
|
1f3c1: checkered_flag;
|
3388
3538
|
1f6a9: triangular_flag_on_post;
|
3389
3539
|
1f3f3-fe0f-200d-1f308: rainbow_flag;
|
3390
3540
|
1f3f3-fe0f-200d-26a7-fe0f: transgender_flag;
|
3391
|
-
|
3541
|
+
1f1fa-1f1f3: united_nations;
|
3392
3542
|
1f1e6-1f1eb: flag_af;
|
3393
3543
|
1f1e6-1f1fd: flag_ax;
|
3394
3544
|
1f1e6-1f1f1: flag_al;
|
@@ -3650,7 +3800,6 @@
|
|
3650
3800
|
1f1f8-1f1ef: flag_sj;
|
3651
3801
|
1f1f9-1f1e6: flag_ta;
|
3652
3802
|
1f1fa-1f1f2: flag_um;
|
3653
|
-
1f1fa-1f1f3: united_nations;
|
3654
3803
|
1f3fb: tone1;
|
3655
3804
|
1f3fc: tone2;
|
3656
3805
|
1f3fd: tone3;
|
@@ -815,9 +815,9 @@
|
|
815
815
|
};
|
816
816
|
@1f1f2-1f1f0: {
|
817
817
|
countrycode: mk;
|
818
|
-
class:
|
819
|
-
aliasClass:
|
820
|
-
aliasClass2:
|
818
|
+
class: republic_of_north_macedonia;
|
819
|
+
aliasClass: north_macedonia;
|
820
|
+
aliasClass2: macedonia;
|
821
821
|
};
|
822
822
|
@1f1f2-1f1ec: {
|
823
823
|
countrycode: mg;
|
@@ -101,6 +101,39 @@
|
|
101
101
|
@orderedFontFamily: inherit;
|
102
102
|
@orderedFontWeight: @bold;
|
103
103
|
|
104
|
+
/* Circular */
|
105
|
+
@circularStepsMargin: @stepMargin;
|
106
|
+
@circularStepsPadding: @stepMargin;
|
107
|
+
@circularStepDisabledItemOpacity: 0.5;
|
108
|
+
@circularStepColor: @borderColor;
|
109
|
+
@circularStepBorderWidth: 2px;
|
110
|
+
@circularStepBorder: @circularStepBorderWidth solid @circularStepColor;
|
111
|
+
@circularStepRingSize: 2.2em;
|
112
|
+
@circularStepIconSize: 0.95em;
|
113
|
+
@circularStepIconDistance: calc((-@circularStepRingSize + @circularStepIconSize) - 0.3em);
|
114
|
+
@circularStepCompletedIconLineHeight: 1em;
|
115
|
+
@circularStepCompletedIconDistance: calc(-@circularStepRingSize + ((@circularStepRingSize / 2) / 2) + (@circularStepBorderWidth / 2));
|
116
|
+
|
117
|
+
@circularStepContentMarginTop: -1.5em;
|
118
|
+
@circularStepContentCenterAlignedMarginTop: -0.65em;
|
119
|
+
@circularStepContentBottomAlignedMarginTop: 0.5em;
|
120
|
+
@circularStepContentHorizontalPadding: 0.5em;
|
121
|
+
@circularStepContentPadding: 0 @circularStepContentHorizontalPadding;
|
122
|
+
@circularStepContentCenterAlignedMarginLeft: -@circularStepContentHorizontalPadding;
|
123
|
+
@circularStepContentDescriptionDistance: 0.5em;
|
124
|
+
@circularStepContentCenterAlignedBackground: @white;
|
125
|
+
@invertedCircularStepContentCenterAlignedBackground: @black;
|
126
|
+
|
127
|
+
@verticalCircularStepPadding: 3em;
|
128
|
+
@verticalCircularStepContentPadding: 3.5em;
|
129
|
+
@verticalCircularStepLineDistance: calc(@circularStepRingSize / unit(@circularStepBorderWidth));
|
130
|
+
@verticalCircularStepIconDistance: calc((@circularStepRingSize / (unit(@circularStepRingSize) * unit(@circularStepBorderWidth))) + @circularStepBorderWidth);
|
131
|
+
@verticalCircularStepCompletedIconDistance: calc((@circularStepRingSize / (unit(@circularStepRingSize) * unit(@circularStepBorderWidth))) + (@circularStepBorderWidth - (@circularStepBorderWidth / 2)));
|
132
|
+
|
133
|
+
@circularStepActiveColor: @completedColor;
|
134
|
+
@circularStepCompletedColor: @white;
|
135
|
+
@circularStepCompletedBackground: @completedColor;
|
136
|
+
|
104
137
|
/* -------------------
|
105
138
|
States
|
106
139
|
-------------------- */
|
@@ -1538,3 +1538,6 @@
|
|
1538
1538
|
|
1539
1539
|
@inputWarningPlaceholderColor: if(iscolor(@formWarningColor), lighten(@formWarningColor, 40), @formWarningColor);
|
1540
1540
|
@inputWarningPlaceholderFocusColor: if(iscolor(@formWarningColor), lighten(@formWarningColor, 30), @formWarningColor);
|
1541
|
+
|
1542
|
+
@defaultHighlightMatchesBackground: revert;
|
1543
|
+
@defaultHighlightMatchesColor: revert;
|
@@ -256,6 +256,8 @@
|
|
256
256
|
@variationStepAttached: true;
|
257
257
|
@variationStepEqualWidth: true;
|
258
258
|
@variationStepSizes: @variationAllSizes;
|
259
|
+
@variationStepCircular: true;
|
260
|
+
@variationStepColors: @variationAllColors;
|
259
261
|
|
260
262
|
/* Text */
|
261
263
|
@variationTextInverted: true;
|
@@ -573,6 +575,7 @@
|
|
573
575
|
@variationDropdownPointing: true;
|
574
576
|
@variationDropdownColumnar: true;
|
575
577
|
@variationDropdownScrollhint: true;
|
578
|
+
@variationDropdownHighlightMatches: false;
|
576
579
|
@variationDropdownSizes: @variationAllSizes;
|
577
580
|
|
578
581
|
/* Embed */
|
@@ -642,6 +645,7 @@
|
|
642
645
|
/* Progress */
|
643
646
|
@variationProgressInverted: true;
|
644
647
|
@variationProgressDisabled: true;
|
648
|
+
@variationProgressBasic: true;
|
645
649
|
@variationProgressIndicating: true;
|
646
650
|
@variationProgressIndeterminate: true;
|
647
651
|
@variationProgressSliding: true;
|
@@ -678,6 +682,7 @@
|
|
678
682
|
@variationSearchVeryLong: true;
|
679
683
|
@variationSearchResizable: true;
|
680
684
|
@variationSearchScrolling: true;
|
685
|
+
@variationSearchHighlightMatches: false;
|
681
686
|
@variationSearchSizes: @variationAllSizes;
|
682
687
|
|
683
688
|
/* Shape */
|
@@ -710,6 +715,10 @@
|
|
710
715
|
@variationSliderTicked: true;
|
711
716
|
@variationSliderVertical: true;
|
712
717
|
@variationSliderBasic: true;
|
718
|
+
@variationSliderHighlight: true;
|
719
|
+
@variationSliderBottomAligned: true;
|
720
|
+
@variationSliderRightAligned: true;
|
721
|
+
@variationSliderUiLabel: true;
|
713
722
|
@variationSliderSizes: small, large, big;
|
714
723
|
@variationSliderColors: @variationAllColors;
|
715
724
|
|
@@ -14,6 +14,7 @@
|
|
14
14
|
@trackHeight: 0.4em;
|
15
15
|
@trackPositionTop: (@height / 2) - (@trackHeight / 2);
|
16
16
|
@background: #ccc;
|
17
|
+
@invertedBackground: #333;
|
17
18
|
@trackBorderRadius: 4px;
|
18
19
|
@trackColor: @transparentBlack;
|
19
20
|
|
@@ -52,14 +53,23 @@
|
|
52
53
|
Variations
|
53
54
|
-------------------- */
|
54
55
|
|
56
|
+
/* Highlight */
|
57
|
+
@highlightOpacity: 0.6;
|
58
|
+
@highlightTransition: all 0.2s @defaultEasing;
|
59
|
+
|
55
60
|
/* Vertical */
|
56
61
|
@verticalPadding: 0.5em 1em;
|
62
|
+
@verticalTickDistance: 0.6em;
|
63
|
+
@verticalUiLabelMargin: 0.3em;
|
57
64
|
|
58
65
|
/* Labeled */
|
59
66
|
@labelHeight: @height;
|
60
67
|
@labelWidth: 1px;
|
61
68
|
@labelColor: @background;
|
62
69
|
@labelPadding: 0.2em 0;
|
70
|
+
@invertedLabelColor: @invertedBackground;
|
71
|
+
@uiLabelMargin: 0.5em;
|
72
|
+
@uiLabelTickHeight: 2em;
|
63
73
|
|
64
74
|
/* Hover */
|
65
75
|
@hoverVarOpacity: 0;
|
@@ -190,6 +190,9 @@
|
|
190
190
|
@invertedLikeHoverColor: @invertedSelectedTextColor;
|
191
191
|
@invertedLikeActiveColor: @invertedLikeColor;
|
192
192
|
|
193
|
+
@invertedMetadataActionColor: @invertedLightTextColor;
|
194
|
+
@invertedMetadataActionHoverColor: @invertedSelectedTextColor;
|
195
|
+
|
193
196
|
@invertedConnectedBorderColor: @whiteBorderColor;
|
194
197
|
@invertedDividedBorderColor: @whiteBorderColor;
|
195
198
|
@invertedTextLabelColor: @white;
|