@narmi/design_system 2.27.6 → 2.28.0

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.
@@ -79,6 +79,24 @@
79
79
  "className": "bgColor--error",
80
80
  "base": "bgColor",
81
81
  "variant1": "error"
82
+ },
83
+ {
84
+ "className": "bgColor--theme--primary",
85
+ "base": "bgColor",
86
+ "variant1": "theme",
87
+ "variant2": "primary"
88
+ },
89
+ {
90
+ "className": "bgColor--theme--secondary",
91
+ "base": "bgColor",
92
+ "variant1": "theme",
93
+ "variant2": "secondary"
94
+ },
95
+ {
96
+ "className": "bgColor--theme--tertiary",
97
+ "base": "bgColor",
98
+ "variant1": "theme",
99
+ "variant2": "tertiary"
82
100
  }
83
101
  ],
84
102
  "scrim": [
@@ -303,6 +321,24 @@
303
321
  "base": "fontColor",
304
322
  "variant1": "white"
305
323
  },
324
+ {
325
+ "className": "fontColor--theme--primary",
326
+ "base": "fontColor",
327
+ "variant1": "theme",
328
+ "variant2": "primary"
329
+ },
330
+ {
331
+ "className": "fontColor--theme--secondary",
332
+ "base": "fontColor",
333
+ "variant1": "theme",
334
+ "variant2": "secondary"
335
+ },
336
+ {
337
+ "className": "fontColor--theme--tertiary",
338
+ "base": "fontColor",
339
+ "variant1": "theme",
340
+ "variant2": "tertiary"
341
+ },
306
342
  {
307
343
  "className": "fontColor--success",
308
344
  "base": "fontColor",