@dishopsaas/design-system 0.0.63 → 0.0.65
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/design-system.css +1 -1
- package/dist/index.cjs +68 -68
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5120 -4907
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/design-system.css +3 -3
package/dist/design-system.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-family:PP Right Grotesk Casual Variable;src:url(fonts/PPRightGrotesk-CompactBlack.otf) format("opentype")}@font-face{font-family:Geist;src:url(fonts/Geist-Regular-BF6569491e3eff1.otf) format("opentype")}@font-face{font-family:GT America LCGV VF;src:url(fonts/GT-America-LCG-Ext-Rg.otf) format("opentype")}.design-system-wrapper{font-family:Geist;color:#333;background-color:#fff}.design-system-wrapper h1{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:80px;line-height:1;letter-spacing:-.02em;margin-bottom:0rem;text-transform:uppercase}.design-system-wrapper h2{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:60px;line-height:1;letter-spacing:-.02em;margin-bottom:0rem;text-transform:uppercase}.design-system-wrapper h3{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:40px;line-height:1;letter-spacing:-.02em;margin-bottom:0rem;text-transform:uppercase}.design-system-wrapper h4{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:30px;line-height:1;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:0rem}.design-system-wrapper h5{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:20px;line-height:1;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:0rem}.design-system-wrapper
|
|
1
|
+
@font-face{font-family:PP Right Grotesk Casual Variable;src:url(fonts/PPRightGrotesk-CompactBlack.otf) format("opentype")}@font-face{font-family:Geist;src:url(fonts/Geist-Regular-BF6569491e3eff1.otf) format("opentype")}@font-face{font-family:GT America LCGV VF;src:url(fonts/GT-America-LCG-Ext-Rg.otf) format("opentype")}.design-system-wrapper{font-family:Geist;color:#333;background-color:#fff}.design-system-wrapper h1{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:80px;line-height:1;letter-spacing:-.02em;margin-bottom:0rem;text-transform:uppercase}.design-system-wrapper h2{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:60px;line-height:1;letter-spacing:-.02em;margin-bottom:0rem;text-transform:uppercase}.design-system-wrapper h3{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:40px;line-height:1;letter-spacing:-.02em;margin-bottom:0rem;text-transform:uppercase}.design-system-wrapper h4{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:30px;line-height:1;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:0rem}.design-system-wrapper h5{font-family:PP Right Grotesk Casual Variable;font-weight:900;font-size:20px;line-height:1;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:0rem}.design-system-wrapper .caption{font-family:Geist;font-weight:400;font-size:12px;line-height:1.2}.design-system-wrapper .body1{font-family:Geist;font-weight:500;font-size:14px;line-height:1.25}.design-system-wrapper .body2{font-family:Geist;font-weight:400;font-size:16px;line-height:1.25}.design-system-wrapper .subtitle1{font-family:PP Right Grotesk Casual Variable;font-weight:620;font-size:14px;line-height:1.25;text-transform:uppercase}.design-system-wrapper .subtitle2{font-family:PP Right Grotesk Casual Variable;font-weight:770;font-size:16px;line-height:1.25;text-transform:uppercase}.design-system-wrapper button,.design-system-wrapper .button{font-family:PP Right Grotesk Casual Variable;font-weight:620;font-size:14px;line-height:1.25;text-transform:uppercase}.design-system-wrapper .accordion{box-shadow:none;border-bottom:1px solid #E1E1E1}.design-system-wrapper .accordion-header{min-height:32px;padding:8px}.design-system-wrapper .accordion-header.expanded{border:1px solid #E1E1E1}.design-system-wrapper .accordion-header svg{width:24px;height:24px}.design-system-wrapper .list-item-icon{min-width:0!important;margin-right:15px;display:flex;align-items:center;justify-content:center;width:20px;height:20px}:root{--ds-primary-color: #1E90FF;--ds-secondary-color: #9013FE;--ds-error-color: #D6392C;--ds-success-color: #039F43;--ds-warning-color: #FFC107;--ds-info-color: #17A2B8;--ds-gray-50: #F9F9F9;--ds-gray-100: #F0F0F0;--ds-gray-200: #E0E0E0;--ds-gray-300: #CFCFCF;--ds-gray-400: #B0B0B0;--ds-gray-500: #999999;--ds-gray-600: #707070;--ds-gray-700: #2D2E2C;--ds-gray-800: #3D3D3D;--ds-gray-900: #1A1A1A}
|