@synergy-design-system/tokens 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [@synergy-design-system/tokens-v2.5.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.4.0...tokens/2.5.0) (2024-07-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ add table stylings ([#522](https://github.com/synergy-design-system/synergy-design-system/issues/522)) ([18a030b](https://github.com/synergy-design-system/synergy-design-system/commit/18a030be92344a9f0d038e5518c8347f0fbebb4e))
7
+
1
8
  # [@synergy-design-system/tokens-v2.4.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.3.1...tokens/2.4.0) (2024-07-01)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.3.1
2
+ * @synergy-design-system/tokens version 2.4.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
package/dist/js/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.3.1
2
+ * @synergy-design-system/tokens version 2.4.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.3.1
2
+ * @synergy-design-system/tokens version 2.4.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.3.1
2
+ * @synergy-design-system/tokens version 2.4.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Mon, 01 Jul 2024 07:56:14 GMT
5
+ * Generated on Thu, 11 Jul 2024 09:34:17 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.3.1
2
+ * @synergy-design-system/tokens version 2.4.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Mon, 01 Jul 2024 07:56:14 GMT
5
+ * Generated on Thu, 11 Jul 2024 09:34:17 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-light {
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.3.1",
21
- "@synergy-design-system/eslint-config-syn": "0.1.0",
22
- "@synergy-design-system/stylelint-config-syn": "0.1.0"
21
+ "@synergy-design-system/stylelint-config-syn": "0.1.0",
22
+ "@synergy-design-system/eslint-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": "2.4.0",
104
+ "version": "2.5.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -2514,6 +2514,16 @@
2514
2514
  "value": "Contact Form",
2515
2515
  "type": "text"
2516
2516
  }
2517
+ },
2518
+ "table": {
2519
+ "title": {
2520
+ "value": "Table",
2521
+ "type": "text"
2522
+ },
2523
+ "description": {
2524
+ "value": "These examples demonstrate the usage of the syn-table-cell component in various contexts. The examples are intended solely for illustrating how syn-table-cell can be used to style tables.",
2525
+ "type": "text"
2526
+ }
2517
2527
  }
2518
2528
  },
2519
2529
  "nav-item": {
@@ -2751,6 +2761,58 @@
2751
2761
  "type": "text"
2752
2762
  }
2753
2763
  }
2764
+ },
2765
+ "table": {
2766
+ "default": {
2767
+ "title": {
2768
+ "value": "Table-cell",
2769
+ "type": "text"
2770
+ },
2771
+ "description": {
2772
+ "value": "The syn-table-cell component offers basic styling for table cells. A table can be created by combining several cell components into columns and rows.\n\n DEV: Instead of a component we have multiple classes, to apply the table styling. More complex tables, such as applying the shadow styling and adding scrolling behavior, require additional CSS and JavaScript Code. See the table templates for examples.",
2773
+ "type": "text"
2774
+ }
2775
+ },
2776
+ "header": {
2777
+ "title": {
2778
+ "value": "Header",
2779
+ "type": "text"
2780
+ },
2781
+ "description": {
2782
+ "value": "Use the cell header attribute to help the user identify the top of the table. Table header can be used as column header and row Header, but not at the same time.",
2783
+ "type": "text"
2784
+ }
2785
+ },
2786
+ "alternating": {
2787
+ "title": {
2788
+ "value": "Alternating",
2789
+ "type": "text"
2790
+ },
2791
+ "description": {
2792
+ "value": "The alternating attribute helps the user to visually separate the rows, even when scrolling horizontally, and helps to compare the data.",
2793
+ "type": "text"
2794
+ }
2795
+ },
2796
+ "border": {
2797
+ "title": {
2798
+ "value": "Border",
2799
+ "type": "text"
2800
+ },
2801
+ "description": {
2802
+ "value": "Use the border attribute to define different borders in a cell. Borders can also be combined.",
2803
+ "type": "text"
2804
+ }
2805
+ },
2806
+ "scroll": {
2807
+ "title": {
2808
+ "value": "Scrolling Behaviour",
2809
+ "type": "text"
2810
+ },
2811
+ "description": {
2812
+ "value": "If the table contains a scrolling behavior the table cell gets a shadow.",
2813
+ "type": "text"
2814
+ }
2815
+ }
2754
2816
  }
2755
2817
  },
2756
2818
  "assets": {
@@ -3135,4 +3197,4 @@
3135
3197
  }
3136
3198
  }
3137
3199
  }
3138
- }
3200
+ }