@flytedan/flytebot-design-system 0.1.4 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flytedan/flytebot-design-system",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "flytedesk Design System — shared component library, tokens, and business-logic kits for flytedesk apps.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -2018,6 +2018,33 @@
2018
2018
  color: var(--text-muted);
2019
2019
  font-variant-numeric: tabular-nums;
2020
2020
  }
2021
+ .fd-brand {
2022
+ display: flex;
2023
+ flex-direction: column;
2024
+ align-items: flex-start;
2025
+ gap: 5px;
2026
+ }
2027
+ .fd-brand-mark {
2028
+ display: inline-flex;
2029
+ align-items: center;
2030
+ line-height: 0;
2031
+ background: #fff;
2032
+ border-radius: var(--r-sm);
2033
+ padding: 3px 7px;
2034
+ }
2035
+ .fd-brand-mark img {
2036
+ display: block;
2037
+ height: 20px;
2038
+ width: auto;
2039
+ }
2040
+ .fd-brand-sm .fd-brand-mark img,
2041
+ .fd-brand-mark-sm img {
2042
+ height: 15px;
2043
+ }
2044
+ .fd-brand-lg .fd-brand-mark img,
2045
+ .fd-brand-mark-lg img {
2046
+ height: 26px;
2047
+ }
2021
2048
  .fd-topbar {
2022
2049
  height: var(--topbar-h);
2023
2050
  flex: none;