@mittwald/flow-design-tokens 0.2.0-alpha.541 → 0.2.0-alpha.543
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/dist/variables.css +3 -1
- package/dist/variables.json +40 -2
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
--corner-radius--round: 50%;
|
|
9
9
|
--border-style--default: solid;
|
|
10
10
|
--border-style--dashed: dashed;
|
|
11
|
+
--message--tip-size-y: 12px;
|
|
11
12
|
--dark--color--100: rgb(0 0 0 / 12.5%);
|
|
12
13
|
--dark--color--200: rgb(0 0 0 / 25%);
|
|
13
14
|
--dark--color--300: rgb(0 0 0 / 37.5%);
|
|
@@ -294,7 +295,7 @@
|
|
|
294
295
|
--border-width--200: var(--size-px--xxs);
|
|
295
296
|
--border-width--300: var(--size-px--xs);
|
|
296
297
|
--border-width--400: var(--size-px--s);
|
|
297
|
-
--chat--spacing: var(--size-px--
|
|
298
|
+
--chat--spacing: var(--size-px--s);
|
|
298
299
|
--message-separator--font-size: var(--font-size-text--s);
|
|
299
300
|
--message-separator--padding: var(--size-px--m);
|
|
300
301
|
--message-thread--spacing: var(--size-rem--l);
|
|
@@ -305,6 +306,7 @@
|
|
|
305
306
|
--message--spacing-x: var(--size-rem--m);
|
|
306
307
|
--message--background-color-responder: var(--color--gray--400);
|
|
307
308
|
--message--background-color-sender: var(--color--hosting-blue--200);
|
|
309
|
+
--message--tip-size-x: var(--size-px--s);
|
|
308
310
|
--primary--color--100: var(--color--hosting-blue--100);
|
|
309
311
|
--primary--color--200: var(--color--hosting-blue--200);
|
|
310
312
|
--primary--color--300: var(--color--hosting-blue--300);
|
package/dist/variables.json
CHANGED
|
@@ -5263,11 +5263,11 @@
|
|
|
5263
5263
|
"chat": {
|
|
5264
5264
|
"spacing": {
|
|
5265
5265
|
"key": "{chat.spacing}",
|
|
5266
|
-
"value": "
|
|
5266
|
+
"value": "8px",
|
|
5267
5267
|
"filePath": "src/chat/chat.yml",
|
|
5268
5268
|
"isSource": true,
|
|
5269
5269
|
"original": {
|
|
5270
|
-
"value": "{size-px.
|
|
5270
|
+
"value": "{size-px.s}",
|
|
5271
5271
|
"key": "{chat.spacing}"
|
|
5272
5272
|
},
|
|
5273
5273
|
"name": "ChatSpacing",
|
|
@@ -5532,6 +5532,44 @@
|
|
|
5532
5532
|
"message",
|
|
5533
5533
|
"background-color-sender"
|
|
5534
5534
|
]
|
|
5535
|
+
},
|
|
5536
|
+
"tip-size-x": {
|
|
5537
|
+
"key": "{message.tip-size-x}",
|
|
5538
|
+
"value": "8px",
|
|
5539
|
+
"filePath": "src/chat/message.yml",
|
|
5540
|
+
"isSource": true,
|
|
5541
|
+
"original": {
|
|
5542
|
+
"value": "{size-px.s}",
|
|
5543
|
+
"key": "{message.tip-size-x}"
|
|
5544
|
+
},
|
|
5545
|
+
"name": "MessageTipSizeX",
|
|
5546
|
+
"attributes": {
|
|
5547
|
+
"category": "message",
|
|
5548
|
+
"type": "tip-size-x"
|
|
5549
|
+
},
|
|
5550
|
+
"path": [
|
|
5551
|
+
"message",
|
|
5552
|
+
"tip-size-x"
|
|
5553
|
+
]
|
|
5554
|
+
},
|
|
5555
|
+
"tip-size-y": {
|
|
5556
|
+
"key": "{message.tip-size-y}",
|
|
5557
|
+
"value": "12px",
|
|
5558
|
+
"filePath": "src/chat/message.yml",
|
|
5559
|
+
"isSource": true,
|
|
5560
|
+
"original": {
|
|
5561
|
+
"value": "12px",
|
|
5562
|
+
"key": "{message.tip-size-y}"
|
|
5563
|
+
},
|
|
5564
|
+
"name": "MessageTipSizeY",
|
|
5565
|
+
"attributes": {
|
|
5566
|
+
"category": "message",
|
|
5567
|
+
"type": "tip-size-y"
|
|
5568
|
+
},
|
|
5569
|
+
"path": [
|
|
5570
|
+
"message",
|
|
5571
|
+
"tip-size-y"
|
|
5572
|
+
]
|
|
5535
5573
|
}
|
|
5536
5574
|
},
|
|
5537
5575
|
"primary": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.543",
|
|
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",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"rimraf": "^6.0.1",
|
|
25
25
|
"style-dictionary": "^5.1.1"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "761903db0afb7e197a43e9abc152176960fc2923"
|
|
28
28
|
}
|