@oxide/design-system 0.10.0 → 0.10.1

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": "@oxide/design-system",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -224,7 +224,8 @@ module.exports.colorUtilities = {
224
224
  '.bg-disabled': {
225
225
  'background-color': 'var(--surface-disabled)',
226
226
  },
227
- '/* Command menu backdrop */ \n.bg-scrim': {
227
+ /* Command menu backdrop */
228
+ '.bg-scrim': {
228
229
  'background-color': 'var(--surface-scrim)',
229
230
  },
230
231
  '.bg-accent': {
@@ -311,7 +312,8 @@ module.exports.colorUtilities = {
311
312
  '.border-raise': {
312
313
  'border-color': 'var(--stroke-raise)',
313
314
  },
314
- '/* Matches the default surface color */ \n.border-surface': {
315
+ /* Matches the default surface color */
316
+ '.border-surface': {
315
317
  'border-color': 'var(--stroke-surface)',
316
318
  },
317
319
  '.border-accent': {
@@ -401,7 +403,8 @@ module.exports.colorUtilities = {
401
403
  '.border-l-raise': {
402
404
  'border-left-color': 'var(--stroke-raise)',
403
405
  },
404
- '/* Matches the default surface color */ \n.border-l-surface': {
406
+ /* Matches the default surface color */
407
+ '.border-l-surface': {
405
408
  'border-left-color': 'var(--stroke-surface)',
406
409
  },
407
410
  '.border-l-accent': {
@@ -491,7 +494,8 @@ module.exports.colorUtilities = {
491
494
  '.border-r-raise': {
492
495
  'border-right-color': 'var(--stroke-raise)',
493
496
  },
494
- '/* Matches the default surface color */ \n.border-r-surface': {
497
+ /* Matches the default surface color */
498
+ '.border-r-surface': {
495
499
  'border-right-color': 'var(--stroke-surface)',
496
500
  },
497
501
  '.border-r-accent': {
@@ -581,7 +585,8 @@ module.exports.colorUtilities = {
581
585
  '.border-t-raise': {
582
586
  'border-top-color': 'var(--stroke-raise)',
583
587
  },
584
- '/* Matches the default surface color */ \n.border-t-surface': {
588
+ /* Matches the default surface color */
589
+ '.border-t-surface': {
585
590
  'border-top-color': 'var(--stroke-surface)',
586
591
  },
587
592
  '.border-t-accent': {
@@ -671,7 +676,8 @@ module.exports.colorUtilities = {
671
676
  '.border-b-raise': {
672
677
  'border-bottom-color': 'var(--stroke-raise)',
673
678
  },
674
- '/* Matches the default surface color */ \n.border-b-surface': {
679
+ /* Matches the default surface color */
680
+ '.border-b-surface': {
675
681
  'border-bottom-color': 'var(--stroke-surface)',
676
682
  },
677
683
  '.border-b-accent': {
@@ -766,7 +772,8 @@ module.exports.colorUtilities = {
766
772
  'border-left-color': 'var(--stroke-raise)',
767
773
  'border-right-color': 'var(--stroke-raise)',
768
774
  },
769
- '/* Matches the default surface color */ \n.border-x-surface': {
775
+ /* Matches the default surface color */
776
+ '.border-x-surface': {
770
777
  'border-left-color': 'var(--stroke-surface)',
771
778
  'border-right-color': 'var(--stroke-surface)',
772
779
  },
@@ -886,7 +893,8 @@ module.exports.colorUtilities = {
886
893
  'border-top-color': 'var(--stroke-raise)',
887
894
  'border-bottom-color': 'var(--stroke-raise)',
888
895
  },
889
- '/* Matches the default surface color */ \n.border-y-surface': {
896
+ /* Matches the default surface color */
897
+ '.border-y-surface': {
890
898
  'border-top-color': 'var(--stroke-surface)',
891
899
  'border-bottom-color': 'var(--stroke-surface)',
892
900
  },
@@ -1001,7 +1009,8 @@ module.exports.colorUtilities = {
1001
1009
  '.ring-raise': {
1002
1010
  '--tw-ring-color': 'var(--stroke-raise)',
1003
1011
  },
1004
- '/* Matches the default surface color */ \n.ring-surface': {
1012
+ /* Matches the default surface color */
1013
+ '.ring-surface': {
1005
1014
  '--tw-ring-color': 'var(--stroke-surface)',
1006
1015
  },
1007
1016
  '.ring-accent': {
@@ -1091,7 +1100,8 @@ module.exports.colorUtilities = {
1091
1100
  '.outline-raise': {
1092
1101
  'outline-color': 'var(--stroke-raise)',
1093
1102
  },
1094
- '/* Matches the default surface color */ \n.outline-surface': {
1103
+ /* Matches the default surface color */
1104
+ '.outline-surface': {
1095
1105
  'outline-color': 'var(--stroke-surface)',
1096
1106
  },
1097
1107
  '.outline-accent': {
@@ -1220,10 +1230,10 @@ module.exports.colorUtilities = {
1220
1230
  '.chart-stroke-y-axis': {
1221
1231
  stroke: 'var(--chart-stroke-y-axis)',
1222
1232
  },
1223
- '/* Used as a stroke in conjuction with a fill. For discrete shapes e.g. bar charts; pie charts; tree maps. */ \n.chart-stroke-item':
1224
- {
1225
- stroke: 'var(--chart-stroke-item)',
1226
- },
1233
+ /* Used as a stroke in conjuction with a fill. For discrete shapes e.g. bar charts; pie charts; tree maps. */
1234
+ '.chart-stroke-item': {
1235
+ stroke: 'var(--chart-stroke-item)',
1236
+ },
1227
1237
  '.chart-stroke-item-inactive': {
1228
1238
  stroke: 'var(--chart-stroke-item-inactive)',
1229
1239
  },