@progress/kendo-theme-bootstrap 7.1.0-dev.2 → 7.1.0-dev.3

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/all.css CHANGED
@@ -51261,6 +51261,84 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
51261
51261
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
51262
51262
  }
51263
51263
 
51264
+ .k-prompt {
51265
+ display: flex;
51266
+ flex-direction: column;
51267
+ position: relative;
51268
+ overflow: hidden;
51269
+ }
51270
+
51271
+ .k-prompt-content {
51272
+ padding-block: 1rem;
51273
+ padding-inline: 1rem;
51274
+ display: flex;
51275
+ flex-flow: column nowrap;
51276
+ flex: 1 1 auto;
51277
+ gap: 1rem;
51278
+ overflow: auto;
51279
+ }
51280
+
51281
+ .k-prompt-expander {
51282
+ display: flex;
51283
+ flex-direction: column;
51284
+ flex: 1;
51285
+ align-items: start;
51286
+ gap: 0.5rem;
51287
+ }
51288
+
51289
+ .k-prompt-expander-content {
51290
+ display: flex;
51291
+ flex-flow: column;
51292
+ flex: 0 0 auto;
51293
+ gap: 0.5rem;
51294
+ align-self: stretch;
51295
+ }
51296
+
51297
+ .k-prompt-suggestion {
51298
+ border-width: 1px;
51299
+ border-style: solid;
51300
+ border-radius: 0.375rem;
51301
+ padding-block: 0.5rem;
51302
+ padding-inline: 0.5rem;
51303
+ cursor: pointer;
51304
+ }
51305
+
51306
+ .k-prompt-setting {
51307
+ display: flex;
51308
+ flex-direction: column;
51309
+ }
51310
+
51311
+ .k-prompt-actions.k-actions, .k-prompt-actions.k-edit-buttons,
51312
+ .k-prompt-actions.k-action-buttons,
51313
+ .k-prompt-actions.k-columnmenu-actions, .k-prompt-actions.k-form-buttons {
51314
+ margin: 0;
51315
+ }
51316
+
51317
+ .k-prompt {
51318
+ border-color: #dee2e6;
51319
+ color: #212529;
51320
+ background-color: #ffffff;
51321
+ }
51322
+
51323
+ .k-prompt-header {
51324
+ border-color: #dee2e6;
51325
+ color: #212529;
51326
+ background-color: #ffffff;
51327
+ }
51328
+
51329
+ .k-prompt-content {
51330
+ border-color: #dee2e6;
51331
+ color: #212529;
51332
+ background-color: #f8f9fa;
51333
+ }
51334
+
51335
+ .k-prompt-suggestion {
51336
+ border-color: #dee2e6;
51337
+ color: #212529;
51338
+ background-color: #ffffff;
51339
+ box-shadow: var(--kendo-elevation-1, 0px 1px 2px rgba(0, 0, 0, 0.038));
51340
+ }
51341
+
51264
51342
  .k-barcode {
51265
51343
  display: inline-block;
51266
51344
  }
