@biztoken/design-tokens 0.1.21 → 0.1.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biztoken/design-tokens",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "type": "module",
5
5
  "description": "the design tokens for biz",
6
6
  "main": "tokens-DTCGS.json",
package/schema.json CHANGED
@@ -5655,15 +5655,15 @@
5655
5655
  "additionalProperties": false,
5656
5656
  "properties": {
5657
5657
  "body": {
5658
- "$ref": "#/definitions/FontBody"
5658
+ "$ref": "#/definitions/FontClass"
5659
5659
  },
5660
5660
  "label": {
5661
- "$ref": "#/definitions/FontBody"
5661
+ "$ref": "#/definitions/FontClass"
5662
5662
  }
5663
5663
  },
5664
5664
  "title": "Font"
5665
5665
  },
5666
- "FontBody": {
5666
+ "FontClass": {
5667
5667
  "type": "object",
5668
5668
  "additionalProperties": false,
5669
5669
  "properties": {
@@ -5674,7 +5674,7 @@
5674
5674
  "$ref": "#/definitions/BodyValue"
5675
5675
  }
5676
5676
  },
5677
- "title": "FontBody"
5677
+ "title": "FontClass"
5678
5678
  },
5679
5679
  "BodyValue": {
5680
5680
  "type": "object",
@@ -5791,10 +5791,29 @@
5791
5791
  },
5792
5792
  "background": {
5793
5793
  "$ref": "#/definitions/AccentValue"
5794
+ },
5795
+ "header": {
5796
+ "$ref": "#/definitions/Header"
5794
5797
  }
5795
5798
  },
5796
5799
  "title": "Page"
5797
5800
  },
5801
+ "Header": {
5802
+ "type": "object",
5803
+ "additionalProperties": false,
5804
+ "properties": {
5805
+ "$description": {
5806
+ "type": "string"
5807
+ },
5808
+ "height": {
5809
+ "$ref": "#/definitions/Chinese"
5810
+ },
5811
+ "font": {
5812
+ "$ref": "#/definitions/FontClass"
5813
+ }
5814
+ },
5815
+ "title": "Header"
5816
+ },
5798
5817
  "Palette": {
5799
5818
  "type": "object",
5800
5819
  "additionalProperties": false,
package/tokens-DTCGS.json CHANGED
@@ -8419,6 +8419,22 @@
8419
8419
  "$value": "#f7fafd",
8420
8420
  "$type": "color",
8421
8421
  "$description": "页面背景色"
8422
+ },
8423
+ "header": {
8424
+ "$description": "控制台页面顶部",
8425
+ "height": {
8426
+ "$type": "dimension",
8427
+ "$value": "60px"
8428
+ },
8429
+ "font": {
8430
+ "$type": "typography",
8431
+ "$value": {
8432
+ "fontFamily": "{sys.font-family.regular}",
8433
+ "fontSize": "{sys.font-size.title}",
8434
+ "fontWeight": "{sys.fontWeight.semibold}",
8435
+ "lineHeight": "{sys.line-height.regular}"
8436
+ }
8437
+ }
8422
8438
  }
8423
8439
  }
8424
8440
  },