@ikas/component-cli 0.132.0 → 1.1.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/dist/commands/config.d.ts.map +1 -1
- package/dist/commands/config.js +43 -1
- package/dist/commands/config.js.map +1 -1
- package/dist/commands/create.d.ts +8 -3
- package/dist/commands/create.d.ts.map +1 -1
- package/dist/commands/create.js +8 -227
- package/dist/commands/create.js.map +1 -1
- package/dist/commands/dev.d.ts.map +1 -1
- package/dist/commands/dev.js +134 -32
- package/dist/commands/dev.js.map +1 -1
- package/dist/commands/proxy.js +1 -1
- package/dist/commands/proxy.js.map +1 -1
- package/dist/utils/component-helpers.d.ts +13 -0
- package/dist/utils/component-helpers.d.ts.map +1 -1
- package/dist/utils/component-helpers.js +52 -0
- package/dist/utils/component-helpers.js.map +1 -1
- package/dist/utils/websocket-server.d.ts +12 -0
- package/dist/utils/websocket-server.d.ts.map +1 -1
- package/dist/utils/websocket-server.js +25 -0
- package/dist/utils/websocket-server.js.map +1 -1
- package/package.json +4 -5
- package/bin/create-ikas-component.js +0 -8
- package/templates/create/README.md +0 -50
- package/templates/create/claude-md +0 -275
- package/templates/create/cursorrules +0 -123
- package/templates/create/gitignore +0 -6
- package/templates/create/ikas.config.json +0 -95
- package/templates/create/mcp.json +0 -10
- package/templates/create/package.json +0 -22
- package/templates/create/src/components/ExampleComponent/index.tsx +0 -22
- package/templates/create/src/components/ExampleComponent/styles.css +0 -36
- package/templates/create/src/components/ExampleComponent/types.ts +0 -7
- package/templates/create/src/components/ExampleSection/index.tsx +0 -14
- package/templates/create/src/components/ExampleSection/styles.css +0 -29
- package/templates/create/src/components/ExampleSection/types.ts +0 -6
- package/templates/create/src/components/index.ts +0 -2
- package/templates/create/src/global-types.ts +0 -5
- package/templates/create/src/global.css +0 -29
- package/templates/create/src/ikas-component-utils.d.ts +0 -3
- package/templates/create/tsconfig.json +0 -30
- package/templates/create/vite.config.ts +0 -15
- package/templates/create-full/README.md +0 -78
- package/templates/create-full/claude-md +0 -752
- package/templates/create-full/cursorrules +0 -117
- package/templates/create-full/gitignore +0 -4
- package/templates/create-full/ikas.config.json +0 -5009
- package/templates/create-full/mcp.json +0 -10
- package/templates/create-full/package.json +0 -23
- package/templates/create-full/src/components/AccountAddresses/components/AddressCard/index.tsx +0 -55
- package/templates/create-full/src/components/AccountAddresses/components/AddressCard/styles.css +0 -46
- package/templates/create-full/src/components/AccountAddresses/components/AddressModal/index.tsx +0 -298
- package/templates/create-full/src/components/AccountAddresses/components/AddressModal/styles.css +0 -23
- package/templates/create-full/src/components/AccountAddresses/index.tsx +0 -127
- package/templates/create-full/src/components/AccountAddresses/styles.css +0 -41
- package/templates/create-full/src/components/AccountAddresses/types.ts +0 -15
- package/templates/create-full/src/components/AccountFavorites/index.tsx +0 -82
- package/templates/create-full/src/components/AccountFavorites/styles.css +0 -52
- package/templates/create-full/src/components/AccountFavorites/types.ts +0 -7
- package/templates/create-full/src/components/AccountInfo/components/AccountSidebar/index.tsx +0 -171
- package/templates/create-full/src/components/AccountInfo/components/AccountSidebar/styles.css +0 -144
- package/templates/create-full/src/components/AccountInfo/index.tsx +0 -91
- package/templates/create-full/src/components/AccountInfo/styles.css +0 -35
- package/templates/create-full/src/components/AccountInfo/types.ts +0 -9
- package/templates/create-full/src/components/AccountInfoContent/index.tsx +0 -134
- package/templates/create-full/src/components/AccountInfoContent/styles.css +0 -57
- package/templates/create-full/src/components/AccountInfoContent/types.ts +0 -8
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderHeader/index.tsx +0 -78
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderHeader/styles.css +0 -46
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderItemRow/index.tsx +0 -20
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderItemRow/styles.css +0 -16
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderLineItemDisplay/index.tsx +0 -112
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderLineItemDisplay/styles.css +0 -86
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderSidebar/index.tsx +0 -195
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderSidebar/styles.css +0 -93
- package/templates/create-full/src/components/AccountOrderDetail/components/PackageGroup/index.tsx +0 -156
- package/templates/create-full/src/components/AccountOrderDetail/components/PackageGroup/styles.css +0 -100
- package/templates/create-full/src/components/AccountOrderDetail/components/ReturnItemRow/index.tsx +0 -56
- package/templates/create-full/src/components/AccountOrderDetail/components/ReturnItemRow/styles.css +0 -57
- package/templates/create-full/src/components/AccountOrderDetail/components/ReturnView/index.tsx +0 -159
- package/templates/create-full/src/components/AccountOrderDetail/components/ReturnView/styles.css +0 -29
- package/templates/create-full/src/components/AccountOrderDetail/index.tsx +0 -244
- package/templates/create-full/src/components/AccountOrderDetail/styles.css +0 -125
- package/templates/create-full/src/components/AccountOrderDetail/types.ts +0 -32
- package/templates/create-full/src/components/AccountOrders/components/OrderCard/index.tsx +0 -122
- package/templates/create-full/src/components/AccountOrders/components/OrderCard/styles.css +0 -114
- package/templates/create-full/src/components/AccountOrders/index.tsx +0 -105
- package/templates/create-full/src/components/AccountOrders/styles.css +0 -36
- package/templates/create-full/src/components/AccountOrders/types.ts +0 -11
- package/templates/create-full/src/components/Announcement/index.tsx +0 -11
- package/templates/create-full/src/components/Announcement/styles.css +0 -4
- package/templates/create-full/src/components/Announcement/types.ts +0 -4
- package/templates/create-full/src/components/Announcements/index.tsx +0 -91
- package/templates/create-full/src/components/Announcements/styles.css +0 -46
- package/templates/create-full/src/components/Announcements/types.ts +0 -8
- package/templates/create-full/src/components/BlogHome/components/BlogCard/index.tsx +0 -89
- package/templates/create-full/src/components/BlogHome/components/BlogCard/styles.css +0 -121
- package/templates/create-full/src/components/BlogHome/index.tsx +0 -124
- package/templates/create-full/src/components/BlogHome/styles.css +0 -118
- package/templates/create-full/src/components/BlogHome/types.ts +0 -15
- package/templates/create-full/src/components/BlogPost/index.tsx +0 -128
- package/templates/create-full/src/components/BlogPost/styles.css +0 -120
- package/templates/create-full/src/components/BlogPost/types.ts +0 -12
- package/templates/create-full/src/components/CardProductName/index.tsx +0 -25
- package/templates/create-full/src/components/CardProductName/styles.css +0 -22
- package/templates/create-full/src/components/CardProductName/types.ts +0 -7
- package/templates/create-full/src/components/CardProductPrice/index.tsx +0 -30
- package/templates/create-full/src/components/CardProductPrice/styles.css +0 -13
- package/templates/create-full/src/components/CardProductPrice/types.ts +0 -6
- package/templates/create-full/src/components/CardProductVariants/index.tsx +0 -10
- package/templates/create-full/src/components/CardProductVariants/styles.css +0 -1
- package/templates/create-full/src/components/CardProductVariants/types.ts +0 -6
- package/templates/create-full/src/components/CartPage/components/CouponCode/index.tsx +0 -108
- package/templates/create-full/src/components/CartPage/components/CouponCode/styles.css +0 -68
- package/templates/create-full/src/components/CartPage/components/EmptyState/index.tsx +0 -31
- package/templates/create-full/src/components/CartPage/components/EmptyState/styles.css +0 -18
- package/templates/create-full/src/components/CartPage/components/OrderSummary/index.tsx +0 -106
- package/templates/create-full/src/components/CartPage/components/OrderSummary/styles.css +0 -70
- package/templates/create-full/src/components/CartPage/index.tsx +0 -107
- package/templates/create-full/src/components/CartPage/styles.css +0 -54
- package/templates/create-full/src/components/CartPage/types.ts +0 -16
- package/templates/create-full/src/components/CategoryImageItem/components/Card/index.tsx +0 -64
- package/templates/create-full/src/components/CategoryImageItem/components/Card/styles.css +0 -56
- package/templates/create-full/src/components/CategoryImageItem/index.tsx +0 -64
- package/templates/create-full/src/components/CategoryImageItem/styles.css +0 -10
- package/templates/create-full/src/components/CategoryImageItem/types.ts +0 -16
- package/templates/create-full/src/components/CategoryImages/index.tsx +0 -62
- package/templates/create-full/src/components/CategoryImages/styles.css +0 -38
- package/templates/create-full/src/components/CategoryImages/types.ts +0 -11
- package/templates/create-full/src/components/CategoryList/components/CategoryListControls/index.tsx +0 -129
- package/templates/create-full/src/components/CategoryList/components/CategoryListControls/styles.css +0 -99
- package/templates/create-full/src/components/CategoryList/components/FilterBoxValues/index.tsx +0 -42
- package/templates/create-full/src/components/CategoryList/components/FilterBoxValues/styles.css +0 -27
- package/templates/create-full/src/components/CategoryList/components/FilterCategoryList/index.tsx +0 -43
- package/templates/create-full/src/components/CategoryList/components/FilterCategoryList/styles.css +0 -20
- package/templates/create-full/src/components/CategoryList/components/FilterGroupValues/index.tsx +0 -114
- package/templates/create-full/src/components/CategoryList/components/FilterGroupValues/styles.css +0 -1
- package/templates/create-full/src/components/CategoryList/components/FilterListValues/index.tsx +0 -54
- package/templates/create-full/src/components/CategoryList/components/FilterListValues/styles.css +0 -22
- package/templates/create-full/src/components/CategoryList/components/FilterRangeListValues/index.tsx +0 -50
- package/templates/create-full/src/components/CategoryList/components/FilterRangeListValues/styles.css +0 -25
- package/templates/create-full/src/components/CategoryList/components/FilterRangeValues/index.tsx +0 -189
- package/templates/create-full/src/components/CategoryList/components/FilterRangeValues/styles.css +0 -89
- package/templates/create-full/src/components/CategoryList/components/FilterSidebar/index.tsx +0 -92
- package/templates/create-full/src/components/CategoryList/components/FilterSidebar/styles.css +0 -27
- package/templates/create-full/src/components/CategoryList/components/FilterSwatchValues/index.tsx +0 -63
- package/templates/create-full/src/components/CategoryList/components/FilterSwatchValues/styles.css +0 -48
- package/templates/create-full/src/components/CategoryList/components/MobileFilterModal/index.tsx +0 -146
- package/templates/create-full/src/components/CategoryList/components/MobileFilterModal/styles.css +0 -133
- package/templates/create-full/src/components/CategoryList/index.tsx +0 -333
- package/templates/create-full/src/components/CategoryList/styles.css +0 -110
- package/templates/create-full/src/components/CategoryList/types.ts +0 -30
- package/templates/create-full/src/components/CollapsibleContent/index.tsx +0 -23
- package/templates/create-full/src/components/CollapsibleContent/styles.css +0 -11
- package/templates/create-full/src/components/CollapsibleContent/types.ts +0 -6
- package/templates/create-full/src/components/CookieBar/index.tsx +0 -78
- package/templates/create-full/src/components/CookieBar/styles.css +0 -111
- package/templates/create-full/src/components/CookieBar/types.ts +0 -10
- package/templates/create-full/src/components/CustomerEmailVerification/index.tsx +0 -168
- package/templates/create-full/src/components/CustomerEmailVerification/styles.css +0 -118
- package/templates/create-full/src/components/CustomerEmailVerification/types.ts +0 -17
- package/templates/create-full/src/components/FeatureItem/index.tsx +0 -27
- package/templates/create-full/src/components/FeatureItem/styles.css +0 -19
- package/templates/create-full/src/components/FeatureItem/types.ts +0 -7
- package/templates/create-full/src/components/Features/index.tsx +0 -25
- package/templates/create-full/src/components/Features/styles.css +0 -39
- package/templates/create-full/src/components/Features/types.ts +0 -5
- package/templates/create-full/src/components/Footer/index.tsx +0 -154
- package/templates/create-full/src/components/Footer/styles.css +0 -175
- package/templates/create-full/src/components/Footer/types.ts +0 -15
- package/templates/create-full/src/components/ForgotPassword/components/ForgotPasswordForm/index.tsx +0 -129
- package/templates/create-full/src/components/ForgotPassword/components/ForgotPasswordForm/styles.css +0 -0
- package/templates/create-full/src/components/ForgotPassword/index.tsx +0 -30
- package/templates/create-full/src/components/ForgotPassword/styles.css +0 -85
- package/templates/create-full/src/components/ForgotPassword/types.ts +0 -13
- package/templates/create-full/src/components/Header/index.tsx +0 -46
- package/templates/create-full/src/components/Header/styles.css +0 -4
- package/templates/create-full/src/components/Header/types.ts +0 -4
- package/templates/create-full/src/components/HeroSlider/index.tsx +0 -110
- package/templates/create-full/src/components/HeroSlider/styles.css +0 -129
- package/templates/create-full/src/components/HeroSlider/types.ts +0 -9
- package/templates/create-full/src/components/HeroSliderItem/index.tsx +0 -231
- package/templates/create-full/src/components/HeroSliderItem/styles.css +0 -152
- package/templates/create-full/src/components/HeroSliderItem/types.ts +0 -34
- package/templates/create-full/src/components/Login/components/LoginForm/index.tsx +0 -181
- package/templates/create-full/src/components/Login/components/LoginForm/styles.css +0 -0
- package/templates/create-full/src/components/Login/index.tsx +0 -37
- package/templates/create-full/src/components/Login/styles.css +0 -129
- package/templates/create-full/src/components/Login/types.ts +0 -18
- package/templates/create-full/src/components/Navbar/components/CartSidebar/index.tsx +0 -203
- package/templates/create-full/src/components/Navbar/components/CartSidebar/styles.css +0 -175
- package/templates/create-full/src/components/Navbar/components/MobileMenu/index.tsx +0 -198
- package/templates/create-full/src/components/Navbar/components/MobileMenu/styles.css +0 -122
- package/templates/create-full/src/components/Navbar/components/NavItem/index.tsx +0 -65
- package/templates/create-full/src/components/Navbar/components/SearchModal/index.tsx +0 -339
- package/templates/create-full/src/components/Navbar/components/SearchModal/styles.css +0 -191
- package/templates/create-full/src/components/Navbar/index.tsx +0 -254
- package/templates/create-full/src/components/Navbar/styles.css +0 -254
- package/templates/create-full/src/components/Navbar/types.ts +0 -42
- package/templates/create-full/src/components/NotFound/index.tsx +0 -39
- package/templates/create-full/src/components/NotFound/styles.css +0 -46
- package/templates/create-full/src/components/NotFound/types.ts +0 -8
- package/templates/create-full/src/components/ProductDetail/components/ProductGallery/index.tsx +0 -316
- package/templates/create-full/src/components/ProductDetail/components/ProductGallery/styles.css +0 -213
- package/templates/create-full/src/components/ProductDetail/index.tsx +0 -92
- package/templates/create-full/src/components/ProductDetail/styles.css +0 -58
- package/templates/create-full/src/components/ProductDetail/types.ts +0 -12
- package/templates/create-full/src/components/ProductDetailAddToCart/components/PayWithIkas/index.tsx +0 -34
- package/templates/create-full/src/components/ProductDetailAddToCart/components/PayWithIkas/styles.css +0 -4
- package/templates/create-full/src/components/ProductDetailAddToCart/index.tsx +0 -146
- package/templates/create-full/src/components/ProductDetailAddToCart/styles.css +0 -27
- package/templates/create-full/src/components/ProductDetailAddToCart/types.ts +0 -18
- package/templates/create-full/src/components/ProductDetailBundleFurniture/components/BundleFurnitureRow/index.tsx +0 -164
- package/templates/create-full/src/components/ProductDetailBundleFurniture/components/BundleFurnitureSection/index.tsx +0 -134
- package/templates/create-full/src/components/ProductDetailBundleFurniture/components/BundleFurnitureSection/styles.css +0 -188
- package/templates/create-full/src/components/ProductDetailBundleFurniture/index.tsx +0 -61
- package/templates/create-full/src/components/ProductDetailBundleFurniture/styles.css +0 -12
- package/templates/create-full/src/components/ProductDetailBundleFurniture/types.ts +0 -21
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/BundleProductItem/index.tsx +0 -169
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/BundleProductItem/styles.css +0 -141
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/BundleSkeletonLoading/index.tsx +0 -35
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/BundleSkeletonLoading/styles.css +0 -85
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/FurnitureRow/index.tsx +0 -51
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/FurnitureRow/styles.css +0 -30
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/FurnitureView/index.tsx +0 -54
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/FurnitureView/styles.css +0 -22
- package/templates/create-full/src/components/ProductDetailBundleProduct/index.tsx +0 -101
- package/templates/create-full/src/components/ProductDetailBundleProduct/styles.css +0 -20
- package/templates/create-full/src/components/ProductDetailBundleProduct/types.ts +0 -18
- package/templates/create-full/src/components/ProductDetailDescription/index.tsx +0 -56
- package/templates/create-full/src/components/ProductDetailDescription/styles.css +0 -21
- package/templates/create-full/src/components/ProductDetailDescription/types.ts +0 -13
- package/templates/create-full/src/components/ProductDetailFeatureItem/index.tsx +0 -28
- package/templates/create-full/src/components/ProductDetailFeatureItem/styles.css +0 -22
- package/templates/create-full/src/components/ProductDetailFeatureItem/types.ts +0 -7
- package/templates/create-full/src/components/ProductDetailFeatures/index.tsx +0 -40
- package/templates/create-full/src/components/ProductDetailFeatures/styles.css +0 -17
- package/templates/create-full/src/components/ProductDetailFeatures/types.ts +0 -10
- package/templates/create-full/src/components/ProductDetailNameFavorite/index.tsx +0 -66
- package/templates/create-full/src/components/ProductDetailNameFavorite/styles.css +0 -45
- package/templates/create-full/src/components/ProductDetailNameFavorite/types.ts +0 -11
- package/templates/create-full/src/components/ProductDetailOffer/components/OfferCard/index.tsx +0 -209
- package/templates/create-full/src/components/ProductDetailOffer/components/OfferCard/styles.css +0 -146
- package/templates/create-full/src/components/ProductDetailOffer/components/OfferSummary/index.tsx +0 -175
- package/templates/create-full/src/components/ProductDetailOffer/index.tsx +0 -199
- package/templates/create-full/src/components/ProductDetailOffer/styles.css +0 -211
- package/templates/create-full/src/components/ProductDetailOffer/types.ts +0 -24
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionCheckbox/index.tsx +0 -52
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionCheckbox/styles.css +0 -19
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceBox/index.tsx +0 -60
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceBox/styles.css +0 -38
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceSelect/index.tsx +0 -102
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceSelect/styles.css +0 -34
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceSwatch/index.tsx +0 -121
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceSwatch/styles.css +0 -87
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/index.tsx +0 -57
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionColorPicker/index.tsx +0 -54
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionColorPicker/styles.css +0 -0
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionDatePicker/index.tsx +0 -124
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionDatePicker/styles.css +0 -1
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionFile/index.tsx +0 -217
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionFile/styles.css +0 -87
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionRenderer/index.tsx +0 -133
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionText/index.tsx +0 -60
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionText/styles.css +0 -1
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionTextarea/index.tsx +0 -74
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionTextarea/styles.css +0 -10
- package/templates/create-full/src/components/ProductDetailOptionSet/index.tsx +0 -99
- package/templates/create-full/src/components/ProductDetailOptionSet/styles.css +0 -30
- package/templates/create-full/src/components/ProductDetailOptionSet/types.ts +0 -21
- package/templates/create-full/src/components/ProductDetailPrices/index.tsx +0 -62
- package/templates/create-full/src/components/ProductDetailPrices/styles.css +0 -32
- package/templates/create-full/src/components/ProductDetailPrices/types.ts +0 -10
- package/templates/create-full/src/components/ProductDetailProductGroup/index.tsx +0 -74
- package/templates/create-full/src/components/ProductDetailProductGroup/styles.css +0 -33
- package/templates/create-full/src/components/ProductDetailProductGroup/types.ts +0 -10
- package/templates/create-full/src/components/ProductDetailReviews/index.tsx +0 -205
- package/templates/create-full/src/components/ProductDetailReviews/styles.css +0 -43
- package/templates/create-full/src/components/ProductDetailReviews/types.ts +0 -19
- package/templates/create-full/src/components/ProductDetailSku/index.tsx +0 -38
- package/templates/create-full/src/components/ProductDetailSku/styles.css +0 -16
- package/templates/create-full/src/components/ProductDetailSku/types.ts +0 -11
- package/templates/create-full/src/components/ProductDetailVariant/index.tsx +0 -38
- package/templates/create-full/src/components/ProductDetailVariant/styles.css +0 -14
- package/templates/create-full/src/components/ProductDetailVariant/types.ts +0 -12
- package/templates/create-full/src/components/ProductSlider/index.tsx +0 -151
- package/templates/create-full/src/components/ProductSlider/styles.css +0 -105
- package/templates/create-full/src/components/ProductSlider/types.ts +0 -17
- package/templates/create-full/src/components/RecoverPassword/components/RecoverPasswordForm/index.tsx +0 -133
- package/templates/create-full/src/components/RecoverPassword/components/RecoverPasswordForm/styles.css +0 -0
- package/templates/create-full/src/components/RecoverPassword/index.tsx +0 -30
- package/templates/create-full/src/components/RecoverPassword/styles.css +0 -93
- package/templates/create-full/src/components/RecoverPassword/types.ts +0 -13
- package/templates/create-full/src/components/Register/components/RegisterForm/index.tsx +0 -326
- package/templates/create-full/src/components/Register/components/RegisterForm/styles.css +0 -0
- package/templates/create-full/src/components/Register/index.tsx +0 -30
- package/templates/create-full/src/components/Register/styles.css +0 -152
- package/templates/create-full/src/components/Register/types.ts +0 -27
- package/templates/create-full/src/components/RichText/index.tsx +0 -25
- package/templates/create-full/src/components/RichText/styles.css +0 -51
- package/templates/create-full/src/components/RichText/types.ts +0 -5
- package/templates/create-full/src/components/SocialMediaIcon/index.tsx +0 -26
- package/templates/create-full/src/components/SocialMediaIcon/styles.css +0 -17
- package/templates/create-full/src/components/SocialMediaIcon/types.ts +0 -7
- package/templates/create-full/src/components/index.ts +0 -50
- package/templates/create-full/src/global-types.ts +0 -11
- package/templates/create-full/src/global.css +0 -598
- package/templates/create-full/src/hooks/useBundleProducts.ts +0 -75
- package/templates/create-full/src/hooks/useColumnPreference.ts +0 -26
- package/templates/create-full/src/hooks/useInfiniteScroll.ts +0 -49
- package/templates/create-full/src/hooks/usePageTracking.ts +0 -56
- package/templates/create-full/src/hooks/usePayWithIkas.ts +0 -114
- package/templates/create-full/src/hooks/useRedirectIfLoggedIn.ts +0 -35
- package/templates/create-full/src/hooks/useScrollLock.ts +0 -19
- package/templates/create-full/src/hooks/useToast.ts +0 -27
- package/templates/create-full/src/ikas-component-utils.d.ts +0 -3
- package/templates/create-full/src/sub-components/Badge/index.tsx +0 -208
- package/templates/create-full/src/sub-components/Badge/styles.css +0 -129
- package/templates/create-full/src/sub-components/Breadcrumb/index.tsx +0 -57
- package/templates/create-full/src/sub-components/Breadcrumb/styles.css +0 -49
- package/templates/create-full/src/sub-components/BundleMedia/index.tsx +0 -72
- package/templates/create-full/src/sub-components/BundleQuantityBox/index.tsx +0 -73
- package/templates/create-full/src/sub-components/BundleQuantityBox/styles.css +0 -43
- package/templates/create-full/src/sub-components/Button/index.tsx +0 -52
- package/templates/create-full/src/sub-components/Button/styles.css +0 -114
- package/templates/create-full/src/sub-components/CartItem/components/BundleProductItem/index.tsx +0 -59
- package/templates/create-full/src/sub-components/CartItem/components/BundleProductItem/styles.css +0 -24
- package/templates/create-full/src/sub-components/CartItem/components/BundleProducts/index.tsx +0 -55
- package/templates/create-full/src/sub-components/CartItem/components/BundleProducts/styles.css +0 -30
- package/templates/create-full/src/sub-components/CartItem/components/ItemOptions/index.tsx +0 -31
- package/templates/create-full/src/sub-components/CartItem/components/ItemOptions/styles.css +0 -6
- package/templates/create-full/src/sub-components/CartItem/components/OptionValueDisplay/index.tsx +0 -79
- package/templates/create-full/src/sub-components/CartItem/components/OptionValueDisplay/styles.css +0 -28
- package/templates/create-full/src/sub-components/CartItem/index.tsx +0 -216
- package/templates/create-full/src/sub-components/CartItem/styles.css +0 -170
- package/templates/create-full/src/sub-components/Checkbox/index.tsx +0 -42
- package/templates/create-full/src/sub-components/Checkbox/styles.css +0 -65
- package/templates/create-full/src/sub-components/CollapsibleGroup/index.tsx +0 -52
- package/templates/create-full/src/sub-components/CollapsibleGroup/styles.css +0 -51
- package/templates/create-full/src/sub-components/ColorInput/index.tsx +0 -33
- package/templates/create-full/src/sub-components/ColorInput/styles.css +0 -53
- package/templates/create-full/src/sub-components/ConfirmModal/index.tsx +0 -60
- package/templates/create-full/src/sub-components/ConfirmModal/styles.css +0 -20
- package/templates/create-full/src/sub-components/FormItem/index.tsx +0 -66
- package/templates/create-full/src/sub-components/FormItem/styles.css +0 -38
- package/templates/create-full/src/sub-components/ImagePreviewModal/index.tsx +0 -55
- package/templates/create-full/src/sub-components/ImagePreviewModal/styles.css +0 -50
- package/templates/create-full/src/sub-components/Input/index.tsx +0 -69
- package/templates/create-full/src/sub-components/Input/styles.css +0 -162
- package/templates/create-full/src/sub-components/Modal/index.tsx +0 -120
- package/templates/create-full/src/sub-components/Modal/styles.css +0 -70
- package/templates/create-full/src/sub-components/PageLoader/index.tsx +0 -14
- package/templates/create-full/src/sub-components/PageLoader/styles.css +0 -12
- package/templates/create-full/src/sub-components/Pagination/index.tsx +0 -107
- package/templates/create-full/src/sub-components/Pagination/styles.css +0 -88
- package/templates/create-full/src/sub-components/ProductCard/index.tsx +0 -276
- package/templates/create-full/src/sub-components/ProductCard/styles.css +0 -99
- package/templates/create-full/src/sub-components/QuantitySelector/index.tsx +0 -41
- package/templates/create-full/src/sub-components/QuantitySelector/styles.css +0 -51
- package/templates/create-full/src/sub-components/ReviewCard/index.tsx +0 -103
- package/templates/create-full/src/sub-components/ReviewCard/styles.css +0 -95
- package/templates/create-full/src/sub-components/ReviewForm/index.tsx +0 -115
- package/templates/create-full/src/sub-components/ReviewForm/styles.css +0 -11
- package/templates/create-full/src/sub-components/ReviewSummary/index.tsx +0 -65
- package/templates/create-full/src/sub-components/ReviewSummary/styles.css +0 -86
- package/templates/create-full/src/sub-components/Select/index.tsx +0 -86
- package/templates/create-full/src/sub-components/Select/styles.css +0 -110
- package/templates/create-full/src/sub-components/SkeletonField/index.tsx +0 -12
- package/templates/create-full/src/sub-components/SkeletonField/styles.css +0 -29
- package/templates/create-full/src/sub-components/SliderArrow/index.tsx +0 -26
- package/templates/create-full/src/sub-components/SliderArrow/styles.css +0 -24
- package/templates/create-full/src/sub-components/SocialLoginButton/index.tsx +0 -24
- package/templates/create-full/src/sub-components/SocialLoginButton/styles.css +0 -19
- package/templates/create-full/src/sub-components/SpinnerIcon/index.tsx +0 -10
- package/templates/create-full/src/sub-components/SpinnerIcon/styles.css +0 -8
- package/templates/create-full/src/sub-components/StarRating/index.tsx +0 -76
- package/templates/create-full/src/sub-components/StarRating/styles.css +0 -40
- package/templates/create-full/src/sub-components/Tag/index.tsx +0 -21
- package/templates/create-full/src/sub-components/Tag/styles.css +0 -30
- package/templates/create-full/src/sub-components/Textarea/index.tsx +0 -45
- package/templates/create-full/src/sub-components/Textarea/styles.css +0 -82
- package/templates/create-full/src/sub-components/Toast/index.tsx +0 -257
- package/templates/create-full/src/sub-components/Toast/styles.css +0 -3
- package/templates/create-full/src/sub-components/Toggle/index.tsx +0 -46
- package/templates/create-full/src/sub-components/Toggle/styles.css +0 -86
- package/templates/create-full/src/sub-components/VariantBadge/index.tsx +0 -153
- package/templates/create-full/src/sub-components/VariantBadge/styles.css +0 -47
- package/templates/create-full/src/sub-components/icons/index.tsx +0 -981
- package/templates/create-full/src/utils/bundle.ts +0 -70
- package/templates/create-full/src/utils/cx.ts +0 -4
- package/templates/create-full/src/utils/fullName.ts +0 -6
- package/templates/create-full/src/utils/media.ts +0 -36
- package/templates/create-full/src/utils/optionPrice.ts +0 -19
- package/templates/create-full/src/utils/optionSet.ts +0 -17
- package/templates/create-full/src/utils/orderStatus.ts +0 -28
- package/templates/create-full/src/utils/pagination.ts +0 -29
- package/templates/create-full/src/utils/toast.ts +0 -5
- package/templates/create-full/tsconfig.json +0 -30
- package/templates/create-full/vite.config.ts +0 -15
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
export { Header } from "./Header/index";
|
|
2
|
-
export { HeroSlider } from "./HeroSlider/index";
|
|
3
|
-
export { CategoryImages } from "./CategoryImages/index";
|
|
4
|
-
export { Footer } from "./Footer/index";
|
|
5
|
-
export { Login } from "./Login/index";
|
|
6
|
-
export { Register } from "./Register/index";
|
|
7
|
-
export { ForgotPassword } from "./ForgotPassword/index";
|
|
8
|
-
export { RecoverPassword } from "./RecoverPassword/index";
|
|
9
|
-
export { ProductSlider } from "./ProductSlider/index";
|
|
10
|
-
export { AccountInfo } from "./AccountInfo/index";
|
|
11
|
-
export { CategoryList } from "./CategoryList/index";
|
|
12
|
-
export { ProductDetail } from "./ProductDetail/index";
|
|
13
|
-
export { AccountInfoContent } from "./AccountInfoContent/index";
|
|
14
|
-
export { AccountOrders } from "./AccountOrders/index";
|
|
15
|
-
export { AccountFavorites } from "./AccountFavorites/index";
|
|
16
|
-
export { Announcements } from "./Announcements/index";
|
|
17
|
-
export { Announcement } from "./Announcement/index";
|
|
18
|
-
export { Navbar } from "./Navbar/index";
|
|
19
|
-
export { HeroSliderItem } from "./HeroSliderItem/index";
|
|
20
|
-
export { CategoryImageItem } from "./CategoryImageItem/index";
|
|
21
|
-
export { SocialMediaIcon } from "./SocialMediaIcon/index";
|
|
22
|
-
export { FeatureItem } from "./FeatureItem/index";
|
|
23
|
-
export { Features } from "./Features/index";
|
|
24
|
-
export { CardProductName } from "./CardProductName/index";
|
|
25
|
-
export { CardProductVariants } from "./CardProductVariants/index";
|
|
26
|
-
export { CardProductPrice } from "./CardProductPrice/index";
|
|
27
|
-
export { ProductDetailNameFavorite } from "./ProductDetailNameFavorite/index";
|
|
28
|
-
export { ProductDetailSku } from "./ProductDetailSku/index";
|
|
29
|
-
export { ProductDetailPrices } from "./ProductDetailPrices/index";
|
|
30
|
-
export { ProductDetailProductGroup } from "./ProductDetailProductGroup/index";
|
|
31
|
-
export { ProductDetailVariant } from "./ProductDetailVariant/index";
|
|
32
|
-
export { ProductDetailAddToCart } from "./ProductDetailAddToCart/index";
|
|
33
|
-
export { ProductDetailFeatures } from "./ProductDetailFeatures/index";
|
|
34
|
-
export { ProductDetailDescription } from "./ProductDetailDescription/index";
|
|
35
|
-
export { ProductDetailBundleProduct } from "./ProductDetailBundleProduct/index";
|
|
36
|
-
export { ProductDetailBundleFurniture } from "./ProductDetailBundleFurniture/index";
|
|
37
|
-
export { ProductDetailOptionSet } from "./ProductDetailOptionSet/index";
|
|
38
|
-
export { CartPage } from "./CartPage/index";
|
|
39
|
-
export { ProductDetailOffer } from "./ProductDetailOffer/index";
|
|
40
|
-
export { ProductDetailFeatureItem } from "./ProductDetailFeatureItem/index";
|
|
41
|
-
export { AccountOrderDetail } from "./AccountOrderDetail/index";
|
|
42
|
-
export { AccountAddresses } from "./AccountAddresses/index";
|
|
43
|
-
export { CollapsibleContent } from "./CollapsibleContent/index";
|
|
44
|
-
export { BlogPost } from "./BlogPost/index";
|
|
45
|
-
export { BlogHome } from "./BlogHome/index";
|
|
46
|
-
export { CustomerEmailVerification } from "./CustomerEmailVerification/index";
|
|
47
|
-
export { RichText } from "./RichText/index";
|
|
48
|
-
export { ProductDetailReviews } from "./ProductDetailReviews/index";
|
|
49
|
-
export { NotFound } from "./NotFound/index";
|
|
50
|
-
export { CookieBar } from "./CookieBar/index";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// Auto-generated global type definitions for ikas code components.
|
|
2
|
-
// This file is regenerated automatically — do not edit manually.
|
|
3
|
-
|
|
4
|
-
/** Enum type: s3OODUmZpJ */
|
|
5
|
-
export type AspectRatio = "Square" | "Portrait" | "Landscape" | "Video";
|
|
6
|
-
/** Enum type: Tkt3wfuJ5F */
|
|
7
|
-
export type NumberOfColumns = "One" | "Two" | "Three" | "Four" | "Five";
|
|
8
|
-
/** Enum type: GrylMqHxui */
|
|
9
|
-
export type ObjectFit = "Fill" | "Cover" | "Contain";
|
|
10
|
-
/** Enum type: 08UWYbbs0P */
|
|
11
|
-
export type VerticalAlignment = "Top" | "Middle" | "Bottom";
|
|
@@ -1,598 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Global styles for your ikas code components project.
|
|
3
|
-
*
|
|
4
|
-
* Scoping: at build time every rule here is wrapped in a per-project scope
|
|
5
|
-
* (`:where([data-cc-scope~="<projectId>"])`) so styles from one project cannot
|
|
6
|
-
* leak into another project's components or the host page.
|
|
7
|
-
*
|
|
8
|
-
* What works:
|
|
9
|
-
* - Class / tag / attribute selectors on elements you render (`.card`, `img`, `[data-x]`).
|
|
10
|
-
* - `:root { --var: value }` — variables are rewritten onto the component wrapper
|
|
11
|
-
* and inherit down its subtree. Use this for design tokens.
|
|
12
|
-
* - `@media`, `@supports`, `@container`, `@layer` — walked recursively.
|
|
13
|
-
* - `@keyframes`, `@font-face` — left untouched.
|
|
14
|
-
*
|
|
15
|
-
* What does NOT work (code components only style elements they own):
|
|
16
|
-
* - Top-level `body { ... }` / `html { ... }` rules — dropped.
|
|
17
|
-
* - Descendant selectors starting with `body` / `html` (e.g. `body .x`, `html.dark .y`) —
|
|
18
|
-
* emitted but never match, because the component wrapper is INSIDE body, not
|
|
19
|
-
* the other way around. Use a class on your own wrapper instead
|
|
20
|
-
* (e.g. add `dark` via JS and write `.dark .x`).
|
|
21
|
-
* - Document-wide resets, scrollbar tweaks, page backgrounds — belong to the theme.
|
|
22
|
-
*
|
|
23
|
-
* Loading order (all scoped to this project):
|
|
24
|
-
* 1. Global CSS (this file) — lowest specificity
|
|
25
|
-
* 2. Shared chunk CSS — multi-scope (.cc_a .sel, .cc_b .sel)
|
|
26
|
-
* 3. Component CSS — single scope (.cc_id .sel) — highest specificity
|
|
27
|
-
*
|
|
28
|
-
* Component-scoped styles naturally override these globals.
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
/* ===== Colors — Kombos Design System ===== */
|
|
32
|
-
|
|
33
|
-
:root {
|
|
34
|
-
/* Z-Index */
|
|
35
|
-
--kombos-z-dropdown: 50;
|
|
36
|
-
--kombos-z-header: 100;
|
|
37
|
-
--kombos-z-overlay: 200;
|
|
38
|
-
|
|
39
|
-
/* Base */
|
|
40
|
-
--kombos-white: #ffffff;
|
|
41
|
-
|
|
42
|
-
/* Semantic */
|
|
43
|
-
--kombos-error: #d4323b;
|
|
44
|
-
--kombos-success: #0a8a4f;
|
|
45
|
-
--kombos-warning: #b87514;
|
|
46
|
-
--kombos-info: #2563eb;
|
|
47
|
-
--kombos-badge-bg: #ff0000;
|
|
48
|
-
--kombos-discount-bg: #c8102e;
|
|
49
|
-
--kombos-success-bg: #ceffb3;
|
|
50
|
-
--kombos-error-hover: #c82f37;
|
|
51
|
-
|
|
52
|
-
/* Gray */
|
|
53
|
-
--kombos-gray-50: #fafafa;
|
|
54
|
-
--kombos-gray-100: #f6f6f6;
|
|
55
|
-
--kombos-gray-200: #ececed;
|
|
56
|
-
--kombos-gray-300: #c4c4c6;
|
|
57
|
-
--kombos-gray-400: #9c9c9f;
|
|
58
|
-
--kombos-gray-500: #727276;
|
|
59
|
-
--kombos-gray-600: #4a4a4f;
|
|
60
|
-
--kombos-gray-700: #2e2e33;
|
|
61
|
-
--kombos-gray-800: #202025;
|
|
62
|
-
--kombos-gray-900: #14141a;
|
|
63
|
-
|
|
64
|
-
/* Layout */
|
|
65
|
-
--kombos-max-width: 93.75rem;
|
|
66
|
-
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/* ===== Typography — Kombos Design System ===== */
|
|
70
|
-
/* Font: Montserrat | Weights: Regular 400, Medium 500, Semibold 600 */
|
|
71
|
-
|
|
72
|
-
/* --- Display --- */
|
|
73
|
-
|
|
74
|
-
.display-xxl-regular { font-weight: 400; font-size: 4.5rem; line-height: 5.625rem; }
|
|
75
|
-
.display-xxl-medium { font-weight: 500; font-size: 4.5rem; line-height: 5.625rem; }
|
|
76
|
-
.display-xxl-semibold { font-weight: 600; font-size: 4.5rem; line-height: 5.625rem; }
|
|
77
|
-
|
|
78
|
-
.display-xl-regular { font-weight: 400; font-size: 3.75rem; line-height: 4.5rem; }
|
|
79
|
-
.display-xl-medium { font-weight: 500; font-size: 3.75rem; line-height: 4.5rem; }
|
|
80
|
-
.display-xl-semibold { font-weight: 600; font-size: 3.75rem; line-height: 4.5rem; }
|
|
81
|
-
|
|
82
|
-
.display-lg-regular { font-weight: 400; font-size: 3rem; line-height: 3.75rem; }
|
|
83
|
-
.display-lg-medium { font-weight: 500; font-size: 3rem; line-height: 3.75rem; }
|
|
84
|
-
.display-lg-semibold { font-weight: 600; font-size: 3rem; line-height: 3.75rem; }
|
|
85
|
-
|
|
86
|
-
.display-md-regular { font-weight: 400; font-size: 2.25rem; line-height: 2.75rem; }
|
|
87
|
-
.display-md-medium { font-weight: 500; font-size: 2.25rem; line-height: 2.75rem; }
|
|
88
|
-
.display-md-semibold { font-weight: 600; font-size: 2.25rem; line-height: 2.75rem; }
|
|
89
|
-
|
|
90
|
-
.display-sm-regular { font-weight: 400; font-size: 1.875rem; line-height: 2.375rem; }
|
|
91
|
-
.display-sm-medium { font-weight: 500; font-size: 1.875rem; line-height: 2.375rem; }
|
|
92
|
-
.display-sm-semibold { font-weight: 600; font-size: 1.875rem; line-height: 2.375rem; }
|
|
93
|
-
|
|
94
|
-
.display-xs-regular { font-weight: 400; font-size: 1.5rem; line-height: 2rem; }
|
|
95
|
-
.display-xs-medium { font-weight: 500; font-size: 1.5rem; line-height: 2rem; }
|
|
96
|
-
.display-xs-semibold { font-weight: 600; font-size: 1.5rem; line-height: 2rem; }
|
|
97
|
-
|
|
98
|
-
/* --- Text --- */
|
|
99
|
-
|
|
100
|
-
.text-xl-regular { font-weight: 400; font-size: 1.25rem; line-height: 1.875rem; }
|
|
101
|
-
.text-xl-medium { font-weight: 500; font-size: 1.25rem; line-height: 1.875rem; }
|
|
102
|
-
.text-xl-semibold { font-weight: 600; font-size: 1.25rem; line-height: 1.875rem; }
|
|
103
|
-
|
|
104
|
-
.text-lg-regular { font-weight: 400; font-size: 1.125rem; line-height: 1.75rem; }
|
|
105
|
-
.text-lg-medium { font-weight: 500; font-size: 1.125rem; line-height: 1.75rem; }
|
|
106
|
-
.text-lg-semibold { font-weight: 600; font-size: 1.125rem; line-height: 1.75rem; }
|
|
107
|
-
|
|
108
|
-
.text-md-regular { font-weight: 400; font-size: 1rem; line-height: 1.5rem; }
|
|
109
|
-
.text-md-medium { font-weight: 500; font-size: 1rem; line-height: 1.5rem; }
|
|
110
|
-
.text-md-semibold { font-weight: 600; font-size: 1rem; line-height: 1.5rem; }
|
|
111
|
-
|
|
112
|
-
.text-sm-regular { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; }
|
|
113
|
-
.text-sm-medium { font-weight: 500; font-size: 0.875rem; line-height: 1.25rem; }
|
|
114
|
-
.text-sm-semibold { font-weight: 600; font-size: 0.875rem; line-height: 1.25rem; }
|
|
115
|
-
|
|
116
|
-
.text-xs-regular { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; }
|
|
117
|
-
.text-xs-medium { font-weight: 500; font-size: 0.75rem; line-height: 1.125rem; }
|
|
118
|
-
.text-xs-semibold { font-weight: 600; font-size: 0.75rem; line-height: 1.125rem; }
|
|
119
|
-
|
|
120
|
-
/* --- Strikethrough variants --- */
|
|
121
|
-
|
|
122
|
-
.text-xl-medium-strike { font-weight: 500; font-size: 1.25rem; line-height: 1.875rem; text-decoration: line-through; }
|
|
123
|
-
.text-md-regular-strike { font-weight: 400; font-size: 1rem; line-height: 1.5rem; text-decoration: line-through; }
|
|
124
|
-
.text-sm-regular-strike { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; text-decoration: line-through; }
|
|
125
|
-
.text-xs-regular-strike { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; text-decoration: line-through; }
|
|
126
|
-
|
|
127
|
-
/* --- Underline variants --- */
|
|
128
|
-
|
|
129
|
-
.display-xxl-underline { font-weight: 400; font-size: 4.5rem; line-height: 5.625rem; text-decoration: underline; }
|
|
130
|
-
.display-xl-underline { font-weight: 400; font-size: 3.75rem; line-height: 4.5rem; text-decoration: underline; }
|
|
131
|
-
.display-lg-underline { font-weight: 400; font-size: 3rem; line-height: 3.75rem; text-decoration: underline; }
|
|
132
|
-
.display-md-underline { font-weight: 400; font-size: 2.25rem; line-height: 2.75rem; text-decoration: underline; }
|
|
133
|
-
.display-sm-underline { font-weight: 400; font-size: 1.875rem; line-height: 2.375rem; text-decoration: underline; }
|
|
134
|
-
.display-xs-underline { font-weight: 400; font-size: 1.5rem; line-height: 2rem; text-decoration: underline; }
|
|
135
|
-
.text-xl-underline { font-weight: 400; font-size: 1.25rem; line-height: 1.875rem; text-decoration: underline; }
|
|
136
|
-
.text-lg-underline { font-weight: 400; font-size: 1.125rem; line-height: 1.75rem; text-decoration: underline; }
|
|
137
|
-
.text-md-underline { font-weight: 400; font-size: 1rem; line-height: 1.5rem; text-decoration: underline; }
|
|
138
|
-
.text-sm-underline { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; text-decoration: underline; }
|
|
139
|
-
.text-xs-underline { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; text-decoration: underline; }
|
|
140
|
-
|
|
141
|
-
/* --- Responsive: sm (640px+) — Tailwind-style prefix --- */
|
|
142
|
-
|
|
143
|
-
@media (min-width: 640px) {
|
|
144
|
-
/* Display */
|
|
145
|
-
.sm\:display-xxl-regular { font-weight: 400; font-size: 4.5rem; line-height: 5.625rem; }
|
|
146
|
-
.sm\:display-xxl-medium { font-weight: 500; font-size: 4.5rem; line-height: 5.625rem; }
|
|
147
|
-
.sm\:display-xxl-semibold { font-weight: 600; font-size: 4.5rem; line-height: 5.625rem; }
|
|
148
|
-
|
|
149
|
-
.sm\:display-xl-regular { font-weight: 400; font-size: 3.75rem; line-height: 4.5rem; }
|
|
150
|
-
.sm\:display-xl-medium { font-weight: 500; font-size: 3.75rem; line-height: 4.5rem; }
|
|
151
|
-
.sm\:display-xl-semibold { font-weight: 600; font-size: 3.75rem; line-height: 4.5rem; }
|
|
152
|
-
|
|
153
|
-
.sm\:display-lg-regular { font-weight: 400; font-size: 3rem; line-height: 3.75rem; }
|
|
154
|
-
.sm\:display-lg-medium { font-weight: 500; font-size: 3rem; line-height: 3.75rem; }
|
|
155
|
-
.sm\:display-lg-semibold { font-weight: 600; font-size: 3rem; line-height: 3.75rem; }
|
|
156
|
-
|
|
157
|
-
.sm\:display-md-regular { font-weight: 400; font-size: 2.25rem; line-height: 2.75rem; }
|
|
158
|
-
.sm\:display-md-medium { font-weight: 500; font-size: 2.25rem; line-height: 2.75rem; }
|
|
159
|
-
.sm\:display-md-semibold { font-weight: 600; font-size: 2.25rem; line-height: 2.75rem; }
|
|
160
|
-
|
|
161
|
-
.sm\:display-sm-regular { font-weight: 400; font-size: 1.875rem; line-height: 2.375rem; }
|
|
162
|
-
.sm\:display-sm-medium { font-weight: 500; font-size: 1.875rem; line-height: 2.375rem; }
|
|
163
|
-
.sm\:display-sm-semibold { font-weight: 600; font-size: 1.875rem; line-height: 2.375rem; }
|
|
164
|
-
|
|
165
|
-
.sm\:display-xs-regular { font-weight: 400; font-size: 1.5rem; line-height: 2rem; }
|
|
166
|
-
.sm\:display-xs-medium { font-weight: 500; font-size: 1.5rem; line-height: 2rem; }
|
|
167
|
-
.sm\:display-xs-semibold { font-weight: 600; font-size: 1.5rem; line-height: 2rem; }
|
|
168
|
-
|
|
169
|
-
/* Text */
|
|
170
|
-
.sm\:text-xl-regular { font-weight: 400; font-size: 1.25rem; line-height: 1.875rem; }
|
|
171
|
-
.sm\:text-xl-medium { font-weight: 500; font-size: 1.25rem; line-height: 1.875rem; }
|
|
172
|
-
.sm\:text-xl-semibold { font-weight: 600; font-size: 1.25rem; line-height: 1.875rem; }
|
|
173
|
-
|
|
174
|
-
.sm\:text-lg-regular { font-weight: 400; font-size: 1.125rem; line-height: 1.75rem; }
|
|
175
|
-
.sm\:text-lg-medium { font-weight: 500; font-size: 1.125rem; line-height: 1.75rem; }
|
|
176
|
-
.sm\:text-lg-semibold { font-weight: 600; font-size: 1.125rem; line-height: 1.75rem; }
|
|
177
|
-
|
|
178
|
-
.sm\:text-md-regular { font-weight: 400; font-size: 1rem; line-height: 1.5rem; }
|
|
179
|
-
.sm\:text-md-medium { font-weight: 500; font-size: 1rem; line-height: 1.5rem; }
|
|
180
|
-
.sm\:text-md-semibold { font-weight: 600; font-size: 1rem; line-height: 1.5rem; }
|
|
181
|
-
|
|
182
|
-
.sm\:text-sm-regular { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; }
|
|
183
|
-
.sm\:text-sm-medium { font-weight: 500; font-size: 0.875rem; line-height: 1.25rem; }
|
|
184
|
-
.sm\:text-sm-semibold { font-weight: 600; font-size: 0.875rem; line-height: 1.25rem; }
|
|
185
|
-
|
|
186
|
-
.sm\:text-xs-regular { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; }
|
|
187
|
-
.sm\:text-xs-medium { font-weight: 500; font-size: 0.75rem; line-height: 1.125rem; }
|
|
188
|
-
.sm\:text-xs-semibold { font-weight: 600; font-size: 0.75rem; line-height: 1.125rem; }
|
|
189
|
-
|
|
190
|
-
/* Strikethrough */
|
|
191
|
-
.sm\:text-xl-medium-strike { font-weight: 500; font-size: 1.25rem; line-height: 1.875rem; text-decoration: line-through; }
|
|
192
|
-
.sm\:text-md-regular-strike { font-weight: 400; font-size: 1rem; line-height: 1.5rem; text-decoration: line-through; }
|
|
193
|
-
.sm\:text-sm-regular-strike { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; text-decoration: line-through; }
|
|
194
|
-
.sm\:text-xs-regular-strike { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; text-decoration: line-through; }
|
|
195
|
-
|
|
196
|
-
/* Underline — Display */
|
|
197
|
-
.sm\:display-xxl-underline { font-weight: 400; font-size: 4.5rem; line-height: 5.625rem; text-decoration: underline; }
|
|
198
|
-
.sm\:display-xl-underline { font-weight: 400; font-size: 3.75rem; line-height: 4.5rem; text-decoration: underline; }
|
|
199
|
-
.sm\:display-lg-underline { font-weight: 400; font-size: 3rem; line-height: 3.75rem; text-decoration: underline; }
|
|
200
|
-
.sm\:display-md-underline { font-weight: 400; font-size: 2.25rem; line-height: 2.75rem; text-decoration: underline; }
|
|
201
|
-
.sm\:display-sm-underline { font-weight: 400; font-size: 1.875rem; line-height: 2.375rem; text-decoration: underline; }
|
|
202
|
-
.sm\:display-xs-underline { font-weight: 400; font-size: 1.5rem; line-height: 2rem; text-decoration: underline; }
|
|
203
|
-
|
|
204
|
-
/* Underline — Text */
|
|
205
|
-
.sm\:text-xl-underline { font-weight: 400; font-size: 1.25rem; line-height: 1.875rem; text-decoration: underline; }
|
|
206
|
-
.sm\:text-lg-underline { font-weight: 400; font-size: 1.125rem; line-height: 1.75rem; text-decoration: underline; }
|
|
207
|
-
.sm\:text-md-underline { font-weight: 400; font-size: 1rem; line-height: 1.5rem; text-decoration: underline; }
|
|
208
|
-
.sm\:text-sm-underline { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; text-decoration: underline; }
|
|
209
|
-
.sm\:text-xs-underline { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; text-decoration: underline; }
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/* --- Responsive: md (768px+) — Tailwind-style prefix --- */
|
|
213
|
-
|
|
214
|
-
@media (min-width: 768px) {
|
|
215
|
-
/* Display */
|
|
216
|
-
.md\:display-xxl-regular { font-weight: 400; font-size: 4.5rem; line-height: 5.625rem; }
|
|
217
|
-
.md\:display-xxl-medium { font-weight: 500; font-size: 4.5rem; line-height: 5.625rem; }
|
|
218
|
-
.md\:display-xxl-semibold { font-weight: 600; font-size: 4.5rem; line-height: 5.625rem; }
|
|
219
|
-
|
|
220
|
-
.md\:display-xl-regular { font-weight: 400; font-size: 3.75rem; line-height: 4.5rem; }
|
|
221
|
-
.md\:display-xl-medium { font-weight: 500; font-size: 3.75rem; line-height: 4.5rem; }
|
|
222
|
-
.md\:display-xl-semibold { font-weight: 600; font-size: 3.75rem; line-height: 4.5rem; }
|
|
223
|
-
|
|
224
|
-
.md\:display-lg-regular { font-weight: 400; font-size: 3rem; line-height: 3.75rem; }
|
|
225
|
-
.md\:display-lg-medium { font-weight: 500; font-size: 3rem; line-height: 3.75rem; }
|
|
226
|
-
.md\:display-lg-semibold { font-weight: 600; font-size: 3rem; line-height: 3.75rem; }
|
|
227
|
-
|
|
228
|
-
.md\:display-md-regular { font-weight: 400; font-size: 2.25rem; line-height: 2.75rem; }
|
|
229
|
-
.md\:display-md-medium { font-weight: 500; font-size: 2.25rem; line-height: 2.75rem; }
|
|
230
|
-
.md\:display-md-semibold { font-weight: 600; font-size: 2.25rem; line-height: 2.75rem; }
|
|
231
|
-
|
|
232
|
-
.md\:display-sm-regular { font-weight: 400; font-size: 1.875rem; line-height: 2.375rem; }
|
|
233
|
-
.md\:display-sm-medium { font-weight: 500; font-size: 1.875rem; line-height: 2.375rem; }
|
|
234
|
-
.md\:display-sm-semibold { font-weight: 600; font-size: 1.875rem; line-height: 2.375rem; }
|
|
235
|
-
|
|
236
|
-
.md\:display-xs-regular { font-weight: 400; font-size: 1.5rem; line-height: 2rem; }
|
|
237
|
-
.md\:display-xs-medium { font-weight: 500; font-size: 1.5rem; line-height: 2rem; }
|
|
238
|
-
.md\:display-xs-semibold { font-weight: 600; font-size: 1.5rem; line-height: 2rem; }
|
|
239
|
-
|
|
240
|
-
/* Text */
|
|
241
|
-
.md\:text-xl-regular { font-weight: 400; font-size: 1.25rem; line-height: 1.875rem; }
|
|
242
|
-
.md\:text-xl-medium { font-weight: 500; font-size: 1.25rem; line-height: 1.875rem; }
|
|
243
|
-
.md\:text-xl-semibold { font-weight: 600; font-size: 1.25rem; line-height: 1.875rem; }
|
|
244
|
-
|
|
245
|
-
.md\:text-lg-regular { font-weight: 400; font-size: 1.125rem; line-height: 1.75rem; }
|
|
246
|
-
.md\:text-lg-medium { font-weight: 500; font-size: 1.125rem; line-height: 1.75rem; }
|
|
247
|
-
.md\:text-lg-semibold { font-weight: 600; font-size: 1.125rem; line-height: 1.75rem; }
|
|
248
|
-
|
|
249
|
-
.md\:text-md-regular { font-weight: 400; font-size: 1rem; line-height: 1.5rem; }
|
|
250
|
-
.md\:text-md-medium { font-weight: 500; font-size: 1rem; line-height: 1.5rem; }
|
|
251
|
-
.md\:text-md-semibold { font-weight: 600; font-size: 1rem; line-height: 1.5rem; }
|
|
252
|
-
|
|
253
|
-
.md\:text-sm-regular { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; }
|
|
254
|
-
.md\:text-sm-medium { font-weight: 500; font-size: 0.875rem; line-height: 1.25rem; }
|
|
255
|
-
.md\:text-sm-semibold { font-weight: 600; font-size: 0.875rem; line-height: 1.25rem; }
|
|
256
|
-
|
|
257
|
-
.md\:text-xs-regular { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; }
|
|
258
|
-
.md\:text-xs-medium { font-weight: 500; font-size: 0.75rem; line-height: 1.125rem; }
|
|
259
|
-
.md\:text-xs-semibold { font-weight: 600; font-size: 0.75rem; line-height: 1.125rem; }
|
|
260
|
-
|
|
261
|
-
/* Strikethrough */
|
|
262
|
-
.md\:text-xl-medium-strike { font-weight: 500; font-size: 1.25rem; line-height: 1.875rem; text-decoration: line-through; }
|
|
263
|
-
.md\:text-md-regular-strike { font-weight: 400; font-size: 1rem; line-height: 1.5rem; text-decoration: line-through; }
|
|
264
|
-
.md\:text-sm-regular-strike { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; text-decoration: line-through; }
|
|
265
|
-
.md\:text-xs-regular-strike { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; text-decoration: line-through; }
|
|
266
|
-
|
|
267
|
-
/* Underline — Display */
|
|
268
|
-
.md\:display-xxl-underline { font-weight: 400; font-size: 4.5rem; line-height: 5.625rem; text-decoration: underline; }
|
|
269
|
-
.md\:display-xl-underline { font-weight: 400; font-size: 3.75rem; line-height: 4.5rem; text-decoration: underline; }
|
|
270
|
-
.md\:display-lg-underline { font-weight: 400; font-size: 3rem; line-height: 3.75rem; text-decoration: underline; }
|
|
271
|
-
.md\:display-md-underline { font-weight: 400; font-size: 2.25rem; line-height: 2.75rem; text-decoration: underline; }
|
|
272
|
-
.md\:display-sm-underline { font-weight: 400; font-size: 1.875rem; line-height: 2.375rem; text-decoration: underline; }
|
|
273
|
-
.md\:display-xs-underline { font-weight: 400; font-size: 1.5rem; line-height: 2rem; text-decoration: underline; }
|
|
274
|
-
|
|
275
|
-
/* Underline — Text */
|
|
276
|
-
.md\:text-xl-underline { font-weight: 400; font-size: 1.25rem; line-height: 1.875rem; text-decoration: underline; }
|
|
277
|
-
.md\:text-lg-underline { font-weight: 400; font-size: 1.125rem; line-height: 1.75rem; text-decoration: underline; }
|
|
278
|
-
.md\:text-md-underline { font-weight: 400; font-size: 1rem; line-height: 1.5rem; text-decoration: underline; }
|
|
279
|
-
.md\:text-sm-underline { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; text-decoration: underline; }
|
|
280
|
-
.md\:text-xs-underline { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; text-decoration: underline; }
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/* --- Responsive: lg (1024px+) — Tailwind-style prefix --- */
|
|
284
|
-
|
|
285
|
-
@media (min-width: 1024px) {
|
|
286
|
-
/* Display */
|
|
287
|
-
.lg\:display-xxl-regular { font-weight: 400; font-size: 4.5rem; line-height: 5.625rem; }
|
|
288
|
-
.lg\:display-xxl-medium { font-weight: 500; font-size: 4.5rem; line-height: 5.625rem; }
|
|
289
|
-
.lg\:display-xxl-semibold { font-weight: 600; font-size: 4.5rem; line-height: 5.625rem; }
|
|
290
|
-
|
|
291
|
-
.lg\:display-xl-regular { font-weight: 400; font-size: 3.75rem; line-height: 4.5rem; }
|
|
292
|
-
.lg\:display-xl-medium { font-weight: 500; font-size: 3.75rem; line-height: 4.5rem; }
|
|
293
|
-
.lg\:display-xl-semibold { font-weight: 600; font-size: 3.75rem; line-height: 4.5rem; }
|
|
294
|
-
|
|
295
|
-
.lg\:display-lg-regular { font-weight: 400; font-size: 3rem; line-height: 3.75rem; }
|
|
296
|
-
.lg\:display-lg-medium { font-weight: 500; font-size: 3rem; line-height: 3.75rem; }
|
|
297
|
-
.lg\:display-lg-semibold { font-weight: 600; font-size: 3rem; line-height: 3.75rem; }
|
|
298
|
-
|
|
299
|
-
.lg\:display-md-regular { font-weight: 400; font-size: 2.25rem; line-height: 2.75rem; }
|
|
300
|
-
.lg\:display-md-medium { font-weight: 500; font-size: 2.25rem; line-height: 2.75rem; }
|
|
301
|
-
.lg\:display-md-semibold { font-weight: 600; font-size: 2.25rem; line-height: 2.75rem; }
|
|
302
|
-
|
|
303
|
-
.lg\:display-sm-regular { font-weight: 400; font-size: 1.875rem; line-height: 2.375rem; }
|
|
304
|
-
.lg\:display-sm-medium { font-weight: 500; font-size: 1.875rem; line-height: 2.375rem; }
|
|
305
|
-
.lg\:display-sm-semibold { font-weight: 600; font-size: 1.875rem; line-height: 2.375rem; }
|
|
306
|
-
|
|
307
|
-
.lg\:display-xs-regular { font-weight: 400; font-size: 1.5rem; line-height: 2rem; }
|
|
308
|
-
.lg\:display-xs-medium { font-weight: 500; font-size: 1.5rem; line-height: 2rem; }
|
|
309
|
-
.lg\:display-xs-semibold { font-weight: 600; font-size: 1.5rem; line-height: 2rem; }
|
|
310
|
-
|
|
311
|
-
/* Text */
|
|
312
|
-
.lg\:text-xl-regular { font-weight: 400; font-size: 1.25rem; line-height: 1.875rem; }
|
|
313
|
-
.lg\:text-xl-medium { font-weight: 500; font-size: 1.25rem; line-height: 1.875rem; }
|
|
314
|
-
.lg\:text-xl-semibold { font-weight: 600; font-size: 1.25rem; line-height: 1.875rem; }
|
|
315
|
-
|
|
316
|
-
.lg\:text-lg-regular { font-weight: 400; font-size: 1.125rem; line-height: 1.75rem; }
|
|
317
|
-
.lg\:text-lg-medium { font-weight: 500; font-size: 1.125rem; line-height: 1.75rem; }
|
|
318
|
-
.lg\:text-lg-semibold { font-weight: 600; font-size: 1.125rem; line-height: 1.75rem; }
|
|
319
|
-
|
|
320
|
-
.lg\:text-md-regular { font-weight: 400; font-size: 1rem; line-height: 1.5rem; }
|
|
321
|
-
.lg\:text-md-medium { font-weight: 500; font-size: 1rem; line-height: 1.5rem; }
|
|
322
|
-
.lg\:text-md-semibold { font-weight: 600; font-size: 1rem; line-height: 1.5rem; }
|
|
323
|
-
|
|
324
|
-
.lg\:text-sm-regular { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; }
|
|
325
|
-
.lg\:text-sm-medium { font-weight: 500; font-size: 0.875rem; line-height: 1.25rem; }
|
|
326
|
-
.lg\:text-sm-semibold { font-weight: 600; font-size: 0.875rem; line-height: 1.25rem; }
|
|
327
|
-
|
|
328
|
-
.lg\:text-xs-regular { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; }
|
|
329
|
-
.lg\:text-xs-medium { font-weight: 500; font-size: 0.75rem; line-height: 1.125rem; }
|
|
330
|
-
.lg\:text-xs-semibold { font-weight: 600; font-size: 0.75rem; line-height: 1.125rem; }
|
|
331
|
-
|
|
332
|
-
/* Strikethrough */
|
|
333
|
-
.lg\:text-xl-medium-strike { font-weight: 500; font-size: 1.25rem; line-height: 1.875rem; text-decoration: line-through; }
|
|
334
|
-
.lg\:text-md-regular-strike { font-weight: 400; font-size: 1rem; line-height: 1.5rem; text-decoration: line-through; }
|
|
335
|
-
.lg\:text-sm-regular-strike { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; text-decoration: line-through; }
|
|
336
|
-
|
|
337
|
-
/* Underline — Display */
|
|
338
|
-
.lg\:display-xxl-underline { font-weight: 400; font-size: 4.5rem; line-height: 5.625rem; text-decoration: underline; }
|
|
339
|
-
.lg\:display-xl-underline { font-weight: 400; font-size: 3.75rem; line-height: 4.5rem; text-decoration: underline; }
|
|
340
|
-
.lg\:display-lg-underline { font-weight: 400; font-size: 3rem; line-height: 3.75rem; text-decoration: underline; }
|
|
341
|
-
.lg\:display-md-underline { font-weight: 400; font-size: 2.25rem; line-height: 2.75rem; text-decoration: underline; }
|
|
342
|
-
.lg\:display-sm-underline { font-weight: 400; font-size: 1.875rem; line-height: 2.375rem; text-decoration: underline; }
|
|
343
|
-
.lg\:display-xs-underline { font-weight: 400; font-size: 1.5rem; line-height: 2rem; text-decoration: underline; }
|
|
344
|
-
|
|
345
|
-
/* Underline — Text */
|
|
346
|
-
.lg\:text-xl-underline { font-weight: 400; font-size: 1.25rem; line-height: 1.875rem; text-decoration: underline; }
|
|
347
|
-
.lg\:text-lg-underline { font-weight: 400; font-size: 1.125rem; line-height: 1.75rem; text-decoration: underline; }
|
|
348
|
-
.lg\:text-md-underline { font-weight: 400; font-size: 1rem; line-height: 1.5rem; text-decoration: underline; }
|
|
349
|
-
.lg\:text-sm-underline { font-weight: 400; font-size: 0.875rem; line-height: 1.25rem; text-decoration: underline; }
|
|
350
|
-
.lg\:text-xs-underline { font-weight: 400; font-size: 0.75rem; line-height: 1.125rem; text-decoration: underline; }
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
/* --- Icons --- */
|
|
354
|
-
|
|
355
|
-
svg.kombos-icon {
|
|
356
|
-
fill: none;
|
|
357
|
-
font-size: inherit;
|
|
358
|
-
height: 1em;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
svg.kombos-icon path {
|
|
362
|
-
color: currentColor;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
/* ===== Container — Max-Width Wrapper ===== */
|
|
366
|
-
|
|
367
|
-
.kombos-container {
|
|
368
|
-
max-width: var(--kombos-max-width);
|
|
369
|
-
margin-left: auto;
|
|
370
|
-
margin-right: auto;
|
|
371
|
-
width: 100%;
|
|
372
|
-
padding-left: 1rem;
|
|
373
|
-
padding-right: 1rem;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
@media (min-width: 768px) {
|
|
377
|
-
.kombos-container {
|
|
378
|
-
padding-left: 1.5rem;
|
|
379
|
-
padding-right: 1.5rem;
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
@media (min-width: 1024px) {
|
|
384
|
-
.kombos-container {
|
|
385
|
-
padding-left: 1.5rem;
|
|
386
|
-
padding-right: 1.5rem;
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
/* ===== Base Reset ===== */
|
|
391
|
-
|
|
392
|
-
* {
|
|
393
|
-
word-break: break-word;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
/* ===== Richtext ===== */
|
|
397
|
-
|
|
398
|
-
img,
|
|
399
|
-
video {
|
|
400
|
-
max-width: 100%;
|
|
401
|
-
height: auto;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.kombos-richtext {
|
|
405
|
-
color: var(--kombos-gray-900);
|
|
406
|
-
font-size: 14px;
|
|
407
|
-
overflow: hidden;
|
|
408
|
-
position: relative;
|
|
409
|
-
width: 100%;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.kombos-richtext th {
|
|
413
|
-
font-weight: bolder;
|
|
414
|
-
text-align: left;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.kombos-richtext caption {
|
|
418
|
-
text-align: left;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.kombos-richtext h1 {
|
|
422
|
-
font-size: 2em;
|
|
423
|
-
margin: 0;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.kombos-richtext h2 {
|
|
427
|
-
font-size: 1.5em;
|
|
428
|
-
margin: 0;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.kombos-richtext h3 {
|
|
432
|
-
font-size: 1.17em;
|
|
433
|
-
margin: 0;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.kombos-richtext h4,
|
|
437
|
-
.kombos-richtext p,
|
|
438
|
-
.kombos-richtext blockquote,
|
|
439
|
-
.kombos-richtext ul,
|
|
440
|
-
.kombos-richtext fieldset,
|
|
441
|
-
.kombos-richtext form,
|
|
442
|
-
.kombos-richtext ol,
|
|
443
|
-
.kombos-richtext dl,
|
|
444
|
-
.kombos-richtext dir,
|
|
445
|
-
.kombos-richtext menu {
|
|
446
|
-
margin: 0;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.kombos-richtext h5 {
|
|
450
|
-
font-size: 0.83em;
|
|
451
|
-
margin: 0;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.kombos-richtext h6 {
|
|
455
|
-
font-size: 0.75em;
|
|
456
|
-
margin: 0;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.kombos-richtext h1,
|
|
460
|
-
.kombos-richtext h2,
|
|
461
|
-
.kombos-richtext h3,
|
|
462
|
-
.kombos-richtext h4,
|
|
463
|
-
.kombos-richtext h5,
|
|
464
|
-
.kombos-richtext h6,
|
|
465
|
-
.kombos-richtext b,
|
|
466
|
-
.kombos-richtext strong {
|
|
467
|
-
font-weight: bolder;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.kombos-richtext blockquote {
|
|
471
|
-
margin-top: 0.625rem !important;
|
|
472
|
-
margin-bottom: 0.625rem !important;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.kombos-richtext i,
|
|
476
|
-
.kombos-richtext cite,
|
|
477
|
-
.kombos-richtext em,
|
|
478
|
-
.kombos-richtext var,
|
|
479
|
-
.kombos-richtext address {
|
|
480
|
-
font-style: italic;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.kombos-richtext pre,
|
|
484
|
-
.kombos-richtext tt,
|
|
485
|
-
.kombos-richtext code,
|
|
486
|
-
.kombos-richtext kbd,
|
|
487
|
-
.kombos-richtext samp {
|
|
488
|
-
font-family: monospace;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.kombos-richtext pre {
|
|
492
|
-
white-space: pre;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
.kombos-richtext big {
|
|
496
|
-
font-size: 1.17em;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
.kombos-richtext small,
|
|
500
|
-
.kombos-richtext sub,
|
|
501
|
-
.kombos-richtext sup {
|
|
502
|
-
font-size: 0.83em;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.kombos-richtext sub {
|
|
506
|
-
vertical-align: sub;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
.kombos-richtext sup {
|
|
510
|
-
vertical-align: super;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.kombos-richtext table {
|
|
514
|
-
border-spacing: 2px;
|
|
515
|
-
border-collapse: collapse;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
.kombos-richtext thead,
|
|
519
|
-
.kombos-richtext tbody,
|
|
520
|
-
.kombos-richtext tfoot {
|
|
521
|
-
vertical-align: middle;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.kombos-richtext td,
|
|
525
|
-
.kombos-richtext th,
|
|
526
|
-
.kombos-richtext tr {
|
|
527
|
-
vertical-align: inherit;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.kombos-richtext s,
|
|
531
|
-
.kombos-richtext strike,
|
|
532
|
-
.kombos-richtext del {
|
|
533
|
-
text-decoration: line-through;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.kombos-richtext hr {
|
|
537
|
-
border: 1px inset;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.kombos-richtext ol,
|
|
541
|
-
.kombos-richtext ul,
|
|
542
|
-
.kombos-richtext dir,
|
|
543
|
-
.kombos-richtext menu,
|
|
544
|
-
.kombos-richtext dd {
|
|
545
|
-
margin-left: 2.5rem;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.kombos-richtext ol {
|
|
549
|
-
list-style-type: decimal;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.kombos-richtext ul {
|
|
553
|
-
list-style-type: disc;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.kombos-richtext ol ul,
|
|
557
|
-
.kombos-richtext ul ol,
|
|
558
|
-
.kombos-richtext ul ul,
|
|
559
|
-
.kombos-richtext ol ol {
|
|
560
|
-
margin-top: 0;
|
|
561
|
-
margin-bottom: 0;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.kombos-richtext {
|
|
565
|
-
line-height: 1.2;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
/* HTML5 */
|
|
569
|
-
|
|
570
|
-
.kombos-richtext figure {
|
|
571
|
-
margin: 1em 40px;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.centered-images img {
|
|
575
|
-
margin: 0 auto;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
/* ===== Reduced Motion ===== */
|
|
579
|
-
|
|
580
|
-
@media (prefers-reduced-motion: reduce) {
|
|
581
|
-
*, *::before, *::after {
|
|
582
|
-
animation-duration: 0.01ms !important;
|
|
583
|
-
animation-iteration-count: 1 !important;
|
|
584
|
-
transition-duration: 0.01ms !important;
|
|
585
|
-
scroll-behavior: auto !important;
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
/* ===== Shimmer Animation ===== */
|
|
590
|
-
|
|
591
|
-
@keyframes kombos-shimmer {
|
|
592
|
-
0% {
|
|
593
|
-
background-position: -200% 0;
|
|
594
|
-
}
|
|
595
|
-
100% {
|
|
596
|
-
background-position: 200% 0;
|
|
597
|
-
}
|
|
598
|
-
}
|