@ni/ok-components 1.2.0 → 1.2.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.
|
@@ -99500,6 +99500,9 @@ focus outline in that case.
|
|
|
99500
99500
|
}
|
|
99501
99501
|
`;
|
|
99502
99502
|
|
|
99503
|
+
// Visual Design is iterating on this icon for NI Connect 2026; it's likely we will get different
|
|
99504
|
+
// icons for dark and light mode in future but for now they like the dark icon even on light background.
|
|
99505
|
+
// Both exports use the same visual but with unique IDs to avoid collisions when both are in the DOM.
|
|
99503
99506
|
const nigelChatLightData = `<?xml version="1.0" encoding="UTF-8"?>
|
|
99504
99507
|
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 16 16">
|
|
99505
99508
|
<defs>
|
|
@@ -99513,10 +99516,10 @@ focus outline in that case.
|
|
|
99513
99516
|
}
|
|
99514
99517
|
</style>
|
|
99515
99518
|
<linearGradient id="nigel-chat-gradient-light-1" x1="11.84" y1="6.19" x2="4.84" y2="13.18" gradientTransform="translate(0 18) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
99516
|
-
<stop offset="0" stop-color="#
|
|
99517
|
-
<stop offset="1" stop-color="#
|
|
99519
|
+
<stop offset="0" stop-color="#00ad7c"/>
|
|
99520
|
+
<stop offset="1" stop-color="#32eb96"/>
|
|
99518
99521
|
</linearGradient>
|
|
99519
|
-
<linearGradient id="nigel-chat-gradient-light-0" x1="10.25" y1="-
|
|
99522
|
+
<linearGradient id="nigel-chat-gradient-light-0" x1="10.25" y1="-658.82" x2="6.95" y2="-662.11" gradientTransform="translate(0 668)" xlink:href="#nigel-chat-gradient-light-1"/>
|
|
99520
99523
|
</defs>
|
|
99521
99524
|
<path class="nigel-chat-light-1" d="M14.21,7.52l-.11-.06c-2.36-1.29-4.3-3.23-5.59-5.59l-.06-.11c-.19-.36-.7-.36-.9,0l-.06.11c-1.29,2.36-3.23,4.3-5.59,5.59l-.11.06c-.36.19-.36.7,0,.9l.11.06c2.36,1.29,4.3,3.23,5.59,5.59l.06.11c.19.36.7.36.9,0l.06-.11c1.29-2.36,3.23-4.3,5.59-5.59l.11-.06c.36-.19.36-.7,0-.9ZM12.5,7.88l-.08.04c-1.58.87-2.89,2.17-3.75,3.75l-.04.08c-.13.24-.47.24-.6,0l-.04-.08c-.87-1.58-2.17-2.89-3.75-3.75l-.08-.04c-.24-.13-.24-.47,0-.6l.08-.04c1.58-.87,2.89-2.17,3.75-3.75l.04-.08c.13-.24.47-.24.6,0l.04.08c.87,1.58,2.17,2.89,3.75,3.75l.08.04c.24.13.24.47,0,.6Z"/>
|
|
99522
99525
|
<path class="nigel-chat-light-0" d="M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z"/>
|