@tokenami/ds 0.0.64 → 0.0.65

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/index.cjs CHANGED
@@ -228,7 +228,7 @@ var src_default = config.createConfig({
228
228
  boxSizing: "border-box",
229
229
  margin: 0,
230
230
  padding: 0,
231
- border: "0 solid"
231
+ border: 0
232
232
  },
233
233
  "html, :host": {
234
234
  lineHeight: 1.5,
@@ -1347,20 +1347,30 @@ var src_default = config.createConfig({
1347
1347
  "bg-position": ["background-position"],
1348
1348
  "bg-size": ["background-size"],
1349
1349
  bottom: ["inset-block-end"],
1350
- "border-top": ["border-block-start-width"],
1351
- "border-right": ["border-inline-end-width"],
1352
- "border-bottom": ["border-block-end-width"],
1353
- "border-left": ["border-inline-start-width"],
1350
+ "border-top": ["border-block-start"],
1351
+ "border-right": ["border-inline-end"],
1352
+ "border-bottom": ["border-block-end"],
1353
+ "border-left": ["border-inline-start"],
1354
1354
  "border-top-width": ["border-block-start-width"],
1355
+ "border-top-style": ["border-block-start-style"],
1356
+ "border-top-color": ["border-block-start-color"],
1355
1357
  "border-right-width": ["border-inline-end-width"],
1358
+ "border-right-style": ["border-inline-end-style"],
1359
+ "border-right-color": ["border-inline-end-color"],
1356
1360
  "border-bottom-width": ["border-block-end-width"],
1361
+ "border-bottom-style": ["border-block-end-style"],
1362
+ "border-bottom-color": ["border-block-end-color"],
1357
1363
  "border-left-width": ["border-inline-start-width"],
1358
- "border-x": ["border-inline-width"],
1359
- "border-y": ["border-block-width"],
1360
- "border-top-radius": ["border-start-start-radius", "border-start-end-radius"],
1361
- "border-right-radius": ["border-start-end-radius", "border-end-end-radius"],
1362
- "border-bottom-radius": ["border-end-start-radius", "border-end-end-radius"],
1363
- "border-left-radius": ["border-start-start-radius", "border-end-start-radius"],
1364
+ "border-left-style": ["border-inline-start-style"],
1365
+ "border-left-color": ["border-inline-start-color"],
1366
+ "border-x": ["border-inline"],
1367
+ "border-x-width": ["border-inline-width"],
1368
+ "border-x-style": ["border-inline-style"],
1369
+ "border-x-color": ["border-inline-color"],
1370
+ "border-y": ["border-block"],
1371
+ "border-y-width": ["border-block-width"],
1372
+ "border-y-style": ["border-block-style"],
1373
+ "border-y-color": ["border-block-color"],
1364
1374
  "border-top-left-radius": ["border-start-start-radius"],
1365
1375
  "border-top-right-radius": ["border-start-end-radius"],
1366
1376
  "border-bottom-left-radius": ["border-end-start-radius"],
@@ -1476,10 +1486,6 @@ var src_default = config.createConfig({
1476
1486
  "border-inline-start-color": ["color"],
1477
1487
  "border-inline-end-color": ["color"],
1478
1488
  "border-radius": ["radii"],
1479
- "border-top-radius": ["radii"],
1480
- "border-right-radius": ["radii"],
1481
- "border-bottom-radius": ["radii"],
1482
- "border-left-radius": ["radii"],
1483
1489
  "border-top-left-radius": ["radii"],
1484
1490
  "border-top-right-radius": ["radii"],
1485
1491
  "border-bottom-left-radius": ["radii"],
package/dist/index.d.cts CHANGED
@@ -59,7 +59,7 @@ declare const _default: {
59
59
  readonly boxSizing: "border-box";
60
60
  readonly margin: 0;
61
61
  readonly padding: 0;
62
- readonly border: "0 solid";
62
+ readonly border: 0;
63
63
  };
64
64
  readonly 'html, :host': {
65
65
  readonly lineHeight: 1.5;
@@ -3482,20 +3482,30 @@ declare const _default: {
3482
3482
  readonly 'bg-position': "background-position"[];
3483
3483
  readonly 'bg-size': "background-size"[];
3484
3484
  readonly bottom: "inset-block-end"[];
3485
- readonly 'border-top': "border-block-start-width"[];
3486
- readonly 'border-right': "border-inline-end-width"[];
3487
- readonly 'border-bottom': "border-block-end-width"[];
3488
- readonly 'border-left': "border-inline-start-width"[];
3485
+ readonly 'border-top': "border-block-start"[];
3486
+ readonly 'border-right': "border-inline-end"[];
3487
+ readonly 'border-bottom': "border-block-end"[];
3488
+ readonly 'border-left': "border-inline-start"[];
3489
3489
  readonly 'border-top-width': "border-block-start-width"[];
3490
+ readonly 'border-top-style': "border-block-start-style"[];
3491
+ readonly 'border-top-color': "border-block-start-color"[];
3490
3492
  readonly 'border-right-width': "border-inline-end-width"[];
3493
+ readonly 'border-right-style': "border-inline-end-style"[];
3494
+ readonly 'border-right-color': "border-inline-end-color"[];
3491
3495
  readonly 'border-bottom-width': "border-block-end-width"[];
3496
+ readonly 'border-bottom-style': "border-block-end-style"[];
3497
+ readonly 'border-bottom-color': "border-block-end-color"[];
3492
3498
  readonly 'border-left-width': "border-inline-start-width"[];
3493
- readonly 'border-x': "border-inline-width"[];
3494
- readonly 'border-y': "border-block-width"[];
3495
- readonly 'border-top-radius': ("border-start-end-radius" | "border-start-start-radius")[];
3496
- readonly 'border-right-radius': ("border-end-end-radius" | "border-start-end-radius")[];
3497
- readonly 'border-bottom-radius': ("border-end-end-radius" | "border-end-start-radius")[];
3498
- readonly 'border-left-radius': ("border-end-start-radius" | "border-start-start-radius")[];
3499
+ readonly 'border-left-style': "border-inline-start-style"[];
3500
+ readonly 'border-left-color': "border-inline-start-color"[];
3501
+ readonly 'border-x': "border-inline"[];
3502
+ readonly 'border-x-width': "border-inline-width"[];
3503
+ readonly 'border-x-style': "border-inline-style"[];
3504
+ readonly 'border-x-color': "border-inline-color"[];
3505
+ readonly 'border-y': "border-block"[];
3506
+ readonly 'border-y-width': "border-block-width"[];
3507
+ readonly 'border-y-style': "border-block-style"[];
3508
+ readonly 'border-y-color': "border-block-color"[];
3499
3509
  readonly 'border-top-left-radius': "border-start-start-radius"[];
3500
3510
  readonly 'border-top-right-radius': "border-start-end-radius"[];
3501
3511
  readonly 'border-bottom-left-radius': "border-end-start-radius"[];
@@ -3611,10 +3621,6 @@ declare const _default: {
3611
3621
  readonly 'border-inline-start-color': "color"[];
3612
3622
  readonly 'border-inline-end-color': "color"[];
3613
3623
  readonly 'border-radius': "radii"[];
3614
- readonly 'border-top-radius': "radii"[];
3615
- readonly 'border-right-radius': "radii"[];
3616
- readonly 'border-bottom-radius': "radii"[];
3617
- readonly 'border-left-radius': "radii"[];
3618
3624
  readonly 'border-top-left-radius': "radii"[];
3619
3625
  readonly 'border-top-right-radius': "radii"[];
3620
3626
  readonly 'border-bottom-left-radius': "radii"[];
package/dist/index.d.ts CHANGED
@@ -59,7 +59,7 @@ declare const _default: {
59
59
  readonly boxSizing: "border-box";
60
60
  readonly margin: 0;
61
61
  readonly padding: 0;
62
- readonly border: "0 solid";
62
+ readonly border: 0;
63
63
  };
64
64
  readonly 'html, :host': {
65
65
  readonly lineHeight: 1.5;
@@ -3482,20 +3482,30 @@ declare const _default: {
3482
3482
  readonly 'bg-position': "background-position"[];
3483
3483
  readonly 'bg-size': "background-size"[];
3484
3484
  readonly bottom: "inset-block-end"[];
3485
- readonly 'border-top': "border-block-start-width"[];
3486
- readonly 'border-right': "border-inline-end-width"[];
3487
- readonly 'border-bottom': "border-block-end-width"[];
3488
- readonly 'border-left': "border-inline-start-width"[];
3485
+ readonly 'border-top': "border-block-start"[];
3486
+ readonly 'border-right': "border-inline-end"[];
3487
+ readonly 'border-bottom': "border-block-end"[];
3488
+ readonly 'border-left': "border-inline-start"[];
3489
3489
  readonly 'border-top-width': "border-block-start-width"[];
3490
+ readonly 'border-top-style': "border-block-start-style"[];
3491
+ readonly 'border-top-color': "border-block-start-color"[];
3490
3492
  readonly 'border-right-width': "border-inline-end-width"[];
3493
+ readonly 'border-right-style': "border-inline-end-style"[];
3494
+ readonly 'border-right-color': "border-inline-end-color"[];
3491
3495
  readonly 'border-bottom-width': "border-block-end-width"[];
3496
+ readonly 'border-bottom-style': "border-block-end-style"[];
3497
+ readonly 'border-bottom-color': "border-block-end-color"[];
3492
3498
  readonly 'border-left-width': "border-inline-start-width"[];
3493
- readonly 'border-x': "border-inline-width"[];
3494
- readonly 'border-y': "border-block-width"[];
3495
- readonly 'border-top-radius': ("border-start-end-radius" | "border-start-start-radius")[];
3496
- readonly 'border-right-radius': ("border-end-end-radius" | "border-start-end-radius")[];
3497
- readonly 'border-bottom-radius': ("border-end-end-radius" | "border-end-start-radius")[];
3498
- readonly 'border-left-radius': ("border-end-start-radius" | "border-start-start-radius")[];
3499
+ readonly 'border-left-style': "border-inline-start-style"[];
3500
+ readonly 'border-left-color': "border-inline-start-color"[];
3501
+ readonly 'border-x': "border-inline"[];
3502
+ readonly 'border-x-width': "border-inline-width"[];
3503
+ readonly 'border-x-style': "border-inline-style"[];
3504
+ readonly 'border-x-color': "border-inline-color"[];
3505
+ readonly 'border-y': "border-block"[];
3506
+ readonly 'border-y-width': "border-block-width"[];
3507
+ readonly 'border-y-style': "border-block-style"[];
3508
+ readonly 'border-y-color': "border-block-color"[];
3499
3509
  readonly 'border-top-left-radius': "border-start-start-radius"[];
3500
3510
  readonly 'border-top-right-radius': "border-start-end-radius"[];
3501
3511
  readonly 'border-bottom-left-radius': "border-end-start-radius"[];
@@ -3611,10 +3621,6 @@ declare const _default: {
3611
3621
  readonly 'border-inline-start-color': "color"[];
3612
3622
  readonly 'border-inline-end-color': "color"[];
3613
3623
  readonly 'border-radius': "radii"[];
3614
- readonly 'border-top-radius': "radii"[];
3615
- readonly 'border-right-radius': "radii"[];
3616
- readonly 'border-bottom-radius': "radii"[];
3617
- readonly 'border-left-radius': "radii"[];
3618
3624
  readonly 'border-top-left-radius': "radii"[];
3619
3625
  readonly 'border-top-right-radius': "radii"[];
3620
3626
  readonly 'border-bottom-left-radius': "radii"[];
package/dist/index.js CHANGED
@@ -226,7 +226,7 @@ var src_default = createConfig({
226
226
  boxSizing: "border-box",
227
227
  margin: 0,
228
228
  padding: 0,
229
- border: "0 solid"
229
+ border: 0
230
230
  },
231
231
  "html, :host": {
232
232
  lineHeight: 1.5,
@@ -1345,20 +1345,30 @@ var src_default = createConfig({
1345
1345
  "bg-position": ["background-position"],
1346
1346
  "bg-size": ["background-size"],
1347
1347
  bottom: ["inset-block-end"],
1348
- "border-top": ["border-block-start-width"],
1349
- "border-right": ["border-inline-end-width"],
1350
- "border-bottom": ["border-block-end-width"],
1351
- "border-left": ["border-inline-start-width"],
1348
+ "border-top": ["border-block-start"],
1349
+ "border-right": ["border-inline-end"],
1350
+ "border-bottom": ["border-block-end"],
1351
+ "border-left": ["border-inline-start"],
1352
1352
  "border-top-width": ["border-block-start-width"],
1353
+ "border-top-style": ["border-block-start-style"],
1354
+ "border-top-color": ["border-block-start-color"],
1353
1355
  "border-right-width": ["border-inline-end-width"],
1356
+ "border-right-style": ["border-inline-end-style"],
1357
+ "border-right-color": ["border-inline-end-color"],
1354
1358
  "border-bottom-width": ["border-block-end-width"],
1359
+ "border-bottom-style": ["border-block-end-style"],
1360
+ "border-bottom-color": ["border-block-end-color"],
1355
1361
  "border-left-width": ["border-inline-start-width"],
1356
- "border-x": ["border-inline-width"],
1357
- "border-y": ["border-block-width"],
1358
- "border-top-radius": ["border-start-start-radius", "border-start-end-radius"],
1359
- "border-right-radius": ["border-start-end-radius", "border-end-end-radius"],
1360
- "border-bottom-radius": ["border-end-start-radius", "border-end-end-radius"],
1361
- "border-left-radius": ["border-start-start-radius", "border-end-start-radius"],
1362
+ "border-left-style": ["border-inline-start-style"],
1363
+ "border-left-color": ["border-inline-start-color"],
1364
+ "border-x": ["border-inline"],
1365
+ "border-x-width": ["border-inline-width"],
1366
+ "border-x-style": ["border-inline-style"],
1367
+ "border-x-color": ["border-inline-color"],
1368
+ "border-y": ["border-block"],
1369
+ "border-y-width": ["border-block-width"],
1370
+ "border-y-style": ["border-block-style"],
1371
+ "border-y-color": ["border-block-color"],
1362
1372
  "border-top-left-radius": ["border-start-start-radius"],
1363
1373
  "border-top-right-radius": ["border-start-end-radius"],
1364
1374
  "border-bottom-left-radius": ["border-end-start-radius"],
@@ -1474,10 +1484,6 @@ var src_default = createConfig({
1474
1484
  "border-inline-start-color": ["color"],
1475
1485
  "border-inline-end-color": ["color"],
1476
1486
  "border-radius": ["radii"],
1477
- "border-top-radius": ["radii"],
1478
- "border-right-radius": ["radii"],
1479
- "border-bottom-radius": ["radii"],
1480
- "border-left-radius": ["radii"],
1481
1487
  "border-top-left-radius": ["radii"],
1482
1488
  "border-top-right-radius": ["radii"],
1483
1489
  "border-bottom-left-radius": ["radii"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokenami/ds",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@radix-ui/colors": "^3.0.0",
37
- "@tokenami/config": "0.0.64"
37
+ "@tokenami/config": "0.0.65"
38
38
  },
39
39
  "devDependencies": {
40
40
  "tsup": "^7.0.0",
41
41
  "typescript": "^5.1.3"
42
42
  },
43
- "gitHead": "fd4d8ff6ba1164960836ee1df95192482ea7285d"
43
+ "gitHead": "b81db0fafd6e1f6437f3fa20a3b9bcb9cc4aff3c"
44
44
  }