@fluityy/designsystem 0.2.22 → 0.2.24
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.js +15 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +74 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28258,6 +28258,19 @@ const H8 = [
|
|
|
28258
28258
|
isColor: !0,
|
|
28259
28259
|
reference: null
|
|
28260
28260
|
},
|
|
28261
|
+
{
|
|
28262
|
+
name: "flui-color-neutral-25",
|
|
28263
|
+
cssVar: "--flui-color-neutral-25",
|
|
28264
|
+
path: [
|
|
28265
|
+
"color",
|
|
28266
|
+
"neutral",
|
|
28267
|
+
"25"
|
|
28268
|
+
],
|
|
28269
|
+
group: "color",
|
|
28270
|
+
value: "#fafbfc",
|
|
28271
|
+
isColor: !0,
|
|
28272
|
+
reference: null
|
|
28273
|
+
},
|
|
28261
28274
|
{
|
|
28262
28275
|
name: "flui-color-neutral-50",
|
|
28263
28276
|
cssVar: "--flui-color-neutral-50",
|
|
@@ -28657,9 +28670,9 @@ const H8 = [
|
|
|
28657
28670
|
"elevated"
|
|
28658
28671
|
],
|
|
28659
28672
|
group: "semantic",
|
|
28660
|
-
value: "#
|
|
28673
|
+
value: "#fafbfc",
|
|
28661
28674
|
isColor: !0,
|
|
28662
|
-
reference: "--flui-color-neutral-
|
|
28675
|
+
reference: "--flui-color-neutral-25"
|
|
28663
28676
|
},
|
|
28664
28677
|
{
|
|
28665
28678
|
name: "flui-semantic-fg-default",
|