purgetss 7.2.2 → 7.2.4
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/tailwind.tss
CHANGED
|
@@ -17311,8 +17311,8 @@
|
|
|
17311
17311
|
// Property: flagSecure
|
|
17312
17312
|
// Description: Treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.
|
|
17313
17313
|
// Component(s): Ti.UI.NavigationWindow, Ti.UI.TabGroup, Ti.UI.Window
|
|
17314
|
-
'.secure': { flagSecure: true }
|
|
17315
|
-
'.secure-false': { flagSecure: false }
|
|
17314
|
+
'.flag-secure': { flagSecure: true }
|
|
17315
|
+
'.flag-secure-false': { flagSecure: false }
|
|
17316
17316
|
|
|
17317
17317
|
// Property: includeOpaqueBars
|
|
17318
17318
|
// Description: Specifies if the edges should extend beyond opaque bars (navigation bar, tab bar, toolbar).
|
|
@@ -679,7 +679,7 @@ function removeUneededVariablesFromPropertyName(property) {
|
|
|
679
679
|
.replace('color-', '')
|
|
680
680
|
.replace('column-', 'col-')
|
|
681
681
|
.replace('edges-edge', 'edges')
|
|
682
|
-
.replace('flag-', '')
|
|
682
|
+
.replace('-flag-', '-')
|
|
683
683
|
.replace('height-', 'h-')
|
|
684
684
|
.replace('input-borderstyle-', '')
|
|
685
685
|
.replace('layout-', '')
|