package/dist/all.scss CHANGED
@@ -5849,6 +5849,7 @@ $kendo-components: (
5849
5849
  "pdf-viewer",
5850
5850
  "scroller",
5851
5851
  "scrollview",
5852
+ "prompt",
5852
5853
 
5853
5854
  // Dataviz
5854
5855
  "dataviz",
@@ -6187,6 +6188,7 @@ $_kendo-dependencies: (
6187
6188
  ),
6188
6189
  popup: (),
6189
6190
  progressbar: (),
6191
+ prompt: (),
6190
6192
  radio: (),
6191
6193
  rating: (
6192
6194
  "icon"
@@ -60405,6 +60407,246 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
60405
60407
  @include kendo-scrollview--styles();
60406
60408
  }
60407
60409
 
60410
+ // #endregion
60411
+ // #region @import "./prompt/_index.scss"; -> scss/prompt/_index.scss
60412
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
60413
+ // File already imported_once. Skipping output.
60414
+ // #endregion
60415
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
60416
+ // File already imported_once. Skipping output.
60417
+ // #endregion
60418
+
60419
+
60420
+ // Module meta
60421
+ $_kendo-module-meta: (
60422
+ name: "prompt",
60423
+ dependencies: ()
60424
+ );
60425
+
60426
+
60427
+ // Dependencies
60428
+ // #region @import "../common/_index.scss"; -> scss/common/_index.scss
60429
+ // File already imported_once. Skipping output.
60430
+ // #endregion
60431
+
60432
+
60433
+ // Component
60434
+ // #region @import "./_variables.scss"; -> scss/prompt/_variables.scss
60435
+ // Prompt
60436
+
60437
+ /// The text color of the Prompt.
60438
+ /// @group prompt
60439
+ $kendo-prompt-text: $kendo-component-text !default;
60440
+ /// The background color of the Prompt.
60441
+ /// @group prompt
60442
+ $kendo-prompt-bg: $kendo-component-bg !default;
60443
+ /// The border color of the Prompt.
60444
+ /// @group prompt
60445
+ $kendo-prompt-border: $kendo-component-border !default;
60446
+
60447
+ /// The text color of the Prompt header.
60448
+ /// @group prompt
60449
+ $kendo-prompt-header-text: $kendo-component-header-text !default;
60450
+ /// The background color of the Prompt header.
60451
+ /// @group prompt
60452
+ $kendo-prompt-header-bg: $kendo-component-bg !default;
60453
+ /// The border color of the Prompt header.
60454
+ /// @group prompt
60455
+ $kendo-prompt-header-border: $kendo-component-header-border !default;
60456
+
60457
+ /// The vertical padding of the Prompt content.
60458
+ /// @group prompt
60459
+ $kendo-prompt-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
60460
+ /// The horizontal padding of the Prompt content.
60461
+ /// @group prompt
60462
+ $kendo-prompt-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
60463
+ /// The spacing between the items of the Prompt content.
60464
+ /// @group prompt
60465
+ $kendo-prompt-content-spacing: k-map-get( $kendo-spacing, 4 ) !default;
60466
+ /// The text color of the Prompt content.
60467
+ /// @group prompt
60468
+ $kendo-prompt-content-text: $kendo-component-header-text !default;
60469
+ /// The background color of the Prompt content.
60470
+ /// @group prompt
60471
+ $kendo-prompt-content-bg: $kendo-component-header-bg !default;
60472
+ /// The text border of the Prompt content.
60473
+ /// @group prompt
60474
+ $kendo-prompt-content-border: $kendo-component-header-border !default;
60475
+
60476
+ /// The spacing between the items of the Prompt content expander.
60477
+ /// @group prompt
60478
+ $kendo-prompt-expander-spacing: k-map-get( $kendo-spacing, 2 ) !default;
60479
+
60480
+ /// The vertical padding of the Prompt suggestion container.
60481
+ /// @group prompt
60482
+ $kendo-prompt-suggestion-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
60483
+ /// The horizontal padding of the Prompt suggestion container.
60484
+ /// @group prompt
60485
+ $kendo-prompt-suggestion-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
60486
+ /// The border radius of the Prompt suggestion container.
60487
+ /// @group prompt
60488
+ $kendo-prompt-suggestion-border-radius: $kendo-border-radius-md !default;
60489
+ /// The text color of the Prompt suggestion container.
60490
+ /// @group prompt
60491
+ $kendo-prompt-suggestion-text: $kendo-component-text !default;
60492
+ /// The background color of the Prompt suggestion container.
60493
+ /// @group prompt
60494
+ $kendo-prompt-suggestion-bg: $kendo-body-bg !default;
60495
+ /// The border color of the Prompt suggestion container.
60496
+ /// @group prompt
60497
+ $kendo-prompt-suggestion-border: $kendo-component-border !default;
60498
+ /// The elevation of the Prompt suggestion container.
60499
+ /// @group prompt
60500
+ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
60501
+
60502
+ // #endregion
60503
+ // #region @import "./_layout.scss"; -> scss/prompt/_layout.scss
60504
+ // #region @import "@progress/kendo-theme-default/scss/prompt/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/prompt/_layout.scss
60505
+ @mixin kendo-prompt--layout-base() {
60506
+
60507
+ // Prompt
60508
+ .k-prompt {
60509
+ display: flex;
60510
+ flex-direction: column;
60511
+ position: relative;
60512
+ overflow: hidden;
60513
+ }
60514
+
60515
+ // Content
60516
+ .k-prompt-content {
60517
+ padding-block: $kendo-prompt-content-padding-y;
60518
+ padding-inline: $kendo-prompt-content-padding-x;
60519
+ display: flex;
60520
+ flex-flow: column nowrap;
60521
+ flex: 1 1 auto;
60522
+ gap: $kendo-prompt-content-spacing;
60523
+ overflow: auto;
60524
+ }
60525
+
60526
+ // Prompt Expander
60527
+ .k-prompt-expander {
60528
+ display: flex;
60529
+ flex-direction: column;
60530
+ flex: 1;
60531
+ align-items: start;
60532
+ gap: $kendo-prompt-expander-spacing;
60533
+ }
60534
+
60535
+ .k-prompt-expander-content {
60536
+ display: flex;
60537
+ flex-flow: column;
60538
+ flex: 0 0 auto;
60539
+ gap: $kendo-prompt-expander-spacing;
60540
+ align-self: stretch;
60541
+ }
60542
+
60543
+ .k-prompt-suggestion {
60544
+ border-width: 1px;
60545
+ border-style: solid;
60546
+ border-radius: $kendo-prompt-suggestion-border-radius;
60547
+ padding-block: $kendo-prompt-suggestion-padding-y;
60548
+ padding-inline: $kendo-prompt-suggestion-padding-x;
60549
+ cursor: pointer;
60550
+ }
60551
+
60552
+ .k-prompt-setting {
60553
+ display: flex;
60554
+ flex-direction: column;
60555
+ }
60556
+
60557
+ // Actions
60558
+ .k-prompt-actions.k-actions {
60559
+ margin: 0;
60560
+ }
60561
+
60562
+ }
60563
+
60564
+
60565
+ @mixin kendo-prompt--layout() {
60566
+ @include kendo-prompt--layout-base();
60567
+ }
60568
+
60569
+ // #endregion
60570
+
60571
+
60572
+ @mixin kendo-prompt--layout() {
60573
+ @include kendo-prompt--layout-base();
60574
+ }
60575
+
60576
+ // #endregion
60577
+ // #region @import "./_theme.scss"; -> scss/prompt/_theme.scss
60578
+ // #region @import "@progress/kendo-theme-default/scss/prompt/_theme.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/prompt/_theme.scss
60579
+ @mixin kendo-prompt--theme-base() {
60580
+
60581
+ .k-prompt {
60582
+ @include fill(
60583
+ $kendo-prompt-text,
60584
+ $kendo-prompt-bg,
60585
+ $kendo-prompt-border
60586
+ );
60587
+ }
60588
+
60589
+ .k-prompt-header {
60590
+ @include fill(
60591
+ $kendo-prompt-header-text,
60592
+ $kendo-prompt-header-bg,
60593
+ $kendo-prompt-header-border
60594
+ );
60595
+ }
60596
+
60597
+ .k-prompt-content {
60598
+ @include fill(
60599
+ $kendo-prompt-content-text,
60600
+ $kendo-prompt-content-bg,
60601
+ $kendo-prompt-content-border
60602
+ );
60603
+ }
60604
+
60605
+ .k-prompt-suggestion {
60606
+ @include fill(
60607
+ $kendo-prompt-suggestion-text,
60608
+ $kendo-prompt-suggestion-bg,
60609
+ $kendo-prompt-suggestion-border
60610
+ );
60611
+ @include box-shadow( $kendo-prompt-suggestion-shadow );
60612
+ }
60613
+
60614
+ }
60615
+
60616
+
60617
+ @mixin kendo-prompt--theme() {
60618
+ @include kendo-prompt--theme-base();
60619
+ }
60620
+
60621
+ // #endregion
60622
+
60623
+
60624
+ @mixin kendo-prompt--theme() {
60625
+ @include kendo-prompt--theme-base();
60626
+ }
60627
+
60628
+ // #endregion
60629
+
60630
+
60631
+ // Register
60632
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
60633
+ // File already imported_once. Skipping output.
60634
+ // #endregion
60635
+ @include module-register( $_kendo-module-meta... );
60636
+
60637
+
60638
+ // Expose
60639
+ @mixin kendo-prompt--styles() {
60640
+ @include module-render( "prompt" ) {
60641
+ @include kendo-prompt--layout();
60642
+ @include kendo-prompt--theme();
60643
+ }
60644
+ }
60645
+
60646
+ @if $kendo-auto-bootstrap {
60647
+ @include kendo-prompt--styles();
60648
+ }
60649
+
60408
60650
  // #endregion
60409
60651
 
60410
60652
 
@@ -62269,6 +62511,7 @@ $kendo-signature-maximized-line-width: 3px !default;
62269
62511
  @include kendo-pdf-viewer--styles();
62270
62512
  @include kendo-scroller--styles();
62271
62513
  @include kendo-scrollview--styles();
62514
+ @include kendo-prompt--styles();
62272
62515
 
62273
62516
 
62274
62517
  // Dataviz