From 19236d2267e3f9f84a4a7746a336143407920f3e Mon Sep 17 00:00:00 2001 From: d1snin Date: Thu, 4 Jan 2024 03:07:40 +0300 Subject: [PATCH] fix: regenerate classes --- .../kweb/plugins/bootstrap/BootstrapClasses.kt | 18 ------------------ .../plugins/bootstrap/BootstrapIconsPlugin.kt | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapClasses.kt b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapClasses.kt index 176f5c5..72fa76d 100644 --- a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapClasses.kt +++ b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapClasses.kt @@ -2989,12 +2989,6 @@ public class BootstrapClasses : AttributeBuilder() { return this } - public val 708: BootstrapClasses - get() { - classes("708") - return this - } - public val accordionButton: BootstrapClasses get() { classes("accordion-button") @@ -3301,12 +3295,6 @@ public class BootstrapClasses : AttributeBuilder() { return this } - public val 293: BootstrapClasses - get() { - classes("293") - return this - } - public val btnCloseWhite: BootstrapClasses get() { classes("btn-close-white") @@ -3613,12 +3601,6 @@ public class BootstrapClasses : AttributeBuilder() { return this } - public val 708l6: BootstrapClasses - get() { - classes("708l-6") - return this - } - public val carouselIndicators: BootstrapClasses get() { classes("carousel-indicators") diff --git a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsPlugin.kt b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsPlugin.kt index c88bb1b..f4e02e8 100644 --- a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsPlugin.kt +++ b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsPlugin.kt @@ -37,4 +37,4 @@ public class BootstrapIconsPlugin : KwebPlugin() { public val bootstrapIconsPlugin: BootstrapIconsPlugin get() = BootstrapIconsPlugin() -public val bootstrapIcons: BootstrapIconsClasses = BootstrapIconsClasses() \ No newline at end of file +//public val bootstrapIcons: BootstrapIconsClasses = BootstrapIconsClasses() \ No newline at end of file