@oneli8/tokens 1.0.0-beta.5 → 1.0.0-beta.7

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.
@@ -266,6 +266,11 @@
266
266
  "$value": "{border.width.standard}",
267
267
  "$description": "Hover and Pressed Link underline."
268
268
  },
269
+ "current": {
270
+ "$type": "dimension",
271
+ "$value": "{border.width.strong}",
272
+ "$description": "Marker that shows the current destination in a Navigation Link. It sits where the underline sits and replaces it."
273
+ },
269
274
  "offset": {
270
275
  "$type": "dimension",
271
276
  "$value": "{focus.ring.offset}",
@@ -385,11 +390,21 @@
385
390
  "$value": "{spacing.stack.tight}",
386
391
  "$description": "Label-to-control gap."
387
392
  },
393
+ "requirement": {
394
+ "$type": "dimension",
395
+ "$value": "{spacing.inline.minimal}",
396
+ "$description": "Gap between the label and the mark that says the field is required."
397
+ },
388
398
  "supporting": {
389
399
  "$type": "dimension",
390
400
  "$value": "{spacing.stack.tight}",
391
401
  "$description": "Control-to-supporting-region gap."
392
402
  },
403
+ "inline": {
404
+ "$type": "dimension",
405
+ "$value": "{spacing.inline.related}",
406
+ "$description": "Gap between the slots inside the control: leading icon, prefix, value, suffix and trailing action."
407
+ },
393
408
  "status": {
394
409
  "$type": "dimension",
395
410
  "$value": "{spacing.inline.minimal}",
@@ -634,6 +649,11 @@
634
649
  },
635
650
  "$description": "Suggested Large maximum visible option region before scrolling."
636
651
  }
652
+ },
653
+ "inset": {
654
+ "$type": "dimension",
655
+ "$value": "{spacing.inline.related}",
656
+ "$description": "Selection popup internal inset."
637
657
  }
638
658
  },
639
659
  "selectionOption": {
@@ -811,6 +831,63 @@
811
831
  "$type": "dimension",
812
832
  "$value": "{size.icon.small}",
813
833
  "$description": "Canonical Icon Frame presentation for Check or Remove artwork."
834
+ },
835
+ "markTarget": {
836
+ "$type": "dimension",
837
+ "$value": {
838
+ "value": 24,
839
+ "unit": "px"
840
+ },
841
+ "$extensions": {
842
+ "oneli8.geometry": "approved-component-recipe"
843
+ },
844
+ "$description": "Minimum reachable target for the Remove mark. The mark is drawn at 18; the contract asks for at least 24 that overlaps neither the label nor the chip edge, so the target is expanded around the drawn mark rather than enlarging it."
845
+ },
846
+ "railInset": {
847
+ "compact": {
848
+ "$type": "dimension",
849
+ "$value": {
850
+ "value": 9,
851
+ "unit": "px"
852
+ },
853
+ "$extensions": {
854
+ "oneli8.geometry": "approved-component-recipe"
855
+ },
856
+ "$description": "9px rail inset; with the 12px terminal this produces the approved 21px content inset."
857
+ },
858
+ "standard": {
859
+ "$type": "dimension",
860
+ "$value": {
861
+ "value": 12,
862
+ "unit": "px"
863
+ },
864
+ "$extensions": {
865
+ "oneli8.geometry": "approved-component-recipe"
866
+ },
867
+ "$description": "12px rail inset; with the terminal this produces the approved 24px content inset."
868
+ },
869
+ "comfortable": {
870
+ "$type": "dimension",
871
+ "$value": {
872
+ "value": 15,
873
+ "unit": "px"
874
+ },
875
+ "$extensions": {
876
+ "oneli8.geometry": "approved-component-recipe"
877
+ },
878
+ "$description": "15px rail inset; with the terminal this produces the approved 27px content inset."
879
+ },
880
+ "large": {
881
+ "$type": "dimension",
882
+ "$value": {
883
+ "value": 15,
884
+ "unit": "px"
885
+ },
886
+ "$extensions": {
887
+ "oneli8.geometry": "approved-component-recipe"
888
+ },
889
+ "$description": "15px rail inset; with the terminal this produces the approved 27px content inset."
890
+ }
814
891
  }
815
892
  },
816
893
  "tokenField": {