@synergy-design-system/tokens 1.8.0 → 1.9.1
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/CHANGELOG.md +14 -0
- package/dist/js/index.d.ts +1 -1
- package/dist/js/index.js +1 -1
- package/dist/scss/_tokens.scss +1 -1
- package/dist/themes/dark.css +3 -3
- package/dist/themes/light.css +3 -3
- package/package.json +3 -3
- package/src/figma-tokens/_docs.json +548 -156
- package/src/figma-tokens/color/primitives.json +1 -1
- package/src/figma-tokens/semantic/input.json +1 -1
- package/src/figma-tokens/semantic/overlays.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v1.9.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.9.0...tokens/1.9.1) (2024-03-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🤔: Adjust syn-color-neutral-100 ([#391](https://github.com/synergy-design-system/synergy-design-system/issues/391)) ([bec9459](https://github.com/synergy-design-system/synergy-design-system/commit/bec945987fddf571fc8c2da940a9b7b279f0bb82))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v1.9.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.8.0...tokens/1.9.0) (2024-03-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ drop-down ([#367](https://github.com/synergy-design-system/synergy-design-system/issues/367)) ([562daf8](https://github.com/synergy-design-system/synergy-design-system/commit/562daf8b06627b7d44a3f06210b3202c7eee9540))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v1.8.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.7.1...tokens/1.8.0) (2024-02-28)
|
|
2
16
|
|
|
3
17
|
|
package/dist/js/index.d.ts
CHANGED
package/dist/js/index.js
CHANGED
package/dist/scss/_tokens.scss
CHANGED
package/dist/themes/dark.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.
|
|
2
|
+
* @synergy-design-system/tokens version 1.9.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Tue, 26 Mar 2024 07:28:20 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-dark {
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
--syn-color-neutral-600: #bac2c6;
|
|
216
216
|
--syn-color-neutral-700: #d5dbdd;
|
|
217
217
|
--syn-color-neutral-800: #e8ebec;
|
|
218
|
-
--syn-color-neutral-900: #
|
|
218
|
+
--syn-color-neutral-900: #F2F3F6;
|
|
219
219
|
--syn-color-neutral-950: #f9fafb;
|
|
220
220
|
--syn-color-neutral-1000: white;
|
|
221
221
|
|
package/dist/themes/light.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.
|
|
2
|
+
* @synergy-design-system/tokens version 1.9.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Tue, 26 Mar 2024 07:28:20 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--syn-color-accent-950: #481700;
|
|
208
208
|
--syn-color-neutral-0: white;
|
|
209
209
|
--syn-color-neutral-50: #f9fafb;
|
|
210
|
-
--syn-color-neutral-100: #
|
|
210
|
+
--syn-color-neutral-100: #F2F3F6;
|
|
211
211
|
--syn-color-neutral-200: #e8ebec;
|
|
212
212
|
--syn-color-neutral-300: #d5dbdd;
|
|
213
213
|
--syn-color-neutral-400: #bac2c6;
|
package/package.json
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"semantic-release-monorepo": "7.0.5",
|
|
19
19
|
"style-dictionary": "^3.9.2",
|
|
20
20
|
"stylelint": "^16.2.1",
|
|
21
|
-
"@synergy-design-system/
|
|
22
|
-
"@synergy-design-system/
|
|
21
|
+
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
22
|
+
"@synergy-design-system/stylelint-config-syn": "0.1.0"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
"type": "module",
|
|
103
103
|
"types": "./dist/js/index.d.ts",
|
|
104
|
-
"version": "1.
|
|
104
|
+
"version": "1.9.1",
|
|
105
105
|
"scripts": {
|
|
106
106
|
"build": "pnpm clean && node scripts/build.js",
|
|
107
107
|
"clean": "rimraf build",
|
|
@@ -41,13 +41,45 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"badge": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
|
|
44
|
+
"default": {
|
|
45
|
+
"description": {
|
|
46
|
+
"value": "Badges are used to draw attention and display statuses or counts.",
|
|
47
|
+
"type": "text"
|
|
48
|
+
},
|
|
49
|
+
"title": {
|
|
50
|
+
"value": "Badge",
|
|
51
|
+
"type": "text"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
54
|
+
"variants": {
|
|
55
|
+
"title": {
|
|
56
|
+
"value": "Variants",
|
|
57
|
+
"type": "text"
|
|
58
|
+
},
|
|
59
|
+
"description": {
|
|
60
|
+
"value": "Set the variant attribute to change the badge’s variant.",
|
|
61
|
+
"type": "text"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"withButton": {
|
|
65
|
+
"title": {
|
|
66
|
+
"value": "With Buttons",
|
|
67
|
+
"type": "text"
|
|
68
|
+
},
|
|
69
|
+
"description": {
|
|
70
|
+
"value": "One of the most common use cases for badges is attaching them to buttons. \n\nDEV: To make this easier, badges will be automatically positioned at the top-right when they’re a child of a button.",
|
|
71
|
+
"type": "text"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"menu": {
|
|
75
|
+
"title": {
|
|
76
|
+
"value": "With Menu Items",
|
|
77
|
+
"type": "text"
|
|
78
|
+
},
|
|
79
|
+
"description": {
|
|
80
|
+
"value": "When including badges in menu items, use the suffix slot to make sure they’re aligned correctly.",
|
|
81
|
+
"type": "text"
|
|
82
|
+
}
|
|
51
83
|
}
|
|
52
84
|
},
|
|
53
85
|
"breadcrumb-item": {
|
|
@@ -473,7 +505,7 @@
|
|
|
473
505
|
"type": "text"
|
|
474
506
|
},
|
|
475
507
|
"description": {
|
|
476
|
-
"value": "By default, drawers will close when the user clicks the close button, clicks the overlay, or presses the Escape key. In most cases, the default behavior is the best behavior in terms of UX. However, there are situations where this may be undesirable, such as when data loss will occur.\n\nTo keep the drawer open in such cases, you can cancel the
|
|
508
|
+
"value": "By default, drawers will close when the user clicks the close button, clicks the overlay, or presses the Escape key. In most cases, the default behavior is the best behavior in terms of UX. However, there are situations where this may be undesirable, such as when data loss will occur.\n\nTo keep the drawer open in such cases, you can cancel the syn-request-close event. When canceled, the drawer will remain open and pulse briefly to draw the user’s attention to it.\n\nYou can use event.detail.source to determine what triggered the request to close. This example prevents the drawer from closing when the overlay is clicked, but allows the close button or Escape to dismiss it.",
|
|
477
509
|
"type": "text"
|
|
478
510
|
}
|
|
479
511
|
},
|
|
@@ -489,13 +521,69 @@
|
|
|
489
521
|
}
|
|
490
522
|
},
|
|
491
523
|
"dropdown": {
|
|
492
|
-
"
|
|
493
|
-
"
|
|
494
|
-
|
|
524
|
+
"default": {
|
|
525
|
+
"description": {
|
|
526
|
+
"value": "Dropdowns expose additional content that “drops down” in a panel.
Dropdowns consist of a trigger and a panel. By default, activating the trigger will expose the panel and interacting outside of the panel will close it.\n\nDropdowns are designed to work well with menus to provide a list of options the user can select from. However, dropdowns can also be used in lower-level applications (e.g. color picker). The API gives you complete control over showing, hiding, and positioning the panel.",
|
|
527
|
+
"type": "text"
|
|
528
|
+
},
|
|
529
|
+
"title": {
|
|
530
|
+
"value": "Dropdown",
|
|
531
|
+
"type": "text"
|
|
532
|
+
}
|
|
495
533
|
},
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
|
|
534
|
+
"selected": {
|
|
535
|
+
"title": {
|
|
536
|
+
"value": "Getting the Selected Item",
|
|
537
|
+
"type": "text"
|
|
538
|
+
},
|
|
539
|
+
"description": {
|
|
540
|
+
"value": "When dropdowns are used with menus, you can listen for the syn-select event to determine which menu item was selected. The menu item element will be exposed in event.detail.item. You can set value props to make it easier to identify commands. DEV: Alternatively, you can listen for the click event on individual menu items. Note that, using this approach, disabled menu items will still emit a click event.",
|
|
541
|
+
"type": "text"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"placement": {
|
|
545
|
+
"title": {
|
|
546
|
+
"value": "Placement",
|
|
547
|
+
"type": "text"
|
|
548
|
+
},
|
|
549
|
+
"description": {
|
|
550
|
+
"value": "The preferred placement of the dropdown can be set with the placement attribute. Note that the actual position may vary to ensure the panel remains in the viewport.",
|
|
551
|
+
"type": "text"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"distance": {
|
|
555
|
+
"title": {
|
|
556
|
+
"value": "Distance",
|
|
557
|
+
"type": "text"
|
|
558
|
+
},
|
|
559
|
+
"description": {
|
|
560
|
+
"value": "The distance from the panel to the trigger can be customized using the distance attribute. This value is specified in pixels.",
|
|
561
|
+
"type": "text"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"skidding": {
|
|
565
|
+
"title": {
|
|
566
|
+
"value": "Skidding",
|
|
567
|
+
"type": "text"
|
|
568
|
+
},
|
|
569
|
+
"description": {
|
|
570
|
+
"value": "The offset of the panel along the trigger can be customized using the skidding attribute. This value is specified in pixels.",
|
|
571
|
+
"type": "text"
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
"submenu": {
|
|
575
|
+
"title": {
|
|
576
|
+
"value": "Submenus",
|
|
577
|
+
"type": "text"
|
|
578
|
+
},
|
|
579
|
+
"description": {
|
|
580
|
+
"value": "To create a submenu, nest an <syn-menu slot=\"submenu\"> element in a menu item.",
|
|
581
|
+
"type": "text"
|
|
582
|
+
},
|
|
583
|
+
"warning": {
|
|
584
|
+
"value": "As a UX best practice, avoid using more than one level of submenus when possible.",
|
|
585
|
+
"type": "text"
|
|
586
|
+
}
|
|
499
587
|
}
|
|
500
588
|
},
|
|
501
589
|
"format-bytes": {
|
|
@@ -783,33 +871,121 @@
|
|
|
783
871
|
}
|
|
784
872
|
},
|
|
785
873
|
"menu-item": {
|
|
786
|
-
"
|
|
787
|
-
"
|
|
788
|
-
|
|
874
|
+
"default": {
|
|
875
|
+
"description": {
|
|
876
|
+
"value": "Menu items provide options for the user to pick from in a menu.",
|
|
877
|
+
"type": "text"
|
|
878
|
+
},
|
|
879
|
+
"title": {
|
|
880
|
+
"value": "Menu Item",
|
|
881
|
+
"type": "text"
|
|
882
|
+
}
|
|
789
883
|
},
|
|
790
|
-
"
|
|
791
|
-
"
|
|
792
|
-
|
|
884
|
+
"prefixsuffix": {
|
|
885
|
+
"title": {
|
|
886
|
+
"value": "Prefix and Suffix",
|
|
887
|
+
"type": "text"
|
|
888
|
+
},
|
|
889
|
+
"description": {
|
|
890
|
+
"value": "Add content to the start and end of menu items using the prefix and suffix slots.",
|
|
891
|
+
"type": "text"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"disabled": {
|
|
895
|
+
"title": {
|
|
896
|
+
"value": "Disabled",
|
|
897
|
+
"type": "text"
|
|
898
|
+
},
|
|
899
|
+
"description": {
|
|
900
|
+
"value": "Use the disabled attribute to disable an option and prevent it from being selected.",
|
|
901
|
+
"type": "text"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"loading": {
|
|
905
|
+
"title": {
|
|
906
|
+
"value": "Loading",
|
|
907
|
+
"type": "text"
|
|
908
|
+
},
|
|
909
|
+
"description": {
|
|
910
|
+
"value": "Use the loading attribute to indicate that a menu item is busy. Like a disabled menu item, clicks will be suppressed until the loading state is removed.",
|
|
911
|
+
"type": "text"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"checkbox": {
|
|
915
|
+
"title": {
|
|
916
|
+
"value": "Checkbox Menu Items",
|
|
917
|
+
"type": "text"
|
|
918
|
+
},
|
|
919
|
+
"description": {
|
|
920
|
+
"value": "Set the type attribute to checkbox to create a menu item that will toggle on and off when selected. You can use the checked attribute to set the initial state.\n\nCheckbox menu items are visually indistinguishable from regular menu items. Their ability to be toggled is primarily inferred from context, much like you’d find in the menu of a native app.",
|
|
921
|
+
"type": "text"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"selection": {
|
|
925
|
+
"title": {
|
|
926
|
+
"value": "Value & Selection",
|
|
927
|
+
"type": "text"
|
|
928
|
+
},
|
|
929
|
+
"description": {
|
|
930
|
+
"value": "The value attribute can be used to assign a hidden value, such as a unique identifier, to a menu item. When an item is selected, the syn-select event will be emitted and a reference to the item will be available at event.detail.item. You can use this reference to access the selected item’s value, its checked state, and more.",
|
|
931
|
+
"type": "text"
|
|
932
|
+
}
|
|
793
933
|
}
|
|
794
934
|
},
|
|
795
935
|
"menu-label": {
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
"
|
|
802
|
-
|
|
936
|
+
"default": {
|
|
937
|
+
"description": {
|
|
938
|
+
"value": "Menu labels are used to describe a group of menu items.",
|
|
939
|
+
"type": "text"
|
|
940
|
+
},
|
|
941
|
+
"title": {
|
|
942
|
+
"value": "Menu Label",
|
|
943
|
+
"type": "text"
|
|
944
|
+
}
|
|
803
945
|
}
|
|
804
946
|
},
|
|
805
947
|
"menu": {
|
|
806
|
-
"
|
|
807
|
-
"
|
|
808
|
-
|
|
948
|
+
"default": {
|
|
949
|
+
"description": {
|
|
950
|
+
"value": "Menus provide a list of options for the user to choose from.\n\nYou can use menu items, menu labels, and dividers to compose a menu. Menus support keyboard interactions, including type-to-select an option.",
|
|
951
|
+
"type": "text"
|
|
952
|
+
},
|
|
953
|
+
"title": {
|
|
954
|
+
"value": "Menu",
|
|
955
|
+
"type": "text"
|
|
956
|
+
},
|
|
957
|
+
"info": {
|
|
958
|
+
"value": "Menus are intended for system menus (dropdown menus, select menus, context menus, etc.). They should not be mistaken for navigation menus which serve a different purpose and have a different semantic meaning. If you’re building navigation, use <nav> and <a> elements instead.\n(Figma: syn-side-nav or syn-horizontal-nav)",
|
|
959
|
+
"type": "text"
|
|
960
|
+
},
|
|
961
|
+
"warning": {
|
|
962
|
+
"value": "Deviation between dev and design, For implementation reasons design nests the dropdown inside the menu, development the other way round",
|
|
963
|
+
"type": "text"
|
|
964
|
+
}
|
|
809
965
|
},
|
|
810
|
-
"
|
|
811
|
-
"
|
|
812
|
-
|
|
966
|
+
"dropdown": {
|
|
967
|
+
"title": {
|
|
968
|
+
"value": "In Dropdowns",
|
|
969
|
+
"type": "text"
|
|
970
|
+
},
|
|
971
|
+
"description": {
|
|
972
|
+
"value": "Menus work really well when used inside dropdowns.",
|
|
973
|
+
"type": "text"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
"submenu": {
|
|
977
|
+
"title": {
|
|
978
|
+
"value": "Submenus",
|
|
979
|
+
"type": "text"
|
|
980
|
+
},
|
|
981
|
+
"description": {
|
|
982
|
+
"value": "To create a submenu, nest an <syn-menu slot=\"submenu\"> in any menu item.",
|
|
983
|
+
"type": "text"
|
|
984
|
+
},
|
|
985
|
+
"warning": {
|
|
986
|
+
"value": "As a UX best practice, avoid using more than one level of submenus when possible.",
|
|
987
|
+
"type": "text"
|
|
988
|
+
}
|
|
813
989
|
}
|
|
814
990
|
},
|
|
815
991
|
"mutation-observer": {
|
|
@@ -855,13 +1031,23 @@
|
|
|
855
1031
|
}
|
|
856
1032
|
},
|
|
857
1033
|
"popup": {
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
"
|
|
864
|
-
|
|
1034
|
+
"default": {
|
|
1035
|
+
"description": {
|
|
1036
|
+
"value": "Popup is a utility that lets you declaratively anchor “popup” containers to another element.\nThis component’s name is inspired by <popup>. It uses Floating UI under the hood to provide a well-tested, lightweight, and fully declarative positioning utility for tooltips, dropdowns, and more.\n\nPopup doesn’t provide any styles — just positioning! The popup’s preferred placement, distance, and skidding (offset) can be configured using attributes. An arrow that points to the anchor can be shown and customized to your liking. Additional positioning options are available and described in more detail below.",
|
|
1037
|
+
"type": "text"
|
|
1038
|
+
},
|
|
1039
|
+
"title": {
|
|
1040
|
+
"value": "Popup",
|
|
1041
|
+
"type": "text"
|
|
1042
|
+
},
|
|
1043
|
+
"warning": {
|
|
1044
|
+
"value": "Popup is a low-level utility built specifically for positioning elements. Do not mistake it for a tooltip or similar because it does not facilitate an accessible experience! Almost every correct usage of <syn-popup> will involve building other components. It should rarely, if ever, occur directly in your HTML.\n\nFor all Figma Designers, please refer for this component in Storybook.",
|
|
1045
|
+
"type": "text"
|
|
1046
|
+
},
|
|
1047
|
+
"info": {
|
|
1048
|
+
"value": "A popup’s anchor should not be styled with display: contents since the coordinates will not be eligible for calculation. However, if the anchor is a <slot> element, popup will use the first assigned element as the anchor. This behavior allows other components to pass anchors through more easily via composition.",
|
|
1049
|
+
"type": "text"
|
|
1050
|
+
}
|
|
865
1051
|
}
|
|
866
1052
|
},
|
|
867
1053
|
"progress-bar": {
|
|
@@ -1445,13 +1631,75 @@
|
|
|
1445
1631
|
}
|
|
1446
1632
|
},
|
|
1447
1633
|
"tooltip": {
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1450
|
-
|
|
1634
|
+
"default": {
|
|
1635
|
+
"description": {
|
|
1636
|
+
"value": "Tooltips display additional information based on a specific action.\n\nA tooltip’s target is its first child element, so you should only wrap one element inside of the tooltip. If you need the tooltip to show up for multiple elements, nest them inside a container first.\n\nTooltips use display: contents so they won’t interfere with how elements are positioned in a flex or grid layout.",
|
|
1637
|
+
"type": "text"
|
|
1638
|
+
},
|
|
1639
|
+
"title": {
|
|
1640
|
+
"value": "Tooltip",
|
|
1641
|
+
"type": "text"
|
|
1642
|
+
}
|
|
1451
1643
|
},
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1454
|
-
|
|
1644
|
+
"placement": {
|
|
1645
|
+
"title": {
|
|
1646
|
+
"value": "Placement",
|
|
1647
|
+
"type": "text"
|
|
1648
|
+
},
|
|
1649
|
+
"description": {
|
|
1650
|
+
"value": "Use the placement attribute to set the preferred placement of the tooltip.",
|
|
1651
|
+
"type": "text"
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"onclick": {
|
|
1655
|
+
"title": {
|
|
1656
|
+
"value": "Click Trigger",
|
|
1657
|
+
"type": "text"
|
|
1658
|
+
},
|
|
1659
|
+
"description": {
|
|
1660
|
+
"value": "Set the trigger attribute to click to toggle the tooltip on click instead of hover.",
|
|
1661
|
+
"type": "text"
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
"manuel": {
|
|
1665
|
+
"title": {
|
|
1666
|
+
"value": "Manual Trigger",
|
|
1667
|
+
"type": "text"
|
|
1668
|
+
},
|
|
1669
|
+
"description": {
|
|
1670
|
+
"value": "Tooltips can be controlled programmatically by setting the trigger attribute to manual. Use the open attribute to control when the tooltip is shown.",
|
|
1671
|
+
"type": "text"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
"removingarrows": {
|
|
1675
|
+
"title": {
|
|
1676
|
+
"value": "Removing Arrows",
|
|
1677
|
+
"type": "text"
|
|
1678
|
+
},
|
|
1679
|
+
"description": {
|
|
1680
|
+
"value": "You can control the size of tooltip arrows by overriding the --syn-tooltip-arrow-size design token. To remove them, set the value to 0 as shown below.",
|
|
1681
|
+
"type": "text"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"htmltooltip": {
|
|
1685
|
+
"title": {
|
|
1686
|
+
"value": "HTML in Tooltips",
|
|
1687
|
+
"type": "text"
|
|
1688
|
+
},
|
|
1689
|
+
"description": {
|
|
1690
|
+
"value": "Use the content slot to create tooltips with HTML content. Tooltips are designed only for text and presentational elements. Avoid placing interactive content, such as buttons, links, and form controls, in a tooltip.",
|
|
1691
|
+
"type": "text"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"maxwith": {
|
|
1695
|
+
"title": {
|
|
1696
|
+
"value": "Setting a Maximum Width",
|
|
1697
|
+
"type": "text"
|
|
1698
|
+
},
|
|
1699
|
+
"description": {
|
|
1700
|
+
"value": "Use the --max-width custom property to change the width the tooltip can grow to before wrapping occurs.",
|
|
1701
|
+
"type": "text"
|
|
1702
|
+
}
|
|
1455
1703
|
}
|
|
1456
1704
|
},
|
|
1457
1705
|
"tree-item": {
|
|
@@ -1647,7 +1895,7 @@
|
|
|
1647
1895
|
"type": "text"
|
|
1648
1896
|
},
|
|
1649
1897
|
"description": {
|
|
1650
|
-
"value": "Use the horizontal attribute to indicate that an element is used in a horizontal navigation.
|
|
1898
|
+
"value": "Use the horizontal attribute to indicate that an element is used in a horizontal navigation.
|
|
1651
1899
|
"type": "text"
|
|
1652
1900
|
}
|
|
1653
1901
|
},
|
|
@@ -1763,262 +2011,406 @@
|
|
|
1763
2011
|
"type": "text"
|
|
1764
2012
|
}
|
|
1765
2013
|
}
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
"frameworks": {
|
|
1769
|
-
"angular": {
|
|
1770
|
-
"description": {
|
|
1771
|
-
"value": "Tips for using Essential in your Angular app.",
|
|
1772
|
-
"type": "text"
|
|
1773
|
-
},
|
|
1774
|
-
"title": {
|
|
1775
|
-
"value": "Angular",
|
|
1776
|
-
"type": "text"
|
|
1777
|
-
}
|
|
1778
2014
|
},
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1781
|
-
"
|
|
1782
|
-
|
|
2015
|
+
"side-nav": {
|
|
2016
|
+
"default": {
|
|
2017
|
+
"title": {
|
|
2018
|
+
"value": "Side Navigation",
|
|
2019
|
+
"type": "text"
|
|
2020
|
+
},
|
|
2021
|
+
"description": {
|
|
2022
|
+
"value": "Side navigation lets the user navigate through the entire content of a product. It supports single or nested navigation levels.",
|
|
2023
|
+
"type": "text"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
"rail": {
|
|
2027
|
+
"title": {
|
|
2028
|
+
"value": "Rail",
|
|
2029
|
+
"type": "text"
|
|
2030
|
+
},
|
|
2031
|
+
"description": {
|
|
2032
|
+
"value": "Use the rail attribute to only show the prefix of navigation items. This will open on hover on the rail navigation.\nOn touch devices the navigation opens on click and shows an overlay.\n\nNote: The Rail is only an option if all Navigation Items on the first level have an Icon. If this is not the case you should use a burger navigation. ",
|
|
2033
|
+
"type": "text"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"footer": {
|
|
2037
|
+
"title": {
|
|
2038
|
+
"value": "Footer",
|
|
2039
|
+
"type": "text"
|
|
2040
|
+
},
|
|
2041
|
+
"description": {
|
|
2042
|
+
"value": "The Side navigation can have an optional bottom navigation \"slot\" to split up the navigation entries.\n\nPlease avoid having to many navigation entries (at the bottom) as it can massively influence the user experience.",
|
|
2043
|
+
"type": "text"
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
"fixed": {
|
|
2047
|
+
"title": {
|
|
2048
|
+
"value": "Fixed Content",
|
|
2049
|
+
"type": "text"
|
|
2050
|
+
},
|
|
2051
|
+
"description": {
|
|
2052
|
+
"value": "Per default, the side navigation shows an overlay. This should always be the case, if the content of the app is not shrinking. This makes especially sense for applications, where you navigate to a place and stay there for a longer time.",
|
|
2053
|
+
"type": "text"
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
"shrinking": {
|
|
2057
|
+
"title": {
|
|
2058
|
+
"value": "Shrinking Content",
|
|
2059
|
+
"type": "text"
|
|
2060
|
+
},
|
|
2061
|
+
"description": {
|
|
2062
|
+
"value": "For specific cases it might make sense to have the navigation open while still being able to interact with the app. This especially makes sense for cases where you switch a lot between areas to interact with an app.\n\nYou can decide yourself depending on your app and screen size, when it makes sense to omit the overlay and shrink the content.\n\nThis should never be used in combination with a Rail navigation, as this would lead to too much friction on hover.",
|
|
2063
|
+
"type": "text"
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
"indentation": {
|
|
2067
|
+
"title": {
|
|
2068
|
+
"value": "Indentation",
|
|
2069
|
+
"type": "text"
|
|
2070
|
+
},
|
|
2071
|
+
"description": {
|
|
2072
|
+
"value": "The different levels of navigation can be organized using the indention. The current status of a page shows the user directly which page they are browsing.",
|
|
2073
|
+
"type": "text"
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
"assets": {
|
|
2079
|
+
"sick-logo": {
|
|
2080
|
+
"description": {
|
|
2081
|
+
"value": "The logo represents the company and forms the core of the brand identity. Therefore, the logo has a very special meaning in communication: It is always in a prominent position and retains its absolute independence in all applications. The logo is always used as original graphic. It may not be changed or translated.",
|
|
2082
|
+
"type": "text"
|
|
1783
2083
|
},
|
|
1784
2084
|
"title": {
|
|
1785
|
-
"value": "
|
|
2085
|
+
"value": "SICK Logo",
|
|
1786
2086
|
"type": "text"
|
|
1787
2087
|
}
|
|
1788
2088
|
},
|
|
1789
|
-
"
|
|
2089
|
+
"material-icons": {
|
|
1790
2090
|
"description": {
|
|
1791
|
-
"value": "
|
|
2091
|
+
"value": "Icons are small standard symbols that are primarily used in screen design. Due to their intended use, the icons must be recognizable min size of 16 x 16 pixels.\n\nIf you need to create a new icon, you have to follow the Material Icons Guide. Please also inform the Synergy design system team, so we can include this icon to prevent duplicates.",
|
|
1792
2092
|
"type": "text"
|
|
1793
2093
|
},
|
|
1794
2094
|
"title": {
|
|
1795
|
-
"value": "
|
|
2095
|
+
"value": "Material Icons",
|
|
1796
2096
|
"type": "text"
|
|
1797
2097
|
}
|
|
1798
2098
|
},
|
|
1799
|
-
"
|
|
2099
|
+
"system-icons": {
|
|
1800
2100
|
"description": {
|
|
1801
|
-
"value": "
|
|
2101
|
+
"value": "The system-icons contain only a small subset of icons that are used internally by Synergy components.\nEach icon wraps the original icon in an own component.\nThe names are aligned with dev and could deviate from Material Icons.",
|
|
1802
2102
|
"type": "text"
|
|
1803
2103
|
},
|
|
1804
2104
|
"title": {
|
|
1805
|
-
"value": "
|
|
2105
|
+
"value": "System Icons",
|
|
1806
2106
|
"type": "text"
|
|
1807
2107
|
}
|
|
1808
2108
|
}
|
|
1809
2109
|
},
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
2110
|
+
"tokens": {
|
|
2111
|
+
"border-radius": {
|
|
1812
2112
|
"description": {
|
|
1813
|
-
"value": "
|
|
2113
|
+
"value": "Border radius tokens are used to give sharp edges a more subtle, rounded effect. In general, rounding in SICK user interfaces should be avoided and only used in carefully considered cases. The following points provide some guidance for when and how rounding may be appropriate.\n\nPurpose and usage:\n\nThe use of rounding in UI design should primarily serve a functional purpose, enhancing user experience and visual hierarchy.\nRounding should be applied judiciously, considering both aesthetic appeal and usability.\nRounding should only be applied to selected components where it enhances clarity, visual distinction, or interaction affordance.\nAvoid excessive rounding, which can compromise clarity and readability.\nRounding Tokens:\n\n4px: Suitable for compact elements typically nested within another element (e.g. tags within select component).\n8px: Ideal for container elements like cards, aiding in visually distinguishing multiple containers from one another.\nFull roundings: Reserved for status elements like badges, offering a distinct visual cue to draw attention.\n\nFor any questions or uncertainties, feel free to reach out to the team for clarification and support.",
|
|
1814
2114
|
"type": "text"
|
|
1815
2115
|
},
|
|
1816
2116
|
"title": {
|
|
1817
|
-
"value": "
|
|
2117
|
+
"value": "Border radius",
|
|
1818
2118
|
"type": "text"
|
|
1819
2119
|
}
|
|
1820
2120
|
},
|
|
1821
|
-
"
|
|
2121
|
+
"border-width": {
|
|
1822
2122
|
"description": {
|
|
1823
|
-
"value": "
|
|
2123
|
+
"value": "The border is primarily used to outline the frame of a component or to structure content. The border color varies depending on the component and context, but the width stays constant.",
|
|
1824
2124
|
"type": "text"
|
|
1825
2125
|
},
|
|
1826
2126
|
"title": {
|
|
1827
|
-
"value": "
|
|
2127
|
+
"value": "Border width",
|
|
1828
2128
|
"type": "text"
|
|
1829
2129
|
}
|
|
1830
2130
|
},
|
|
1831
|
-
"
|
|
2131
|
+
"color": {
|
|
1832
2132
|
"description": {
|
|
1833
|
-
"value": "
|
|
2133
|
+
"value": "Color tokens help maintain consistent use of color throughout our products.",
|
|
1834
2134
|
"type": "text"
|
|
1835
2135
|
},
|
|
1836
2136
|
"title": {
|
|
1837
|
-
"value": "
|
|
2137
|
+
"value": "Color Tokens",
|
|
1838
2138
|
"type": "text"
|
|
2139
|
+
},
|
|
2140
|
+
"light": {
|
|
2141
|
+
"description": {
|
|
2142
|
+
"value": "Our light theme is the default theme for all applications",
|
|
2143
|
+
"type": "text"
|
|
2144
|
+
},
|
|
2145
|
+
"title": {
|
|
2146
|
+
"value": "Colors / light",
|
|
2147
|
+
"type": "text"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
"dark": {
|
|
2151
|
+
"description": {
|
|
2152
|
+
"value": "Use the dark theme as a low-light UI that displays mostly dark surfaces.",
|
|
2153
|
+
"type": "text"
|
|
2154
|
+
},
|
|
2155
|
+
"title": {
|
|
2156
|
+
"value": "Colors / dark",
|
|
2157
|
+
"type": "text"
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
"semantic": {
|
|
2161
|
+
"description": {
|
|
2162
|
+
"value": "Semantic color information for general or specific components.",
|
|
2163
|
+
"type": "text"
|
|
2164
|
+
},
|
|
2165
|
+
"title": {
|
|
2166
|
+
"value": "Semantic colors",
|
|
2167
|
+
"type": "text"
|
|
2168
|
+
},
|
|
2169
|
+
"text": {
|
|
2170
|
+
"description": {
|
|
2171
|
+
"value": "Primary color used for text within the application",
|
|
2172
|
+
"type": "text"
|
|
2173
|
+
},
|
|
2174
|
+
"title": {
|
|
2175
|
+
"value": "Text colors",
|
|
2176
|
+
"type": "text"
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
1839
2179
|
}
|
|
1840
2180
|
},
|
|
1841
|
-
"
|
|
2181
|
+
"shadow": {
|
|
1842
2182
|
"description": {
|
|
1843
|
-
"value": "
|
|
2183
|
+
"value": "Shadow and elevation tokens are used to give elements the appearance of being raised off the page.",
|
|
1844
2184
|
"type": "text"
|
|
1845
2185
|
},
|
|
1846
2186
|
"title": {
|
|
1847
|
-
"value": "
|
|
2187
|
+
"value": "Shadow and elevation",
|
|
1848
2188
|
"type": "text"
|
|
1849
2189
|
}
|
|
1850
2190
|
},
|
|
1851
|
-
"
|
|
2191
|
+
"spacing": {
|
|
1852
2192
|
"description": {
|
|
1853
|
-
"value": "
|
|
2193
|
+
"value": "Spacing tokens are used to provide consistent spacing between content in your app.",
|
|
1854
2194
|
"type": "text"
|
|
1855
2195
|
},
|
|
1856
2196
|
"title": {
|
|
1857
|
-
"value": "
|
|
2197
|
+
"value": "Spacing",
|
|
1858
2198
|
"type": "text"
|
|
1859
2199
|
}
|
|
1860
2200
|
},
|
|
1861
|
-
"
|
|
2201
|
+
"transition": {
|
|
1862
2202
|
"description": {
|
|
1863
|
-
"value": "
|
|
2203
|
+
"value": "Transition tokens are used to provide consistent transitions throughout our applications.",
|
|
1864
2204
|
"type": "text"
|
|
1865
2205
|
},
|
|
1866
2206
|
"title": {
|
|
1867
|
-
"value": "
|
|
2207
|
+
"value": "Transition Tokens",
|
|
2208
|
+
"type": "text"
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
2211
|
+
"typography": {
|
|
2212
|
+
"description": {
|
|
2213
|
+
"value": "Typography tokens are used to define typographic style of headings, body text, and UI components. They are used to maintain a consistent set of font styles throughout your app.",
|
|
2214
|
+
"type": "text"
|
|
2215
|
+
},
|
|
2216
|
+
"title": {
|
|
2217
|
+
"value": "Typography",
|
|
2218
|
+
"type": "text"
|
|
2219
|
+
},
|
|
2220
|
+
"text-styles": {
|
|
2221
|
+
"description": {
|
|
2222
|
+
"value": "The Synergy text styles are made up of two categories to cover the range of different needs in designs: Headings and Body / UI text.\n\nUnless explicitly mentioned otherwise in a component, Synergy recommends using sentence case capitalization throughout your applications.",
|
|
2223
|
+
"type": "text"
|
|
2224
|
+
},
|
|
2225
|
+
"title": {
|
|
2226
|
+
"value": "Text styles",
|
|
2227
|
+
"type": "text"
|
|
2228
|
+
},
|
|
2229
|
+
"headings": {
|
|
2230
|
+
"description": {
|
|
2231
|
+
"value": "Heading styles come in a range of sizes, and can be used in a range of contexts, such as:\nbuilding page hierarchy,\nhelping users scan large chunks of text,\nproviding a title to a page or piece of content,\nas subheadings or eyebrow headings, where there is still only one H1 tag per page (as per Accessibility requirements).\n\nOur heading styles are consistently bold, to better address the visual hierarchy.",
|
|
2232
|
+
"type": "text"
|
|
2233
|
+
},
|
|
2234
|
+
"title": {
|
|
2235
|
+
"value": "Headings",
|
|
2236
|
+
"type": "text"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
"body": {
|
|
2240
|
+
"description": {
|
|
2241
|
+
"value": "Body text is used for long-form content where a paragraph or multiple lines of text are required. Body text styles are optimized for reading as a large chunk of information through line height and paragraph spacing. Inline links sit within body text styles and inherit the same font values. \nUI text is text used in UI components and uses the same text stylings.\n\nThe default font size is medium (16 px). Synergy supports three additional font sizes for body copy.\nIt is also possible to format the text bold for certain text passages.",
|
|
2242
|
+
"type": "text"
|
|
2243
|
+
},
|
|
2244
|
+
"title": {
|
|
2245
|
+
"value": "Body and UI text",
|
|
2246
|
+
"type": "text"
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"font-family": {
|
|
2251
|
+
"description": {
|
|
2252
|
+
"value": "Synergy uses the open source typeface Open Sans for all elements, but system fonts can also be used.",
|
|
2253
|
+
"type": "text"
|
|
2254
|
+
},
|
|
2255
|
+
"title": {
|
|
2256
|
+
"value": "Font family",
|
|
2257
|
+
"type": "text"
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
"z-index": {
|
|
2262
|
+
"description": {
|
|
2263
|
+
"value": "Z-indexes are used to stack components in a logical manner.",
|
|
2264
|
+
"type": "text"
|
|
2265
|
+
},
|
|
2266
|
+
"title": {
|
|
2267
|
+
"value": "Z-Index Tokens",
|
|
1868
2268
|
"type": "text"
|
|
1869
2269
|
}
|
|
1870
2270
|
}
|
|
1871
2271
|
},
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
2272
|
+
"frameworks": {
|
|
2273
|
+
"angular": {
|
|
1874
2274
|
"description": {
|
|
1875
|
-
"value": "
|
|
2275
|
+
"value": "Tips for using Essential in your Angular app.",
|
|
1876
2276
|
"type": "text"
|
|
1877
2277
|
},
|
|
1878
2278
|
"title": {
|
|
1879
|
-
"value": "
|
|
2279
|
+
"value": "Angular",
|
|
1880
2280
|
"type": "text"
|
|
1881
2281
|
}
|
|
1882
2282
|
},
|
|
1883
|
-
"
|
|
2283
|
+
"react": {
|
|
1884
2284
|
"description": {
|
|
1885
|
-
"value": "
|
|
2285
|
+
"value": "Tips for using Essential in your React app.",
|
|
1886
2286
|
"type": "text"
|
|
1887
2287
|
},
|
|
1888
2288
|
"title": {
|
|
1889
|
-
"value": "
|
|
2289
|
+
"value": "React",
|
|
1890
2290
|
"type": "text"
|
|
1891
2291
|
}
|
|
1892
2292
|
},
|
|
1893
|
-
"
|
|
2293
|
+
"vue-2": {
|
|
1894
2294
|
"description": {
|
|
1895
|
-
"value": "
|
|
2295
|
+
"value": "Tips for using Essential in your Vue 2 app.",
|
|
1896
2296
|
"type": "text"
|
|
1897
2297
|
},
|
|
1898
2298
|
"title": {
|
|
1899
|
-
"value": "
|
|
2299
|
+
"value": "Vue (version 2)",
|
|
1900
2300
|
"type": "text"
|
|
1901
2301
|
}
|
|
1902
2302
|
},
|
|
1903
|
-
"
|
|
2303
|
+
"vue": {
|
|
1904
2304
|
"description": {
|
|
1905
|
-
"value": "
|
|
2305
|
+
"value": "Tips for using Essential in your Vue 3 app.",
|
|
1906
2306
|
"type": "text"
|
|
1907
2307
|
},
|
|
1908
2308
|
"title": {
|
|
1909
|
-
"value": "
|
|
2309
|
+
"value": "Vue",
|
|
1910
2310
|
"type": "text"
|
|
1911
2311
|
}
|
|
1912
2312
|
}
|
|
1913
2313
|
},
|
|
1914
|
-
"
|
|
1915
|
-
"
|
|
2314
|
+
"getting-started": {
|
|
2315
|
+
"customizing": {
|
|
1916
2316
|
"description": {
|
|
1917
|
-
"value": "
|
|
2317
|
+
"value": "Learn how to customize Essential through parts and custom properties.",
|
|
1918
2318
|
"type": "text"
|
|
1919
2319
|
},
|
|
1920
2320
|
"title": {
|
|
1921
|
-
"value": "
|
|
2321
|
+
"value": "Customizing",
|
|
1922
2322
|
"type": "text"
|
|
1923
2323
|
}
|
|
1924
2324
|
},
|
|
1925
|
-
"
|
|
2325
|
+
"form-controls": {
|
|
1926
2326
|
"description": {
|
|
1927
|
-
"value": "
|
|
2327
|
+
"value": "Some things to note about Essential and forms.",
|
|
1928
2328
|
"type": "text"
|
|
1929
2329
|
},
|
|
1930
2330
|
"title": {
|
|
1931
|
-
"value": "
|
|
2331
|
+
"value": "Form Controls",
|
|
1932
2332
|
"type": "text"
|
|
1933
2333
|
}
|
|
1934
2334
|
},
|
|
1935
|
-
"
|
|
2335
|
+
"installation": {
|
|
1936
2336
|
"description": {
|
|
1937
|
-
"value": "
|
|
2337
|
+
"value": "Choose the installation method that works best for you.",
|
|
1938
2338
|
"type": "text"
|
|
1939
2339
|
},
|
|
1940
2340
|
"title": {
|
|
1941
|
-
"value": "
|
|
2341
|
+
"value": "Installation",
|
|
1942
2342
|
"type": "text"
|
|
1943
2343
|
}
|
|
1944
2344
|
},
|
|
1945
|
-
"
|
|
2345
|
+
"localization": {
|
|
1946
2346
|
"description": {
|
|
1947
|
-
"value": "
|
|
2347
|
+
"value": "Discover how to localize Essential with minimal effort.",
|
|
1948
2348
|
"type": "text"
|
|
1949
2349
|
},
|
|
1950
2350
|
"title": {
|
|
1951
|
-
"value": "
|
|
2351
|
+
"value": "Localization",
|
|
1952
2352
|
"type": "text"
|
|
1953
2353
|
}
|
|
1954
2354
|
},
|
|
1955
|
-
"
|
|
2355
|
+
"themes": {
|
|
1956
2356
|
"description": {
|
|
1957
|
-
"value": "
|
|
2357
|
+
"value": "Everything you need to know about theming Essential.",
|
|
1958
2358
|
"type": "text"
|
|
1959
2359
|
},
|
|
1960
2360
|
"title": {
|
|
1961
|
-
"value": "
|
|
2361
|
+
"value": "Themes",
|
|
1962
2362
|
"type": "text"
|
|
1963
2363
|
}
|
|
1964
2364
|
},
|
|
1965
|
-
"
|
|
2365
|
+
"usage": {
|
|
1966
2366
|
"description": {
|
|
1967
|
-
"value": "
|
|
2367
|
+
"value": "Learn more about using custom elements.",
|
|
1968
2368
|
"type": "text"
|
|
1969
2369
|
},
|
|
1970
2370
|
"title": {
|
|
1971
|
-
"value": "
|
|
2371
|
+
"value": "Usage",
|
|
2372
|
+
"type": "text"
|
|
2373
|
+
}
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
"resources": {
|
|
2377
|
+
"accessibility": {
|
|
2378
|
+
"description": {
|
|
2379
|
+
"value": "Essential recognizes the need for all users to have undeterred access to the websites and applications that are created with it.",
|
|
2380
|
+
"type": "text"
|
|
2381
|
+
},
|
|
2382
|
+
"title": {
|
|
2383
|
+
"value": "Accessibility Commitment",
|
|
1972
2384
|
"type": "text"
|
|
1973
2385
|
}
|
|
1974
2386
|
},
|
|
1975
|
-
"
|
|
2387
|
+
"changelog": {
|
|
1976
2388
|
"description": {
|
|
1977
|
-
"value": "
|
|
2389
|
+
"value": "Changes to each version of the project are documented here.",
|
|
1978
2390
|
"type": "text"
|
|
1979
2391
|
},
|
|
1980
2392
|
"title": {
|
|
1981
|
-
"value": "
|
|
2393
|
+
"value": "Changelog",
|
|
2394
|
+
"type": "text"
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2397
|
+
"community": {
|
|
2398
|
+
"description": {
|
|
2399
|
+
"value": "Essential has a growing community of designers and developers that are building amazing things with web components.",
|
|
1982
2400
|
"type": "text"
|
|
1983
2401
|
},
|
|
1984
|
-
"
|
|
1985
|
-
"
|
|
1986
|
-
|
|
1987
|
-
"type": "text"
|
|
1988
|
-
},
|
|
1989
|
-
"title": {
|
|
1990
|
-
"value": "Text styles",
|
|
1991
|
-
"type": "text"
|
|
1992
|
-
},
|
|
1993
|
-
"headings": {
|
|
1994
|
-
"description": {
|
|
1995
|
-
"value": "Heading styles come in a range of sizes, and can be used in a range of contexts, such as:\nbuilding page hierarchy,\nhelping users scan large chunks of text,\nproviding a title to a page or piece of content,\nas subheadings or eyebrow headings, where there is still only one H1 tag per page (as per Accessibility requirements).\n\nOur heading styles are consistently bold, to better address the visual hierarchy.",
|
|
1996
|
-
"type": "text"
|
|
1997
|
-
},
|
|
1998
|
-
"title": {
|
|
1999
|
-
"value": "Headings",
|
|
2000
|
-
"type": "text"
|
|
2001
|
-
}
|
|
2002
|
-
},
|
|
2003
|
-
"body": {
|
|
2004
|
-
"description": {
|
|
2005
|
-
"value": "Body text is used for long-form content where a paragraph or multiple lines of text are required. Body text styles are optimized for reading as a large chunk of information through line height and paragraph spacing. Inline links sit within body text styles and inherit the same font values. \nUI text is text used in UI components and uses the same text stylings.\n\nThe default font size is medium (16 px). Synergy supports three additional font sizes for body copy.\nIt is also possible to format the text bold for certain text passages.",
|
|
2006
|
-
"type": "text"
|
|
2007
|
-
},
|
|
2008
|
-
"title": {
|
|
2009
|
-
"value": "Body and UI text",
|
|
2010
|
-
"type": "text"
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2402
|
+
"title": {
|
|
2403
|
+
"value": "Community",
|
|
2404
|
+
"type": "text"
|
|
2013
2405
|
}
|
|
2014
2406
|
},
|
|
2015
|
-
"
|
|
2407
|
+
"contributing": {
|
|
2016
2408
|
"description": {
|
|
2017
|
-
"value": "
|
|
2409
|
+
"value": "Essential is an open source project, meaning everyone can use it and contribute to its development.",
|
|
2018
2410
|
"type": "text"
|
|
2019
2411
|
},
|
|
2020
2412
|
"title": {
|
|
2021
|
-
"value": "
|
|
2413
|
+
"value": "Contributing",
|
|
2022
2414
|
"type": "text"
|
|
2023
2415
|
}
|
|
2024
2416
|
}
|
|
@@ -2055,4 +2447,4 @@
|
|
|
2055
2447
|
}
|
|
2056
2448
|
}
|
|
2057
2449
|
}
|
|
2058
|
-
}
|
|
2450
|
+
}
|