@mittwald/flow-design-tokens 0.1.0-alpha.357 → 0.1.0-alpha.359

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.
@@ -13548,6 +13548,127 @@
13548
13548
  ]
13549
13549
  }
13550
13550
  },
13551
+ "message": {
13552
+ "corner-radius": {
13553
+ "value": "4px",
13554
+ "filePath": "src/content/message.yml",
13555
+ "isSource": true,
13556
+ "original": {
13557
+ "value": "{corner-radius.default}"
13558
+ },
13559
+ "name": "MessageCornerRadius",
13560
+ "attributes": {
13561
+ "category": "message",
13562
+ "type": "corner-radius"
13563
+ },
13564
+ "path": [
13565
+ "message",
13566
+ "corner-radius"
13567
+ ]
13568
+ },
13569
+ "padding-y": {
13570
+ "value": "8px",
13571
+ "filePath": "src/content/message.yml",
13572
+ "isSource": true,
13573
+ "original": {
13574
+ "value": "{size-px.s}"
13575
+ },
13576
+ "name": "MessagePaddingY",
13577
+ "attributes": {
13578
+ "category": "message",
13579
+ "type": "padding-y"
13580
+ },
13581
+ "path": [
13582
+ "message",
13583
+ "padding-y"
13584
+ ]
13585
+ },
13586
+ "padding-x": {
13587
+ "value": "16px",
13588
+ "filePath": "src/content/message.yml",
13589
+ "isSource": true,
13590
+ "original": {
13591
+ "value": "{size-px.m}"
13592
+ },
13593
+ "name": "MessagePaddingX",
13594
+ "attributes": {
13595
+ "category": "message",
13596
+ "type": "padding-x"
13597
+ },
13598
+ "path": [
13599
+ "message",
13600
+ "padding-x"
13601
+ ]
13602
+ },
13603
+ "spacing-y": {
13604
+ "value": "0.5rem",
13605
+ "filePath": "src/content/message.yml",
13606
+ "isSource": true,
13607
+ "original": {
13608
+ "value": "{size-rem.s}"
13609
+ },
13610
+ "name": "MessageSpacingY",
13611
+ "attributes": {
13612
+ "category": "message",
13613
+ "type": "spacing-y"
13614
+ },
13615
+ "path": [
13616
+ "message",
13617
+ "spacing-y"
13618
+ ]
13619
+ },
13620
+ "spacing-x": {
13621
+ "value": "1rem",
13622
+ "filePath": "src/content/message.yml",
13623
+ "isSource": true,
13624
+ "original": {
13625
+ "value": "{size-rem.m}"
13626
+ },
13627
+ "name": "MessageSpacingX",
13628
+ "attributes": {
13629
+ "category": "message",
13630
+ "type": "spacing-x"
13631
+ },
13632
+ "path": [
13633
+ "message",
13634
+ "spacing-x"
13635
+ ]
13636
+ },
13637
+ "background-color-responder": {
13638
+ "value": "#E6E6E6",
13639
+ "filePath": "src/content/message.yml",
13640
+ "isSource": true,
13641
+ "original": {
13642
+ "value": "{color.gray.400}"
13643
+ },
13644
+ "name": "MessageBackgroundColorResponder",
13645
+ "attributes": {
13646
+ "category": "message",
13647
+ "type": "background-color-responder"
13648
+ },
13649
+ "path": [
13650
+ "message",
13651
+ "background-color-responder"
13652
+ ]
13653
+ },
13654
+ "background-color-sender": {
13655
+ "value": "#E0EBFF",
13656
+ "filePath": "src/content/message.yml",
13657
+ "isSource": true,
13658
+ "original": {
13659
+ "value": "{color.hosting-blue.200}"
13660
+ },
13661
+ "name": "MessageBackgroundColorSender",
13662
+ "attributes": {
13663
+ "category": "message",
13664
+ "type": "background-color-sender"
13665
+ },
13666
+ "path": [
13667
+ "message",
13668
+ "background-color-sender"
13669
+ ]
13670
+ }
13671
+ },
13551
13672
  "text": {
13552
13673
  "color": {
13553
13674
  "default": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.357",
3
+ "version": "0.1.0-alpha.359",
4
4
  "type": "module",
5
5
  "description": "The design tokens used in Flow, mittwald’s design system",
6
6
  "homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",
@@ -18,8 +18,9 @@
18
18
  "devDependencies": {
19
19
  "@types/js-yaml": "^4.0.9",
20
20
  "js-yaml": "^4.1.0",
21
- "nx": "^20.0.0",
22
- "style-dictionary": "^4.1.3"
21
+ "nx": "^20.1.3",
22
+ "prettier": "^3.4.0",
23
+ "style-dictionary": "^4.2.0"
23
24
  },
24
- "gitHead": "20157de697e54e284527abfe01fc67897b69cb5e"
25
+ "gitHead": "873ee92fed2b742deddd25f2b0f2f5ae1537af77"
25
26
  }